summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Add ModLock option in lock screen pickerd34d2016-03-281-0/+1
| | | | | | | | This will intent out to the live lock screen settings so the user can pick a live lock screen (ModLock) Change-Id: Ia5bf5a6961ca2a50032cea2da5355e3fae7ae37a TICKET: CYNGNOS-2301
* ThemeChooser: update translationsRoman Birg2016-03-2393-99/+2097
| | | | | | | | | | Using commit id 0b505673ed4712822e21189ba1e5810746639d92 as HEAD from ThemeChooser-resources Ticket: RM-214 Change-Id: I28e88b72637d1208df32715561027f5fda48854a Signed-off-by: Roman Birg <roman@cyngn.com>
* Use Lato font on Animated Lock Screen thumbnail textLuis Vidal2016-02-123-6/+11
| | | | | | | | | | | | | To be consistent with the rest of the text views in the chooser, we need to use Lato font on the animated lock screen thumbnail (rather than Roboto as initially requested). In order to reuse as much code as possible, LatoTextView is now extending FittedTextView. A new attribute 'autoFitText' is introduced to instruct whether fitted text is desired. Change-Id: I3209fe7f06177bc4025cbf964d0c2dd79325b9c0 TICKET: CHOOSER-113
* Enable Live Lock screen if Animated lock screen is appliedLuis Vidal2016-02-101-0/+3
| | | | | | | | | | Live lock screen will be enabled if user picks an animated lock screen from the chooser. User will be presented with a dialog to enable LLS. If user decides not to enable LLS, the animated lock screen won't be applied. Change-Id: I5d14dd138e3e3f0e83e1dd08d75c8543131cc430 TICKET: CYNGNOS-1932
* Rebadge 'Live' in theme chooser to 'Animated'Luis Vidal2016-02-045-40/+40
| | | | | | | | 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
* Request READ_EXTERNAL_STORAGE permissiond34d2016-01-081-0/+2
| | | | | | | | This bumps the target SDK up to 23 and gracefully handles getting the required permissions from the user. Change-Id: I66e0d8f4e6f28039811636e3684b2eb7c2bba336 TICKET: CYNGNOS-1565
* Show lock screen wallpapers & live lock screens in the same selectorLuis Vidal2016-01-088-86/+42
| | | | Change-Id: I86e016d139da4adcec3191d982968b7a37f48c19
* Live Lock screen selectionLuis Vidal2015-12-192-0/+36
| | | | Change-Id: Ie1a13d9775e85b61c611ee6037856fef1578c4a8
* Add live lock screen support for dogefoodd34d2015-12-085-0/+50
| | | | | | | The final UX will combine both static lock screen wallpapers and the new live lock screen with a banner indicating which are "live" Change-Id: I26fc793930316296178437d1d98e6e645e17b7e5
* Revert "Add live lock screen support for dogefood"d34d2015-11-055-50/+0
| | | | | | This reverts commit 590804752bc280f2905b3bf86b49e467fd0fd610. Change-Id: Ifc42fe865677179d6570d457242c6ee469947afc
* Automatic translation importMichael Bestas2015-10-292-0/+50
| | | | Change-Id: I0c0977ccd571056807b46948675c7901010ebb14
* Automatic translation importMichael Bestas2015-10-292-0/+100
| | | | Change-Id: I6801ce9c65d33ed115995d0d8ac09fb1c189e54b
* Automatic translation importMichael Bestas2015-10-292-0/+89
| | | | Change-Id: Ia06547861da62eca293d165f5d4bfb9220d0f8f2
* Add live lock screen support for dogefoodd34d2015-10-095-0/+50
| | | | | | | The final UX will combine both static lock screen wallpapers and the new live lock screen with a banner indicating which are "live" Change-Id: I26fc793930316296178437d1d98e6e645e17b7e5
* Update Ukranian translationsd34d2015-09-081-3/+3
| | | | | Change-Id: I70e04b78a95d0a43726e4e0c0706e4bf901674f9 TICKET: CYNGNOS-935
* Automatic translation importMichael Bestas2015-08-312-6/+14
| | | | Change-Id: If77eb0099358c60592a39243ef47595abf844daf
* Automatic translation importTom Powell2015-08-311-1/+1
| | | | Change-Id: I4cd21cca5dfd8d70372f8e13ca7e9f89928bff26
* Automatic translation importTom Powell2015-08-313-1/+56
| | | | Change-Id: I83914034b245f19503120b925553c5125569afe6
* Automatic translation importMichael Bestas2015-07-288-52/+196
| | | | Change-Id: I77ce957ba1adcd400cdb469f3cba7fe26d7df9a3
* Automatic translation importMichael Bestas2015-07-281-0/+16
| | | | Change-Id: I41ba9c882869ba3936b7a7356a6dc4c360815c0f
* Automatic translation importMichael Bestas2015-07-289-1/+326
| | | | Change-Id: Iac31caa8096f021aa83954fefb065da9c10db732
* Automatic translation importMichael Bestas2015-07-284-0/+114
| | | | Change-Id: Id76dd72241a5203dfe42f503119872738cd00673
* Automatic translation importMichael Bestas2015-07-288-0/+116
| | | | Change-Id: I935274ce65adac1b46d554ea89e6dfc0c6aef6e8
* Automatic translation importMichael Bestas2015-07-2822-20/+129
| | | | Change-Id: Ic1789bd115584097005041f4e22d372953fa7658
* Automatic translation importMichael Bestas2015-07-2821-0/+946
| | | | Change-Id: Iefdabd6df54d723cbbfe0002546ecc0c241afde3
* 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