summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Derestrict some non-SDK APIs.Mathew Inwood2021-01-071-1/+1
* Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855Xin Li2020-12-021-48/+52
|\
| * Merge "Make process level rotated config and display metrics consistent" into...TreeHugger Robot2020-09-251-48/+51
| |\
| | * Make process level rotated config and display metrics consistentRiddle Hsu2020-09-241-48/+51
| * | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-1/+1
| |\ \ | | |/ | |/|
| * | Remove entry from mLastReportedWindowingMode on destroyHongwei Wang2020-08-261-0/+1
* | | Merge "Add maxTargetSdk restriction to unused APIs."Mathew Inwood2020-11-091-5/+5
|\ \ \
| * | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-5/+5
| | |/ | |/|
* / | Remove android.icu.impl.ICUBinary.dataPath for apps targeting S+Victor Chang2020-11-031-0/+4
|/ /
* / Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
|/
* Reduce "Failed to find provider info" logspam.Varun Shah2020-06-091-1/+6
* Merge "Override application display adjustments while launching activity" int...Riddle Hsu2020-06-041-9/+48
|\
| * Override application display adjustments while launching activityRiddle Hsu2020-06-031-9/+48
* | Allow to load implicit layer from /vendor/app.Peiyong Lin2020-06-031-0/+16
|/
* Do not always report configuration change to activityLouis Chang2020-05-201-54/+27
* Merge changes from topic "dump-cacheinfo" into rvc-devCollin Fijalkovich2020-05-181-0/+12
|\
| * Add cache debugging information to bugreports.Collin Fijalkovich2020-05-131-0/+6
| * Maintain global list of caches; purge on low memoryDaniel Colascione2020-05-131-0/+6
* | Make sure config change items are executed in the order dispatched.Darryl L Johnson2020-05-151-7/+29
|/
* Merge "Limit rename() workaround to /storage/emulated." into rvc-devMartijn Coenen2020-05-121-1/+9
|\
| * Limit rename() workaround to /storage/emulated.Martijn Coenen2020-05-121-1/+9
* | Merge changes from topic "b147213487" into rvc-devRiddle Hsu2020-05-121-1/+59
|\ \
| * | Send fixed rotation adjustments to the associated clientRiddle Hsu2020-05-111-1/+59
| |/
* / fix app binder tracing on userdebug buildsTim Murray2020-05-111-1/+1
|/
* Merge "Move PIP/MW mode callbacks to be on the client side" into rvc-devHongwei Wang2020-04-301-26/+47
|\
| * Move PIP/MW mode callbacks to be on the client sideHongwei Wang2020-04-301-26/+47
* | Merge "Add test to ensure virtual display orientation doesn't change when dev...Darryl Johnson2020-04-301-0/+5
|\ \ | |/ |/|
| * Add test to ensure virtual display orientation doesn't change whenDarryl L Johnson2020-04-281-0/+5
* | Merge "Close heap dump ParcelFileDescriptor." into rvc-devTreeHugger Robot2020-04-281-0/+2
|\ \ | |/ |/|
| * Close heap dump ParcelFileDescriptor.Kweku Adams2020-04-271-0/+2
* | Merge "Revert "Fix false positive of activity leak in NexusLauncherTests"" in...Charles Chen2020-04-241-13/+14
|\ \ | |/ |/|
| * Revert "Fix false positive of activity leak in NexusLauncherTests"Darryl Johnson2020-04-231-13/+14
* | Merge "Calculate oldPaths for out of date LoadedApks" into rvc-devWinson Chiu2020-04-231-2/+6
|\ \
| * | Calculate oldPaths for out of date LoadedApksWinson2020-04-211-2/+6
* | | Avoid reporting unhandled config changes to activityRiddle Hsu2020-04-151-29/+41
|/ /
* | 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