1. 21 Oct, 2015 2 commits
  2. 15 Oct, 2015 2 commits
  3. 14 Oct, 2015 1 commit
    • Benjamin Franz's avatar
      Add extra checks and timeouts to account migration. DO NOT MERGE · 9e7ee617
      Benjamin Franz authored
      Adding an extra check to verify that the account type is ready on the
      target user. Also, adding a timeout to the copyAccountToUser call to
      avoid managed provisioning getting stuck in an endless loop in case
      somehting goes wrong here.
      
      Bug: 23798494
      Change-Id: Ieea43bbd9c3db29c125eff342aadb86b242cba91
      9e7ee617
  4. 19 Sep, 2015 2 commits
  5. 18 Sep, 2015 1 commit
  6. 24 Aug, 2015 3 commits
  7. 17 Aug, 2015 3 commits
  8. 14 Aug, 2015 1 commit
    • Rubin Xu's avatar
      Fix NullPointerException when showing DeleteManagedProfileDialog · eb18ce02
      Rubin Xu authored
      If the device has a managed profile but the corresponding DPC is removed
      from primary user, show default DPC icon and name instead of crashing
      NullPointerException when starting ManagedProvisioning and asking user
      to confirm deleting existing profile.
      
      Bug: 23204984
      Change-Id: I5e75c2883148b743b842568ff33ae43e3016d784
      eb18ce02
  9. 05 Aug, 2015 3 commits
  10. 04 Aug, 2015 7 commits
  11. 03 Aug, 2015 1 commit
  12. 01 Aug, 2015 3 commits
  13. 30 Jul, 2015 4 commits
  14. 29 Jul, 2015 5 commits
  15. 28 Jul, 2015 2 commits
    • Nicolas Prevot's avatar
      Update the user consent string for device owner provisioning flow. · d00e637d
      Nicolas Prevot authored
      BUG:22791226
      Change-Id: Ic826f6eca1f71921ac030f1a27d63a0344f1e803
      d00e637d
    • Jukka Zitting's avatar
      Increase Wi-Fi connection timeout from 30 to 60 seconds · 84c3b8f5
      Jukka Zitting authored
      In our reliability testing lab we're seeing around 2% of provisioning
      attempts fail because of Wi-Fi connection timeouts. In these somewhat
      rare cases establishing the connection takes more than 30 seconds,
      which causes the "Couldn't connect to Wi-Fi" dialog to pop up a few
      seconds before the connection actually does come up.
      
      This change reduces the rate of this false positive to less than 0.1%
      in our test environment (failure rate at 45s would be about 0.5%),
      and should improve the experience of the unlucky users who otherwise
      would hit this issue. The downside is that users with incorrect Wi-Fi
      settings will have to wait a bit longer before encountering this error.
      
      Bug: 22770007 - AddWifiNetworkTask times out too soon
      Change-Id: Icb07d29fbc603901839bc067abd1b2f590d23bcb
      84c3b8f5