summaryrefslogtreecommitdiff
path: root/core/java/android/app/NotificationChannel.java
Commit message (Expand)AuthorAgeFilesLines
* Limit the size of NotificationChannel and NotificationChannelGroupJulia Reynolds2022-08-191-7/+16
* Fix blockable system notificationsJulia Reynolds2022-05-111-16/+5
* Remove notification permission feature flagJulia Reynolds2022-05-041-8/+0
* Migrate to fixed permission checkingJulia Reynolds2021-11-021-6/+4
* Revert "Don't restore notification channel if its sound is unavailable"Julia Reynolds2021-08-301-12/+2
* Don't restore notification channel if its sound is unavailableRuslan Tkhakokhov2021-05-041-2/+12
* Rename notificationchannel constant valuesJulia Reynolds2021-03-171-2/+2
* Add apis for notification channel editingJulia Reynolds2021-02-161-0/+42
* Add retention policy to delete channelsJulia Reynolds2021-01-151-2/+31
* Hand-migration to TypedXml interface.Jeff Sharkey2020-12-021-14/+2
* Mechanically apply TypedXml refaster template.Jeff Sharkey2020-11-301-22/+18
* Mechanical refactoring to new typed XML classes.Jeff Sharkey2020-11-301-11/+14
* Add some missing conversation log fieldsJulia Reynolds2020-11-021-2/+10
* Apply fixes for EfficientStrings.Jeff Sharkey2020-10-201-1/+1
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+0
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Let apps see if their conversations have been demotedJulia Reynolds2020-07-271-1/+4
* Fix CTSMady Mellor2020-04-281-6/+13
* Make bubble channel setting 3 state with unset / on / offMady Mellor2020-04-211-10/+29
* Make bubble settings a pref with an int rather than a boolMady Mellor2020-04-091-13/+8
* Rename NotificationChannel#setBlockableSystemHall Liu2020-03-131-12/+15
* Increase test coverage for NotificationChannelJulia Reynolds2020-03-101-0/+2
* Address api feedbackJulia Reynolds2020-02-231-4/+6
* Separate concept of VIC from DNDJulia Reynolds2020-02-041-4/+33
* Do not use @SystemApi(client = MODULE_APPS) (documents/settings)Makoto Onuki2020-01-311-3/+1
* Merge "Expose NotificationChannel#setBlockableSystem as SystemApi"TreeHugger Robot2020-01-171-1/+7
|\
| * Expose NotificationChannel#setBlockableSystem as SystemApiHall Liu2020-01-161-1/+7
* | Allow conversations to be demoted out of the conversation spaceJulia Reynolds2020-01-161-5/+29
|/
* Add conversation-centric inline controlsJulia Reynolds2020-01-151-4/+5
* Add support for conversation notification channelsJulia Reynolds2020-01-101-25/+88
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-2/+2
* Address API review feedbackJulia Reynolds2019-09-051-0/+8
* Make some APIs used by ExtService module @SystemApiJulia Reynolds2019-08-191-0/+1
* Record initial app given importanceJulia Reynolds2019-06-251-4/+34
* 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