summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Add a rotatable toast class.Chung-yih Wang2011-11-149-39/+39
| | | | | | | | | | bug:5575970 In order to show the toast in a landscape orientation with portrait layout. The rotatable toast helper class is implementated and is also applied for first-hint toast messages. Change-Id: I942e87df1c1a4509d01cd41e2ecbdc2e2dfec049
* Mirroring issue in Background ReplacerPannag Sanketi2011-11-111-0/+1
| | | | | | | | | | The MediaSource is set to rotate so that it adjusts to the rotation of the device, and displays upright. The backdropper does not have to do any rotation except for the mirroring in case of front camera. Bug: 5490654 Change-Id: Iaa3a82dd98f9cf428fb0d0b65e1175b31d37d2b1
* Merge "Add indicators of settings on the viewfinder." into ics-mr1Wei Huang2011-11-1164-21/+40
|\
| * Add indicators of settings on the viewfinder.Chih-yu Huang2011-11-1164-21/+40
| | | | | | | | | | | | | | Add exposure, flash, scene, white balance, and focus indicators. bug:5039279 Change-Id: I7ef87ee35855030dbc8fdc2d4c52fa5d8b6549ba
* | Merge "Fix sometimes share icons disappear." into ics-mr1Wei Huang2011-11-111-1/+0
|\ \
| * | Fix sometimes share icons disappear.Wu-cheng Li2011-11-111-1/+0
| |/ | | | | | | | | bug:5580133 Change-Id: I4f76ac8d03a54cfd7105e70ca4f1d643e01d3293
* | Adjust share UI to full-width.Angus Kong2011-11-112-50/+59
|/ | | | | bug:5521011 Change-Id: I66aab65763224cbb66aa721d49d3e4ea916d8a58
* New ZoomControl UI for tablet.Chung-yih Wang2011-11-091-5/+5
| | | | | bug:5349676 Change-Id: Ie1f4202d7f1d75978308ece4fbf486635cceead3
* Change highlight pattern in indicatorbar.Chih-yu Huang2011-11-083-20/+14
| | | | | | | | | | Use the blue press state for all the icons in the setting bar, fill the whole bar width with a square instead of blue arc. Also make the share icon touch area larger. bug:5521011 Change-Id: I2db26c41758d230e8455696346a90a33b7e3efb6
* Merge "Change effect settings popup styles." into ics-mr1Wei Huang2011-11-074-6/+23
|\
| * Change effect settings popup styles.Angus Kong2011-11-044-6/+23
| | | | | | | | | | bug:5521011 Change-Id: Ia01bcbd8b1aa916406048b6890ab3439fe2f063a
* | Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-11-0749-214/+91
|\ \
| * | Import revised translations. DO NOT MERGEEric Fischer2011-11-0749-214/+91
| | | | | | | | | | | | Change-Id: I19bed667d8a324af4042a81747b7723b0ab106d4
* | | Make 40% opacity for disabled indicators.Angus Kong2011-11-071-1/+1
|/ / | | | | | | | | bug:5521011 Change-Id: I150f754b9190e7034e75a3ab06cb0f5e8312cd31
* | Merge "Change the style of cancel button in Panorama." into ics-mr1Angus Kong2011-11-042-7/+10
|\ \
| * | Change the style of cancel button in Panorama.Angus Kong2011-11-032-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To comply with UI spec: 1. Change the text size to 12sp. 2. Change the pressed-state background. 3. Adjust the height to match the parent. bug:5521011 Change-Id: I4b99a1593aec67eb41c38ae97d54f3c9c4fce740
* | | Enable full area when tapping "X" mark of review button.Chih-yu Huang2011-11-041-3/+0
| |/ |/| | | | | | | bug:5564100 Change-Id: Ia63d920e946f7ada7f16e98deb248eaac216e028
* | Merge "Fix 5521540: UI Tweaks." into ics-mr1Wei Huang2011-11-0312-32/+28
|\ \
| * | Fix 5521540: UI Tweaks.Chih-Chung Chang2011-11-0312-32/+28
| |/ | | | | | | | | | | | | | | | | | | | | | | - draw fan-shaped semi-transparent area on the indicator wheel. - change selected indicator color - remove video mode black border - set activity background to black - update assets - don't gray out unselected modes in mode picker (tablet) - set ok/cancel icons to 32dp, font to 12sp bold Change-Id: Iedc43dca29d1943965caf2d36cce176d8e509547
* | The dialog for comfirmation is made rotatable.Angus Kong2011-11-033-12/+28
|/ | | | | | bug:5481928 Change-Id: Ic9a34b0f9e8d920afa5aec36561892045480e18c
* Merge "Change the default orientation to portrait." into ics-mr1Angus Kong2011-11-0146-256/+786
|\
| * Change the default orientation to portrait.Chung-yih Wang2011-11-0146-256/+786
| | | | | | | | | | | | | | | | | | | | | | | | bug:5446617 Since the orientation is mainly portrait on phones, the default orientation of an application will decide if the window animation will be played before it starts. In order to reduce the launch time of Camera apps, this change is to skip the window animations by changing the default orientation to portrait. Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e
* | Import revised translations. DO NOT MERGEEric Fischer2011-11-0149-93/+482
|/ | | | Change-Id: I75cf04fbc27b7c31c3f137d2ae7cda36c505b28d
* Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-10-2832-813/+813
|\
| * Import revised translations. DO NOT MERGEEric Fischer2011-10-2832-813/+813
| | | | | | | | Change-Id: Idc5cd5ba52fa59661023678ee333ea7b5f7d5362
* | Show video snapshot toast in first use.Chih-yu Huang2011-10-285-6/+8
| | | | | | | | | | bug:5494290 Change-Id: I7cb498ef50610d300a64d9d053b0a411d86da730
* | Fix 5310099: Accept an array of default values for ListPreference.Chih-Chung Chang2011-10-284-5/+8
| | | | | | | | | | | | | | | | The reason we want an array of default values is some of them may be unsupported on a hardware platform. The first supported value in the array will be used as the default value. Change-Id: I9e372304ec0eaea3181cf70c352a50b82d4b8c58
* | Fix 5519885: correct background replacement messages.Chih-Chung Chang2011-10-282-2/+2
|/ | | | Change-Id: I5b587cd551c4b9a184fd00739519651ef7f5e92a
* Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-10-2715-336/+336
|\
| * Import revised translations. DO NOT MERGEEric Fischer2011-10-2615-336/+336
| | | | | | | | Change-Id: Ia5572ff3726c47037af6f27c7ad9975dbbee0611
* | Make PreviewFrameLayout and ControlPanelLayout work in potrait mode.Wu-cheng Li2011-10-27174-0/+0
| | | | | | | | | | | | | | | | + Move tablet resource to sw600dp and sw800dp bug:5446617 Change-Id: Iaf2a442e621ed071d7639972a529dd263e3ce628
* | Fix 5514199: Update assets.Chih-Chung Chang2011-10-27150-4/+4
|/ | | | Change-Id: I563c9c6e08260cdb0d8c4b5dd0e45c17edce20af
* Import revised translations. DO NOT MERGEEric Fischer2011-10-2647-1368/+1328
| | | | Change-Id: I62ffbf86b3798446c44a59457120f199b2c85a3f
* Merge remote branch 'goog/ics-mr0' into ics-mr1Ed Heyl2011-10-251-2/+2
|\
| * Import revised translations. DO NOT MERGEEric Fischer2011-10-241-2/+2
| | | | | | | | Change-Id: I1c45c8fac81d1d5fcb097c5de7dd5ad0c6d46a26
| * Import revised translations. DO NOT MERGEEric Fischer2011-10-211-2/+2
| | | | | | | | Change-Id: Ia2df1b49bd67037cc12447a20836d9518bd9e77f
| * Import revised translations. DO NOT MERGEEric Fischer2011-10-201-2/+2
| | | | | | | | Change-Id: I0545b3e482f37103e481d17fe9b1659588199406
| * Import revised translations. DO NOT MERGEEric Fischer2011-10-2015-106/+66
| | | | | | | | Change-Id: I32dcc32120f29295528289e2d2523cc6d53290a9
* | String scrub to bring to punc, wording, etc standards.Claudia de Veaux2011-10-201-27/+27
|/ | | | | | Bugs: 5165745, 5163232, 5162668, 5162667, 5162328 Change-Id: I4fd05be0fefa214cebdcc390d699691752fa17aa
* bugfix 5479807 Video preview displaced to right when orientation changedMark Wagner2011-10-191-7/+15
| | | | | | | | | | | | | Three changes: (1) center the play button over the thumbnail (2) leverage the existing mechanism for scaling the image for video thumbnails which want to be 4/3 (3) use center_crop for video previews so that they properly align in the ui. Not doing so means we were getting black bars at the top and bottom which was wrong. Change-Id: Ifc416455d03136a393239487db07493dc27f151e
* Merge "Add timelapse recording support to effects mode." into ics-mr0Pannag Sanketi2011-10-182-6/+4
|\
| * Add timelapse recording support to effects mode.Eino-Ville Talvala2011-10-182-6/+4
| | | | | | | | | | | | Bug: 5452088 Change-Id: I87c69e715ccdd6c48f18ecaa1fb4f362e2a9d567
* | Merge "Import revised translations. DO NOT MERGE" into ics-mr0Eric Fischer2011-10-1847-93/+694
|\ \
| * | Import revised translations. DO NOT MERGEEric Fischer2011-10-1847-93/+694
| |/ | | | | | | Change-Id: I6156a2fc099446b0b7fb4511362098df75bda30d
* | Fix 5454202: make the UI work even if there is no goofy face effect.Chih-Chung Chang2011-10-181-1/+2
|/ | | | Change-Id: I6e498dac31538a1af57e2c79d5df3519f2ab57da
* Bug 5383077: handle video thumbnail generation correctly when effects are onRodrigo Carceroni2011-10-142-0/+4
| | | | Change-Id: I94d63c99dd8b8a488f5c8d660c592bc34d1b7360
* New shutter retake assetsEvan Millar2011-10-123-0/+0
| | | | | bug:5393144 Change-Id: I5a082c03a2eb887d162f4a55314e74813ccc6954
* Update tablet layouts to go along with change 141368Evan Millar2011-10-122-16/+10
| | | | | bug:5449552 Change-Id: I047577bd4903a23f64e4b7f875dcbbbced8a0866
* More bg training polish.Evan Millar2011-10-116-38/+66
| | | | | | | | | | | | Make training modal by placing a semi-transparent view behind the message panel to prevent interaction with the rest of the camera UI. Use the framework dialog asset as the background asset for the message panel. Since this asset is not public I had to copy it into the Camera package. bug:5225962 Change-Id: Ief97f545c6c0bb3695a056481d5e6d56d44edf25
* [DO NOT MERGE] Add orientation switching and cancel button to bg training panel.Evan Millar2011-10-111-7/+30
| | | | | | | | -I also changed some calls to GridView.ClearChoices() to explicit setItemChecked(..., false) calls because of bug 5439410. bug:5225962 Change-Id: Ie764a209bc9647db8522efd38609c8ed383b5d0b