summaryrefslogtreecommitdiffstats
path: root/src/org/cyanogenmod/theme/chooser2
Commit message (Collapse)AuthorAgeFilesLines
* use F-Droid and only F-Droid for searching themesWolfgang Wiedmeyer2017-02-181-9/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* ThemeChooser: Fix possible IllegalArgumentExceptionMichael W2016-10-281-3/+12
| | | | | | | | | onResume will always register the listener, no matter if it's already been registered. Add a variable to track, if the listener has been registered already. Change-Id: I294c5ab1d8dd2b12ad744bc87127a38939c4e30e Reference: BugDumps 20161021-27 L#67
* Remove BootReceiverClark Scheff2016-09-041-56/+0
| | | | | | | This receiver is no longer necessary Change-Id: I50f33a9e696db0f7e84f1e78849a0ca1e57f4c97 TICKET: NIGHTLIES-3335
* Move actions in theme card to overflow menuBharadwaj Narasimha2016-09-032-96/+32
| | | | | | | | | Moved the customize,delete and reset in the title card to an overflow menu to free up some space in the title card for the theme and author names. TICKET:CYNGNOS-3279 Change-Id: I0c4defd82369e4840efac420b1629493b280b168
* Fall cleaningd34d2016-08-3112-0/+7215
* Change package name to org.cyanogenmod.theme.chooser2 to avoid theme collisions with old OSS chooser * Change parent theme to Theme.Material.Light * Change minSdkVersion to 21 since we are going material * Add selectors for bottom action buttons (app themer, shop themes) * Add selector, using app themer color, for app themer list view * Add selector for actions in theme cards * Bring back OSS app icon * Reduce log spam in ThemedTypefaceHelper * Localize "new" tag using a TextView instead of an image * Other random stuff Change-Id: I73ef0b9c9370284e29ee00add87273cf54c83e0e