make share handler dynamic for Pictures and Videos
Bug #1337587 reported by
Bill Filler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
camera-app |
Fix Released
|
High
|
Florian Boucault | ||
gallery-app |
Fix Released
|
High
|
Michael Sheldon | ||
camera-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
the type of share handler requested by the app should be determined by the selection. It should request Pictures only if a picture is selected. If a video is selected, it should request Video content handler. Currently it seems to always request Picture handler regardless of selection
Related branches
lp:~fboucault/camera-app/dynamic_type
- Bill Filler (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
- Ugo Riboni: Pending requested
-
Diff: 223 lines (+61/-33)6 files modifiedCameraApp/foldersmodel.cpp (+10/-11)
CameraApp/foldersmodel.h (+5/-2)
MimeTypeMapper.js (+37/-0)
PhotogridView.qml (+3/-6)
SlideshowView.qml (+5/-14)
debian/camera-app.install (+1/-0)
tags: | added: rtm14 |
Changed in gallery-app: | |
assignee: | nobody → Michael Sheldon (michael-sheldon) |
Changed in camera-app: | |
assignee: | nobody → Florian Boucault (fboucault) |
milestone: | none → ux-freeze |
Changed in gallery-app: | |
milestone: | none → ux-freeze |
Changed in camera-app: | |
importance: | Undecided → High |
Changed in gallery-app: | |
importance: | Undecided → High |
Changed in camera-app: | |
status: | New → Confirmed |
Changed in camera-app: | |
status: | Confirmed → In Progress |
Changed in gallery-app: | |
status: | New → Fix Released |
Changed in camera-app: | |
milestone: | ux-freeze → rtm-freeze |
Changed in camera-app: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
I'm having difficulty reproducing this in the gallery app; currently the content type in gallery's share component is set based on the galleryPhotoVie wer.media. type and appears to work correctly for me; when sharing a picture I'm offered the choice of Hub Importer (test app) or Messaging and when sharing a video I'm informed that there are no apps installed that can handle it.