Skip to content
Closed
Due by November 3, 2015
Closed Nov 6, 2015
100% complete
  • after app crash the errorlog (logcat) is written to /mnt/sdcard/copy/log/androFotofinder.logcat*.txt
  • renamed from "a Foto Finder" to "a Photo Manager" to avoid naming collision with other names.
  • added Bookmark support in Gallery-View and Filter-View.
  • Gallery-View :
    • added menu
      • Load Bookmark from ...
      • Details to show current sql
      • Start Media Scanner
  • Image-View :
    • new menu command slideshow: showing next image every 1.5 seconds.
    • #10 Faster swiping through high resolution images
      • initially the view is loaded with low res image. on first zoom it is reloaded with maximum resolution.
    • Improved scaling of big images
    • if image exists but is not in media database restart media scanner for containing folder
      • automatic removal of duplicate images from media db
    • details: added mediaDb-field-values and current sql in addition to the exif-infos
    • Bugfix #13 Swiping : Sometimes the app jumps back
    • Fixed Send via bluetooth
  • Geografic-Map :
  • Filter-View :
    • "Save Bookmark as" and "Load Bookmark from" menu of current filter as query file in /storage/sdcard0/databases/sql/*.query
    • Long-pressing in "Load Bookmark from" opens a contextmenu to edit, rename, delete a bookmarkfile.
  • Folder- or Date-Picker:
    • long-tapping-folder-contextmenu "Show in new Gallery" opens a new prefiltered Gallery-View
    • #11 Folder name in bold and counts in non-bold.
  • Intent API: intent VIEW mime="image/*" + data=file:xxx or android.intent.extra.STREAM=file:xxx
    • de.k3b.extra.SQL is now in human readable string format (Same format as Bookmark or .query file.
    • Image-View if xxx is an existing image file.
    • else Gallery-View where xxx is used as a path filter
  • #16 Media scanner for android below 4.4
    • Move and Rename is blocked while Media Scanner is active to avoid conflicts/inconsistent data.
  • Technical changes
    • Reimplemented database queries with Cursorloader(Manager)
    • improved own media scanner so images can be rescanned after fileoperations in android 4.3 and before

List view

    There are no open issues in this milestone

    Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.