summaryrefslogtreecommitdiff
path: root/packages/SimAppDialog/src
AgeCommit message (Collapse)Author
2020-09-09Revert "Change to use setupdesign library" Pasty Chang
This reverts commit 49674ebb2add7ae05a77b9447cd8de02c4291a04. Reason for revert: Cause GTS test failed, because it can't get footer button object by resource id. Bug: 163430888 Change-Id: If3f74a522fb42aa71bc1f9df61038694faf15c92
2020-08-06Change to use setupdesign library pastychang
Screenshot: https://hsv.googleplex.com/5418723034791936 Bug: 133793202 Test: manual Change-Id: I99a411bad767e73bce9233214f1ddfc6f8408eea
2018-12-19Schematize Setup Wizard System Properties Inseob Kim
Properties accessed across partitions are now schematized and will become APIs to make explicit interfaces among partitions. Bug: 117924132 Test: mma -j Change-Id: Ie6452a01669f5f4de8f74d9e90c6abd4f8e2c33d (cherry picked from commit 30f595ee1f9b0f1e9d81670ba262f9c1e4af33bd)
2018-11-06Add support for illustrations to SimAppDialog. Jeff Davidson
Previously these were provided in build-time resource overlays by overriding the entire install_carrier_app_activity.xml layout. This is no longer feasible with the move to runtime overlays as the layout cannot be precisely mimicked due to depending on styles and other parameters from the base APK (and is generally a bit more brittle). Instead, pull in the needed container from the current overlay, add a stub image and content description and hide the container by default so the base APK can be compiled, and provide a boolean that can be overridden along with the image and content description that is used to toggle the image display at runtime. Bug: 118823052 Test: atest GtsSimAppDialogTestCases (with and without overlay) Change-Id: Ic706df3091ce6c9f5d64ee22da6fa61b9b7b1e3c
2018-02-14Move from an alert dialog to a full screen dialog for SIM app install goneil
Bug: 70906683 Test: Local install and tests Change-Id: Idafee66814ec3e7b8a4a1254ba5f3e55b7bf864a