History log of /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/PreProvisioningActivityTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
76c9d6f39b203080117409b1548eea0aeb60ef47 30-Jan-2018 Tony Mak <tonymak@google.com> Cleanup CustomizationParams

1. Consolidate mainColor, swiperColor and and buttonColor into mainColor
2. Instead of hardcoding suw_color_accent_glif_v3, we should resolve
the accent color in runtime. It is because different colors are
used in different GLIF themes.

Test: atest ManagedProvisioningTests

Change-Id: I8774c07217976144099a240f136e8478de157d4c
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/PreProvisioningActivityTest.java
31768d775132b1e927113de3d1038cab133b2fe3 30-Jan-2018 Tony Mak <tonymak@google.com> Allow to specify a different color for statusbar

Also, changed the default colors accordingly.
1. Main color -> #1A73E8
2. Status bar color -> white
3. Swiper color -> #1A73E8

PS: The provision intent no longer affects the default colors.

We may consider to consolidate "mainColor", "buttonColor" and
"swiperColor" into just "mainColor" if we confirm with UX that
they are always the same color.

BUG: 70621340
Change-Id: I4ea055e37adb41cdfccaf7386aea11b5a492e66d
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/PreProvisioningActivityTest.java
584659108f98fd63011b3b0f3ecf9f6cf6bb9c6c 24-May-2017 Alejandro Fernández <alejandrofs@google.com> Add tests to PreProvisioningActivity

More specifically, to test the correct scaling of the profile owner
intro screen animation.

Bug: 32131665
Test: runtest managed-provisioning

Change-Id: Ic57a3f2fc6562f8317e5198e4b3ca100ddea2396
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/PreProvisioningActivityTest.java
55312a63a09f7168ed9b40325b5ce088b69aaeda 21-Apr-2017 Victor Chang <vichang@google.com> Fix security issue of bypassing provisioning permission

- 3rd app can bypass the privileged permission checking
in AndroidManifest.xml and launch PreprovisioningActivity
directly.

Fix: 37053677
Fix: 37309290
Test: runtest managed-provisioning
Change-Id: I1fd20bb79a9dcee6fa7d9e6759dae7717344f9ce
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/PreProvisioningActivityTest.java
ddc4fac0d501df001a8fe3e3f4e3b8f4c9c05a93 30-Mar-2017 Jakub Gielzak <jgielzak@google.com> Adding a11y for TextViews with ClickableSpan links

We rely on ClickableSpan elements quite heavily. As of today, they're not supported by TalkBack,
so we are rolling out our own solution.

Bug: 33232006
Test: runtest managed-provisioning

Change-Id: Ibcd651739c708eb497dd81ee0d8da46e43e837d1
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/PreProvisioningActivityTest.java
b0e275f0511cfe10c698d6a260fcfdb194e7c810 13-Feb-2017 Jakub Gielzak <jgielzak@google.com> Customization (icon and colors) bugfix / tests

* Fixed default color issue in the PreProvisioning screen on Managed Profile (b/35342403).
* Added tests for colors and logo (b/30491951).

Bug: 35342403, 30491951
Test: runtest managed-provisioning

Change-Id: I7114095478fa8cdf4ada08013d28b1ecf0ca606f
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/PreProvisioningActivityTest.java