History log of /packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
88df6f4407d96f5a4cb51ccacd6b7d7b48ecb8b8 23-Feb-2017 Maurice Lam <yukl@google.com> Use buttons for EncryptionInterstitial

Bug: 30742121
Test: Run EncryptionInterstitialTest via `am instrument`
Change-Id: I04d304da4153ebc7f8809ce9c640bccc5e1f5685
(cherry picked from commit 9be96e06bb1e12e5068f2672dfbb9baa0051d604)
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
d189ac52a4e49291b729d817fc903116abc086d0 15-Jun-2016 Maurice Lam <yukl@google.com> Use GLIF theme for Settings > Security > Screen lock

Bug: 24405946
Change-Id: I1fed96cbc228b6bb367637f83f9cd3bac2761417
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
cf19ef7596b2e425a4f94c947eb8806753d427bc 05-May-2016 Maurice Lam <yukl@google.com> Don't draw divider under headers

Create SettingsDividerItemDecoration which reads PreferenceViewHolder
isDividerAllowedAbove/Below so that will be taken into account as
well as other ViewHolders which implements DividedViewHolder.

Bug: 28445348
Change-Id: I73e298f2ca1688b135e533a8d3ef5f5c154963f7
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
190ec1c14acbe305ac38d7d584a66ea57b7392fa 23-Apr-2016 Maurice Lam <yukl@google.com> GLIF theme for settings

Update fingerprint and screen lock setup to GLIF theme.

- Screen lock setup while in SUW
- Fingerprint setup, in and out of SUW

Bug: 26427729
Change-Id: I1063d3b54bbeea72de38bcc246cff368bc65945e
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
71fde52ae36f134e93835bee53bc4bfe5481bba0 30-Mar-2016 Udam Saini <udam@google.com> Fixes graybar as status bar and unshifts header view.

StickyHeaderListView will not layout all the way to the top of the screen
if fitsSystemWindows is true.

bug:27875272
Change-Id: I4150dc183778284df2f07f3a6220e0c0b2607774
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
01c581b9bd23f9e2f1b7bb9576f451b6ff532f86 10-Mar-2016 Udam Saini <udam@google.com> Adjusts layout on encryption interstitial.

This adds extra spacing needed now that there is a divider between
the description and the first selected item. Also adds icons for
the encryption interstitial.

bug:27306696
Change-Id: I0952d543ad121b0dfee5c052a67ca042d381f930
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
d553abcb4cd4ee3682ae4e864c06514d65fcb253 17-Feb-2016 Udam Saini <udam@google.com> Moves the encryption interstitial to use the list layout

bug:27206957
Change-Id: Ib577440a2696539f44021bb4ba0100e9f1699c6c
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
edac136e162d3935ea1ccedf6c630eff4c591d7e 09-Dec-2015 Udam Saini <udam@google.com> Allows the user to go back to Encryption Screen

bug:22907221
Change-Id: I766407f4f130ac618da178e1b6c04029025db8f2
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
7e831030201fcac9ca0acc9684497dc44cea7023 21-Jul-2015 Maurice Lam <yukl@google.com> [ScreenLock] Style encryption interstitial in SUW

When running in setup wizard, style the encryption interstitial using
styles from Setup Wizard library, to be consistent with the rest of
the setup flow.

Bug: 22587892
Change-Id: I3787643139ec4189f16e0046875fe3a688c8060b
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
15546c0b9ddde0bb76636a02a70c225015e3db97 21-Jul-2015 Maurice Lam <yukl@google.com> [ScreenLock] Change title of encryption interstitial

Change the title of EncryptionInterstitial to "Secure start-up".

Bug: 22587892
Change-Id: I30b9625bb2da666cd5e229445ad369fe72faad51
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
83301b5256e3fd930d620e8e9ad5f43cd388ba09 19-Apr-2015 Maurice Lam <yukl@google.com> [Setup] Use SetupWizardLayout

Use SetupWizardLayout for the screens that show in Settings to get
better visual consistency and new features like showing a progress
bar in list view.

Bug: 19594252
Change-Id: I53ab17a4c2d922a362e3762f1cdccb512f7d8f6e
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
bddc56648569ed21b696ca5451cd1fc82009bb43 04-Mar-2015 Maurice Lam <yukl@google.com> Use SetupWizardLib helpers

Use SystemBarHelper, WizardManagerHelper and themes from Setup Wizard
Library.

Bug: 19594252
Change-Id: I60b6ab4f086a170ac270fb08325fc42010293523
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
598be1eab6b6aa76033acb8534330731962e986a 09-Apr-2015 Maurice Lam <yukl@google.com> Add support for material_blue theme

Add support for material_blue theme, which setup wizard is going to
use for M. This changes SetupWizardUtils.getTheme to always return
either SetupWizardTheme or SetupWizardTheme_Light, and added the
theme value "material" blue.

Bug: 19729981
Change-Id: I63678312af4942be358b92a58b1c84f89aaaa6c1
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
0973c31db164e09cb5be275cf0f991dd208ee0fa 05-Dec-2014 Maurice Lam <yukl@google.com> [FRP] Use Lock type as header instead of "Encryption"

Bug: 18631620
Change-Id: I41799642cd019d7b33f754dc7b7305ea8a6cdac1
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
1227a19ecc0e5a42156027ae58bea7f77bf41a27 04-Dec-2014 Maurice Lam <yukl@google.com> [FRP] Add illustration to lock screen setup

Added the illustration JPG files, and added
SetupWizardUtils.setIllustration method that will change the
illustrations in the layout.

Bug: 18482708
Change-Id: I8c6758113f07cd33f85eaf6bc019e8194d9a17ce
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java
ecd2b7b81fd2faa2f2f3dbe5a169c749321f3d89 01-Dec-2014 Maurice Lam <yukl@google.com> [FRP] Theme interstitials for lock screen setup

Use the setup wizard theme for EncryptionInterstital and
RedactionInterstitial as they will show during the lock screen setup
as part of setup wizard.

Bug: 18482708
Change-Id: I65c8924952345a4e17fcf4ffb7d68df53244c5d7
/packages/apps/Settings/src/com/android/settings/SetupEncryptionInterstitial.java