initial implementaion for click events + using the import icon for upload from other...
authorAndy Scherzinger <info@andy-scherzinger.de>
Fri, 11 Sep 2015 12:37:11 +0000 (14:37 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Fri, 11 Sep 2015 12:37:11 +0000 (14:37 +0200)
commitd3e12b883f6ef83316e5004cb85cf8ef26ea280b
treea6eefc66ee5437b46c85fa38ff396a217d915fe7
parent7336a391ae64593cc923178c32e061eeff1958da
initial implementaion for click events + using the import icon for upload from other apps, also fixed the checkboxes for hdpi/mdpi
12 files changed:
res/drawable-hdpi/ic_checkbox_blank_outline.png
res/drawable-hdpi/ic_checkbox_marked.png
res/drawable-hdpi/ic_import.png [new file with mode: 0644]
res/drawable-mdpi/ic_checkbox_blank_outline.png [new file with mode: 0644]
res/drawable-mdpi/ic_checkbox_marked.png [new file with mode: 0644]
res/drawable-mdpi/ic_import.png [new file with mode: 0644]
res/drawable-xhdpi/ic_import.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_import.png [new file with mode: 0644]
res/layout/list_fragment.xml
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/fragment/ExtendedListFragment.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java