summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Josh Guilfoyle2010-11-182-13/+10
* Merge commit 'themes/themes-eclair' into themes-2.2_r1Dirk Sigurdson2010-07-043-31/+241
|\
| * ESPRESSO-823: Removed dialog themes and list item styles.Josh Guilfoyle2010-02-236-67/+23
| * ESPRESSO-823: Removed TimePicker themeability.Josh Guilfoyle2010-02-231-3/+4
| * Revert "THEMES-177: Added Java API to temporarily manipulate activity configC...Josh Guilfoyle2010-02-191-22/+0
| * THEMES-177: Added Java API to temporarily manipulate activity configChanges.Josh Guilfoyle2010-02-161-0/+22
| * Merge remote branch 'korg/eclair' into themes-eclairDirk Sigurdson2010-02-076-41/+110
| |\
| * | Removed unused code after the merge to Eclair.Josh Guilfoyle2009-12-171-61/+3
| * | Merge branch 'themes-1.5r2' into themes-eclairJosh Guilfoyle2009-11-249-53/+355
| |\ \
| | * | Fixed ESPRESSO-257, ESPRESSO-258.Josh Guilfoyle2009-11-101-19/+22
| | * | Roll back (partially) my previous check in.Sergey Ten2009-10-072-0/+26
| | * | Add get/set ThemePackageName to AssetManager.Sergey Ten2009-10-051-1/+5
| | * | Remove unnecessary code.Sergey Ten2009-10-052-33/+6
| | * | Add support for modifying ResTable on fly.Sergey Ten2009-09-231-9/+36
| | * | Reverted accidental revert of isThemeable check in ApplicationContext.Josh Guilfoyle2009-09-031-1/+1
| | * | Only add themed apks to the AssetManager when app is themeable.Josh Guilfoyle2009-09-022-11/+26
| | * | THEMES-98: Move check for isThemeable closer to the engine.Josh Guilfoyle2009-08-192-4/+2
| | * | THEMES-171: Removed mParentThemeStyleId from ApplicationContext.Josh Guilfoyle2009-08-191-16/+0
| | * | THEMES-171: Remove diff theme functionality.Josh Guilfoyle2009-08-112-24/+1
| | * | Removed legacy IThemeManager.aidl file.Josh Guilfoyle2009-08-071-14/+0
| | * | Theming SearchDialogWeili Yao2009-07-301-1/+7
| | * | THEMES-52: Removed debug when refreshing system resources.Josh Guilfoyle2009-07-291-1/+1
| | * | Defensive check in to handle malicious themes.Sergey Ten2009-07-291-7/+12
| | * | Theme activity managed dialogsWeili Yao2009-07-291-1/+12
| | * | Add support for sharing default theme across processes. Use themeId instead o...Sergey Ten2009-07-292-37/+109
| | * | A part of fix for THEMES-88 bug. CR: JoshG.Sergey Ten2009-07-291-5/+6
| | * | Added theming for progress dialogWeili Yao2009-07-292-3/+3
| | * | Slightly refactored getTheme() to not check or apply mParentThemeId unless we...Josh Guilfoyle2009-07-291-10/+8
| | * | Implemented pluto:isThemeable flag. Caused THEMES-98.Josh Guilfoyle2009-07-291-0/+2
| | * | Implement efficient way of creating/handling custom themes.Sergey Ten2009-07-292-61/+18
| | * | Adding the ability to dynamically theme Dialog and AlertDialog.Josh Guilfoyle2009-07-295-9/+33
| | * | Fixed issue where TimePicker inflated using supplied context, not dialog cont...Josh Guilfoyle2009-07-291-2/+2
| | * | Use Dialog's context when inflating widgets, not the provided context to Aler...Josh Guilfoyle2009-07-291-12/+14
| | * | Small formatting correctionJosh Guilfoyle2009-07-291-1/+2
| | * | add support for delta themePankaj Kumar2009-07-292-18/+95
| | * | Reduce debug.Josh Guilfoyle2009-07-291-1/+0
| | * | Moved resource refresh into handleConfigurationChanged for more reliable cont...Josh Guilfoyle2009-07-292-14/+28
| | * | Reduced debug chatter.Josh Guilfoyle2009-07-291-1/+0
| | * | Fixes to forcefully refresh resources on theme configuration change.Josh Guilfoyle2009-07-292-6/+33
| | * | Continued work on AssetManager-based theme engine.Josh Guilfoyle2009-07-292-71/+30
| | * | Proof of concept new theme engine using AssetManager#addAssetPath to bundle t...Josh Guilfoyle2009-07-292-1/+8
| | * | Support for accessing media resources, declared in theme packagesSergey Ten2009-07-291-13/+0
| | * | This check in brings in the following changes: 1. Fixes a bug caused by discr...Sergey Ten2009-07-291-0/+13
| | * | Allow a system theme to be supplied to setStyledThemeJosh Guilfoyle2009-07-291-4/+8
| | * | do not persist the styled theme. It is being persisted by ThemeManagerAppPankaj Kumar2009-07-291-43/+43
| | * | Removed ThemeManager serviceJosh Guilfoyle2009-07-291-14/+0
| | * | Removed ThemeManager service; logic to be moved to ThemeManager appJosh Guilfoyle2009-07-291-66/+0
| | * | Continued research into TypedArrayComposite designPankaj Kumar2009-07-291-16/+34
| | * | Continued research on TypedArrayComposite-based theme engine.repo sync2009-07-141-2/+40
| | * | hide the public fieldsrepo sync2009-07-141-2/+3