- 31 Jul, 2014 1 commit
-
-
Sascha Haeberling authored
Bug: 16654225 Change-Id: I6be44fefce66c09425a1bebc1942489f6af7636c
-
- 30 Jul, 2014 2 commits
-
-
Sascha Haeberling authored
'et' and 'ms' are deprecated and have already been removed from master: http://ag/506364 Change-Id: I0acb1a5225f0b7c9c3dcf449b0a16bb7f77118ed
-
Sascha Haeberling authored
Bug: 16654225 Change-Id: Icc544eac762b5494e6bb6c9e768b810c44e11cd9
-
- 25 Jul, 2014 1 commit
-
-
Sascha Haeberling authored
-
- 30 Jul, 2014 3 commits
-
-
Sascha Haeberling authored
This is so that we can use it in Camera2 code. Change-Id: I764adb7377b91b5b54a33535188eb6d0d5159253
-
Sascha Haeberling authored
This way we don't have to spread this logic throughout the codebase. Change-Id: I2d534d0756a9030e6d67b479a67c86c1cf596589
-
Sascha Haeberling authored
Change-Id: I2ed422dd4e0383739ccfa85a2e1e0e49e093e51d
-
- 29 Jul, 2014 5 commits
-
-
Sascha Haeberling authored
Bug: 16654225 Change-Id: I070f36a6e6c1e756223ff69b74c3171547090f97
-
Sascha Haeberling authored
Bug: 16654225 Change-Id: I31c0ab4d8f4aa91447d384444258616648633de4
-
Sascha Haeberling authored
Bug: 16654225 Change-Id: Id4a6755577e327849ce60db7c5f64d76fb0a55b2
-
Sascha Haeberling authored
-
Sascha Haeberling authored
Bug: 16654225 Change-Id: I7bc2eaaa928fd152d20777086abef984421cc320
-
- 28 Jul, 2014 1 commit
-
-
Spike Sprague authored
Change-Id: I279e764987fea743aa78575748a831e31ba28c0c
-
- 25 Jul, 2014 2 commits
-
-
Spike Sprague authored
bug: 16567671 Change-Id: Ifbe7bd68f0f6c47f645b420ef35d6eb6478c4a7e
-
Spike Sprague authored
bug: 16566825 Change-Id: I71a3a9787b73957f9c34bf1ffa52df41c3a5f6e6
-
- 24 Jul, 2014 7 commits
-
-
Alan Newberger authored
-
Alan Newberger authored
The new Settings infrastructure created a bug where the default focus mode was 'auto', it needs to be continuous-picture. Fixing here. Also adding verbose logging to the focus manager, could be helpful in the future. Bug: 16536583 Change-Id: I80b5905524f7fdaf69097ff8d2780da9f4ee2428
-
Spike Sprague authored
-
Spike Sprague authored
bug: 16123188 Change-Id: I390279acb7a4599f1aeba71b415f1261b9a9b97b
-
Baligh Uddin authored
* commit '21b8cb69': Import translations. DO NOT MERGE
-
Baligh Uddin authored
Change-Id: I6bef6048568c35ef35de13ca1cfb42e663622877 Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: I991834972e54ce3ad2020dc2244a5c139aa66c32 Auto-generated-cl: translation import
-
- 23 Jul, 2014 2 commits
-
-
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
-
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
-
- 22 Jul, 2014 1 commit
-
-
Baligh Uddin authored
Change-Id: I90b31e5a34b7ae3463e8006f501b45b031c58025 Auto-generated-cl: translation import
-
- 17 Jul, 2014 2 commits
-
-
Sascha Haeberling authored
Bug: 16375664 - Avoid unnecessary camera open/close loop (~350ms) - Don't load sounds and do other init work when not needed. Change-Id: I5d297913dcbd3100034c3915119cc3c818f330d3
-
Spike Sprague authored
-
- 22 Jul, 2014 3 commits
-
-
Spike Sprague authored
bug: 16456504 Change-Id: I7c4c309671ae08179f22c35ffa7f3f9f5b4ee7ce
-
Baligh Uddin authored
* commit '373c970d': Import translations. DO NOT MERGE
-
Baligh Uddin authored
Change-Id: I27bcda4f98bb79dca1e4e06cd5b4abd036245357 Auto-generated-cl: translation import
-
- 21 Jul, 2014 3 commits
-
-
Spike Sprague authored
-
Spike Sprague authored
bug: 16123081 Change-Id: I3694e575e8461f4faf6dec076f5afe2a320eaecc
-
Sascha Haeberling authored
Bug: 16454543 Change-Id: Ic3bfb14bd7d37e5feda43e50eafcf2e687dee0ce
-
- 17 Jul, 2014 1 commit
-
-
Spike Sprague authored
-
- 18 Jul, 2014 1 commit
-
-
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
-
- 17 Jul, 2014 2 commits
-
-
Sascha Haeberling authored
Change-Id: I151b172d3e415a529375351ba8c038308e593cd5
-
Spike Sprague authored
Change-Id: Ibcf07302f3eea2800d1f36c918ffe1c3d93b8018
-
- 16 Jul, 2014 2 commits
-
-
Spike Sprague authored
bug: 16123081 Change-Id: Ibe0b886f73fa934a94e7a1b534a67b56fdeb60d7
-
Sascha Haeberling authored
Bug: 16010129 Change-Id: I06ff67d2917580e1f44bdb6686a9371239bccfef
-
- 15 Jul, 2014 1 commit
-
-
Sascha Haeberling authored
Bug: 16198208 Change-Id: I6a6c92286c98cff8b55434a7a0d011bf5043d183
-