index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
NotificationManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Notification cancellation fixes:
Koushik Dutta
2013-07-07
1
-3
/
+7
*
Add permission that allows cancelling notifications from other apps.
Koushik Dutta
2013-07-06
1
-0
/
+4
*
NotificationManager : Fix security exception
Danesh Mondegarian
2013-07-02
1
-2
/
+2
*
Add an option to allow a (subtle) notification vibration during calls.
Danny Baumann
2013-07-02
1
-17
/
+47
*
Keep on notification LED while dreaming.
Danny Baumann
2013-06-28
1
-2
/
+16
*
NotificationManagerService: fix typo on led off time variable
Mustaavalkosta
2013-06-08
1
-1
/
+1
*
Fix up notification LED behaviour
Danny Baumann
2013-05-16
1
-25
/
+11
*
Correct executable bit for source files
Kenny Root
2013-04-13
1
-0
/
+0
*
Fix Quiet Hours not muting notification sounds
Espen Fjellvær Olsen
2013-02-17
1
-1
/
+1
*
Merge commit 'android-4.2.2_r1' into mr1.1-staging
Ricardo Cerqueira
2013-02-15
1
-16
/
+37
|
\
|
*
PRIORITY_MIN notifications should be truly ambient.
Daniel Sandler
2012-12-04
1
-2
/
+13
|
*
DEFAULT_VIBRATE must always use the default vibe pattern
Daniel Sandler
2012-11-20
1
-4
/
+4
|
*
Do not vibe when the default notification sound is Silent.
Daniel Sandler
2012-11-14
1
-9
/
+20
|
*
Notification vibration improvements:
Daniel Sandler
2012-11-14
1
-8
/
+51
|
*
When in vibrate mode, all notifications will vibrate.
David Agnew
2012-11-10
1
-1
/
+10
*
|
Framework: Fix security exception
DvTonder
2013-02-06
1
-6
/
+6
*
|
Framework: Enable multi-user support for Notification light
DvTonder
2013-02-06
1
-12
/
+16
*
|
Framework: Enable multi-user support for Quiet Hours
DvTonder
2013-02-03
1
-12
/
+12
*
|
Fix coding style.
Danny Baumann
2013-02-01
1
-2
/
+7
*
|
Notification sound-to-vibration conversion toggle
Roman Birg
2013-01-31
1
-1
/
+2
*
|
Framework: Remove orphaned Theme related code
DvTonder
2012-12-09
1
-24
/
+2
*
|
Framework: Forward port Fixes
DvTonder
2012-12-02
1
-4
/
+3
*
|
Merge commit 'android-4.2.1_r1' into mr1-staging
Ricardo Cerqueira
2012-11-28
1
-9
/
+51
|
\
\
|
*
|
Notification vibration improvements: [DO NOT MERGE]
Daniel Sandler
2012-11-19
1
-8
/
+51
*
|
|
Squashed commit of the theme engine support.
Ricardo Cerqueira
2012-11-24
1
-0
/
+19
*
|
|
Framework: Port CM9 features to CM10
DvTonder
2012-11-21
1
-22
/
+234
|
/
/
*
|
When in vibrate mode, all notifications will vibrate.
David Agnew
2012-11-09
1
-1
/
+10
|
/
*
Don't cancel any notifications that are meant for all users, if no package is...
Amith Yamasani
2012-11-07
1
-0
/
+4
*
Relax permission requirements for posting notifications across users
Amith Yamasani
2012-10-30
1
-3
/
+3
*
Allow any user to clear a notification targeted at USER_ALL.
Daniel Sandler
2012-10-15
1
-7
/
+21
*
Merge "Don't play notifications during speech recognition" into jb-mr1-dev
Jean-Michel Trivi
2012-10-10
1
-2
/
+3
|
\
|
*
Don't play notifications during speech recognition
Jean-Michel Trivi
2012-10-10
1
-2
/
+3
*
|
Send accessibility notification events only for the current user.
Svetoslav Ganov
2012-10-10
1
-9
/
+12
|
/
*
Clear identity when requesting current user.
Jeff Sharkey
2012-10-05
1
-1
/
+9
*
Only play notification sounds for active user.
Jeff Sharkey
2012-10-05
1
-1
/
+2
*
Clear notifications properly on ACTION_USER_STOPPED.
John Spurlock
2012-10-04
1
-1
/
+1
*
Merge "Multi-user ringtone playback." into jb-mr1-dev
Jeff Sharkey
2012-09-26
1
-2
/
+2
|
\
|
*
Multi-user ringtone playback.
Jeff Sharkey
2012-09-26
1
-2
/
+2
*
|
Update references to migrated global settings.
Jeff Brown
2012-09-25
1
-2
/
+2
|
/
*
Fix issue #7214090: Need to be able to post notifications to all users
Dianne Hackborn
2012-09-24
1
-4
/
+3
*
Allow acquiring ContentProviders across users.
Jeff Sharkey
2012-09-21
1
-3
/
+4
*
Make the SystemUI stop the screen saver when a full-screen notification is po...
Daniel Sandler
2012-09-05
1
-14
/
+0
*
Do not play sounds or vibes for background users' notifications.
Daniel Sandler
2012-09-05
1
-0
/
+1
*
Remove Binder.getOrigCallingUid().
Dianne Hackborn
2012-08-31
1
-57
/
+55
*
Enforce permissions for calls with specified userId
Amith Yamasani
2012-08-30
1
-4
/
+5
*
Start implementing concept of "running" users.
Dianne Hackborn
2012-08-28
1
-0
/
+29
*
Improve multi-user app management.
Dianne Hackborn
2012-08-21
1
-2
/
+2
*
Rename UserId to UserHandle.
Dianne Hackborn
2012-08-16
1
-2
/
+2
*
Stop screensaver on incoming phone call.
John Spurlock
2012-08-13
1
-0
/
+15
*
Make AtomicFile a public API. It's about time!
Dianne Hackborn
2012-07-31
1
-1
/
+1
[next]