From e3e0ec156f6794633bfb3d99220c6f42abbc4da4 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 29 Jul 2015 08:17:19 +0200 Subject: [PATCH] Android Foto Finder: Update metadata --- metadata/de.k3b.android.androFotoFinder.txt | 36 ++++++++------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/metadata/de.k3b.android.androFotoFinder.txt b/metadata/de.k3b.android.androFotoFinder.txt index 2fcf845c60..175d8952e2 100644 --- a/metadata/de.k3b.android.androFotoFinder.txt +++ b/metadata/de.k3b.android.androFotoFinder.txt @@ -7,35 +7,25 @@ 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 +Summary:Find local photos by folder, date and/or location Description: -Features +Search through you local media store for photos. -* 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 +Features: + +* Can handle big image collections (15000+ images in 1000+ folders). +* 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). +* Show results in a scrollable gallery view. +* Detail view features zooming, swiping for next/previous image and 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 +* 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