summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix false positive of activity leak in NexusLauncherTests" into rvc-devTreeHugger Robot2020-03-251-14/+13
|\
| * Fix false positive of activity leak in NexusLauncherTestsCharles Chen2020-03-251-14/+13
* | Use REPLACE_EXISTING for rename(2) workaround.Martijn Coenen2020-03-111-1/+4
|/
* Allow activities/services to have app loadersRyan Mitchell2020-03-021-0/+12
* Squash same ApplicationInfo's in ParcelMakoto Onuki2020-02-241-2/+4
* Cache package and permission informationDaniel Colascione2020-02-201-10/+5
* Move compat behavior in #onPipRequested to ActivityThreadjorgegil@google.com2020-02-041-15/+10
* Merge changes from topic "res-loader"Ryan Mitchell2020-01-291-1/+1
|\
| * Refactor ResourcesLoader APIsRyan Mitchell2020-01-281-1/+1
* | Merge "Merge sleeping activities with visibility updates"Andrii Kulian2020-01-251-45/+0
|\ \
| * | Merge sleeping activities with visibility updatesAndrii Kulian2020-01-241-45/+0
| |/
* | Merge changes I9ea3677d,I0a59dce8Jeffrey Huang2020-01-241-0/+3
|\ \ | |/ |/|
| * Migrate away from using ServiceManagerJeffrey Huang2020-01-231-0/+3
* | Adds more flags for cursor control features.Shu Chen2020-01-221-0/+9
|/
* Use START/STOP messages to update visibilityAndrii Kulian2020-01-081-49/+17
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-1/+1
* Add #onPictureInPictureRequested to Activity and ATMjorgegil@google.com2019-12-201-0/+67
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Merge "Window Manager Flag Migration (7/n)"Tiger Huang2019-12-161-1/+3
|\
| * Window Manager Flag Migration (7/n)Tiger Huang2019-12-161-1/+3
* | Merge "Merge ActivityDisplay and DisplayContent into one class (77/n)"TreeHugger Robot2019-12-161-1/+1
|\ \ | |/ |/|
| * Merge ActivityDisplay and DisplayContent into one class (77/n)Louis Chang2019-12-131-1/+1
* | Merge "System APIs for telephony to expose/obtain binder services"Makoto Onuki2019-12-131-0/+13
|\ \ | |/ |/|
| * System APIs for telephony to expose/obtain binder servicesMakoto Onuki2019-12-091-0/+13
* | Revert "Remove the rename() interceptor"Zim2019-12-121-0/+18
* | Merge "Add package name to DDM APNM packet"Chester Hsieh2019-12-091-0/+1
|\ \ | |/ |/|
| * Add package name to DDM APNM packetChester Hsieh2019-12-061-0/+1
* | Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+6
|/
* Merge "Perform agent startup-attach before bind" am: 7ae1299cdd am: d3337c905...Alex Light2019-10-091-20/+30
|\
| * Merge "Perform agent startup-attach before bind"Alex Light2019-10-091-20/+30
| |\
| | * Perform agent startup-attach before bindAlex Light2019-10-081-20/+30
| | * Add agent startup-attachAlex Light2019-08-141-0/+21
| | * resolve merge conflicts of 9acd72c60b0965fdb1da1bce39b12e0d9c242a06 to stage-...Mathew Inwood2019-07-221-3/+6
| | |\
| | | * Compatibility API implementation for app processes.Mathew Inwood2019-07-181-1/+6
| | | * Merge "Don't call ConnectivityService when holding ActivityManagerService lock."Treehugger Robot2019-04-191-2/+6
| | | |\
| | | | * Don't call ConnectivityService when holding ActivityManagerService lock.Irina Dumitrescu2019-04-181-2/+6
| | | * | Add global property to store opt-in application package name.Peiyong Lin2019-04-161-1/+1
| | | |/
| * | | Add agent startup-attachAlex Light2019-08-161-0/+21
| * | | Compatibility API implementation for app processes.Mathew Inwood2019-07-181-2/+5
| |/ /
* | | Merge "View attr debug: avoid 'Invalid ID 0x00000000'"TreeHugger Robot2019-10-011-1/+1
|\ \ \
| * | | View attr debug: avoid 'Invalid ID 0x00000000'MÃ¥rten Kongstad2019-09-191-1/+1
* | | | Ensure that the Application is constructed before any Service.Dave Mankoff2019-09-121-14/+4
|/ / /
* | | Add agent startup-attachAlex Light2019-08-141-0/+22
* | | Add RSS to dumpsys meminfoJing Ji2019-08-091-52/+83
* | | Add logs for debugging IME onConfigurationChangedlumark2019-07-301-1/+31
* | | Compatibility API implementation for app processes.Mathew Inwood2019-07-161-2/+5
* | | Create permission manager AIDLTodd Kennedy2019-07-021-5/+15
* | | Remove the rename() interceptorEric Biggers2019-06-241-19/+0
* | | Merge "Don't create string temporaries if tracing isn't enabled"TreeHugger Robot2019-06-241-2/+8
|\ \ \ | |/ / |/| |
| * | Don't create string temporaries if tracing isn't enabledJohn Reck2019-06-201-2/+8