summaryrefslogtreecommitdiff
path: root/core/java/android/app/NotificationChannel.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-3/+1
* Noti importance from certain Roles cannot be modifiedJulia Reynolds2019-03-291-3/+27
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add settings for notification bubblingJulia Reynolds2019-02-051-9/+1
* Create BubbleMetadata use it instead of app overlay intentMady Mellor2019-01-151-25/+25
* Don't allow importance updates for oem locked channelsJulia Reynolds2019-01-141-20/+44
* Add APIs for notification app overlaysJulia Reynolds2018-10-251-46/+79
* Additional functionality for the noti asstJulia Reynolds2018-10-221-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+3
* The quietening round 2 part 1Julia Reynolds2018-08-101-0/+7
* Merge "Move channel logging to dump method and redact name."Aaron Heuckroth2018-07-101-0/+27
|\
| * Move channel logging to dump method and redact name.Aaron Heuckroth2018-07-091-0/+27
* | Improve backup and restore for empty soundsJulia Reynolds2018-06-221-2/+2
|/
* Work on issue #77931346: The notification that should not be named appearedDianne Hackborn2018-05-011-0/+25
* Update incorrect documentationJulia Reynolds2018-04-101-9/+14
* Update notification blocking documentation.Julia Reynolds2018-03-291-1/+5
* Fixing bugs in Notification proto dumping.Kweku Adams2018-01-231-6/+6
* Canonicalize notification channel sounds for backup am: 2d7a4a3f67Bernardo Rufino2017-10-111-0/+2
|\
| * Canonicalize notification channel sounds for backupBernardo Rufino2017-10-111-3/+81
* | Canonicalize notification channel sounds for backupBernardo Rufino2017-10-051-3/+81
* | incidentd: Adding RankingHelper data to NotificationManager proto output.Kweku Adams2017-10-031-0/+35
* | Add more functionality to channel groupsJulia Reynolds2017-08-301-19/+19
|/
* Fix system crashJulia Reynolds2017-07-131-6/+6
* Properly read vibration setting on boot.Julia Reynolds2017-05-261-1/+1
* Allow some system notifications to be blocked.Julia Reynolds2017-05-251-1/+25
* Lock relevant fields on channel updateJulia Reynolds2017-05-111-12/+7
* Api updatesJulia Reynolds2017-04-251-2/+6
* Even more auto-doc work.Jeff Sharkey2017-04-241-3/+2
* Auto-generate docs based on annotations.Jeff Sharkey2017-04-201-7/+6
* Allow notification channels to be silent.Julia Reynolds2017-04-131-3/+5
* Allow channels to have a user visible description.Julia Reynolds2017-03-211-53/+110
* Remove resource id channel/group name fieldsJulia Reynolds2017-03-161-37/+7
* Allow channels to be renamed.Julia Reynolds2017-03-071-0/+7
* Allow translatable channel names.Julia Reynolds2017-03-021-4/+41
* Let developers choose a light color for channelsJulia Reynolds2017-02-071-5/+34
* Deprecate notification fieldsJulia Reynolds2017-02-011-1/+4
* Add audio attributes to notificationchannelJulia Reynolds2017-01-301-15/+81
* Add notification channel groups.Julia Reynolds2017-01-261-18/+69
* Add updatable fields to RankingJulia Reynolds2017-01-241-1/+4
* Save deleted channels.Julia Reynolds2017-01-171-10/+25
* Cannot have badge only channelsJulia Reynolds2017-01-061-19/+0
* Allow apps to enable notification badging.Julia Reynolds2017-01-061-12/+10
* Add badging support for channels.Julia Reynolds2016-12-211-9/+100
* Allow apps to set vibrations pattern for channelsJulia Reynolds2016-11-281-28/+81
* Prioritize channel sound & vibration settings.Julia Reynolds2016-11-181-23/+24
* Some channel model updatesJulia Reynolds2016-11-011-53/+139
* Move autogrouping into framework.Julia Reynolds2016-10-191-4/+4
* Add Notification channelsJulia Reynolds2016-09-151-0/+382