summaryrefslogtreecommitdiff
path: root/core/java/android/content/res/ResourcesImpl.java
AgeCommit message (Expand)Author
2021-06-08ResourcesImpl.ThemeImpl NativeAllocationRegistryRyan Mitchell
2021-06-08Rebase ThemeImpl rather than reallocate memoryRyan Mitchell
2021-03-19Add Theme.setNewResourcesImpl() method.Yuncheol Heo
2020-12-16Replace Locale#adjustLanguageCode with its own implementationVictor Chang
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-03-31Merge "Synchronize before calling unstableRemoveIf" into rvc-dev am: ad5a070a...Ryan Mitchell
2020-03-26Synchronize before calling unstableRemoveIfRyan Mitchell
2020-03-03Revert "Better preload drawable logging"Leon Scroggins
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-11Fix misleading (copy-pasted?) error messageDonald Chai
2019-10-10Add ResourceLoader API with .apk and .arsc supportWinson
2019-07-09Check resource type, not directory for colorsAshley Rose
2019-05-20Remove obtainStyledAttribute and AssetManager2::GetBag tracingEric Holk
2019-03-08Fix getAttributeSetSourceResId to AttributeSet created from null.Aurimas Liutikas
2019-03-01Add nullability annotation to Theme#getAttributeResolutionStackAurimas Liutikas
2019-02-06Add helper methods for View attribute debuggingAurimas Liutikas
2019-01-30Add View#getSourceLayoutResId().Aurimas Liutikas
2019-01-18Fallback to regular XML Drawable if ColorStateList loading failsWinson
2019-01-14Add function to return path for last resolved resourceWinson
2018-11-05Merge "Copy common resources between styles"Ryan Mitchell
2018-11-01Copy common resources between stylesRyan Mitchell
2018-10-30Refactor Typeface construction logicSeigo Nonaka
2018-08-23Merge "Add more tracing for obtainStyledAttributes" am: 2ef6338351 am: 106905...Eric Holk
2018-08-22Create ColorStateListDrawableAshley Rose
2018-08-21Add more tracing for obtainStyledAttributesEric Holk
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-23Remove incorrect @NonNull annotations on getDrawable() and variants.Chris Craik
2018-02-28Refactor AssetManagerAdam Lesinski
2018-02-15Reland "Call ImageDecoder directly in ResourcesImpl"Leon Scroggins III
2018-02-12Merge "Revert incorrect NonNull assertions in ColorStateList loading"TreeHugger Robot
2018-02-09Revert incorrect NonNull assertions in ColorStateList loadingChris Craik
2018-02-09Revert "Replace AssetManager with AssetManager2 implementation"Adam Lesinski
2018-02-09Merge "Revert "Call ImageDecoder directly in ResourcesImpl""TreeHugger Robot
2018-02-08Revert "Call ImageDecoder directly in ResourcesImpl"Leon Scroggins
2018-02-08Change Resources.getDrawable nullabilityChris Craik
2018-02-06Merge changes from topic "assetmanager2"Adam Lesinski
2018-02-06Call ImageDecoder directly in ResourcesImplLeon Scroggins III
2018-02-05Replace AssetManager with AssetManager2 implementationAdam Lesinski
2018-01-25Revert "Replace AssetManager with AssetManager2 implementation"Adam Lesinski
2018-01-24Replace AssetManager with AssetManager2 implementationAdam Lesinski
2018-01-23Revert "Replace AssetManager with AssetManager2 implementation"Adam Lesinski
2018-01-23Merge changes from topic "assetmanager-refactor"Adam Lesinski
2018-01-12Merge "Wrap StackOverflowError in NotFoundException. Bug: 67462465 Bug: 66498...Hyunyoung Song
2018-01-09Replace AssetManager with AssetManager2 implementationAdam Lesinski
2017-11-09Wrap StackOverflowError in NotFoundException.Hyunyoung Song
2017-11-02Preventing recursive referrence in drawablesSunny Goyal
2017-10-10Wrap StackOverflowError in NotFoundException.Hyunyoung Song