APhotoManager icon indicating copy to clipboard operation
APhotoManager copied to clipboard

SendTo(Multible) as target "Show in map"

Open k3b opened this issue 8 years ago • 1 comments

Copied idea from http://softwarerecs.stackexchange.com/questions/40289/android-picture-share-to-→-show-on-map?noredirect=1

Expected behavior

In order to see on a map where one or more photos were taken As a photographer I want to have a "View in Map" function in the SendTo/Share menue of any android app that support photos (Gallery, Imageviewer)

Implementation details

Receive ACTION SEND/SENDTO/SEND_MULTIBLE

  • input: mimeType="image/*" and uri starts with "file:/"

  • input: mimeType="image/*" and uri starts with "content:/external/images/media/"

  • output: ACTION=VIEW with standard "geo:"-uri for first image whith geo-data

    • can open any android app that supports VIEW geo:
  • I donot know any multiselection Intent standard therefore i use these properiterian extra parameter if more than one image with geo is send.

  • de.k3b.extra.SELECTED_ITEMS string list of id-s from content:/external/images/media/ uri-s

  • de.k3b.extra.SELECTED_ITEMS_PATH string list of file paths file: uri-s

k3b avatar Mar 27 '17 13:03 k3b

see also my answer in https://www.reddit.com/r/androidapps/comments/6yhhxy/android_ideas_for_a_mediumbig_project_for_my/

k3b avatar Sep 07 '17 14:09 k3b