summaryrefslogtreecommitdiffstats
path: root/src/org/cyanogenmod/theme/chooserv2/ThemeFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Remove v1 code and resources and refactor v2 chooser.Clark Scheff2014-07-291-1904/+0
* Delete extra character.Clark Scheff2014-07-291-1/+1
* Refactor theme preview layout to use LinearLayout.Clark Scheff2014-07-291-14/+11
* Show blank card with loading indicator while loading card.Clark Scheff2014-07-281-3/+40
* Use TypefaceHelperCache in ThemeFragmentClark Scheff2014-07-281-5/+10
* Move retrieving of current theme to ChooserActivity.Clark Scheff2014-07-281-26/+5
* Remove unnecessary call to set scrollview focus.Clark Scheff2014-07-251-6/+0
* Add boolean parameter to specify if label should be visible.Clark Scheff2014-07-251-2/+2
* Remove apply button from "My theme"Andy Mast2014-07-251-0/+3
* Add change animations for wallpapersAndy Mast2014-07-251-9/+25
* Allow themes to be deleted from chooserAndy Mast2014-07-251-9/+51
* Overflow PopupAndy Mast2014-07-251-0/+21
* Destroy the LOADER_ID_APPLIED in onLoadFinished.Clark Scheff2014-07-241-0/+2
* Add cards for sounds.Clark Scheff2014-07-241-3/+208
* Merge "Make sCardIdsToComponentTypes non-static" into cm-11.0Clark Scheff2014-07-231-22/+23
|\
| * Make sCardIdsToComponentTypes non-staticClark Scheff2014-07-231-22/+23
* | Merge "Add boot animation card." into cm-11.0Clark Scheff2014-07-231-4/+145
|\ \ | |/
| * Add boot animation card.Clark Scheff2014-07-231-4/+145
* | Strip off all the paint before applying theme.Clark Scheff2014-07-231-0/+6
|/
* Add style cardClark Scheff2014-07-231-4/+45
* Lockscreen Wallpaper CardAndy Mast2014-07-231-67/+223
* Update UI from new redlines & assetsAndy Mast2014-07-231-18/+28
* Copy bitmap from getDrawingCache and destroy drawing cached34d2014-07-211-12/+20
* Extend FragmentStatePagerAdapter for ThemesAdapterClark Scheff2014-07-181-1/+0
* Fix how wallpaper is loaded for "My theme" cardClark Scheff2014-07-181-4/+8
* Wallpaper preview cardAndy Mast2014-07-171-8/+116
* Retrieve navbar_background if it exists.Clark Scheff2014-07-171-2/+7
* Apply theme after collapsing if user hit save & applyClark Scheff2014-07-171-4/+8
* Add applying theme progress along with animations.Clark Scheff2014-07-171-10/+123
* Animate component changes for status bar, nav bar and fontsClark Scheff2014-07-161-9/+41
* Animate icon change in card when changing icons.Clark Scheff2014-07-161-13/+26
* Change theme based on component map from current ThemeFragmentClark Scheff2014-07-161-8/+23
* Implemented bottom title cardAndy Mast2014-07-161-7/+148
* Create singleton TyepfaceHelperCache for fontsClark Scheff2014-07-141-3/+4
* Implement mixnmatch component selection from detail viewClark Scheff2014-07-141-64/+293
* Theme component cardsAndy Mast2014-07-101-47/+99
* Move loadBitmapBlob and getBatteryIndex to UtilsClark Scheff2014-07-101-30/+13
* Create "My theme" card displaying currently applied components.Clark Scheff2014-07-091-4/+58
* Use same components for icons from V1 chooser.Clark Scheff2014-07-081-7/+19
* Use automated previews for all the thingsAndy Mast2014-07-071-37/+352
* Vertical center Themes by using a viewpagerAndy Mast2014-07-031-114/+70
* V2 AnimationsAndy Mast2014-07-011-0/+204