summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
* App themer UI updated34d2015-07-167-8/+48
| | | | | | | | | | 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-1518-13/+71
| | | | | | | | | 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
* RENDANG-281: Add Indonesian translationsAndy Mast2015-06-021-0/+50
| | | | Change-Id: I136188272fd6c3009c9fab90e8b0984d4ac3b230
* Show/Select any of the available wallpapersRichard MacGregor2015-05-261-0/+2
| | | | | | | | | | | Be able to show and select all (multiple if present) wallpapers from installed themes. Depends on: http://review.cyanogenmod.org/#/c/98951/ http://review.cyanogenmod.org/#/c/98905/ Change-Id: Ibd9c21c93c181a08b2052c4d4ce2b78690cfc969
* Fix dimensions based on screen widthd34d2015-05-222-0/+7
| | | | | Change-Id: I5bbe78a95a011fe368c2e0225225485859742c01 REF: CRAB-119
* Use custom edge effect colord34d2015-05-082-0/+3
| | | | | | | | This resolves the crash issue when changing certain themes from the theme store. Change-Id: I8e236d3f9fac2f28aff0ce090498a1237d0b4c6d REF: CHOOSER-85
* Change text sizes to use dp instead of spd34d2015-04-279-23/+23
| | | | | | | | Since a lot of our views are of a fixed size setting text size to a dp value ensures the text fits and will not be scaled up or down. Change-Id: I74d3dbe3bdd5506b4a13292eaaf5ea26bbe64966 REF: RENDANG-286
* Remove direct references to private framework resourcesd34d2015-04-228-12/+19
| | | | | | | | This will allow us to distribute the chooser. Private resources were either redefined in our xml or reflection is used to retrieve these values in code. Change-Id: I8c901abef6a5492094d4b86752368625a385bb47
* Remove deprecated theme showcase for shop themesd34d2015-04-171-3/+0
| | | | | | | | | | Now that theme showcase is deprecated and the store is shipping on our devices, we no longer need the string for themes showcase and the code that relied on that. This patch adds a check for the theme store, even though it SHOULD be installed, and hides the shop themes button in this case. Change-Id: I89746914698305eb736c354440218d37dcdce02c
* Make play/stop button touch area largerClark Scheff2015-04-162-5/+8
| | | | | | | | | | The play/stop button can be difficult to press due to it's small size. This patch increases the padding around it to provide more area for touch events. Change-Id: Ic3bbddfe3d5b8845729ebcd3b55599ca9bb6dc08 REF: RENDANG-181 (cherry picked from commit c97e2db7f06d689b7d2bd66ddb307ab5ec6d69e5)
* Adjust tag layouts to better accomodate multiple tagsd34d2015-04-034-21/+19
| | | | | | | | | | If a theme has multiple tags enabled, they may end up being cut off as they extend beyond the bounds of their container. This patch reduces the text size to 12sp, wraps content instead of fixed size and adds padding on sides. Change-Id: If05d4d6c4efc666e1481773fbd1b1108a9a505b7 REF: CHOOSER-3
* AppThemer: Show toast when app not explicitly themedd34d2015-04-031-0/+1
| | | | | | | | | | If a theme is being applied to an app and the theme does not have an explicit overlay for the app, we display a toast indicating to the user that some things may not change. Change-Id: If0b4ab422a3b5c15fd531348a23828f9fcdd59e9 REF: CHOOSER-71 (cherry picked from commit 1d1c49502a56195018ac723329b71dd4b8a36a64)
* Adjust dimensions for HDPI devicesClark Scheff2015-04-031-2/+9
| | | | | | | | This tweaks some of the dimensions for HDPI devices so that the UI looks good on these smaller sized screens. Change-Id: Icfc12858fde68b2132c758222077ecb440a7bffa (cherry picked from commit 01d2c74721819f7ada0889c2a784af383c122c76)
* Update strings for translationClark Scheff2015-03-241-19/+25
| | | | Change-Id: Ic0d0e8a8d2196802fc00131985a915a0652126a1
* Remove old branding from iconography.Dave Kover2015-03-1316-1/+36
| | | | | | | | 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
* Make per-app theming name "App themer"d34d2015-03-111-2/+2
| | | | Change-Id: I8e1447777a0848f55e37761dbbd57a972f189a0b
* Set min and max height for per app theme ListViewd34d2015-03-043-3/+12
| | | | Change-Id: I76a765fdb4f1efb462230a3b6a20436229d9c485
* Themes: Enhanced theming capabilities [3/3]Clark Scheff2015-02-2738-33/+216
| | | | | | | 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
* Use LatoTextView for wallpaper_cardClark Scheff2015-01-271-1/+1
| | | | | | | This card was still using a standard TextView and looks out of place once a font is applied. Change-Id: I28909a6c5df8159b20b8a4ff54be8257b0ba5f2b
* Add legacy theme tag and warning messageClark Scheff2015-01-157-0/+32
| | | | | | | | | This adds a tag at the top of any theme that is designed for an older version of CM and presents the user with a message in the apply overlay when they go to apply a theme designed for an older version of CM. Change-Id: I7d60f14cbfc376890e06dbf1358745e4490be961
* Get working on CM12Clark Scheff2015-01-056-6/+6
| | | | Change-Id: Id9d08836456685912b5f75a1acd0a8992e8b6b47
* Update ic_notify to new paint bucket design.d34d2014-11-204-0/+0
| | | | | Change-Id: Ia1cc37655f9cb5a555701dd90f906daff0502231 REF: CHOOSER-1
* Change themes icon [2/2]Andy Mast2014-11-134-0/+0
| | | | Change-Id: I5f14ed59c5eb23bb32408499225dcd271835d767
* Show chooser as Theme Chooser instead of ThemesClark Scheff2014-11-111-1/+1
| | | | | | | | Theme store now shows up as Themes and when the user is in settings->apps they see "Themes" listed twice. This will allow the user to tell the difference and avoid confusion. Change-Id: Icdda028103382200285f470f9b98c70a9befb2d2
* Add resources for all densities (mdpi - xxhdpi)Clark Scheff2014-10-1487-5/+2
| | | | Change-Id: Ib8083902ee07a891f41479e6085fc0263512f011
* Add handling of themes that are being processedClark Scheff2014-10-034-0/+27
| | | | | | | | | | | | When a theme is still being processed by the ThemeService we show a "processing" overlay to let the user know their theme is not quite ready to be applied. Once the theme is done processing the overlay fades out and the user can apply the theme. We also do not show the "theme installed" notification for a theme that is being processed until it is finished processing. Change-Id: I0486da3a5e2d0b55c2b3828613ace7e2ccf460a2
* Replace option menu with reset/delete actionsClark Scheff2014-09-2510-1/+22
| | | | | | | | The code and xml for the popup menu are still in place for future use. The image view for the menu is simply set to View.GONE so it will not be available to the user at this time. Change-Id: I7897e1c06532c51d6be82edca3bb76c37acbf9ae
* Repurpose apply theme layout for deleting themesClark Scheff2014-09-257-20/+24
| | | | | | | | 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
* Include author name in title cardClark Scheff2014-09-182-8/+23
| | | | Change-Id: Id3c2371fe2bc0eceb230a037d5ba2f60600b9a71
* Use linear layout inside scrollview for component selectorClark Scheff2014-09-184-31/+22
| | | | Change-Id: I9ad30111c8c3fbaabcf5748ec6cf1d7a9fc2eaa9
* Update image for "none" wallpaper and show "none" textClark Scheff2014-09-165-0/+1
| | | | Change-Id: I54a50d756aba78aff83c4b55d1c44d31fa373aeb
* Add ability to pick external images for wallpaper/lockscreenClark Scheff2014-09-155-0/+2
| | | | Change-Id: I22d1a00f794946a3b9671b03465d688df70f5c33
* Don't include author info in popup menu for demoClark Scheff2014-09-041-0/+2
| | | | | | | Since there is no UX available for the author info, this feature will be commented out for the time being. Change-Id: I00ea79f081248501ea499293ad6c5609dda20e48
* Use custom TextView that always uses Lato fontsClark Scheff2014-09-0422-25/+28
| | | | Change-Id: I2f60da0ab633487e18e216072ce834e255b5d852
* Fix centering of "customize" textClark Scheff2014-09-041-1/+1
| | | | Change-Id: Ifd417ec08cc00f1f4300b4d1364d4183538dcf50
* Add customize/reset overlay for currently applied themeClark Scheff2014-09-0323-5/+121
| | | | Change-Id: I226fd3ff6dc05195d1049d75f72aa32595a42715
* Give the popup menu a more "material design" lookClark Scheff2014-09-031-4/+6
| | | | Change-Id: I543bd13989c4b3a146cc7db5f3c87983dc55ac11
* Style popup menu text color so themes don't screw it up too badClark Scheff2014-08-293-0/+29
| | | | | | | | | Eventually themers will override these colors and hopefully they'll use colors that work well. Until then we need to override the text color of the popup menu so it looks good even after applying some funky styles :P Change-Id: I84e12835c9f0990124c479699591637fa912f09d
* Use NavBarSpace for padding the bottom of some layoutsd34d2014-08-284-12/+7
| | | | | | | | | | | We've used Space in enough layouts that it makes sense to create a view that can take care of all the logic regarding padding the bottom of layouts so content goes above the navigation bar. This view simply sets the height to 0 in onMeasure() when no navigation bar is detected. It leaves the height to whatever the super class had set it to when there is a navigation bar. Change-Id: I908c6a8a01ba4f761335909e9ecfb48a8a3007d2
* Clean up unused itemsClark Scheff2014-08-286-61/+20
| | | | Change-Id: I8c24c18a4927718970a49a6b77c9b92b4eea1ed6
* Copyright all the things.Clark Scheff2014-08-2857-127/+153
| | | | Change-Id: I6cc73b320657f1bba27017f2843c84e9d6bc4c69
* Merge "Only call performClick when within the theme card." into cm-11.0Clark Scheff2014-08-281-0/+5
|\
| * Only call performClick when within the theme card.Clark Scheff2014-08-271-0/+5
| | | | | | | | Change-Id: I679489a6980267da6d4ee4f9cb8989365c1d5f88
* | Merge "Adjust dimensions for HDPI devices" into cm-11.0Clark Scheff2014-08-284-1/+51
|\ \ | |/
| * Adjust dimensions for HDPI devicesClark Scheff2014-08-274-1/+51
| | | | | | | | Change-Id: I7ef12d853c080ee24b9240564f002ca9279498f7
* | Collapse notifications when multiple themes installedClark Scheff2014-08-251-0/+7
| | | | | | | | | | | | | | | | | | | | Rather than flood the users notification drawer with every theme installed, we can consolidate theme into one notification if more than one theme was recently installed. This will come in handy when people restore backups from google play and all their themes are installed. Change-Id: I00c676769115a1cf44b22a138b32287c3794b9ca
* | Fix padding between stock cards and additional cardsClark Scheff2014-08-251-1/+1
|/ | | | Change-Id: I091bf20b86608b4f0bedb8a47ee11e40ea8dcbc4
* Use VelocityViewPager in component selectord34d2014-08-251-1/+1
| | | | Change-Id: I8f6774e593a8a67d5de90dbec6b9a040d9f95052
* Update shop themes buttonClark Scheff2014-08-2215-11/+20
| | | | Change-Id: I1315b1c3e00639eae404b6ba9471db342786eaa1
* Provide a seemless transition when starting the appClark Scheff2014-08-221-0/+1
| | | | | | | | We fade out the previous activity and fade ours in. When the activity is started from a launcher the animation is a nice transition. Change-Id: I2d0c4180ca9957523b7f12917b6b083e7f7dff51