summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/SecondLevelIndicatorControlBar.java
Commit message (Collapse)AuthorAgeFilesLines
* Change highlight pattern in indicatorbar.Chih-yu Huang2011-11-081-17/+3
| | | | | | | | | | 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
* Fix the unresposible close button.Chung-yih Wang2011-11-071-3/+9
| | | | | bug:5575807 Change-Id: Ief2f51b363a5300989ae0fe7b047436b923a0386
* Change the default orientation to portrait.Chung-yih Wang2011-11-011-30/+30
| | | | | | | | | | | | 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
* Rename function "setDegree" to "setOrientation".Chih-yu Huang2011-10-141-5/+5
| | | | | bug:5244256 Change-Id: I6f5c96a5e1fefab5fa09a12fd3a0cf169bcbc6f5
* Add content descirptions for accessibility.Chung-yih Wang2011-10-111-7/+4
| | | | | | bug:5230109 Change-Id: I055fccea0d30c54dc8520bf1d0424b963d2ba8a5
* Rearrange the second level indicator set.Chung-yih Wang2011-10-051-1/+1
| | | | | | | | | bug:5360827 +change the icon spacing to 16dp +Store the geodata in the video. Change-Id: I133871066b6b9a8918f861f0510e3996d5b0f839
* Fix the single popup issue.Chung-yih Wang2011-09-301-4/+4
| | | | | | | | | bug:5169941 Popups should not persist when another is opened. +Rename the confusing PopupChange listener. Change-Id: Idca3218c090c8d9d176dbb97d8077dcc27409368
* Show the hightlight bar of the active indicator button.Chung-yih Wang2011-09-231-16/+64
| | | | | bug:5039235 Change-Id: I79d4b7be080748b2715b8826924de65e0d75ef39
* New zoom control for phone.Chung-yih Wang2011-09-201-1/+1
| | | | | | | | bug:5318964 +update assets Change-Id: I39c6575803d22ab5db5c75a2d47257d12a397255
* Follow UI redlines for indicator bars.Chung-yih Wang2011-09-201-7/+42
| | | | | | | | | | | | | | bug:5287560 1. options icons: No dark background. Use the dark background only when in advanced options. Make sure the position of the icons match the redlines, specifically the padding at the top and bottom. 2. second-level indicator bars: Modify the icons and spacing inbetween. Change-Id: Ic8d1382b8e07719c5f86b309e3853023e76dccd3
* Fix indicator bar height in video mode.Chung-yih Wang2011-09-191-2/+4
| | | | | bug:5287560 Change-Id: I000d11aa3974e1d48d18f4dcf6ec31166f6ef8ec
* Fix the Divie-by-zero issue.Chung-yih Wang2011-09-031-0/+1
| | | | | | The height could be zero if the motion event is sent before onMeasure(). Change-Id: Icd698be097b32baf728adfba5a6fa144a8a6b15d
* Add the missing setEnabled() for phone UI controls.Chung-yih Wang2011-09-011-1/+10
| | | | | | | | | | bug:5109283 We have to hide the setting buttons during video recording, or it will crash the camera driver easily by changing the camera settings. For camera mode, we just simply disable the buttons with grey out effect. Change-Id: Iec06a48f246ab5ef9ae4d8c6ca0b78851fcb0155
* Add ZoomControlWheel.Chung-yih Wang2011-08-291-2/+2
| | | | | bug:5083780 Change-Id: I1a18c247d638edd3f8e5e0588170b6820f280f96
* Refactor indicator wheel.Chung-yih Wang2011-08-231-0/+115
+add IndicatorControlWheel container. Change-Id: Ia3c7f0441de75a70c8a2172e86d3812b2ef1a15b