summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java
Commit message (Expand)AuthorAgeFilesLines
* Replace user switching events with UserTrackerAlex Stetson2023-02-151-12/+12
* Use setIdentifier instead of dynamic categoriesJohn Wu2022-10-171-1/+1
* Make CoreStartable an Interface.Dave Mankoff2022-10-131-3/+4
* Replace Dependency.get with DaggerJustin Weir2022-08-301-6/+7
* Post instant app notifications to an instant apps channelJulia Reynolds2022-05-131-1/+1
* Clean up the legacy split screen (8/n)Tony Huang2022-03-011-21/+0
* Clean up the legacy split screen (7/n)Tony Huang2022-02-231-17/+3
* Merge "Add null check after getApplicationInfo in InstantAppNotifier" am: 56d...Treehugger Robot2022-02-141-1/+1
|\
| * Add null check after getApplicationInfo in InstantAppNotifierHÃ¥kan Kvist2022-02-131-1/+1
* | Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
|/
* Rename splitscreen package to legacysplitscreenWale Ogunwale2020-12-141-3/+3
* Switch some recent tasks calls from IATM to ATMWale Ogunwale2020-11-301-11/+6
* Replace StackInfo with TaskInfoLouis Chang2020-09-031-11/+10
* Migrate splitscreen to WM shell lib (4/n)Jerry Chang2020-09-021-1/+1
* Migrate splitscreen to WM shell lib (3/n)Jerry Chang2020-08-211-6/+5
* Migrate splitscreen to WM shell lib (2/n)Jerry Chang2020-08-201-7/+9
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Make intents immutableJulia Reynolds2020-05-281-4/+4
* Make implicit intent immutable.Jeff DeCew2020-05-061-1/+1
* SystemUI Split via TaskOrganizerEvan Rosky2020-02-181-3/+5
* Revert "SystemUI Split via TaskOrganizer"Jorim Jaggi2020-02-171-5/+3
* SystemUI Split via TaskOrganizerEvan Rosky2020-02-141-3/+5
* Start removing Dependency.get(UiOffloadThread.class)Dave Mankoff2019-12-231-4/+7
* Remove all calls to getComponent(CommandQueue.class).Dave Mankoff2019-11-011-3/+9
* Show instant app notifier for non-fullscreen activityYoshiki Iguchi2019-10-231-1/+3
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-2/+5
* Single source of truth for auth stateLucas Dupin2019-09-231-5/+5
* Create general callback for changes to RecentTaskListVinit Nayak2019-07-261-10/+0
* Work on issue #112467931: APR about content provider without packageDianne Hackborn2019-05-231-1/+1
* Extract Instant Apps notification code into InstantAppNotifieryoshiki iguchi2019-03-111-0/+376