summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid a possible overflow on setting the mosaic size.Wei-Ta Chen2011-10-123-2/+3
| | | | | | | | Log the size of the mosaic image before cropping, so as to help debug. Also, fix another issue that NV21 should be vertically subsmapled. Bug: 5412447 Change-Id: I20b0ef7fc1968517c63b7f599f04c8126adc0471
* Merge "Remove redundant operations for zoom control."Chung-yih Wang2011-10-112-25/+27
|\
| * Remove redundant operations for zoom control.Chung-yih Wang2011-10-112-25/+27
| | | | | | | | | | bug:5441257 Change-Id: I660a8fb4edc81134a611597f46a95e7e23dabbcd
* | Merge "Fix 5429468: Append _1, _2, etc to the file name in the same second."Chih-Chung Chang2011-10-111-6/+37
|\ \ | |/ |/|
| * Fix 5429468: Append _1, _2, etc to the file name in the same second.Chih-Chung Chang2011-10-111-6/+37
| | | | | | | | Change-Id: I68ca915eee4e343fa1b90fef068fecb9c919aa53
* | Merge "Change the border of video snapshot from transparent to black."Wu-cheng Li2011-10-111-1/+1
|\ \
| * | Change the border of video snapshot from transparent to black.Wu-cheng Li2011-10-111-1/+1
| | | | | | | | | | | | | | | bug:5441209 Change-Id: Ifc79d98d092ea7c938edd4fea70d59b15c5e050a
* | | Camera UI: selected status color for settings.Chung-yih Wang2011-10-113-1/+1
| | | | | | | | | | | | | | | bug: 5386702 Change-Id: I44af8ff13f080e1260d711a76a86124e639983c4
* | | Add content descirptions for accessibility.Chung-yih Wang2011-10-1114-7/+107
| |/ |/| | | | | | | | | bug:5230109 Change-Id: I055fccea0d30c54dc8520bf1d0424b963d2ba8a5
* | Merge "bugfix 5290450 Share UI should match redlines"Mark Wagner2011-10-108-2/+30
|\ \
| * | bugfix 5290450 Share UI should match redlinesMark Wagner2011-10-108-2/+30
| |/ | | | | | | | | | | | | | | Add the "go to gallery" button at the top of the list of share choices. Made it a separate button rather than part of the list since it gets it's own separator. Change-Id: I62f866f7aedd3e84916eccf037f3fa37a8528196
* | Merge "Import revised translations."Eric Fischer2011-10-1046-10/+99
|\ \ | |/ |/|
| * Import revised translations.Eric Fischer2011-10-0746-10/+99
| | | | | | | | Change-Id: I3e5b2c9717f743876995eb10c1a9efc18964313f
* | bugfix 5429969 camera goofy faces assets updateMark Wagner2011-10-0718-0/+0
| | | | | | | | Change-Id: I92c23c7623a38480cda8109fb209973fc876906a
* | Merge "bugfix 5290450 Share UI should match redlines"Mark Wagner2011-10-074-37/+116
|\ \ | |/ |/|
| * bugfix 5290450 Share UI should match redlinesMark Wagner2011-10-074-37/+116
| | | | | | | | | | | | | | Incremental work towards matching the redline. This will probably require a review pass from UX to catch any missed items. Change-Id: I0496aa0fc1941f8ffa06050ae8fbed3fe7246878
* | Remember the snapshot request when the previous one is still in progress.Chih-Chung Chang2011-10-072-1/+26
| | | | | | | | Change-Id: I6916f775c1143a87c326e5450dfbdaf3008bc3b7
* | Merge "Let review icons rotatable."Chih-yu Huang2011-10-0710-37/+102
|\ \
| * | Let review icons rotatable.Chih-yu Huang2011-10-0710-37/+102
| |/ | | | | | | | | bug:5244256 Change-Id: Ieed6119f22598a34eeb1672d07f55a876dced791
* | Merge "Do not restart preview if only the size of the surface changes."Wu-cheng Li2011-10-071-22/+24
|\ \
| * | Do not restart preview if only the size of the surface changes.Wu-cheng Li2011-10-071-22/+24
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This speeds up the below case: 1. Start camera app. 2. Power off the screen. 3. Power on the screen. 4. Slide the center to the left to start camera. The camera app is already started behind the lock screen. When the lock screen closes, the camera app now just call setDisplayOrientation again. Camcorder app is more complicated because it has effects. bug:5422679 Change-Id: I26d89c97edefe7f46d0ae51759ff791ea43c7cac
* | Merge "Allow user to adjust the focus and shutter sound volume."Chih-Chung Chang2011-10-072-1/+9
|\ \
| * | Allow user to adjust the focus and shutter sound volume.Chih-Chung Chang2011-10-072-1/+9
| |/ | | | | | | | | | | | | This also fix the problem that user need to slience the ringer to silence the focus/shutter sound. Change-Id: Ia4ae5feb4926172fd8af7dc4023525f2ab7daa0e
* | Merge "Fix the margin and padding of the setting popup."Chung-yih Wang2011-10-075-7/+8
|\ \
| * | Fix the margin and padding of the setting popup.Chung-yih Wang2011-10-075-7/+8
| |/ | | | | | | | | bug:5386702 Change-Id: I4883937b5f0e374d29cee8135d2051628714ed3d
* | Fix 5371242: Reduce shot-to-shot time by moving image saving to another thread.Chih-Chung Chang2011-10-071-34/+81
|/ | | | | | This is a follow-up change to add more comments and limit the queue length. Change-Id: I1aded7a87be2657a6527d924d188fb3f479ca87a
* Fix indicator bar being clipped by black background.Eino-Ville Talvala2011-10-061-3/+6
| | | | | | | | Change listing order of indicator bar and background for correct Z-ordering. Bug: 5422809 Change-Id: Id4963de2677230791102866688128afffc062d03
* Merge "Properly mirror video for front camera effects recording."Eino-Ville Talvala2011-10-064-3/+50
|\
| * Properly mirror video for front camera effects recording.Eino-Ville Talvala2011-10-054-3/+50
| | | | | | | | | | | | | | | | | | | | - Incoming transform from camera SurfaceTexture is mirrored for front camera - Recording preview needs to be mirrored, but the recorded video needs to be unmirrored. Bug: 5408479 Change-Id: I0cdb29151ae20b02f690fb976e5a29e594c094a1
* | Merge "WIP: Speed up shot-to-shot time by moving image saving to another ↵Wei Huang2011-10-061-15/+140
|\ \ | | | | | | | | | thread."
| * | WIP: Speed up shot-to-shot time by moving image saving to another thread.Chih-Chung Chang2011-10-061-15/+140
| | | | | | | | | | | | Change-Id: I4e7d1d8921caf28f06696d58737274de26f8adc4
* | | Merge "Use hardcoded value for QUALITY_TIME_LAPSE_QVGA."Chung-yih Wang2011-10-061-2/+2
|\ \ \ | |/ / |/| |
| * | Use hardcoded value for QUALITY_TIME_LAPSE_QVGA.Chung-yih Wang2011-10-061-2/+2
| | | | | | | | | | | | | | | bug:5377739 Change-Id: I42026cb9ed06329482fc0bc6717cb8ea7e7f1fa0
* | | Merge "Change focus sound."Wu-cheng Li2011-10-064-21/+125
|\ \ \ | |/ / |/| |
| * | Change focus sound.Wu-cheng Li2011-10-064-21/+125
| | | | | | | | | | | | | | | | | | bug:5401870 Change-Id: Ifb5c61ad52489c0b8fb711ba6ada624f20f0e880
* | | Show a toast while taking a video snapshot with effects on.Wei-Ta Chen2011-10-052-4/+13
|/ / | | | | | | | | | | | | | | Show a toast when a user tries to take a video snapshot while the effects are on. Bug: 5350124 Change-Id: I09092e01a0864db7e48d94e09dc643d17f6b7528
* | Merge "Always show gray focus indicator in continuous autofocus mode."Wei Huang2011-10-051-5/+16
|\ \ | |/ |/|
| * Always show gray focus indicator in continuous autofocus mode.Wu-cheng Li2011-10-051-5/+16
| | | | | | | | | | | | | | | | | | | | | | + Do not play focus sound in CAF. Now CAF does not do a full scan. It returns failure most of the time. It is strange to show red indicator. bug:5219431 Change-Id: Ie914180e7132f29c8365dcccf810a7787bbf0d54
* | Merge "Add time lapse label for Phone UI."Wei Huang2011-10-059-41/+68
|\ \
| * | Add time lapse label for Phone UI.Angus Kong2011-10-059-41/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The behavior on tablet UI and phone UI now is the same. 2. The recording time and time lapse label now always stay on the top-left corner (even when in portrait). bug:5394916 Change-Id: Ifa5013748dbdda3a6c0083569ec3c565b4c687eb
* | | Merge "bugfix 5370554 camcorder preview background is inconsistent"Mark Wagner2011-10-051-0/+8
|\ \ \
| * | | bugfix 5370554 camcorder preview background is inconsistentMark Wagner2011-10-041-0/+8
| |/ / | | | | | | | | | Change-Id: Iac812d08a446cc496b9c0162422c83720cc3ba04
* | | Rearrange the second level indicator set.Chung-yih Wang2011-10-054-6/+22
| |/ |/| | | | | | | | | | | | | | | bug:5360827 +change the icon spacing to 16dp +Store the geodata in the video. Change-Id: I133871066b6b9a8918f861f0510e3996d5b0f839
* | Merge "Fix display of preview thumbnail after recording video."Wu-cheng Li2011-10-042-12/+19
|\ \
| * | Fix display of preview thumbnail after recording video.Mike Dodd2011-10-042-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first was that the code was trying to rotate the video thumbnail retrieved from MetadataRetriever back by just reversing whatever rotation we set as a playback hint when we started recording. But this isn't actually correct -- the bitmap we get back from MetadataRetriever is going to be oriented correctly for display if the device is oriented in the locked UI orientation (landscape), and we need to rotate it to compensate for what the actual device orientation is relative to that. Phrased another way, we were taking into account the camera and device orientation, but not the UI orientation. This just happened to work on some devices because of their camera orientations, but not all. bug:5360349 Change-Id: I8b481907c211328726ecd91fa054b9e9a4798601
* | | Merge "bugfix 5340803 Deleted panorama still shown."Mark Wagner2011-10-041-0/+1
|\ \ \
| * | | bugfix 5340803 Deleted panorama still shown.Mark Wagner2011-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Second part for this fix. 139755 has the first half. Change-Id: I9268bf3bb1a604f369fdf6056cb8a7dcd47b3632
* | | | Merge "bugfix 5388221 Last captured (photo, video, panorama) thumbnail ↵Mark Wagner2011-10-041-3/+23
|\ \ \ \ | |/ / / | | | | | | | | disappears in panaromic mode"
| * | | bugfix 5388221 Last captured (photo, video, panorama) thumbnail disappears ↵Mark Wagner2011-10-041-3/+23
| | |/ | |/| | | | | | | | | | | | | in panaromic mode Change-Id: I6dc31868870e27ea2c8446deb1cbb430bafe44ca
* | | Merge "bugfix 5244268 Remove animation of mode-picker and thumbnail in Panorama"Mark Wagner2011-10-041-28/+4
|\ \ \