summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/res
Commit message (Expand)AuthorAgeFilesLines
* Themes: Fix theming of cmsdk assetsd34d2016-05-191-0/+2
* Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-122/+85
|\
| * Cherry-pick system theme rebase to fix square UI on round watchesAlan Viverette2015-09-141-122/+85
* | Themes: Refactor themes to CMSDK [1/6]d34d2016-03-047-764/+16
* | Live lock screen support [1/2]d34d2015-11-191-0/+8
* | Merge branch 'LA.BF64.1.2.2_rb4.6' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-041-2/+6
|\ \
| * | base: Fix the problems for runtime overlay.yingying2015-10-231-3/+6
| |/
* | Themes: Switch themes when user changesd34d2015-10-282-9/+42
* | Resources: cache themed resourcesRoman Birg2015-10-272-1/+15
* | Themes: Use current user ID when getting ThemeConfigd34d2015-10-271-0/+4
* | Themes: Use warning level logging for getBootThemed34d2015-10-271-1/+1
* | Themes: Allow packages to be set as non-themeabled34d2015-10-271-15/+2
* | themes: Fix strictmode warningsSteve Kondik2015-10-271-5/+1
* | [1/2] Themes: Multiwallpaper supportAndy Mast2015-10-271-2/+20
* | Themes: Add CONFIG_THEME_FONT to Configuration.diff()d34d2015-10-271-0/+5
* | Themes: Perform null check on fontPkgNameClark Scheff2015-10-271-1/+2
* | Themes: Handle null request types in ThemeConfigClark Scheff2015-10-271-2/+3
* | Themes: Drop timestamp and add change request typed34d2015-10-271-11/+15
* | unbreak density scalingRoman Birg2015-10-271-5/+8
* | Themes: Add config change flag for font changeClark Scheff2015-10-271-0/+4
* | Themes: Add RequestType to ThemeChangeRequest [1/3]d34d2015-10-271-2/+25
* | Themes: Enhanced theming capabilities [1/3]Clark Scheff2015-10-275-5/+280
* | Themes: Get mFontPkgName hashCode not mIconPkgName'sd34d2015-10-271-1/+1
* | Themes: Include ThemeConfig for ResourceKey hashd34d2015-10-272-1/+10
* | Themes: Add theme change timestamp to ThemeConfigd34d2015-10-271-3/+19
* | Themes: Add tm command line toolClark Scheff2015-10-271-0/+2
* | Themes: Check common resource paths at java layerd34d2015-10-271-1/+6
* | Themes: Restructure resource cache [1/2]d34d2015-10-271-8/+7
* | Allow custom density settingTom Marshall2015-10-261-1/+3
* | Themes: Port to CM13 [1/3]Andy Mast2015-10-2610-22/+1401
|/
* Make ResourceKey always use non-null configuration override.Filip Gruszczynski2015-08-041-12/+9
* Add missing invalidation check to drawable cacheAlan Viverette2015-07-201-1/+1
* Improve resource loading by ~3xJohn Reck2015-07-132-1/+2
* Avoid NPE when drawable fails to loadAlan Viverette2015-06-051-2/+3
* Remove strict mode violation from value to string coercionAlan Viverette2015-06-011-23/+0
* Prevent crash when ColorStateList has unresolved attrsAlan Viverette2015-06-011-6/+8
* Merge "Avoid strict mode violation during saveAttributeData" into mnc-devAlan Viverette2015-05-271-1/+22
|\
| * Avoid strict mode violation during saveAttributeDataAlan Viverette2015-05-181-1/+22
* | Add Configuration data for round displaysAdam Powell2015-05-181-5/+60
|/
* Use correct array index for Theme.getTheme()Alan Viverette2015-05-081-4/+3
* Improve hierarchy viewer dump hierarchy latencySiva Velusamy2015-05-071-2/+17
* Improve keying for theme caches, rebase system theme on config changeAlan Viverette2015-05-065-284/+449
* Add API for obtaining changing configurations bitmask from ThemeAlan Viverette2015-05-052-0/+14
* Merge "ActionBar SearchView's default hint shouldn't override SearchableInfo"...Alan Viverette2015-04-301-6/+7
|\
| * ActionBar SearchView's default hint shouldn't override SearchableInfoAlan Viverette2015-04-291-6/+7
* | Stash modulation alpha until ColorStateList has resolved base colorAlan Viverette2015-04-291-4/+23
|/
* Merge "Don't set userSetLocale from Configuration.setLocale."Narayan Kamath2015-04-071-3/+1
|\
| * Don't set userSetLocale from Configuration.setLocale.Narayan Kamath2015-04-031-3/+1
* | Merge "Unify drawable caches"Alan Viverette2015-04-061-43/+53
|\ \ | |/ |/|
| * Unify drawable cachesAlan Viverette2015-04-011-43/+53