Add new activity for selecting the destination folder when moving files, including...
authorjabarros <jabarros@solidgear.es>
Wed, 13 Aug 2014 14:43:50 +0000 (16:43 +0200)
committerjabarros <jabarros@solidgear.es>
Wed, 13 Aug 2014 14:43:50 +0000 (16:43 +0200)
commitdc984ec5bf840f8ea95467d1e9da501b645a7fbc
treec8c2972e2ce0b86033b4558563aa7ee10a4bebf2
parent0c47bb097c74f41225031cc1fa6647bd81656361
Add new activity for selecting the destination folder when moving files, including new List Fragment and new Adapter for listing only the folders
AndroidManifest.xml
res/layout/files_move.xml [new file with mode: 0644]
res/values/strings.xml
src/com/owncloud/android/ui/activity/MoveActivity.java [new file with mode: 0644]
src/com/owncloud/android/ui/adapter/FolderListListAdapter.java [new file with mode: 0644]
src/com/owncloud/android/ui/fragment/MoveFileListFragment.java [new file with mode: 0644]
src/com/owncloud/android/ui/fragment/OCFileListFragment.java