summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add resources for all densities (mdpi - xxhdpi)Clark Scheff2014-10-142-4/+4
* 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-033-3/+126
* Make sure the adapter has content when getting current fragmentClark Scheff2014-09-251-1/+1
* Replace option menu with reset/delete actionsClark Scheff2014-09-253-2/+52
* Repurpose apply theme layout for deleting themesClark Scheff2014-09-254-43/+138
* 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-183-5/+18
* 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-183-361/+494
* 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-162-19/+50
* Update image for "none" wallpaper and show "none" textClark Scheff2014-09-161-2/+3
* Add ability to pick external images for wallpaper/lockscreenClark Scheff2014-09-157-22/+660
* 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-041-0/+2
* Use custom TextView that always uses Lato fontsClark Scheff2014-09-041-0/+145
* Catch exceptions when getting current fragmentClark Scheff2014-09-041-2/+9
* Add customize/reset overlay for currently applied themeClark Scheff2014-09-034-13/+114
* 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
* Animate content in if we are resuming from the launcherd34d2014-08-292-0/+45
* Fix copyright derpaged34d2014-08-2814-14/+14
* Use NavBarSpace for padding the bottom of some layoutsd34d2014-08-283-8/+38
* 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
* Fix reset theme not actually resettingClark Scheff2014-08-281-1/+1
* Set background to grid if wallpaper is null or set to "none"Clark Scheff2014-08-282-1/+22
* Use a ContentObserver to listen for changes of installed themesClark Scheff2014-08-282-22/+35
* Set content animation delay in onStartClark Scheff2014-08-281-0/+1