summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove LAUNCHER categoryClark Scheff2014-10-151-1/+0
* Add resources for all densities (mdpi - xxhdpi)Clark Scheff2014-10-1489-9/+6
* Wait for fragment to collapse before restarting a loaderClark Scheff2014-10-141-61/+55
* Destroy loader when done loading componentsClark Scheff2014-10-091-1/+8
* Only update wallpaper if fragment visible or not applying a themeClark Scheff2014-10-081-10/+16
* Don't update selection if user clicks on currently selected itemClark Scheff2014-10-081-1/+2
* Highlight selected component not applied componentClark Scheff2014-10-084-21/+70
* Open new Theme Store when clicking shop themesClark Scheff2014-10-081-1/+1
* Don't restart loader if component did not changeClark Scheff2014-10-081-3/+3
* Hide delete action for default and system themesd34d2014-10-031-0/+4
* Add handling of themes that are being processedClark Scheff2014-10-038-3/+156
* Make sure the adapter has content when getting current fragmentClark Scheff2014-09-251-1/+1
* Replace option menu with reset/delete actionsClark Scheff2014-09-2513-3/+74
* Repurpose apply theme layout for deleting themesClark Scheff2014-09-2511-63/+162
* Add clearWallpaper method to WallpaperCardViewClark Scheff2014-09-233-0/+10
* Only restart loader in onResume if not expandedClark Scheff2014-09-232-2/+5
* Make sure position is within the bounds of mFragmentsClark Scheff2014-09-231-1/+1
* Make sure the fragment at position is the fragment being destroyedClark Scheff2014-09-191-2/+7
* Include author name in title cardClark Scheff2014-09-185-13/+41
* Take into account status bar height when moving content downClark Scheff2014-09-181-2/+4
* Use linear layout inside scrollview for component selectorClark Scheff2014-09-187-392/+516
* Fix missing wallpapers in component selectorClark Scheff2014-09-161-4/+6
* Add height of status bar to StatusBarCard top paddingClark Scheff2014-09-161-1/+7
* Clear out notification on resumeClark Scheff2014-09-163-6/+7
* Optimize adding, removing, and re-ordering fragmentsClark Scheff2014-09-164-45/+437
* Remove unused theme manager callbacksClark Scheff2014-09-161-12/+1
* Delete packages from inside appClark Scheff2014-09-163-19/+53
* Update image for "none" wallpaper and show "none" textClark Scheff2014-09-166-2/+4
* Add ability to pick external images for wallpaper/lockscreenClark Scheff2014-09-1513-22/+667
* Dismiss save/apply or customize/reset overlay when showing options menuClark Scheff2014-09-091-0/+6
* Workaround AOSP issue #18990Clark Scheff2014-09-041-1/+12
* Load the actual audible in a separate threadClark Scheff2014-09-041-6/+26
* Don't include author info in popup menu for demoClark Scheff2014-09-042-0/+4
* Use custom TextView that always uses Lato fontsClark Scheff2014-09-0433-25/+173
* Fix centering of "customize" textClark Scheff2014-09-041-1/+1
* Catch exceptions when getting current fragmentClark Scheff2014-09-041-2/+9
* Add customize/reset overlay for currently applied themeClark Scheff2014-09-0327-18/+235
* Give the popup menu a more "material design" lookClark Scheff2014-09-031-4/+6
* Don't add unsupported components to mSelectedComponentsMapClark Scheff2014-09-031-21/+52
* Handle theme changes betterClark Scheff2014-09-032-17/+23
* Fade content for unselected component cardsClark Scheff2014-09-021-36/+3
* Recreate adapter in onResume() if new themes were installedClark Scheff2014-09-021-0/+9
* Keep additional cards the same width as all other cardsClark Scheff2014-08-291-1/+0
* Style popup menu text color so themes don't screw it up too badClark Scheff2014-08-293-0/+29
* Animate content in if we are resuming from the launcherd34d2014-08-293-0/+48
* Fix copyright derpaged34d2014-08-2814-14/+14
* Use NavBarSpace for padding the bottom of some layoutsd34d2014-08-287-20/+45
* Continue to overridePendingTransition in onNewIntent()d34d2014-08-281-0/+1
* Make sure to blur the background when it changesClark Scheff2014-08-281-4/+8
* Check default components for customized when default theme is appliedClark Scheff2014-08-282-7/+31