Skip to content

More Autoprocessing, Folder Remame, Lib Update. Bugfix for v0.6.4.180314

Compare
Choose a tag to compare
@k3b k3b released this 19 Mar 11:07
· 288 commits to FDroid since this release
  • Subproject Maintenance
    • #116 Hotfix repairing crash in v0.6.4.180314
    • #112 Bugfix AutoProcessingMode Filenamepattern now uses "DatePhotoTaken" instead of "LastModifiedFileDate"
    • #111 AutoProcessingMode Filenamepattern: Popupmenu with foldername based predifined rules
      • Example: When editing .../holidays/2016Teneriffe/Hotel/.apm you can select from popupmenu
        • "2016Teneriffe-Hotel001" and
        • "2016Hotel001"
      • The Date- and Number-rules are those that where used in last ".apm"-edit.
      • The Name-part are based on current folder/parent-folder without the numbers.
    • #110 AutoProcessingMode Filenamepattern: Copy&Past support
      • Enhancement to #93: After "copy" (to clipboard) in folderpicker or AutoProcessingMode-Editor you can "paste" ".apm-Rule-files" in AutoprocessingEditor.
      • If copy-source directory contains a ".apm-Rule-file" the content of AutoProcessingMode-Editor will be replaced by the content of clipboard-.apm file.
      • Intelligent Filenamepattern update: The "name-part" of the Filenamepattern will be updated automatically if it contains foldernames:
      • Example: When copying from .../holidays/2016Teneriffe/Hotel/.apm to ../holidays/2018Crete/Camping/.apm the Filenamepattern "{yyyy}Teneriffe-Hotel{001}" will become "{yyyy}Crete-Camping{001}"
    • #99 add contextmenu "open in filemanager" in dir-picker and imagedetailview:
      • only available if at least one filemanager is installed that supports ACTION_VIEW with mime either "resource/folder" or "vnd.android.document/directory".
      • (i.e. Simple filemanager)
    • #114 Rename Folder (in Dir-Picker)
      sql update file set path = newBegin + substing(path, begin+len) where path like newBegin+'%'
      public static final String SQL_EXPR_FOLDER = "substr(" + SQL_COL_PATH + ",1,length(" + SQL_COL_PATH + ") - length(" + MediaStore.Images.Media.DISPLAY_NAME + "))";
    • Updated libraries for OsmDroid and Mapsforge