summaryrefslogtreecommitdiffstats
path: root/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* Fall cleaningd34d2016-08-313-10/+62
| | | | | | | | | | | | | | | | * 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
* Theme chooser for the peopleClark Scheff2016-08-2821-70/+327
| | | | | | | Let freedom ring! Change-Id: I12b3e6b5d46eb2e13afd841dfd5c215af64188d8 TICKET: OSS-67
* Rebadge 'Live' in theme chooser to 'Animated'Luis Vidal2016-02-041-33/+0
| | | | | | | | Replaces the static red ribon with a text view so the label can be translated. Default text is set to 'ANIM' Change-Id: Ic701d28bfd20568419a4ea2063ee208210037389 TICKET: CYNGNOS-1688
* Show lock screen wallpapers & live lock screens in the same selectorLuis Vidal2016-01-081-0/+33
| | | | Change-Id: I86e016d139da4adcec3191d982968b7a37f48c19
* App themer UI updated34d2015-07-161-0/+35
| | | | | | | | | | 1) Fab is now a vector drawble 2) Theme list uses a white background with black text 3) Fab animation scales down and stays aligned to the side 4) Fab can be touched to dismiss list 5) Fab no longer snaps to delete box Change-Id: I0898b6e5d5d2862a27f92cbce9634899eb58896c
* Update iconography.Dave Kover2015-07-153-12/+67
| | | | | | | | | Change main icon from holoyolo to material. Switch to mipmap ref. Remove LargeIcon from notification as it clashes with the new icon. Update iconography in the chooser for App Themer and Store. Change-Id: I5b4d5c7eb8ee617caf0dd352540d44d29d5345f1 Ticket: DES-365
* Remove old branding from iconography.Dave Kover2015-03-131-0/+35
| | | | | | | | Update launcher icon and remove the mark. Update ic_themestore to remove the old mark and turn resource into a vector drawable. Fix HDPI notification icon to be correct size. Change-Id: I3f12975a1e510c4e2bdbf668456b5370dcee9bcd
* Themes: Enhanced theming capabilities [3/3]Clark Scheff2015-02-273-0/+20
| | | | | | | This is really per-app theming but the subject is being named the same as the open source commits to avoid confusion. Change-Id: I811463be11359d747065ad66f802a55e1ab7db08
* Add resources for all densities (mdpi - xxhdpi)Clark Scheff2014-10-141-1/+1
| | | | Change-Id: Ib8083902ee07a891f41479e6085fc0263512f011
* Repurpose apply theme layout for deleting themesClark Scheff2014-09-251-1/+1
| | | | | | | | The apply theme overlay is now the ConfirmCancelOverlay. It has been generalized so that it can be used for the delete theme confirmation overlay as well as the apply theme overlay. Change-Id: I9ea352291c44ba2fb453ea7325e3d8f0bce46fe4
* Use linear layout inside scrollview for component selectorClark Scheff2014-09-181-0/+8
| | | | Change-Id: I9ad30111c8c3fbaabcf5748ec6cf1d7a9fc2eaa9
* Add customize/reset overlay for currently applied themeClark Scheff2014-09-031-0/+11
| | | | Change-Id: I226fd3ff6dc05195d1049d75f72aa32595a42715
* Clean up unused itemsClark Scheff2014-08-282-11/+2
| | | | Change-Id: I8c24c18a4927718970a49a6b77c9b92b4eea1ed6
* Copyright all the things.Clark Scheff2014-08-2814-12/+42
| | | | Change-Id: I6cc73b320657f1bba27017f2843c84e9d6bc4c69
* Update shop themes buttonClark Scheff2014-08-221-0/+11
| | | | Change-Id: I1315b1c3e00639eae404b6ba9471db342786eaa1
* Add "None" option to wallpaper and LS wallpaper selectorsClark Scheff2014-08-131-0/+8
| | | | | | | This allows the user to set the wallpaper to nothing which is the equivalent to selecting "No wallpaper" in the picker. Change-Id: Idb268257d4131e3da44482214a3c6e55b4ca5fc1
* Implement new apply UIClark Scheff2014-08-072-0/+16
| | | | Change-Id: I9d57114bb5878b2e6c734733306be707b039f188
* Remove v1 code and resources and refactor v2 chooser.Clark Scheff2014-07-295-34/+0
| | | | Change-Id: Ic617365b3d26944e11c592b1508b4170ddb2871e
* Wallpaper preview cardAndy Mast2014-07-171-0/+7
| | | | Change-Id: Ib8a8b5fb2af04fe50a1cd71a2e0864cf3558900c
* Add applying theme progress along with animations.Clark Scheff2014-07-173-0/+28
| | | | Change-Id: Id7835d3be0b9d9c8d861e820e63b45e17235ef68
* Theme component cardsAndy Mast2014-07-101-0/+5
| | | | Change-Id: I31b3102a6b578974a6b0f11116dce052c83bce73
* Add save & apply view.Clark Scheff2014-07-102-0/+13
| | | | | | | When the user is done making their changes, a view will be animated in which allows the user to save and apply their changes. Change-Id: I7a4eba06709f94c15ec94a48f2d561f84e9f5e42
* V2 Component selectionClark Scheff2014-07-083-0/+21
| | | | Change-Id: Ia383a838369678ae5cc361864a116391d1bbe11f
* Theme Chooser: Initial Contribution [1/2]Andy Mast2014-05-065-0/+34
Introduces a new theme chooser UI for the new theme engine. The new theme chooser allows the user to mix'n'match theme components (styles, boot anim, icons, fonts, wallpapers, sounds). Contributors: Adrian Foulk - UX Lead Andrew Mast - Software Engineer Clark Scheff - Software Engineer RJ Oakes - QA Engineer Special thanks to T-Mobile for open sourcing the original theme engine. Change-Id: I59aab2a262314962c2034eb36044564acec769a1