summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
AgeCommit message (Collapse)Author
2022-11-11Adds quick affordances permission to theme picker.Alejandro Nijamkin
Bug: 254857639 Test: N/A Change-Id: Ib54b43b387da64159761ac3c20783ea791a30d7f
2022-10-01Add missing permission to manifestSantiago Etchebehere
Bug: 250071457 Test: manual Change-Id: I87c02d34057f7a1ea09629abfaff1cb79ed43996
2022-08-02Enable color functions for ThemePickerKunhung Li
- Add color section for ThemePicker. - Define theme stub apk with rainbow colors. - Video: https://drive.google.com/file/d/1s_cpn1OegbD1Lof2PxaUVV08BTwpzimp/view Flag: No impact to existing product: just moves code to AOSP for reference Bug: 218396282 Test: Push apks with paths below & test. /system_ext/priv-app/ThemePicker/ThemePicker.apk /product/app/ThemesStub/ThemesStub.apk Change-Id: I25130573ffb37075b4b71c6b83b7b903b6421ce3
2022-04-18Revise manifest for adding trampoline activityChing-Sung Li
Bug: 210577516 Test: Build pass Change-Id: Ifff5b09d119ce80c2e8adcf1287224774d1df4a6
2022-02-07Add android:relinquishTaskIdentity for multi-paneChing-Sung Li
Allow CustomizationPickerActivity to relinquish its task identity for multi-pane case. Bug: 202465727 Bug: 213418280 Test: Manual Change-Id: I1916d61d646eeb01329a6f592f14b7a3ca7cd5f7 (cherry picked from commit 917945d037eff53457fcd61a9f4cb54fa8aa587c)
2021-08-16Fix action.VIEW intent for package visibilityChing-Sung Li
Add http scheme to fix action.VIEW intent viewing URL. Bug: 196239026 Test: Manual Change-Id: I9c7214ddf04dbd9259936e4f6c5e2e6e21b7df4c
2021-06-22Remove larger preview support for grid previewChihhang Chuang
Because the preview card in grid home page is clear enough. Also remove the unused ViewOnlyFullPreviewActivity. Fixes: 189384424 Test: Manually Change-Id: I88cb36f7e167adc9a5b1042c1ef05223422e2fc5
2021-06-17Fix ThemePicker build and exclude unused featuresChihhang Chuang
- Exclude Theme and Clock from builds since they are unused, should add them back when the features are needed. Screenshot: https://screenshot.googleplex.com/AeLSMUFq5EdndWr.png Bug: 190354625 Test: m ThemePicker Change-Id: I0219fa5b27354fc7afdcb5526e1b8e8e3d29b755
2021-06-15[4/4] Move new picker logic to AOSPChihhang Chuang
- Remove activity overriden for CustomizationPickerActivity, and use the activity in WallpaperPicker2. Bug: 190354625 Test: Build and run the app Change-Id: I080737f0ec30a6090b1180eba98b3aa8087f50a1 Merged-In: I080737f0ec30a6090b1180eba98b3aa8087f50a1
2021-04-14Remove QUERY_ALL_PACKAGES permission from ThemePickerChing-Sung Li
Remove QUERY_ALL_PACKAGES permission from ThemePicker by using queries element in AndroidManifest. Bug: 185219719 Test: Manual Change-Id: Id7947b36012667f9af30d099ea7c2852e4f1f0d6
2020-06-29Merging from ub-launcher3-master @ build 6639132Santiago Etchebehere
Bug:154410862 Test: manual, presubmit on the source branch x20/teams/android-launcher/merge/ub-launcher3-master_master_6639132.html Change-Id: I45c9d6441ddd1c32efaba73770f458f722a81bac
2020-06-29Add permission to query packages to ThemePickerSantiago Etchebehere
ThemePicker needs to be able to query for any overlays that is used in Styles in order to create the preview. Bug: 160080219 Change-Id: I862bd8aed617cef65bfba34841806c6795af59c3
2020-05-20Add an exported flag in manifest am: a8409b8d22 am: a66d3ffcbf am: 30e793ae09Ashwini Oruganti
Change-Id: I581c71710ebba4c972f914b6c3523aac7f5bc7ff
2020-05-20Add an exported flag in manifestAshwini Oruganti
With b/150232615, we will need an explicit value set for the exported flag when intent filters are present, as the default behavior is changing for future versions. This change adds the value reflecting the previous default to the manifest. These changes were made using an automated tool, the xml file may be reformatted slightly creating a larger diff. The only "real" change is the addition of "android:exported" to activities, services, and receivers that have one or more intent-filters. Bug: 150232615 Test: TH Exempt-From-Owner-Approval: mechanical refactoring Change-Id: I793a4f0b0d56ef1ea48120299abdba8cc9fa8398
2020-05-07Add full preview for Grid (part 1)chihhangchuang
- Add new Activity and Fragment for full preview - Add grid full preview page - Screenshot: https://screenshot.googleplex.com/thKsXZgStcX.png Test: Manually Bug: 151287994 Change-Id: I5a88c9c60a616abf8a8a2a1dd82dbcbb7ef72139
2019-11-07Disallow split-screen for ThemePickerSantiago Etchebehere
Fixes: 141968921 Change-Id: If8e668440eb460abf04bf2747074394651134439
2019-06-05Add adaptive icon to be used as main icon for ThemePickerHyunyoung Song
Bug: 131853226 Test: sideloaded ThemePicker Change-Id: I537cff5c1f5ef6b1b2739f7409c659e92cd565cd
2019-05-13Setting targetSdkVersion to 29 for ThemePickerIan Pedowitz
Fixes: 131768541 Test: Build Change-Id: I6085e4f2a7225f52842729ead2063129db5faad5
2019-04-22Add support for live wallpapers in theme bundlesSantiago Etchebehere
Allow theme bundles to specify a component name corresponding to a live wallpaper (which must exist in the device) instead of a drawable asset. Also update the usage of WallpaperSetter for the case of LiveWallpaper. Bug: 130734277 Change-Id: Ie37dcb391515c5b080884bbdfc794f80ee73cdf8
2019-03-18Custom Theme 5/n: apply custom themeSantiago Etchebehere
Bug: 124796742 Change-Id: I9ec8d029c2fd1598753ea0fed471831c3cf692a6
2019-02-19Custom Theme 1/n: initial structureSantiago Etchebehere
This CL is just laying out the groundwork, adding a new Activity and CustomTheme class as well as a few layouts and strings needed on the UI Bug: 124796742 Change-Id: I458995b208863a9201dd0ef6e935c8ff030587ed
2019-02-13Improve support for dark themeSantiago Etchebehere
Update colors and styles to work well in dark mode, and refactor wallpaper preview to update the header text based on the wallpaper content. Bug: 123432343 Change-Id: I409ee1c9e5c19072a7f296033a43454262c8077f
2019-01-22ThemePicker: Implement the Clock sectionSantiago Etchebehere
Add a Fragment to show and apply available clockfaces. A few more iterations are needed on the UI but this CL focuses on the functionality. Bug: 120560400 Change-Id: I809cb861cf4c03c4b6d84b94e839300dbea200a1
2019-01-18Add permissions to Manifest for applying ThemesSantiago Etchebehere
Add CHANGE_OVERLAY_PACKAGES and WRITE_SECURE_SETTINGS permissions needed to apply themes and clocks Bug: 118758604 Change-Id: I26530321b80b6ebd4acff4293d0d20a0fd1f9111
2018-12-18[ThemePicker] Add bottom navbar to main activitySantiago Etchebehere
Set up the basic layout and add a bottom nav bar to CustomizationPickerActivity, with basic support for switching between section fragments. (Fragments to be added in a separate CL) Bug: 120560581 Change-Id: I06832260d20ca2938b6c04e110fadf45bc3070a2
2018-12-11Initial set up for CustomizationPickerActivitySantiago Etchebehere
Bug: 120560581 Change-Id: I1b0f29d9f4a5aad28ec1d0c9b94f8059c056ebf1
2018-11-30Set up build files for theme pickerSantiago Etchebehere
Bug: 118758604 Change-Id: I18f38d5eea0d30edcc865cf3dfe9c46f5bd89a8c