summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Notification.java
Commit message (Expand)AuthorAgeFilesLines
* Change appearance of notifications to light theme.Jorim Jaggi2014-03-071-11/+66
* am 6daf22ca: am 47826bfa: am c748341a: Merge "Add addExtras and getExtras to ...Griff Hazen2014-03-061-4/+40
|\
| * Add addExtras and getExtras to Notification.Builder.Griff Hazen2014-03-051-4/+40
* | create a synthetic 2U heads up notificationChris Wren2014-02-281-0/+36
* | am 4e795ebe: am 0ff811db: Merge "Add local-only option to Notification (using...Griff Hazen2014-02-111-2/+19
|\ \ | |/
| * Add local-only option to Notification (using flag)Griff Hazen2014-02-111-2/+19
* | record the notification styleChris Wren2014-01-311-0/+2
* | Notification visibility APIs.Dan Sandler2014-01-301-0/+86
* | use relative positioning for notification actionsChris Wren2013-12-031-1/+1
* | am 723ad75e: Merge "API cleanups for Notification." into klp-devDaniel Sandler2013-09-301-31/+170
|\ \ | |/
| * API cleanups for Notification.Daniel Sandler2013-09-271-31/+170
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-1/+10
|/
* Add support for notification scorers.Scott Greenwald2013-07-231-0/+7
* allow rich notifications in the heads up.Chris Wren2013-07-231-0/+24
* Save Notification large icon to extras.John Spurlock2013-06-101-0/+3
* reveal the notification extrasChris Wren2013-06-061-23/+0
* 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
|\