summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Reverted "buy ringtone" feature.Josh Guilfoyle2010-11-181-59/+18
* Rolled back a legacy hack that is believed to be unnecessary.Josh Guilfoyle2010-11-182-53/+0
* Whitespace cleanup.Josh Guilfoyle2010-11-185-27/+22
* Reversed accidental API changes.Josh Guilfoyle2010-11-161-0/+1
* Removed unused sound pack feature.Josh Guilfoyle2010-11-164-198/+1
* Merge commit 'themes/themes-eclair' into themes-2.2_r1Dirk Sigurdson2010-07-0427-68/+1958
|\
| * ESPRESSO-823: Moved buy_ringtones string to tmobile-res.apk.Josh Guilfoyle2010-03-041-7/+20
| * ESPRESSO-823: Removing menu theme attrs.Josh Guilfoyle2010-03-042-26/+109
| * Hide internal T-Mobile APIs.Josh Guilfoyle2010-03-016-0/+12
| * Removed legacy code used in our initial design for themes.Josh Guilfoyle2010-03-014-42/+4
| * Removed formatting changes to Context.javaJosh Guilfoyle2010-03-011-11/+9
| * ESPRESSO-823: Removed listItemBackground.Josh Guilfoyle2010-03-011-23/+3
| * Removed dynamic attribute assignment and related debug.Josh Guilfoyle2010-03-012-33/+19
| * Removed unused TypedArray#getDrawableWithContext methodJosh Guilfoyle2010-03-017-40/+8
| * ESPRESSO-823: Removed status bar themeability.Josh Guilfoyle2010-03-011-18/+4
| * ESPRESSO-823: Removed dialog themes and list item styles.Josh Guilfoyle2010-02-2311-113/+43
| * ESPRESSO-823: Removed TimePicker themeability.Josh Guilfoyle2010-02-231-3/+4
| * ESPRESSO-823: Removed TabWidget themeability.Josh Guilfoyle2010-02-231-56/+33
| * Re-fix THEMES-177: Added new manifest attribute pluto:handleThemeConfigChanges.Josh Guilfoyle2010-02-222-19/+29
| * 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
| * fixing a compile time error due to mergeDirk Sigurdson2010-02-071-1/+1
| * Merge remote branch 'korg/eclair' into themes-eclairDirk Sigurdson2010-02-0765-408/+4669
| |\
| * | Switch to using CustomTheme.nullSafeEquals in Configuration#updateFrom.Josh Guilfoyle2009-12-171-6/+3
| * | Removed unused code after the merge to Eclair.Josh Guilfoyle2009-12-171-61/+3
| * | Removed unused code in CustomTheme.Josh Guilfoyle2009-12-171-6/+2
| * | Support switching back to framework default theme.Josh Guilfoyle2009-12-172-10/+14
| * | Added CustomTheme.nullSafeEquals for use by applications.Josh Guilfoyle2009-12-082-4/+11
| * | Removed unused T-Mobile Intents.Josh Guilfoyle2009-12-011-32/+0
| * | Merge branch 'themes-1.5r2' into themes-eclairJosh Guilfoyle2009-11-2450-184/+2241
| |\ \
| | * | Previous API changes to AssetManager are now marked hidden.Josh Guilfoyle2009-11-121-0/+2
| | * | Fixed ESPRESSO-257, ESPRESSO-258.Josh Guilfoyle2009-11-103-19/+43
| | * | Roll back (partially) my previous check in.Sergey Ten2009-10-072-0/+26
| | * | Add get/set ThemePackageName to AssetManager.Sergey Ten2009-10-053-1/+24
| | * | Remove unnecessary code.Sergey Ten2009-10-053-38/+7
| | * | Roll back the fix for ESPRESSO-8.Sergey Ten2009-10-011-14/+0
| | * | A fix for ESPRESSO-8 and ESPRESSO-9.Sergey Ten2009-09-281-0/+14
| | * | Add support for modifying ResTable on fly.Sergey Ten2009-09-233-31/+81
| | * | Implement buy ringtones flow in RingtonePickerActivity.Josh Guilfoyle2009-09-221-14/+42
| | * | @hide T-Mobile specific theme category.Josh Guilfoyle2009-09-211-1/+3
| | * | Implemented preview image in the manifest.Josh Guilfoyle2009-09-212-13/+37
| | * | Updated documentation to reflect pluto:thumbnail change.Josh Guilfoyle2009-09-211-1/+1
| | * | Revert "Single commit representing uiext-1.5r2."Josh Guilfoyle2009-09-1651-5605/+33
| | * | Use TextUtils.isEmpty to test `themePackage' for consistency with other code.Josh Guilfoyle2009-09-161-1/+2
| | * | handle emptry string in useThemedResourcesDirk Sigurdson2009-09-151-1/+1
| | * | Change thumbnail type in manifest.Sergey Ten2009-09-083-5/+5
| | * | Add support for theme appearance name.Sergey Ten2009-09-044-20/+54
| | * | Status bar theming.Sergey Ten2009-09-031-4/+11
| | * | 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