androFotoFinder: disable unstable versions, update description
This commit is contained in:
parent
0a1d90835d
commit
d9ca1f1c7a
|
@ -7,25 +7,27 @@ Changelog:https://github.com/k3b/androFotoFinder/wiki/History
|
||||||
Donate:http://donate.openstreetmap.org/
|
Donate:http://donate.openstreetmap.org/
|
||||||
|
|
||||||
Auto Name:A Photo Manager
|
Auto Name:A Photo Manager
|
||||||
Summary:Find local photos by folder, date and/or location
|
Summary:Manage local photos: Find/Copy/Edit-Exif and show in Gallery or Map
|
||||||
Description:
|
Description:
|
||||||
Search photos in local media store for viewing and maintenance.
|
Search photos in local media store for viewing and maintenance.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Can handle big image collections (15000+ images in 1000+ folders).
|
* Quickly find photos by tags(keywords), (sub-)folder, date, geo , title, ...
|
||||||
|
* Display result in gallery or geographic map from openstreetmap.
|
||||||
|
* Detail view features zooming, swiping for next/previous image.
|
||||||
|
* Buildin file manager for photos: find, sort, view, copy, delete, send, ... .
|
||||||
|
* Edit exif metadata: date, title, description, tags(keywords), geo, rating, ....
|
||||||
|
* Can handle big image collections (20000+ images in 1000+ folders).
|
||||||
* Uses Android's image content-provider. No initial image scan neccessary.
|
* Uses Android's image content-provider. No initial image scan neccessary.
|
||||||
* Find images via folder (with hirachical picker), wildcards that match folder/filename, date and/or area (if gps-exif data exists).
|
* Extended photo media scanner for Exif, IPTC, XMP
|
||||||
* Show results in a scrollable gallery view.
|
|
||||||
* Detail view features zooming, swiping for next/previous image and extended image info (Exif, IPTC, XMP, ICC).
|
|
||||||
* Do simple file operations (copy, move, rename, delete, send, set gps exif data) that also update local media database and xmp sidecar file.
|
|
||||||
* The geografic map shows markers at places where fotos were taken.
|
|
||||||
|
|
||||||
Required Android Permissions:
|
Required Android Permissions:
|
||||||
|
|
||||||
* INTERNET: to download map data from Open Streetmap Server
|
* INTERNET: to download map data from Open Streetmap Server
|
||||||
* ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: to find out if wifi/internet is online to start downloaded geodata
|
* ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: to find out if wifi/internet is online to start downloaded geodata
|
||||||
* WRITE_EXTERNAL_STORAGE to cache downloaded map data in local file system and to do file operations with the photos
|
* WRITE_EXTERNAL_STORAGE to cache downloaded map data in local file system and to do file operations with the photos
|
||||||
|
* READ_LOGS to read and save potential crash-logs to a textfile.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -90,6 +92,7 @@ Build:0.4.6.160304,14
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Build:0.5.0.160627,16
|
Build:0.5.0.160627,16
|
||||||
|
disable=same as 0.5.0.160629,17
|
||||||
commit=v0.5.0.160627
|
commit=v0.5.0.160627
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
@ -166,6 +169,7 @@ Build:0.6.0.170502,30
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Build:0.6.1.170803,31
|
Build:0.6.1.170803,31
|
||||||
|
disable=App may crash with Nullpointer Exception
|
||||||
commit=v0.6.1.170803
|
commit=v0.6.1.170803
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
@ -176,12 +180,16 @@ Build:0.6.1.170816,32
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Build:0.6.2.171114,33
|
Build:0.6.2.171114,33
|
||||||
|
disable=App may crash with Exception
|
||||||
commit=v0.6.2.171114
|
commit=v0.6.2.171114
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Please use git-branch "FDroid" for FDroid-builds.
|
Please use git-branch "FDroid" for FDroid-builds.
|
||||||
|
Ready for fastlane localisation, once fastlane linebreak problem
|
||||||
|
https://gitlab.com/fdroid/fdroidserver/merge_requests/375
|
||||||
|
and related is solved.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
|
|
Loading…
Reference in a new issue