summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* LivePicker: adaptive iconstaging/lineage-17.0_merge-android-10.0.0_r9Joey2019-12-117-0/+42
| | | | Change-Id: Ief0ff2d941d355ff82a7dd8905cecfe936de9a34
* No sufficient contrast with backgroundKunhung Li2019-06-103-3/+2
| | | | | | | | | 1. Change background panel opacity value to 60%. 2. Change description text color to align title. Bug: 133465584 Test: Manual test Change-Id: If9027ebaf3ec5d71b5daadd8ee09b0ad4e00ccbf
* Support the dark mode in LivePickerKunhung Li2019-05-2910-14/+130
| | | | | | | | | 1.Change to apply AppCompat theme instead of material. 2.Change panel and button to support in dark theme. Bug: 133480634 Test: Manual test Change-Id: Ib036fbe49496c36f3ccecae99c857ad201f68084
* Import translations. DO NOT MERGEBill Yi2019-05-241-2/+1
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I8fe80398347cfb9e69eb5e4dbfc61d22d1850ed0
* Apply slice style to make the header font size as the same as others.Weien Wang2019-05-202-0/+10
| | | | | | | | | | | Screenshots: Before: https://screenshot.googleplex.com/sLfGK9ZXXHz After: https://screenshot.googleplex.com/W0d0qYC3tzk Comparison: https://screenshot.googleplex.com/MAAWTbgTVp3 Bug: 130753075 Test: Manual check the text size from LivePickerPreview. Change-Id: Ib8e0aad75043af7e25ec93064f9f229a7ce7801c
* Import translations. DO NOT MERGEBill Yi2019-05-0983-167/+84
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ia624d89c91d5290a4947100721302ffe76ca5a19
* Import translations. DO NOT MERGEBill Yi2019-05-0384-0/+336
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ia53f45556566aad79b6d296f6ee0185a19cebf2b
* Add preview checkbox for LivePickerKunhung Li2019-04-306-37/+61
| | | | | | | | | | Enable preview checkbox to hide bottom panel, otherwise to show it. Default behavior will show bottom panel with preview unchecked. Bug: 130383883 Test: Manual Test Change-Id: Ida5a5fa7ece501aefd906b70b6990eb89fe14c74
* Refine gradient backgroundKunhung Li2019-04-256-27/+4
| | | | | | | | | Update gradient background to black color. Bug: 126282838 Test: Manual test Change-Id: I42a050c26204df011bbe28a89ba82ca1dddde201
* Import translations. DO NOT MERGEBill Yi2019-04-191-2/+1
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ibb4e27143f6505bd02045b1573a5d6a29400eee6
* Import translations. DO NOT MERGEBill Yi2019-04-161-2/+2
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ic20bd1d286d9f4b8f37c6cddc05b445580596958
* Keep "Set wallpaper" button the same position in different tabs.Kunhung Li2019-04-124-12/+55
| | | | | | | | | | | | | | 1. Consider both (info > setting) page and (info < setting) page cases, add extra space to let "Set wallpaper" button can align bottom. 2. Add extra height in info page top area if info page has enough empty space. 3. Refine info and setting layouts in portrait and landscape. 4. Correct dummy data can't show title. Bug: 128393998 Test: Manual test Change-Id: I29a3dc8309fa879d1b93c5db81630f6e0cbd36d8
* Import translations. DO NOT MERGEBill Yi2019-04-113-6/+3
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ic04c75c3412dd7af67e5703eb660ea497818f099
* Import translations. DO NOT MERGEBill Yi2019-04-073-6/+3
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I29d2cb30614c7f6f30cb9201edc6fffe8e43911f
* Import translations. DO NOT MERGEBill Yi2019-04-0577-154/+77
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: If5b813771d8ce1df45415426c025039a011dc7b6
* Refine Google material button styleKunhung Li2019-03-284-11/+4
| | | | | | | | | | | 1. Change UnelevatedButton to Button style for button shadow. 2. Correct pressed effect to sync up default without overriding rippleColor attribute. Bug: 126466572 Test: Manual test Change-Id: Id98e51c640e3b79838ac931f90171b1232c87c0f
* Import translations. DO NOT MERGEBill Yi2019-03-2679-79/+158
| | | | | Change-Id: Ia869bd89f01293117754ec3d47c90e49e2710113 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-03-235-5/+10
| | | | | Change-Id: I0e7d5ff21a78d5fa798fc76a10eb0291ce21f77f Auto-generated-cl: translation import
* Refine delete confirm dialog UI stringKunhung Li2019-03-201-1/+1
| | | | | | Bug: 122094510 Test: Manual test Change-Id: I99887678030af2a5b8de0773879bbd11ffcf47f0
* Refine tab page layoutsKunhung Li2019-03-183-10/+5
| | | | | | | | | | | 1. Change info page text style. 2. Remove setting page redundant space. 3. Increase setting page slice view padding. Bug: 127584528 Test: Manual test Change-Id: I201da66f88ab59529ac75472b38e907587b3d30c
* Merge "Update background color for top title bar and bottom panel"Kunhung Li2019-03-185-5/+37
|\
| * Update background color for top title bar and bottom panelKunhung Li2019-03-155-5/+37
| | | | | | | | | | | | Bug: 126282838 Test: Manual test Change-Id: Id0b3970e67d72c1908130f8e3b75be5a22e9a145
* | Apply Google material button styleKunhung Li2019-03-186-76/+29
|/ | | | | | | | | | 1.Apply using Google MaterialButton to correct button inner padding to meet up with desired style. 2.Apply device font style to material button. Bug: 126466572 Test: Manual test Change-Id: I3b80eca87447ad3a8c26c0f75541dd6cc876e7aa
* Change page title to fill width in landscape modeKunhung Li2019-03-061-0/+2
| | | | | | Bug: 126304553 Test: Manual test Change-Id: Ia01dd866e858b8a8ffea84c7d786157544fa4f9b
* Import translations. DO NOT MERGEBill Yi2019-02-2181-162/+81
| | | | | Change-Id: I0f18908339456e4638717ce036652d3e48ee841a Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-02-0713-56/+29
| | | | | Change-Id: I808636d9155a2c7de497877096458ca740535986 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-02-0284-347/+540
| | | | | Change-Id: Iab10885fc58823e834d29440181a6536d0f4049b Auto-generated-cl: translation import
* Merge "Migrate away from temporary androidx.design_design target."TreeHugger Robot2019-01-311-1/+1
|\
| * Migrate away from temporary androidx.design_design target.Aurimas Liutikas2019-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | androidx.design_design was a target created temporarily while the com.google.android.material_material was being added. This migrated to the final material design class packages. Exempt-From-Owner-Approval: Large scale refactor Test: make -j LiveWallpapersPicker Change-Id: I9c17c0e8f20e86adc84575f77a0e9bc12bec7308
* | Show comfirm dialog before deleting a wallpaperKunhung Li2019-01-313-0/+27
|/ | | | | | Bug: 122505782 Test: Manual Change-Id: I013df1e3d8e33268f382cb237447d8ed2bd8a0a6
* Merge "Supports inline control for live wallpapers"Richard Chou2019-01-3011-143/+253
|\
| * Supports inline control for live wallpapersRichard Chou2019-01-2611-143/+253
| | | | | | | | | | | | | | | | | | | | To support inline control (Slice), WallpaperInfo has a new attribute settingsSliceUri. A ViewPager is added to LiveWallpapersPicker for the display of both wallpaper attribution and settings Slice. Bug: 111862421 Test: Manual Change-Id: I28e808ec58f12179da1acc000634d6c41eec805b
* | Import translations. DO NOT MERGEBill Yi2019-01-2984-0/+167
|/ | | | | Change-Id: Iadeb20b07082a672b06b7f6246b4ac1d11fb58e7 Auto-generated-cl: translation import
* Delete feature for LivePickerKunhung Li2019-01-153-0/+35
| | | | | | | | | Provide a delete function in menu item that can notify delete info to wallpaper package then finish back to the requesting activity. Bug: 122094510 Test: Manual Change-Id: I9e7303ee9cbbae0a7987b4b8848a1aa3293c72b3
* Update icons for the target selector am: 0f6e5a85ecSantiago Etchebehere2018-05-222-4/+4
|\ | | | | | | | | | | am: 0b055b2bd4 Change-Id: Ic65bf2dc06f98023c6f5294cabc7791e32fdfc5a
| * Update icons for the target selectorSantiago Etchebehere2018-05-222-4/+4
| |\ | | | | | | | | | | | | | | | am: 0f6e5a85ec Change-Id: I981109e2d67025a0c8b8a9458f5fe304dd97aa35
| | * Update icons for the target selectorSantiago Etchebehere2018-05-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the icons for the Live Wallpaper picker target selection dialog to be consistent with the WallpaperPicker app. Test: Icon change only, manually verified that they look as expected. No unit tests should be affected. Bug: 77642236 Change-Id: I8b3824c6f7f267113359d046669b8a227ae4fa98
| | * Import translations. DO NOT MERGEBill Yi2018-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I9856a7342a3a2cfb32b10c37732b4c9588928852
| | * Import translations. DO NOT MERGEBill Yi2018-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I9db93ebdd2b51f5b5a3470889b8d8faab53b4ff5
| | * Import translations. DO NOT MERGEBill Yi2018-03-292-0/+72
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I24382fb22aea9ee246fc0f3e162075d50b9559ab
* | Import translations. DO NOT MERGEBill Yi2018-04-202-2/+2
| | | | | | | | | | Change-Id: I71722e9e4181a1302dd70df13ee29d3ed6b2c38a Auto-generated-cl: translation import
* | Migrated various apps under packages/wallpapers/LivePicker to androidxKOUSHIK PANUGANTI2018-04-091-2/+2
| | | | | | | | | | | | Bug: 76692459 Test: make LiveWallpapersPicker Change-Id: Ide4167eedd139ae1c2ea5f133fb6499f4db39288
* | Import translations. DO NOT MERGEBill Yi2018-03-292-0/+72
|/ | | | | Change-Id: I6f57cc3a1623763a09bda0b06de5d880d2ac0341 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2017-09-262-2/+2
| | | | | | Change-Id: I86d836ad3aa8de1a2bc86d2a46a315c56d780f62 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
* Import translations. DO NOT MERGEBill Yi2017-09-181-1/+1
| | | | | | Change-Id: I27d7809a21f392e03350d3aefa7a5aa2c7a5b6c0 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
* Import translations. DO NOT MERGEBill Yi2017-09-131-1/+1
| | | | | | Change-Id: I4e91c10b2890654cc299ea7cd24f6b703f731156 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
* Import translations. DO NOT MERGEBill Yi2017-09-064-6/+6
| | | | | | Change-Id: If18da741ddd6bddf3ce64663a0f2398332c15afc Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
* Import translations. DO NOT MERGEBill Yi2017-08-271-3/+3
| | | | | Change-Id: I4803ee43186e5e13116ee7a84ccba45d920d7ad4 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2017-08-232-3/+3
| | | | | | Change-Id: Iaad6099f6ed47d3e4c4eb08b872c641082121242 Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import
* Import translations. DO NOT MERGEBill Yi2017-08-162-3/+3
| | | | | | | | Auto-generated-cl: translation import Exempt-From-Owner-Approval: translation import Bug: 64680434 Change-Id: Ia2e8465222eba80836911f2b39be77528595eb76