summaryrefslogtreecommitdiff
path: root/src/com/android/customization/module/DefaultCustomizationInjector.java
AgeCommit message (Collapse)Author
2021-11-15Add parameter in getPreviewFragment() to support full screen previewChing-Sung Li
Bug: 204411095 Test: Manual Change-Id: I1bfd6264980244d7a7fe48bd8309f5d04f767b30
2021-06-22Clean up some useless codeChuck Liao
Bug: 191606414 Test: manual Change-Id: Ibc763fe3860fae17b31824cead2c3ea0697adb35
2021-06-15Replace "Hub" naming with "Customization"Chihhang Chuang
- Since "Hub" is a meaningless naming. - Also update "Mode" prefix naming to "DarkMode". - Remove unused interface in Injector. Bug: 190354625 Test: Manually Change-Id: I5293f590070e9f4a852ab31e64506639a549a558
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-06-11[3/n] Move new picker logic to AOSPChihhang Chuang
HubFragment shows below sections for ThemePicker build. - Wallpaper - Dark/Light theme - Themed icon - Grid Bug: 190354625 Test: Build and run the app Change-Id: I5ab205f7f4dbf5838c39ca0eca4808cad3c86fa1
2020-12-23Add a placeholder package change event listener.Chuck Liao
Bug: 172188327 Change-Id: Ibde74630db19cbbedc50f7cf6a20d3021ad75469
2020-08-20Support App LinksChuck Liao
Video: https://drive.google.com/file/d/11_MclDVE8Q_ojSYoCDxmK4Ah_FoABPhd/view?usp=sharing Bug: 163019082 Change-Id: I1aa6ca4e58aff3ad1a9067ff44fb398b1336770b
2020-07-02Set default title for PreviewFragmentchihhangchuang
It seemed the better than previous way to set default title Test: Manually Bug: 160211359 Change-Id: I0e47a62488d01022baca829b618a5f41d50d74a3
2020-07-01Cleanup the AppbarFragment usage in PreviewFragmentchihhangchuang
Cleanup only, no business logic change - AppbarFragment had a good pattern to set title on toolbar. PreviewFragment won't do it throught accessing activity tool bar. - AppbarFragment had a good pattern to set bottom action bar, which is widely used within the app, PreviewFragment won't do it by itself. Test: Manually Fixes: 160211359 Change-Id: Ie9e390c69e82d02192af0e2bcc5274b9a64d514c
2020-06-08Apply interface change of showViewOnlyPreview()Ching-Sung Li
To support the full preview as home or lock screen. showViewOnlyPreview() is updated accordingly. Bug: 157724411 Test: Manual Change-Id: I006116bd5b22c1c1146aff56d4f4a89cb5bcf996
2020-04-09Remove support for wallpapers in style bundlesSantiago Etchebehere
This CL doesn't yet implement the new preview UI, just removes support all the usages and support for wallpaper in theme bundles. Bug: 151868805 Change-Id: I0a7de9ff2150c8f3e516ec49c7c833bab7ac08d1
2019-11-08[LivePicker 3/n] Incorporate LivePreviewFragmentSantiago Etchebehere
Don't always use ImagePreviewFragment Bug: 141391722 Change-Id: I4baa569d354dd5815fcc93972cfd7a9e1bc845d8
2019-09-26[LivePicker 1/n] Use the new ImagePreviewFragmentSantiago Etchebehere
Bug: 141391722 Change-Id: I096d1c9073acfc8f24a0e6a73a22f8913b896a4a
2019-06-01Misc changes needed for micropaper integration.Clément Julliard
* Update Injector to pass Context argument. * Simplify WallpaperSetter#requestDestination listener. Bug: 133160356 Change-Id: Ib7546a804c1e818004f6bad0e3b71019feeeed6d
2019-05-28Add support for LiveWallpaper optionsSantiago Etchebehere
Support optional options for a theme's LiveWallpaper in the theme spec, and allow for extending classes to apply them by making ThemeManager "injectable". Bug: 133793299 Change-Id: Id9187d7a38f6714c0e1ec6e07b9aa8b041800c39
2019-04-09Add infrastructure for logging in TPSantiago Etchebehere
This CL only adds the logger, it's not being called from anywhere yet. That will come in a follow-up CL. StatsLogEventLogger for now only logs to logcat, StatsLogCompat calls are currently commented out as it's not fully working. Bug: 129365634 Change-Id: I81eba2956c07c5a59831a2805171200d6b1174cd
2019-03-18Custom Theme 5/n: apply custom themeSantiago Etchebehere
Bug: 124796742 Change-Id: I9ec8d029c2fd1598753ea0fed471831c3cf692a6