Enable opening on connected device (Android)
ClosedPublic

Authored by nicolasfella on Sep 5 2018, 12:59 PM.

Details

Summary

When a Share packet with a file and "open: true" arrives ope that file directly. Files are always downloaded to the standard location to avoid the FileProvider trouble

Test Plan

TBA

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.Sep 5 2018, 12:59 PM
Restricted Application added a project: KDE Connect. · View Herald TranscriptSep 5 2018, 12:59 PM
Restricted Application added a subscriber: kdeconnect. · View Herald Transcript
nicolasfella requested review of this revision.Sep 5 2018, 12:59 PM
  • Merge branch 'master' into arcpatch-D15293
albertvaka accepted this revision.Nov 20 2018, 8:46 PM
albertvaka added a subscriber: albertvaka.

You re-added an old version check while rebasing, remove it.

src/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java
276

Don't check for SDK version > 12.

This revision is now accepted and ready to land.Nov 20 2018, 8:46 PM
This revision was automatically updated to reflect the committed changes.