[Android] Add photo plugin
ClosedPublic

Authored by nicolasfella on Jan 9 2019, 10:31 PM.

Details

Summary

When a request arrive open the camera and send the taken pic back.

Diff Detail

Repository
R225 KDE Connect - Android application
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nicolasfella created this revision.Jan 9 2019, 10:31 PM
Restricted Application added a project: KDE Connect. · View Herald TranscriptJan 9 2019, 10:31 PM
Restricted Application added a subscriber: kdeconnect. · View Herald Transcript
nicolasfella requested review of this revision.Jan 9 2019, 10:31 PM

There seems to be some unrelated changes in there, particularly the notifcation actions one?

  • Remove unused field
  • Move uriToNetworkPacket to FilesHelper
  • Use own plugin type
  • Remove action on phone
albertvaka accepted this revision.Mar 4 2019, 10:41 PM
albertvaka added a subscriber: albertvaka.
albertvaka added inline comments.
src/org/kde/kdeconnect/Plugins/PluginFactory.java
112

Note that this is no longer the way of registering a plugin. You need to use an annotation in the class that extends Plugin.

This revision is now accepted and ready to land.Mar 4 2019, 10:41 PM
This revision was automatically updated to reflect the committed changes.