Android Foto Finder: Update metadata
This commit is contained in:
parent
5d4c64c1f4
commit
e3e0ec156f
|
@ -7,35 +7,25 @@ Donate:http://donate.openstreetmap.org/
|
||||||
Changelog:https://github.com/k3b/androFotoFinder/wiki/History
|
Changelog:https://github.com/k3b/androFotoFinder/wiki/History
|
||||||
|
|
||||||
Auto Name:Android Foto Finder
|
Auto Name:Android Foto Finder
|
||||||
Summary:Fast Find local Fotos by Folder, Date and/or geographic Map
|
Summary:Find local photos by folder, date and/or location
|
||||||
Description:
|
Description:
|
||||||
Features
|
Search through you local media store for photos.
|
||||||
|
|
||||||
* can handle big image collections (the author has 15000 images in 780
|
Features:
|
||||||
folders on his tablet)
|
|
||||||
* uses android-system-buildin image content-provider. No initial image scan
|
* Can handle big image collections (15000+ images in 1000+ folders).
|
||||||
neccessary.
|
* Uses Android's image content-provider. No initial image scan neccessary.
|
||||||
* find images via
|
* Find images via folder (with hirachical picker), wildcards that match folder/filename, date and/or area (if gps-exif data exists).
|
||||||
* * folder (with hirachical picker)
|
* Show results in a scrollable gallery view.
|
||||||
* * wildcards that match folder and/or filename
|
* Detail view features zooming, swiping for next/previous image and extended image info (Exif, IPTC, XMP, ICC).
|
||||||
* * date
|
* The geografic map shows markers at places where fotos were taken.
|
||||||
* * 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:
|
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
|
* ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE: to find out if wifi/internet is online to start downloaded geodata
|
||||||
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)
|
||||||
* WRITE_EXTERNAL_STORAGE (to cache downloaded map data in local file system
|
* ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION: to display my own location in the map, too
|
||||||
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 Type:git
|
||||||
|
|
Loading…
Reference in a new issue