summaryrefslogtreecommitdiff
path: root/core/java/android/content/res/Configuration.java
AgeCommit message (Expand)Author
2021-02-24Optimize the Parcel read/write of common window dataRiddle Hsu
2020-11-13Change forceBoldText to fontWeightAdjustment in ConfigurationSally
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-09-21Add Bold Text to ConfigurationSally
2020-07-31Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot
2020-07-30Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot
2020-07-29Update language to comply with Android's inclusive language guidanceSaint Chou
2020-07-15Don't clone the locale redundantly in Configuration.setTo()Christopher Tate
2020-02-05Dark theme helperJay Aliomer
2020-01-10Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-11Merge "Fix unexpected process restart of size compat mode"TreeHugger Robot
2019-12-10Fix unexpected process restart of size compat modeRiddle Hsu
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-11-13Merge "Add @UnsupportedAppUsage to test apis that are known to be used by apps."Artur Satayev
2019-11-13Merge "Add OrientationConfig IntDef"Vadim Caen
2019-11-13Add OrientationConfig IntDefVadim Caen
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-10-29Add a remote control mechanism for window containersEvan Rosky
2019-10-22Remove XML write functions from UsageStats.Varun Shah
2019-10-22Use language tags to store Configuration's locale list.Varun Shah
2019-09-10Use language tags to store Configuration's locale list.Varun Shah
2019-09-10Use language tags to store Configuration's locale list.Varun Shah
2019-09-10Merge "Revert "Use language tags to store Configuration's locale list."" into...Colin Cross
2019-09-10Revert "Use language tags to store Configuration's locale list."Varun Shah
2019-09-10Merge "Use language tags to store Configuration's locale list." into qt-devVarun Shah
2019-09-09Use language tags to store Configuration's locale list.Varun Shah
2019-09-09Fix bootloop issue with UsageStatsService.Varun Shah
2019-09-04Fix bootloop issue with UsageStatsService.Varun Shah
2019-05-02Add Locale#script to Configuration proto.Varun Shah
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-01Allow for different log levels on WM tracesNataniel Borges
2019-01-09Add @TestApi to Configuration.assetsSeqRiddle Hsu
2018-09-28Upgrade UsageStatsDatabase from XML to ProtobufMichael Wachenschwanz
2018-09-05Merge "Fix widecg and hdr ordering in Configuration"Chia-I Wu
2018-09-04Avoiding potential NPE when dumping to proto.Kweku Adams
2018-08-31Fix widecg and hdr ordering in ConfigurationChia-I Wu
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-02Update Configuration#isScreenWideColorGamut docChia-I Wu
2018-02-28Merge "More work on issue #73301635: Ability to extract device configuration"TreeHugger Robot
2018-02-28More work on issue #73301635: Ability to extract device configurationDianne Hackborn
2018-02-27Use LocaleList.read/writeParcel in ConfigurationSiyamed Sinir
2018-02-23Implement issue #73301635: Ability to extract device configurationDianne Hackborn
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-11-02Add missing break to switch in resourceQualifierString().Christian Williams
2017-09-18Improve WMP dumpsys readability.Michael Wright