| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I86e016d139da4adcec3191d982968b7a37f48c19
|
|
|
|
| |
Change-Id: Ie1a13d9775e85b61c611ee6037856fef1578c4a8
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This reverts commit 590804752bc280f2905b3bf86b49e467fd0fd610.
Change-Id: Ifc42fe865677179d6570d457242c6ee469947afc
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I76a765fdb4f1efb462230a3b6a20436229d9c485
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This card was still using a standard TextView and looks out of place
once a font is applied.
Change-Id: I28909a6c5df8159b20b8a4ff54be8257b0ba5f2b
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Id9d08836456685912b5f75a1acd0a8992e8b6b47
|
|
|
|
| |
Change-Id: Ib8083902ee07a891f41479e6085fc0263512f011
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Id3c2371fe2bc0eceb230a037d5ba2f60600b9a71
|
|
|
|
| |
Change-Id: I9ad30111c8c3fbaabcf5748ec6cf1d7a9fc2eaa9
|
|
|
|
| |
Change-Id: I2f60da0ab633487e18e216072ce834e255b5d852
|
|
|
|
| |
Change-Id: Ifd417ec08cc00f1f4300b4d1364d4183538dcf50
|
|
|
|
| |
Change-Id: I226fd3ff6dc05195d1049d75f72aa32595a42715
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I8c24c18a4927718970a49a6b77c9b92b4eea1ed6
|
|
|
|
| |
Change-Id: I6cc73b320657f1bba27017f2843c84e9d6bc4c69
|
|
|
|
| |
Change-Id: I679489a6980267da6d4ee4f9cb8989365c1d5f88
|
|
|
|
| |
Change-Id: I7ef12d853c080ee24b9240564f002ca9279498f7
|
|
|
|
| |
Change-Id: I8f6774e593a8a67d5de90dbec6b9a040d9f95052
|
|
|
|
| |
Change-Id: I1315b1c3e00639eae404b6ba9471db342786eaa1
|
|
|
|
| |
Change-Id: Idd7e0d98e1f0965dbada15fcba9ad09fb94b1b86
|
|
|
|
| |
Change-Id: Ieec82480ad356d274a3f8a1e38030ea2ecc9c450
|
|
|
|
| |
Change-Id: I089673c8bf8af88c512f343d1a05a29e5a7bee85
|
|
|
|
|
|
|
|
| |
The previous implementation used icons that were not clear to the
user. This changes those tags so that they have text that is more
descriptive.
Change-Id: I9c0fe4fbdb609fd630b5aca148a439ebdefc497b
|
|
|
|
| |
Change-Id: Iff0c67142888d3502e4d30b3b38575536e4e2202
|
|
|
|
| |
Change-Id: I75216741798fe9fe82886eddb322321f1bbb6996
|
|
|
|
| |
Change-Id: Icda2be399f422c2dcd61a900c31884d0b0d71dc0
|
|
|
|
| |
Change-Id: I30a69e265a44f327ba9f0479d925a550427f6a6f
|
|
|
|
|
|
|
|
| |
The title is now considered part of the content so we need to
have a 24dp border above the text instead of including the text
in the 24dp border.
Change-Id: Id0ab44c1338ba5b11cb49ad162a215b5a234cbb3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following tags can be enabled/disabled per theme
Applied
Customized
Updated
Default
Currently the "Updated" tag is not being enabled. This will require
some special handling and not worth holding up this patch.
Change-Id: I69de7ca80df66f6c5cdbf0b47f18fc7dc77289f5
|
|
|
|
| |
Change-Id: I192ce1c2e05b095346993958fb055a3f3357244d
|
|
|
|
| |
Change-Id: I9d57114bb5878b2e6c734733306be707b039f188
|
|
|
|
| |
Change-Id: If76f1cde4a2a2344645646c938f1ae7d7ccd23cb
|
|
|
|
| |
Change-Id: I5b138e2f15a1a2570cb862540e4b82ad20d7a236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With the switch to a LinearLayout we must give the additional cards
a negative margin. This allows them to be positioned below the
navbar card.
This is done because previously the title card was being set to
View.GONE and this caused the additional cards to abruptly move up
when the title card changes to GONE. By setting it to View.INVISIBLE
and using a negative margin we can get a smooth animation and not lose
any functionality in the process.
Change-Id: Ifbbf67f3e301a26fa3d30ef79a3a07416fba5837
|