summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Notification.java
Commit message (Expand)AuthorAgeFilesLines
* Filter out dangerous CharSequences in Notification.Daniel Sandler2013-05-081-17/+44
* Fix concurrency issues when parceling StatusBarNotifications.Daniel Sandler2013-04-221-8/+33
* Finish annotating Notification.extras.Daniel Sandler2013-04-151-23/+104
* Set FLAG_SHOW_LIGHTS if *either* on or off is nonzero.Daniel Sandler2013-04-081-1/+1
* Make Notification action data structures public.Daniel Sandler2013-02-201-2/+5
* Capture semantic Notification.Builder data in extras.Daniel Sandler2013-02-011-48/+76
* Fix longstanding nonsense in javadocs.Daniel Sandler2012-12-041-1/+1
* Cleanups in Notification.java.Daniel Sandler2012-11-161-8/+8
* am ce37f1da: am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addA...Joe Malin2012-11-131-32/+34
|\
| * Notification.java javadoc: addActionJoe Malin2012-11-071-32/+34
* | Fix docs to refer to the correct class.Daniel Sandler2012-11-071-1/+1
* | Resolve USER_ALL when inflating notification views.Amith Yamasani2012-11-021-0/+3
* | Allow acquiring ContentProviders across users.Jeff Sharkey2012-09-211-0/+14
* | Merge "Add Notification.Builder.setShowWhen(boolean)." into jb-mr1-devDaniel Sandler2012-09-211-2/+16
|\ \
| * | Add Notification.Builder.setShowWhen(boolean).Daniel Sandler2012-09-131-2/+16
| |/
* | fix underfull content bug in inbox and big text templates.Chris Wren2012-09-201-5/+6
|/
* docs: misc bug fixes from external issuesScott Main2012-08-131-3/+7
* Add missing docs to notification style rebuilder functions.Chris Wren2012-08-011-0/+10
* Fix NPEs when using the APIs a little oddly.Daniel Sandler2012-06-281-2/+6
* Unhide new methods on RemoteViews and Notification.Daniel Sandler2012-06-211-1/+0
* Remove line3 in big notification unless there's text to show.Daniel Sandler2012-06-131-0/+4
* "Two actions ought to be enough for anybody."Daniel Sandler2012-06-121-1/+1
* Various notification template cleanups.Daniel Sandler2012-06-081-4/+20
* Unused API should be hidden.Daniel Sandler2012-06-041-0/+1
* Visual tweaks to notifications.Daniel Sandler2012-05-301-14/+17
* BigPicture notifications for screenshots.Chris Wren2012-05-221-0/+15
* Merge "Fix three-line notifications." into jb-devDaniel Sandler2012-05-221-21/+31
|\
| * Fix three-line notifications.Daniel Sandler2012-05-211-21/+31
* | Support more items in the Notification.InboxStyle, plus an overflow.Chris Wren2012-05-211-1/+7
|/
* Don't assume digest lines are GONE, we may be recycling them.Chris Wren2012-05-171-2/+5
* Merge "Defensively reset the default state of layout elements." into jb-devChris Wren2012-05-161-0/+8
|\
| * Defensively reset the default state of layout elements.Chris Wren2012-05-161-0/+8
* | Action button improvements:Daniel Sandler2012-05-161-11/+9
|/
* Merge "Restyling action buttons." into jb-devDaniel Sandler2012-05-101-1/+10
|\
| * Restyling action buttons.Daniel Sandler2012-05-101-1/+10
* | Clean up API docs for Notification.Daniel Sandler2012-05-101-1/+14
|/
* New backgrounds for notifications.Daniel Sandler2012-05-101-0/+12
* Merge "Clear out any existing buttons before adding the set of requested acti...Chris Wren2012-05-081-0/+1
|\
| * Clear out any existing buttons before adding the set of requested actions.Chris Wren2012-05-081-0/+1
* | Merge "Add number back to legacy notifications." into jb-devDaniel Sandler2012-05-071-0/+4
|\ \ | |/ |/|
| * Add number back to legacy notifications.Daniel Sandler2012-05-041-0/+4
* | The BigTextStyle should never render mContentTextChris Wren2012-05-041-0/+1
* | Add an alternate title that can be used in the overflow of a InboxStyle.Chris Wren2012-05-041-23/+120
|/
* rework big text to handle gmail use caseChris Wren2012-05-031-4/+3
* Allow the Notification.Builder to carry around a Style to apply at buildChris Wren2012-05-031-18/+93
* Migrate ringtone playback to SystemUI.Jeff Sharkey2012-04-271-1/+2
* let default notifications with actions get bigger that 64dp.Chris Wren2012-04-231-1/+1
* Remove intruder alert APIs from JB.Daniel Sandler2012-04-181-95/+0
* Gestures for expanding notifications.Daniel Sandler2012-04-181-1/+1
* New InboxStyle template for expanded notifications.Daniel Sandler2012-04-171-0/+56