Closed Bug 899552 Opened 12 years ago Closed 12 years ago

[refapps][rtcamera] replace share with imgur with native 'share' activity

Categories

(Developer Ecosystem :: App Center, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sole, Assigned: sole)

References

Details

(Whiteboard: u=dev c=apps p=1 s=2013.16)

Currently we're sharing with imgur, but that's not a native FxOS experience. The ideal behaviour would be to detect if MozActivity is present, and if that's the case, add a "share" button (instead of "share with imgur"), and launch a MozActivity when that is pressed, with type = 'share' I've pushed this branch which implements that, but it's not in the main code base because there seem to be issues with FxOS and Bluetooth that won't allow me to complete the sharing flow: https://github.com/sole/rtcamera/blob/bug-895815-fxos-share-activity/js/app.js#L477
Assignee: nobody → sole
Whiteboard: u=dev c=apps p=1 s=2013.16
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Did you remove imgur altogether, or does it do both now? Just curious.
In desktop (where moz activity is not available) it's still using imgur, and on Firefox OS where we cannot copy and paste urls it uses a share activity :-)
You need to log in before you can comment on or make changes to this bug.