1. 31 Jul, 2014 1 commit
  2. 30 Jul, 2014 2 commits
  3. 25 Jul, 2014 1 commit
  4. 30 Jul, 2014 3 commits
  5. 29 Jul, 2014 5 commits
  6. 28 Jul, 2014 1 commit
  7. 25 Jul, 2014 2 commits
  8. 24 Jul, 2014 7 commits
  9. 23 Jul, 2014 2 commits
    • Alan Newberger's avatar
      Upgrade mode index settings after mode indices were cleaned · 7bc335f4
      Alan Newberger authored
      Because we removed a mode index from the camera_mode_* sequence in res/values/arrays.xml,
      upgrades were found to crash when settings referred to the old, now nonexistent mode value.
      This CL preserves the arrays cleanup and adds a settings upgrade to convert modes to the
      new value. Tested and works properly with mode preservation.
      
      Bug: 16467318
      Change-Id: I1352a940285687af38290250d7a06b5b7c421338
      7bc335f4
    • Alan Newberger's avatar
      Modify Camera settings scope enforcement from crash to warning · 62c20bfb
      Alan Newberger authored
      Several bugs have appeared particularly for flash settings, where the app
      is attempting to get a scope per the new SettingsManager, and the camera
      is already closed meaning there is no valid scope. With this change, such
      situations will be logged with call stack traces, so if we see deviant
      user behavior we'll know the source. Monkeys should no longer trip settings
      crashes with this change.
      
      Bug: 16483952
      Bug: 16491601
      Change-Id: I26487bc58909a05183563f59ae3cfba571f2504e
      62c20bfb
  10. 22 Jul, 2014 1 commit
  11. 17 Jul, 2014 2 commits
  12. 22 Jul, 2014 3 commits
  13. 21 Jul, 2014 3 commits
  14. 17 Jul, 2014 1 commit
  15. 18 Jul, 2014 1 commit
    • Alan Newberger's avatar
      Route switch preferences through SettingManager · 39529585
      Alan Newberger authored
      This CL adds a custom switch which uses SettingsManager to control
      boolean settings. It relocates SettingsManager to the application
      to allow access from multiple activities.
      
      Bug: 16327665
      Change-Id: I6af084a4443ea79ca270dab382a66ea527897a38
      39529585
  16. 17 Jul, 2014 2 commits
  17. 16 Jul, 2014 2 commits
  18. 15 Jul, 2014 1 commit