summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bring back wide angle panorama.Angus Kong2013-09-0439-339/+3095
| | | | | | bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05
* Merge "Don't show the action bar in the capture intent." into ↵ztenghui2013-09-031-1/+15
|\ | | | | | | gb-ub-photos-carlsbad
| * Don't show the action bar in the capture intent.ztenghui2013-09-031-1/+15
| | | | | | | | | | | | bug:10571262 Change-Id: I85ed9c632f76084db95ce24277fb303c67c3949f
* | Don't show action bar when in camera preview.ztenghui2013-09-031-1/+8
|/ | | | | | | | | | | There are 3 cases we need to toggle the action bar. 1. Touch in full screen mode. onToggleActionBarVisibility() 2. Swipe back and forth to film stripe from preview. onSwitchMode() 3. In full screen mode, current data becomes the preview. onCurrentDataChanged() bug:10563392 Change-Id: I576c49b767cd863da725cf991238c27440d85b9b
* Import translations. DO NOT MERGEBaligh Uddin2013-08-3049-22495/+12016
| | | | | Change-Id: Ia4ef8cf1acece5a8413feffbbecc2e3713e28332 Auto-generated-cl: translation import
* Rename renering message from panorama to photo sphere.Sascha Haeberling2013-08-302-5/+4
| | | | | | Bug: 7695145 Change-Id: Ibfd083d4a879eda5dbf866e3a22df651166ea315
* Merge "Reset zoom view when user exits app or rotate device" into ↵Doris Liu2013-08-311-0/+27
|\ | | | | | | gb-ub-photos-carlsbad
| * Reset zoom view when user exits app or rotate deviceDoris Liu2013-08-301-0/+27
| | | | | | | | | | Bug:10308195 Change-Id: Icf1acc4b17611b28a9c65ec809083ac58da5bd8f
* | Merge "Make the preview thumbnail clicable after scaling." into ↵Angus Kong2013-08-311-4/+29
|\ \ | |/ |/| | | gb-ub-photos-carlsbad
| * Make the preview thumbnail clicable after scaling.Angus Kong2013-08-301-4/+29
| | | | | | | | | | | | bug:10552110 Change-Id: I81abd96ad971543412597dbe8f7f57eeb6d3c1fa
* | Merge "Automatic versioning for Camera." into gb-ub-photos-carlsbadSascha Haeberling2013-08-303-5/+106
|\ \
| * | Automatic versioning for Camera.Sascha Haeberling2013-08-283-5/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10461009 This is the scheme copied from GMS Core and modified by Babel, which allows us to generate version number more easily and also incorporate build numbers into it. Change-Id: I6ed4bf03e545a22423cb9936a5fcb67a50133490
* | | Merge "Measure all children to ensure correct layout position" into ↵Doris Liu2013-08-301-0/+2
|\ \ \ | | | | | | | | | | | | gb-ub-photos-carlsbad
| * | | Measure all children to ensure correct layout positionDoris Liu2013-08-301-0/+2
| | | | | | | | | | | | | | | | | | | | Bug: 10412775 Change-Id: Ia64d6d4d0d023b208edb70066b4d4670e4ad2bbb
* | | | Merge "Skip bitmaps with 0 dimension." into gb-ub-photos-carlsbadAngus Kong2013-08-301-3/+9
|\ \ \ \
| * | | | Skip bitmaps with 0 dimension.Angus Kong2013-08-301-3/+9
| | |_|/ | |/| | | | | | | | | | | | | | | | | | bug:10514553 Change-Id: I0d26a324ede55b281e60cedc174869f5b863ca31
* | | | Add back button handlng to CameraActivity.Alan Newberger2013-08-301-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL first detects whether user is in filmstrip mode i.e. not in Camera, if so brings user back to the first item which is the Camera. If in Camera, we route back handling to the current Camera module which enables already- written module handling for back button e.g. backing out of pie menus. Bug: 8781981 Change-Id: I18377ea5fbdcd8bd8c6fc3af9cb5322d5f5a889a
* | | | Merge "add up button support for filmstrip" into gb-ub-photos-carlsbadAlan Newberger2013-08-302-23/+35
|\ \ \ \
| * | | | add up button support for filmstripAlan Newberger2013-08-302-23/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds up affordance handling to CameraActivity. There was no working call to reset the filmstrip back to the camera, so this CL adds a controller which then calls reload, which is itself fixed to work as desired. Note that during testing I identified issue 10563392, I've decided to file that separately since it is orthogonal to up button function, but it does affect the overall experience and should be fixed. Bug: 10414498 Change-Id: I1ee914dc1d264adb1fb5a363c2d6174070cd7b71
* | | | | Merge "Let the Camera app remember which mode it was started in last." into ↵Sascha Haeberling2013-08-301-15/+47
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | gb-ub-photos-carlsbad
| * | | | Let the Camera app remember which mode it was started in last.Sascha Haeberling2013-08-281-15/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7320368 Change-Id: Ia2ae47693f453c9bcff315af87fe1e5a44b6e5c7
* | | | | Import translations. DO NOT MERGEBaligh Uddin2013-08-2949-17588/+31547
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I27af5d736c885d9dbadfb635c5c6ea3a8f570543 Auto-generated-cl: translation import
* | | | | Merge "Fix gap between camera controls and nav bar" into gb-ub-photos-carlsbadDoris Liu2013-08-303-7/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix gap between camera controls and nav barDoris Liu2013-08-293-7/+19
| | |/ / | |/| | | | | | | | | | | | | | Bug: 10097187 Change-Id: I9918a09a1e0b2d3c5a89330b800a9b7f2c2a6408
* | | | Merge "Fix of memory issues with bitmaps in filmstrip." into ↵Sascha Haeberling2013-08-301-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | gb-ub-photos-carlsbad
| * | | | Fix of memory issues with bitmaps in filmstrip.Sascha Haeberling2013-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10495593 We should use the bigger scale factor of the two, and not the smaller. Change-Id: I5a1ff6fe7d6b50c0128ff17709daa94cef9cb65b
* | | | | Merge "Disable shutter button while picture is being taken." into ↵Sascha Haeberling2013-08-302-0/+7
|\| | | | | |/ / / |/| | | | | | | gb-ub-photos-carlsbad
| * | | Disable shutter button while picture is being taken.Sascha Haeberling2013-08-282-0/+7
| |/ / | | | | | | | | | | | | | | | Bug: 7328018 Change-Id: I98160d52c542186aa9f2d85f66a4e0120a917e38
* | | 1:1 zoom integrationDoris Liu2013-08-294-362/+351
| | | | | | | | | | | | | | | Bug: 10308195 Change-Id: I940891f6aa3e24575174ff888c384fddaaa5b3c8
* | | Merge "Flip capture thumb when using front facing camera" into ↵Doris Liu2013-08-292-10/+18
|\ \ \ | |/ / |/| | | | | gb-ub-photos-carlsbad
| * | Flip capture thumb when using front facing cameraDoris Liu2013-08-282-10/+18
| | | | | | | | | | | | | | | Bug: 10495008 Change-Id: I9f444625e64be35afe44b0d7f50d81fbd1936ae8
* | | Merge "Add rotate support in Film Strip" into gb-ub-photos-carlsbadztenghui2013-08-2830-217/+437
|\ \ \ | |/ / |/| |
| * | Add rotate support in Film Stripztenghui2013-08-2830-217/+437
| | | | | | | | | | | | | | | | | | | | | | | | | | | Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0e84bcc0097925b2be749fe016984177a68e0a4d
* | | Merge "Revert "Add rotate support in Film Strip"" into gb-ub-photos-carlsbadTenghui Zhu2013-08-2828-437/+189
|\ \ \
| * | | Revert "Add rotate support in Film Strip"Tenghui Zhu2013-08-2828-437/+189
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 568ad02f9fd3993abf4b973bdd49a34737267c77. Change-Id: I300376126b55191e4112b8aabf3f9f61cc27fef6
* | | | Merge "Add rotate support in Film Strip" into gb-ub-photos-carlsbadztenghui2013-08-2828-189/+437
|\| | | | |/ / |/| |
| * | Add rotate support in Film Stripztenghui2013-08-2728-189/+437
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0b8128a806fa9e777a87967b294555daadced1c5
* | | Use the well-translated camera_label instead of app_name.Sascha Haeberling2013-08-272-5/+4
| |/ |/| | | | | | | | | Bug: 10509953 Change-Id: Ia5522fce1892e521c12fcc2f152afe7009026ac5
* | Merge "Bring back Share to filmstrip" into gb-ub-photos-carlsbadMangesh Ghiware2013-08-274-22/+106
|\ \
| * | Bring back Share to filmstripMangesh Ghiware2013-08-264-22/+106
| | | | | | | | | | | | | | | Bug: 10367406 Change-Id: I37834442e3af209fb00b98e6da524263ac8c70f0
* | | Merge "Remove RefocusHelper." into gb-ub-photos-carlsbadSascha Haeberling2013-08-271-32/+0
|\ \ \
| * | | Remove RefocusHelper.Sascha Haeberling2013-08-261-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 10494566 Change-Id: I0e5c665867fe324883ff199327df1ef3736cc7c7
* | | | Merge "Remove Refocus string and icon" into gb-ub-photos-carlsbadSascha Haeberling2013-08-273-6/+0
|\| | | | |/ / |/| |
| * | Remove Refocus string and iconSascha Haeberling2013-08-263-6/+0
| | | | | | | | | | | | | | | | | | Bug: 10494566 Change-Id: I49c61a5e1ae31e0458250e6cc624d63547ac0372
* | | Make parsing integers for details dialog more robust.Sascha Haeberling2013-08-261-4/+25
|/ / | | | | | | | | | | Bug: 7141309 Change-Id: I031e2f062ea786acb94d41385c5913c47d719ccd
* | Fix full-screen swipe layout.Angus Kong2013-08-231-53/+112
| | | | | | | | | | | | bug:10428905 Change-Id: Ie4907735cc86f2d10bd936ce2d9af54cccab7ece
* | Merge "Bring back undo delete confirmation." into gb-ub-photos-carlsbadAngus Kong2013-08-236-67/+162
|\ \ | |/ |/|
| * Bring back undo delete confirmation.Angus Kong2013-08-236-67/+162
| | | | | | | | | | | | | | | | | | Also corrects the default decoding size. bug:10413110 bug:10330214 Change-Id: I45465fdea2320501fd17ac4e35e0f0f54c08cbba
* | Proper I18N of the Details dialog, especially for RTL.Sascha Haeberling2013-08-224-21/+50
|/ | | | | | Bug: 7141309 Change-Id: I27a2efd83b355cf2c7fa6cc6c9b386c1c0496c6b
* Merge "Speed up filmstrip by not decoding with default 3000px." into ↵Sascha Haeberling2013-08-222-9/+10
|\ | | | | | | gb-ub-photos-carlsbad