summaryrefslogtreecommitdiff
path: root/core/java/android/content/res/Configuration.java
Commit message (Expand)AuthorAgeFilesLines
* Revised the API documentation for screenWidthDp and screenHeightDp to include...joneckenrode2022-06-031-31/+51
* Updated API documentation of screenWidthDp and screenHeightDp to include mult...joneckenrode2022-04-201-0/+16
* Merge "Updated API documentation of screenWidthDp and screenHeightDp." am: ec...Jon Eckenrode2022-04-041-8/+37
|\
| * Updated API documentation of screenWidthDp and screenHeightDp.joneckenrode2022-03-281-8/+37
* | Revert "Revert "Add XML configuration for density""Evan Rosky2021-12-161-21/+26
* | Revert "Add XML configuration for density"Evan Rosky2021-12-151-26/+21
* | Add XML configuration for densityMarin Shalamanov2021-11-231-21/+26
* | Merge "Fix Configuration.diff documentation." am: f822fdf129 am: 1017b74861 a...Treehugger Robot2021-10-181-29/+3
|\|
| * Fix Configuration.diff documentation.Felka Chang2021-10-131-29/+3
* | Make Configuration.generateDelta() publicJeremy Meyer2021-10-071-3/+3
|/
* Optimize the Parcel read/write of common window dataRiddle Hsu2021-02-241-4/+4
* Change forceBoldText to fontWeightAdjustment in ConfigurationSally2020-11-131-45/+44
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Add Bold Text to ConfigurationSally2020-09-211-0/+63
* Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-1/+1
|\
| * Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-301-1/+1
| |\
| | * Update language to comply with Android's inclusive language guidanceSaint Chou2020-07-291-1/+1
| | * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-101-1/+1
| | * Merge "Add @UnsupportedAppUsage to test apis that are known to be used by apps."Artur Satayev2019-11-131-0/+1
| | |\
| | | * Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+1
| | | * Use language tags to store Configuration's locale list.Varun Shah2019-10-221-1/+10
| | * | Use language tags to store Configuration's locale list.Varun Shah2019-09-101-1/+10
| | * | Merge "Revert "Use language tags to store Configuration's locale list."" into...Colin Cross2019-09-101-10/+1
| | |\ \
| | | * | Revert "Use language tags to store Configuration's locale list."Varun Shah2019-09-101-10/+1
| | * | | Merge "Use language tags to store Configuration's locale list." into qt-devVarun Shah2019-09-101-1/+10
| | |\| |
| | | * | Use language tags to store Configuration's locale list.Varun Shah2019-09-091-1/+10
| | | |/
| | * / Fix bootloop issue with UsageStatsService.Varun Shah2019-09-091-1/+9
| | |/
* | / Don't clone the locale redundantly in Configuration.setTo()Christopher Tate2020-07-151-3/+11
|/ /
* | Dark theme helperJay Aliomer2020-02-051-0/+10
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Merge "Fix unexpected process restart of size compat mode"TreeHugger Robot2019-12-111-0/+6
|\ \
| * | Fix unexpected process restart of size compat modeRiddle Hsu2019-12-101-0/+6
* | | Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-7/+7
|/ /
* | Merge "Add OrientationConfig IntDef"Vadim Caen2019-11-131-0/+11
|\ \
| * | Add OrientationConfig IntDefVadim Caen2019-11-131-0/+11
* | | Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+1
|/ /
* | Add a remote control mechanism for window containersEvan Rosky2019-10-291-0/+74
* | Remove XML write functions from UsageStats.Varun Shah2019-10-221-72/+0
* | Use language tags to store Configuration's locale list.Varun Shah2019-09-101-1/+10
* | Fix bootloop issue with UsageStatsService.Varun Shah2019-09-041-1/+9
|/
* Add Locale#script to Configuration proto.Varun Shah2019-05-021-1/+21
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Allow for different log levels on WM tracesNataniel Borges2019-02-011-23/+40
* Add @TestApi to Configuration.assetsSeqRiddle Hsu2019-01-091-0/+1
* Upgrade UsageStatsDatabase from XML to ProtobufMichael Wachenschwanz2018-09-281-2/+132
* Merge "Fix widecg and hdr ordering in Configuration"Chia-I Wu2018-09-051-10/+10
|\
| * Fix widecg and hdr ordering in ConfigurationChia-I Wu2018-08-311-10/+10