From: Thomas Keller Date: Wed, 12 Feb 2014 21:43:37 +0000 (+0100) Subject: Notification improvements: X-Git-Tag: oc-android-1.5.5~5^2~5^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/5eccd08bc7e8783bf9908d3b861516a2e84dacbb?hp=5eccd08bc7e8783bf9908d3b861516a2e84dacbb 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) ---