Skip to content

Releases: k3b/APhotoManager

v0.4.3.151201

30 Nov 20:59
@k3b k3b
Compare
Choose a tag to compare

v0.4.2.151105

06 Nov 15:32
@k3b k3b
Compare
Choose a tag to compare
  • 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

v0.4.1.150911

12 Sep 16:17
@k3b k3b
Compare
Choose a tag to compare
Fixed fdroid build problem: case sensitive directory name: k3b-geohel…