Commit Graph

19 Commits

Author SHA1 Message Date
joker.yang
decfc057e6 Merge "Remove LOCAL_SRC_FILES from RRO modules" into stage-aosp-master am: 651b6ee8c5
am: 278b0462f1

Change-Id: I11c4ffb1a1bd4ddb83d211c73d9fab83aa4c22b6
2019-07-09 10:07:20 -07:00
joker.yang
d4ebd771a8 Remove LOCAL_SRC_FILES from RRO modules
If LOCAL_SRC_FILES is not empty then building rro package will fail.
Sometimes LOCAL_SRC_FILES will be not empty by mistake, so delete
LOCAL_SRC_FILES for all rro modules.

Bug: 136694299
Test: treehugger
Change-Id: I2555c97f4ae98f6949837a19b4db4877cb38b607
2019-07-08 15:15:49 -07:00
TreeHugger Robot
4ef09fd470 Merge "Add themed icons." into qt-r1-dev 2019-07-01 15:14:40 +00:00
Amin Shaikh
ac1c310771 Add themed icons.
- Updating missing settings overlay icons.
- Update list of overlayed icons.
- Add IconPackOverlayTest to ensure themed icons stay in sync with the
underlying sysui icons.

Fixes: 135951717
Test: make and push overlays; atest IconPackOverlayTest
Change-Id: Ib712ad3444e1810ba899f7b9fd0b10c7814dd80c
2019-06-28 16:47:29 -04:00
Amin Shaikh
408d2d312d Update SignalDrawable X path drawing.
- Use config resources to specify svg path and cutout width / height
- Specify these resources for all 3 themes

Fixes: 133343689
Test: mp res sysuig; demo mode; manually change themes
Change-Id: Ic29e5da541330c1aa99b0e82e46a14dbb10d7940
2019-06-27 16:49:05 -04:00
Amin Shaikh
10a8b519f3 Update themed icons.
Fixes: 132808864
Fixes: 131238809
Test: mp droid; manually check icons
Change-Id: Idffc547c971c90031f14dc0b2fa1b6337586e61f
2019-06-04 08:11:51 -04:00
Amin Shaikh
903091fcc2 Update themed icons.
- Ensure underlying icons and overlayed icons match in size, tint and
autoMirrored
- Add a couple missing Settings icons
- Change perm_group_* icons to use colorControlNormal

Fixes: 132997623
Fixes: 131346125
Test: make; change overlays
Change-Id: I65170eb7671c425bd2c39cd2f1341f641fa810e3
2019-05-28 13:51:03 -04:00
Amin Shaikh
b7b4c25cad Update icon packs.
- Add back arrow for QS customizer
- Update work profile status bar / QS / corp badge icon to GM2
- Add Settings and Launcher overlay icons

Bug: 131346125
Test: visual
Change-Id: I61b56b04993ef19b5e66c9ad3d78eddcfce3aeb1
2019-05-03 14:29:54 -04:00
TreeHugger Robot
eee6b3559f Merge "Update systemui animations to GM2." into qt-dev 2019-05-02 22:25:18 +00:00
Amin Shaikh
63e236cf55 Set battery paths for each themes.
Add config_batterymeterErrorPerimeterPath to accommodate for dual tone battery
drawables that are completely filled and only show a perimeter for battery saver.

Bug: 124107387
Test: visual
Change-Id: Id432453f75e1f6f76e9d92747171729028679304
2019-05-01 15:46:44 -04:00
Amin Shaikh
2cea87986d Update systemui animations to GM2.
- Update wifi, bluetooth and hotspot transient animations for pixel and
3 themes
- Move animations from SystemUI to framework so they can be overlayed
(resources cannot reference other resources that only exist in the
target package)
- Remove unused animations
- Holding off on themed lockscreen animations until they are all
complete
- Note that expand/collapse animations are not overlayed since they are
not used in production code (only tuner)

Fixes: 118757654
Test: visual
Change-Id: Id66a2f76ff1f46b2e32f61b709b648aa0fa49672
2019-04-30 15:52:17 -04:00
Hyunyoung Song
9857212e8d Remove LOCAL_CERTIFICATE := platform from overlay packages
Bug: 129376306
Test: builds and runs

$ find . -name Android.mk | xargs sed -i 's/LOCAL_CERTIFICATE.*//g'

Change-Id: I70cb4719e6b675477b858f043f31095a9dedbdcd
2019-04-30 11:23:36 -07:00
Amin Shaikh
71e20691c8 Update bt share icon to use dark accent color.
Also fix tint on bluetooth settings icon.

Fixes: 130183206
Fixes: 130292353
Test: make
Change-Id: I55684600e0f3c25d20321593b0a05375a499b8f0
2019-04-10 13:35:26 -04:00
Amin Shaikh
a2d7d679e4 Fix brightness icon in theme pack.
Update all icon packs from latest mapping.

Fixes: 129694423
Test: make
Change-Id: I537f080b9ab6cdc02421fd37cac97cf937184e78
2019-04-08 11:54:22 -04:00
Amin Shaikh
43640e6810 Format all IconPack overlay resources.
Ran vendor/google_experimental/users/ashaikh/IconPack/format_icon_pack_xml.sh
which formats all drawable resources using the same ordering as android
studio.  All future icon pack updates will include formatting resources this way.

Bug: 118757293
Test: make
Change-Id: I8978dc72369ec98a8a29ba9ec787fd8de860cb73
2019-04-05 12:59:58 -04:00
Amin Shaikh
084de1d8a0 Update theme icon packs.
Mostly Settings, framework permission group icons and some SystemUI
volume dialog icons.

Bug: 129677355
Bug: 128354921
Test: make; install all overlays and change themes
Change-Id: I7099a050c6e4521e54fd258126e800dab3f66c3e
2019-04-04 19:17:10 -04:00
Amin Shaikh
6b88a8b06f Update icon packs.
- Added privacy / status bar / power menu icons
- Remove empty paths, change fillColors to white (except for brightness thumb)
- Deleted unused icons

Bug: 118757293
Test: make; using theme picker to change icon packes
Change-Id: I77220d0ce98922457229d59e5057260e3531dea5
2019-04-01 10:29:49 -04:00
Amin Shaikh
551ff204e7 Move systemui preview icons into framework res.
This allows ThemePicker to retrieve the base icon set using
Resources#getSystem()#getDrawable. Updated icon overlays and removed
unused resources in the overlays.

Bug: 129427571
Test: make
Change-Id: Ia9b104235a367ba747c7267bf16f68822df9186d
2019-03-28 09:34:29 -04:00
Amin Shaikh
3b1d5f9d25 Add SystemUI icon pack overlays.
This change includes most QS icon overlays. Also renamed android
targetted icon packs to include Android in the overlay name.

Bug: 118757293
Test: adb shell cmd overlay enable-exclusive --user 0 com.android.theme.icon_pack.{circular,filled,rounded}.systemui
Change-Id: I87d7514c03231408fb0f6815279e9bc1c18b52e9
2019-02-04 10:11:38 -05:00