1. 04 Oct, 2016 6 commits
  2. 03 Oct, 2016 5 commits
  3. 01 Oct, 2016 3 commits
  4. 30 Sep, 2016 5 commits
  5. 29 Sep, 2016 10 commits
  6. 28 Sep, 2016 6 commits
    • Matthew Fritze's avatar
    • Matthew Fritze's avatar
      Tablet Settings Layout is no longer stretched · c4a9b181
      Matthew Fritze authored
      Change-Id: If4a883077f41b859f4e8aaf92a4f397b94814137
      Fixes: 31583422
      Tests: Visual Inspection
      c4a9b181
    • TreeHugger Robot's avatar
    • Steven Ng's avatar
    • Steven Ng's avatar
      DO NOT MERGE Provide fingerprint options for SET_NEW_PASSWORD intent · da738b2e
      Steven Ng authored
      Cherry-pick from ag/1444396
      
      1) Added a trampoline activity to display SET_NEW_PASSWORD intent.
      2) On devices that have fingerprint sensor and have no enrolled fingerprint,
         ChooseLockGeneric handles the SET_NEW_PASSWORD intent by providing
         fingerprint + {PIN/PATTERN/PASSWORD} and skip fingerprint options.
      
      Test: See below
      1) Auto
         make RunSettingsRoboTests
      2) Manual
         a) Fingerprint + pattern
            i) $ adb shell am start -a android.app.action.SET_NEW_PASSWORD
            ii) Click Pixel Imprint + Pattern.
            iii) Set a pattern lock.
            iv) Can enroll a fingerprint.
         b) Pattern
            i) $ adb shell am start -a android.app.action.SET_NEW_PASSWORD
            ii) Click Continue without Pixel Imprint
            iii) A list of unlock options, without fingerprint option, is shown.
            vi) Select and enroll a pattern lock
         c) Has an existing password
            i) $ adb shell am start -a android.app.action.SET_NEW_PASSWORD
            ii) Setting app asks for password input.
            iii) Enter password and click "Continue without Pixel imprint".
            vi) No password is asked. A list of unlock options, without fingerprint option, is shown.
            v) Select and enroll a pattern lock
         d) Work profile
            i) Create a work profile
            ii) adb shell am start --user x -a android.app.action.SET_NEW_PASSWORD. X is the work profile user id.
            iii) Click Pixel Imprint + Pattern.
            iv) Set a pattern lock.
            v) Can enroll a fingerprint.
      
      Bug: 23017051
      Change-Id: I6384bbffb72a5d3a83972da7474532746e4d06b9
      da738b2e
    • Daniel Nishi's avatar
      Add a warning message to the ASM toggle. · 116b9566
      Daniel Nishi authored
      This trigger fires if ASM is not enabled by default for
      the device and the toggle is only visible if the ASM visible
      flag is enabled.
      
      Bug: 30455784
      Change-Id: Id6adf8a75dbd4290f042d743689a75f496efb0c9
      116b9566
  7. 27 Sep, 2016 5 commits