Notification improvements:
authorThomas Keller <me@thomaskeller.biz>
Wed, 12 Feb 2014 21:43:37 +0000 (22:43 +0100)
committerThomas Keller <me@thomaskeller.biz>
Tue, 11 Mar 2014 23:08:51 +0000 (00:08 +0100)
commit5eccd08bc7e8783bf9908d3b861516a2e84dacbb
tree62882761ff85e5d218370883fbecca25bec85a0a
parenta5fc7533aa7bcbe033c543aa6d8f0b9b06cacbae
Notification improvements:
- use NotificationCompat.Builder from the support library and remove the custom progressbar layout; this will give platform users the expected look and feel of a notificati
- remove OCNotificationManager (it contained the old layout references, but was unused)
- add new notification icons that follow the Android style guidelines (http://developer.android.com/design/style/iconography.html#notification)
res/drawable-hdpi/notification_icon.png [new file with mode: 0644]
res/drawable-mdpi/notification_icon.png [new file with mode: 0644]
res/drawable-xhdpi/notification_icon.png [new file with mode: 0644]
res/layout/progressbar_layout.xml [deleted file]
src/com/owncloud/android/files/managers/OCNotificationManager.java [deleted file]
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/syncadapter/FileSyncAdapter.java