summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Camera : Enable camera and camcorder UI features..Alok Kediya2013-10-312-3/+144
| | | | | | | | | | | | | | | | | | | | Added keys and APIs for enabling QC features from UI. (cherry picked from commit a0fdd6924374635711ea6a554f3a59a087cf4b21) Change-Id: Id50b7cebe2d33eaf7bb6a8e51fecded50ac6dcf8 Conflicts: src/com/android/camera/CameraSettings.java src/com/android/camera/PhotoMenu.java src/com/android/camera/PhotoModule.java src/com/android/camera/VideoModule.java Conflicts: src/com/android/camera/CameraSettings.java src/com/android/camera/VideoModule.java (cherry picked from commit 93cd1cdb59449ccb2b9594c9d8e3978a25d7f376) (cherry picked from commit af04f9d621183addee0f7cdd7c1a41c8d0e65cfe)
* Camera: Add initial QCom value add features.Alok Kediya2013-10-311-0/+19
| | | | | | | | | | | | | | | - Enhance the camera picture size table by adding more number of supported resolutions. - Enhance the camcorder menu by adding support for additional video and audio codecs. - Also provide option to select the duration of the recording clip. (cherry picked from commit 7a5402332f3b527767b85c1fc112880d02a47c0e) Change-Id: I553d4eb74337701bc57d069c8374646a7e15c2d5 (cherry picked from commit cdffd7510e1f9a236e43438f035bc5be9e3c0c17) (cherry picked from commit 93c32e9e069d7c48b71fbbe45cae59a54df443ec) (cherry picked from commit f6b24346ab9d28953a5697924d6815ed2c006cf3)
* Change icons and code from HQ to HDR+ mode.Sascha Haeberling2013-10-031-7/+7
| | | | | | Bug: 11047147 Change-Id: Ib0ab1675788f6584d2b06b63a113468d2e775f23
* Add HDR+ mode strings (to replace HQ mode)Sascha Haeberling2013-10-031-1/+1
| | | | | | Bug: 11047147 Change-Id: Iadf72105d526467a1d8f63db839237a4cfba24e1
* Add HQ option and use it to switch to GCam.Sascha Haeberling2013-09-241-0/+9
| | | | | | | Bug: 10430748 Bug: 10785988 Change-Id: If824d1d1876d8434958b2a5bc97d2852da118a8b
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-065-48/+2
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Set default video quality to the highestDoris Liu2013-07-311-1/+0
| | | | | | Bug: 9886141 Change-Id: I4741d5c898ac666923cfc12abc78d5d3517cb05f
* Add more menu options/iconsMichael Kolb2013-04-181-2/+8
| | | | | | | | | Bug: 8640131 Added location and scene mode to secondary menu Updated HDR icons Change-Id: I5bed39a2ec037aecf67702d88f738befe61846d4
* Change labels so that it doesn't clash with PanoUiLib.George Mount2013-04-182-8/+8
| | | | | | | Bug 8401273 PanoUiLib is required for all Gallery Wolfie UI. Change-Id: Icd58c5f4c03945c29f6bf3be286d2321abf2f63a
* Also, add labels to video menuMichael Kolb2013-04-151-0/+3
| | | | | | Bug: 8618169 Change-Id: Ia933db79eccf2564c785a12c8c6551fa8eb1007c
* Add menu labelsMichael Kolb2013-04-151-2/+7
| | | | | | Bug: 8618169 Change-Id: Iea1ac7256450afd2870c144099459f32868c699f
* Prepare to switch to panolibsJohn Reck2013-03-151-5/+0
| | | | Change-Id: Ie29c0014fcb08105cab1ee6043f66b58e5ac85f8
* Update Pano XML tag and permission.Justin Koh2013-03-121-1/+1
| | | | | | | Update Pano XML tag and permission. Bug: 8359058 Change-Id: I92626f03f5c6857951d5f17fb6f811ffbc24e74f
* Copy camera resources into Gallery2Michael Kolb2013-01-292-0/+162
| | | | Change-Id: I3be2758b2ddca31dbc2f21457a62664310c39684
* Code dropJohn Reck2013-01-281-0/+5
| | | | Change-Id: Ibee7c3a1aed61dbe9d3d62ad7f3d3653994c8ef8
* Revert "Remove the previewImage and staticWallpaperPreview."Owen Lin2012-08-212-1/+4
| | | | This reverts commit 47c247e7c575d712546814b8dc4c737de93c2e61.
* Remove the previewImage and staticWallpaperPreview.Owen Lin2012-08-142-4/+1
| | | | | Change-Id: I804ea494efdcca5fa70944f29e92c5f022f622c1 fix: 6974862
* Add a hard limit on the size of the widget images.Owen Lin2011-09-191-2/+2
| | | | | | | | | | | | | | | There is a limit on the size of the data transfered by binder. For now, we just add a hard limit (360 pixel) to ensure the widget's image can be passed by binder. Also adjust the size of widget to make it looks better. Fix a bug in DecodeUtils which cause OOM for a image in size 12200x1920. In that case, we should generate a screen nail of size 640x101 instead of 4066x640. Change-Id: Ia8227d8e5368471fe7af94bf164d67017aa321fa fix: 5273271
* Updated Gallery2 widget dimensJustin Ho2011-09-091-2/+2
| | | | | | Bug: 5278970 Change-Id: Ia650a167bf44baf202fdee527a52af4148d2e8ae
* Move resources related to sync to Gallery2.Owen Lin2011-09-051-26/+0
| | | | | | fix: 5241300 Change-Id: I03ff96478a0e43b9d6c8e327034bda46fc071664
* Remove resources for Settings.Owen Lin2011-09-011-41/+0
| | | | Change-Id: I59a95966cbe9c90553716111ecddb84623002610
* Fix shortcup broken issue.Owen Lin2011-08-241-1/+1
| | | | | | fix: 5154308 Change-Id: I5cd2ef8efb84d4f356b3fe93106bddf10e0823cc
* Initial code for Gallery2.Owen Lin2011-08-185-0/+113
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c