Merge branch 'master' into 'master'
new app androFotoFinder please add androFotoFinder to fdroid See merge request !894
This commit is contained in:
commit
5d4c64c1f4
55
metadata/de.k3b.android.androFotoFinder.txt
Normal file
55
metadata/de.k3b.android.androFotoFinder.txt
Normal file
|
@ -0,0 +1,55 @@
|
|||
Categories:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/k3b/androFotoFinder/wiki
|
||||
Source Code:https://github.com/k3b/androFotoFinder
|
||||
Issue Tracker:https://github.com/k3b/androFotoFinder/issues
|
||||
Donate:http://donate.openstreetmap.org/
|
||||
Changelog:https://github.com/k3b/androFotoFinder/wiki/History
|
||||
|
||||
Auto Name:Android Foto Finder
|
||||
Summary:Fast Find local Fotos by Folder, Date and/or geographic Map
|
||||
Description:
|
||||
Features
|
||||
|
||||
* can handle big image collections (the author has 15000 images in 780
|
||||
folders on his tablet)
|
||||
* uses android-system-buildin image content-provider. No initial image scan
|
||||
neccessary.
|
||||
* find images via
|
||||
* * folder (with hirachical picker)
|
||||
* * wildcards that match folder and/or filename
|
||||
* * date
|
||||
* * area in geographic map (if image has gps-exif info)
|
||||
* show find result in a scrollable gallery view
|
||||
* foto-detail-view with
|
||||
* * image zoom
|
||||
* * swipe to go to next/previous image
|
||||
* * show extended image info (Exif, IPTC, XMP, ICC)
|
||||
* The geografic map shows markers at places where fotos were taken
|
||||
|
||||
Required Android Permissions:
|
||||
|
||||
* 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
|
||||
* WRITE_EXTERNAL_STORAGE (to cache downloaded map data in local file system
|
||||
and to load gpx/kml-Files to be displayed in the map)
|
||||
* ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION: to display my own location
|
||||
in the map, too
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/k3b/androFotoFinder.git
|
||||
|
||||
Build:0.3.4.150728,4
|
||||
commit=v0.3.4.150728
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Please use git-branch "FDroid" for FDroid-builds.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:https://github.com/k3b/locationMapViewer/wiki
|
||||
Source Code:https://github.com/k3b/locationMapViewer
|
||||
Issue Tracker:https://github.com/k3b/locationMapViewer/issues
|
||||
Donate:http://donate.openstreetmap.org/
|
||||
Changelog:https://github.com/k3b/locationMapViewer/wiki/History
|
||||
|
||||
Auto Name:Location Map Viewer
|
||||
|
|
Loading…
Reference in a new issue