Implemented option to copy shared link in clipboard instead of trusting in external...
authorDavid A. Velasco <dvelasco@solidgear.es>
Wed, 19 Feb 2014 17:00:49 +0000 (18:00 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Wed, 19 Feb 2014 17:00:49 +0000 (18:00 +0100)
commit42fc189367683493971db1b8129875fd484c172f
treedb0d7d6d314fdba08b29dd966ca3e8ae2baf1a2b
parent7a4ac199930a37c73b76e76003a86a8978b65f0b
Implemented option to copy shared link in clipboard instead of trusting in external clipboard front-ends
AndroidManifest.xml
res/drawable-hdpi/copy_link.png [new file with mode: 0644]
res/drawable-ldpi/copy_link.png [new file with mode: 0644]
res/drawable-mdpi/copy_link.png [new file with mode: 0644]
res/drawable-xhdpi/copy_link.png [new file with mode: 0644]
res/values/strings.xml
src/com/owncloud/android/files/FileOperationsHelper.java
src/com/owncloud/android/ui/activity/CopyToClipboardActivity.java [new file with mode: 0644]
src/com/owncloud/android/ui/dialog/ActivityChooserDialog.java [deleted file]
src/com/owncloud/android/ui/dialog/ShareLinkToDialog.java [new file with mode: 0644]