summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Animate cards in when activity starts.Clark Scheff2014-08-211-1/+15
* Use blurred, de-saturated wallpaper as activity backgroundClark Scheff2014-08-201-0/+65
* Hide navbar card when device has no nav bar presentClark Scheff2014-08-191-3/+5
* Compensate for views shifting down when expandingClark Scheff2014-08-191-3/+10
* Use asynchronous apply() instead of synchronous commit()Clark Scheff2014-08-181-3/+3
* Change updated and customized tags to be text basedClark Scheff2014-08-181-4/+4
* Increase paddingTop for scrollview when no navbar presentClark Scheff2014-08-141-0/+18
* Allow the user to reset their customized themeClark Scheff2014-08-143-18/+69
* Revert "Use getThemedResourcesForApplication for icons"Clark Scheff2014-08-141-1/+3
* Show updated tag when theme has been updated.Clark Scheff2014-08-146-8/+137
* Merge "Use getThemedResourcesForApplication for icons" into cm-11.0d34d2014-08-141-3/+1
|\
| * Use getThemedResourcesForApplication for iconsd34d2014-08-141-3/+1
* | Merge "Use ComponentCardView for cards instead of ViewGroup" into cm-11.0Clark Scheff2014-08-142-50/+49
|\ \
| * | Use ComponentCardView for cards instead of ViewGroupClark Scheff2014-08-142-50/+49
* | | Merge "Indicate default component by showing "Default" in bold" into cm-11.0Clark Scheff2014-08-141-1/+7
|\ \ \ | |/ /
| * | Indicate default component by showing "Default" in boldClark Scheff2014-08-141-1/+7
| |/
* | Merge "Make sure "add" lockscreen card title is set correctly" into cm-11.0Clark Scheff2014-08-141-0/+1
|\ \
| * | Make sure "add" lockscreen card title is set correctlyClark Scheff2014-08-131-0/+1
* | | Merge "Show "add component" if bitmap is null for wallpaper or LS wallpaper" ...Clark Scheff2014-08-142-16/+39
|\ \ \ | |/ / | | / | |/ |/|
| * Show "add component" if bitmap is null for wallpaper or LS wallpaperClark Scheff2014-08-132-16/+39
* | Update changes made to ComposedIconInfo in f/bClark Scheff2014-08-131-2/+2
|/
* Make theme cards taller.Clark Scheff2014-08-131-1/+1
* Add "None" option to wallpaper and LS wallpaper selectorsClark Scheff2014-08-132-35/+54
* Allow setting wallpaper card to display "NONE"Clark Scheff2014-08-132-5/+27
* Implement "add component" to components that are not in the given theme.Clark Scheff2014-08-132-39/+116
* Add "default" to card title if component is from the default themeClark Scheff2014-08-122-6/+40
* Reload themes when handling intent and mPager != nullClark Scheff2014-08-111-0/+5
* Allow enabling/disabling scrolling of pagerClark Scheff2014-08-112-5/+10
* Merge "Add tags to theme cards" into cm-11.0Clark Scheff2014-08-114-11/+147
|\
| * Add tags to theme cardsClark Scheff2014-08-114-11/+147
* | Fix NPE on first startAndrew Mast2014-08-081-1/+2
|/
* Show default theme first and currently applied theme secondClark Scheff2014-08-083-41/+66
* Implement new apply UIClark Scheff2014-08-074-7/+145
* Add "customize" button to theme cardClark Scheff2014-08-064-18/+18
* Handle audibles that are set to "none"Clark Scheff2014-08-063-6/+13
* Keep track of card's backgruond alpha for animations.Clark Scheff2014-08-061-5/+13
* Allow selecting other cards while one is currently selectedClark Scheff2014-08-051-3/+3
* Add "SHOP THEMES" buttonClark Scheff2014-08-051-0/+61
* Call the super's load methods if pkgNameIdx not -1Clark Scheff2014-08-051-0/+21
* Merge "Update copyright headers" into cm-11.0Clark Scheff2014-08-048-54/+12
|\
| * Update copyright headersClark Scheff2014-08-048-54/+12
* | Make sure selector is enabled before calling onBackPressed()d34d2014-08-041-2/+1
* | Don't call loadWallpaper in loadAdditionalCardClark Scheff2014-08-041-1/+1
* | Scroll the ScrollView to reveal content behing component selector.Clark Scheff2014-08-042-5/+78
|/
* Add newly added navbar background in ThemesContract. [2/2]Clark Scheff2014-08-042-7/+2
* Create MyThemeFragment that extends ThemeFragmentClark Scheff2014-08-013-239/+391
* Ensure we are registered as a NotificationListenerClark Scheff2014-07-311-1/+1
* Lazy load additional cards when expanding.Clark Scheff2014-07-311-15/+18
* Only fade the unselected cards back in.Clark Scheff2014-07-311-4/+6
* Don't try to animate cards that are null.Clark Scheff2014-07-311-2/+2