summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PhotoMenu.java
Commit message (Collapse)AuthorAgeFilesLines
* Camera: Add indicator icon for burst modecm-10.2.1stable/cm-10.2Ethan Chen2013-12-181-0/+9
| | | | | | | * Patchset places burst mode indicator next to auto-scene detect if active. Change-Id: Iba3f89490221b16dcce2531962f84752c00b1eef
* camera: Support for Smart SceneSteve Kondik2013-11-221-1/+13
| | | | | | | | * Add support for automatic scene detection as found on some cameras. * This will update the scene every 2 seconds and show an icon in the UI when it changes. Change-Id: Id7360b016d0e59278325ab1a2603af1a86fb4423
* camera: Improve UX consistencySteve Kondik2013-11-101-13/+56
| | | | | | | | * Create "Enhance" submenu for HDR, beauty, etc * Reorganize to simplify the menu structure * Match video mode menus with camera mode Change-Id: I69c72462b5b2481cf817bce7ccc4757d7f8d6e70
* camera: Support for OPPO camera featuresSteve Kondik2013-11-061-0/+2
| | | | | | | | | | | * Beauty mode, which does skin tone smoothing on detected faces * Slow shutter, which takes a long capture TODO: * These features are mutually exclusive with HDR. * Create a submenu of toggles under where HDR lives now. Change-Id: Ia5fcde86b84819fc9e008215f41711146465d5e5
* Camera: Move storage settings under second menuMichael Bestas2013-10-271-21/+1
| | | | | | Fix layout issues like this: http://i.imgur.com/XvJz5Pk.png Change-Id: Ia641cc524266eef0edbcce851707b1a48b1490bd
* Camera: Fix countdown timer button behaviourMichael Bestas2013-10-271-0/+1
| | | | Change-Id: Ic79cc271bf582bb2f9c8b774f3f243f6312fb5bd
* Camera: Add touch-to-focus timeout duration settingsjt11342013-10-251-0/+1
| | | | | | Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ib2c2c152a52b2616dd0da6f071f572d34fe64065
* Camera: port additional features from cm-10.1jt11342013-10-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Squashed port of the following Camera commits from cm-10.1: 45b308cbe7715a4c543d8c1589af52a2bdb9ebaa Camera: port additional settings from jellybean 4.1 752bbae9a5ae37a40e449dddb5efafb14f52b2a0 Camera: add additional ISO modes (1/2) 91ac45d1f3a01738e59f1bc3e1e66cdde2fdd106 BurstMode: only show slide animation after final shot d231733b79c67e27710702f1d7f42715dcbc6c41 Camera: add exposure and JPEG quality settings to video camera bb4a2b611b505a7a3a81a479fe2e87798b4d14e8 Camera: separate settings for color effects and jpeg quality 1bcbb002ec1dc36f4cbda3f169ce6130c758f1e0 CameraSettings: fix the filtering of unsupported settings - Burst mode - Photo color effects - Video color effects - ISO settings - Additional iso modes for sony devices - JPEG quality settings - Video bitrate settings - Video exposure settings Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I0d6a3cf864e618e3698baa42f8a11c0fa9a908a7
* Camera: Powerkey shutter (2/2)Danesh Mondegarian2013-10-251-1/+2
| | | | | | | | | | | Ported from cm-10.1 Including cm-10.1 camera commit: aa4ae80a41fbab763891c5ef6d67a9e5b4bb981b Don't mess around with pref local ID for power shutter initialization. Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I0992baa558eefd306d00fbece59cb5c512d9448b
* Camera: Additional scene & focus modesMichael Bestas2013-10-251-13/+86
| | | | | | | | | | | | | | | | | | | | -Scene modes -Focus modes -Focus mode settings -Fix filtering of unsupported focus modes -Add one missing resolution -Extra settings menu Use ListPreference instead of IconListPreference in scene mode selection It doesn't look good in devices with many supported scene modes and we don't need to create drawables for all new scene modes. Added an extra settings menu in photo mode to hold more features in the future because aosp UI is unusable when it contains many options. Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ifa411ffc77c72d968ea769dad76575b901ad7a84
* Camera: don't display picture size unless supportedPawit Pornkitprasan2013-09-221-15/+17
| | | | | | Otherwise the option will force close when selected Change-Id: I2047c90ab08e7d7abcf11d817b5ddf106df2c732
* Storage location configuration optionsScott Warner2013-08-221-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Based on d050f80 and 2bb0437 in the former Camera package PS2: Whitespace cleanup PS3: Fixed filmstrip preview from camera. PS4: Check volume availability PS5: Load the settings when either the camera opens or when the gallery opens PS6: Remove unused import PS7: Rebase PS8: Change icon to stat_notify_sdcard, add credit for original sources PS10: Code style cleanup, include icon, and add setting to the camcorder settings PS11: Rebase, reword commit message Change-Id: Ic484149f1f051aea5c5c8440bbc322e9924683a7
* Fix second level menuMichael Kolb2013-05-081-88/+45
| | | | | | | | Bug: 8857098 Added Countdown timer and picture size items Change-Id: I73f3a5b22ab708e216729ed77fbd60041d40147d
* Remove empty slots from menuMichael Kolb2013-04-301-42/+32
| | | | | | | | | Bug: 8640131 When a specific camera doesn't support one of the menu options, the option is removed from the menu, no empty spot anymore. Change-Id: I002d6347c35cb0bfd5f71d880294f04f45ffb38f
* Add more menu options/iconsMichael Kolb2013-04-181-42/+25
| | | | | | | | | Bug: 8640131 Added location and scene mode to secondary menu Updated HDR icons Change-Id: I5bed39a2ec037aecf67702d88f738befe61846d4
* First part of asset dropMichael Kolb2013-04-171-3/+9
| | | | | | | | Bug: 8640131 Added new assets, updated front/back menu entry. Change-Id: I9b007cde14eeb9f44706d99ea485e03ce1de9d53
* Add menu labelsMichael Kolb2013-04-151-0/+15
| | | | | | Bug: 8618169 Change-Id: Iea1ac7256450afd2870c144099459f32868c699f
* Work in progress - Put preview in TextureViewDoris Liu2013-04-091-0/+2
| | | | | | | | | | | Fixed gesture recognizing and pie menu. Fixed camera picker. Exposure setting got fixed with rebasing. Rebased for new pie menu Fixed camera mode switch listener Ongoing: secure album, aspect ratio for video recording on ICS Change-Id: Iedae80815faf81cb49c791885810c8427034a6d1
* Don't add unsupported options to menuMichael Kolb2013-04-051-4/+8
| | | | | | | | | Bug: 8549712 Exposure compensation and whitebalance were not checked when added to the menu. Change-Id: I90e2baea25e0273ed96e3678b3ed4c99184475df
* Adjust camera menu furtherMichael Kolb2013-04-031-9/+16
| | | | Change-Id: I7e062608a7ee8e16932209640bd50b1864336a40
* Pie design updateMichael Kolb2013-04-011-14/+31
| | | | Change-Id: Ifb0d50938332bdae50e45523850605d0aafed7fb
* Spring cleaningMichael Kolb2013-03-111-0/+221
Change-Id: I00d7176301501784a6a400bc9ea2cb23ff9ec90a