summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NotificationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Allow theming of framework UI elements.Danny Baumann2012-03-311-1/+20
* Revert "Fix wrong 'USB debugging connected' notify color"rmcc@arcee-kang12012-03-301-8/+1
* Fix wrong 'USB debugging connected' notify colorAdrianoC2012-03-301-1/+8
* Fix battery charging detection in NotificationManagerServiceDavid Morgan2012-02-131-4/+10
* Ability to debug over Network (framework part)Tanguy Pruvot2012-01-311-19/+48
* Allow LED setting by category (Framework) (1/2)Pawit Pornkitprasan2011-10-281-3/+27
* Fix audio notificationsRicardo Cerqueira2011-10-261-2/+2
* Updated OMAP supportRicardo Cerqueira2011-10-251-0/+28
* Remove some log messagesSebastian Schmidt2011-09-291-1/+0
* Enhance profile framework to support runtime locale changes (1/2)Danny Baumann2011-09-021-8/+6
* Make LED always behave accordingly to documentation.Danny Baumann2011-08-301-2/+9
* Clean up and improve RGB LED code.Danny Baumann2011-08-301-225/+237
* Fix initial state of notification light settingsAlexander Hofbauer2011-07-111-3/+3
* Properly respect notification flag SHOW_LIGHTS.Danny Baumann2011-07-021-10/+7
* Avoid fetching the ADB notify setting twice.Danny Baumann2011-07-011-8/+8
* Fix ADB notification.Danny Baumann2011-06-291-2/+2
* Call deleteIntent when swiping to remove a notification, similar to howBrian2011-06-191-0/+17
* Remove unused condition.Danny Baumann2011-06-151-5/+0
* Fix notification LED logic for quiet hours.Danny Baumann2011-06-151-33/+20
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-04-301-9/+7
|\
| * DO NOT MERGE: Backport USB accessory support to gingerbreadMike Lockwood2011-03-011-1/+1
| * DO NOT MERGE: Clean up USB notifications:Mike Lockwood2011-02-271-2/+0
| * DO NOT MERGE UsbManager: squashed commit of:Mike Lockwood2011-02-271-7/+7
* | Disable notification vibrations when on a callEvan Charlton2011-04-221-0/+8
* | Fixed some bugs in Notification Profilesmartinlong19782011-04-021-0/+2
* | Enable live refresh of USB Debugging notification setting.Jeff Davidson2011-03-111-2/+29
* | Catch exceptions while handling notification profiles.martinlong19782011-03-041-5/+9
* | Added notification profile support.repo sync2011-03-021-0/+11
* | frameworks/base: Cap the number of toasts that a package can post.Vairavan Srinivasan2011-01-181-0/+18
* | Correctly get the current time for quiet hours.Evan Charlton2011-01-011-3/+2
* | Fix the logic around killing sound & vibrations for quiet hours.Evan Charlton2011-01-011-2/+4
* | Update amber/green for quiet hoursAlexander Hofbauer2010-12-311-24/+23
* | Remove code duplication in NotificationManagerServiceEvan Charlton2010-12-301-14/+18
* | LED / Trackball notification customization supportPedlar2010-12-301-41/+309
* | Allow the user to define 'quiet hours' for notifications.Evan Charlton2010-12-291-3/+67
* | Added Trackball pulse with screen onPedlar2010-12-291-1/+3
* | Clear individual notification by swiping left or right.Evan Charlton2010-12-281-0/+4
* | Support devices with amber/green LEDsAlexander Hofbauer2010-12-271-11/+129
* | Add ADB_NOTIFY setting.Steve Kondik2010-12-231-1/+3
|/
* Reduce logging.Joe Onorato2010-10-191-3/+0
* Only pulse notification light if a new notification has been received since t...Mike Lockwood2010-09-091-1/+13
* Fix crash when startForeground posts a broken Notification.Daniel Sandler2010-08-041-6/+17
* Notifications: Use new ACTION_USB_STATE broadcast to monitor USB connected stateMike Lockwood2010-06-281-20/+13
* Make bad notifications crash their application.Dianne Hackborn2010-06-241-5/+23
* Move status_bar_latest_event and LatestItemView into SystemUI.apk.Joe Onorato2010-06-091-1/+1
* Handle errors inflating notifications (and their icons).Joe Onorato2010-06-091-0/+6
* Cap the number of notifications that a given package can post.Joe Onorato2010-06-091-0/+22
* Remove unused files from the service package.Joe Onorato2010-06-021-1/+0
* Checkpoint. Data structures for Notifications in place.Joe Onorato2010-06-021-30/+4
* The status bar draws its icons now.Joe Onorato2010-06-021-4/+4