summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Add pixel density concept to the code. So, it draw about the same size onOwen Lin2010-03-0741-0/+0
| | | | | | | | | | | | | | mdpi and hdpi devices. Update the UI assets for mdpi Fix a issue that GLSurfaceView didn't call onPause and onResume in Camera. Refactor. Improve the drawing and animation. Also fix the RawTexture unsupported operation bugs and the NullPointerException in GLRootView. Change-Id: I7aeadcad72d64a665828a6bb4f0f73e685fde632
* Remove unused code.Chih-Chung Chang2010-03-051-8/+0
|
* Merge "Add strings for for new UI."Owen Lin2010-03-041-12/+30
|\
| * Add strings for for new UI.Owen Lin2010-03-051-12/+30
| | | | | | | | Change-Id: I0b398d87f3526a70c45a607efbd7823185e53d64
* | Import new translationsEric Fischer2010-03-041-16/+8
|/
* Merge "The first runnable version of the new UI."Owen Lin2010-03-0188-60/+40
|\
| * The first runnable version of the new UI.Owen Lin2010-02-2688-60/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the new UI with OpenGL (GLSurfaceView). Known issues: * Texture are never freed from GL * Do not consider the density of screen. Currently, the dimensions in mdpi devices are wrong. * It won't work on Sapphire, bug fired: Bug: 2473605 * The action UP event may pass a wrong target. (It should pass to the same target who recive the DOWN action. * Animation is not smooth enough. * Should not allocate objects into heap during rendering path. * The scrollbar in GLListView doesn't match the design * We should calculate our own orientation instead of using the system one. * Regression: "restore to default settings" is removed Change-Id: I93fa45831aa87787dd5ee9e43e270a9d786c5a2a
* | Import new translations.Eric Fischer2010-02-2620-39/+167
|/
* Enable enter and exit animations; and use overridePendingTransitionWei-Ta Chen2010-02-241-8/+0
| | | | | | for disabling animations in switching VideoCamera and Camera. Bug: 2416396
* Remove unused resources.Chih-Chung Chang2010-02-2243-298/+0
|
* Remove unused strings.Chih-Chung Chang2010-02-1921-272/+0
|
* Update the mdpi resource with v2.0 iconsBai Tao2010-02-082-0/+0
|
* Add quick capture settings for Camera application.Owen Lin2010-01-253-0/+22
| | | | | Change-Id: Ic4ca9f9e1802559c0d6604616555a94cdee1378b Bug: 2259528
* Unbundle with the PreferenceManager.Owen Lin2010-01-253-93/+91
| | | | Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
* Add restore default settings for Camera/Camcorder app.Owen Lin2010-01-211-0/+8
| | | | | Bug: 2167010 Change-Id: I1b59ddd23ee9a3b9cc34f911c048e269fb872cf8
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-0813-74/+74
| | | | Bug: #2361749.
* Update with latest translations.Eric Fischer2010-01-0720-2098/+1000
|
* am e677eb26: am 2a8efc19: Use public api instead of hidden member. Don\'t ↵Chih-Chung Chang2010-01-062-0/+0
|\ | | | | | | | | | | | | | | | | use internal resource. Merge commit 'e677eb26a6ad63e492837dbb0af1945546095d68' * commit 'e677eb26a6ad63e492837dbb0af1945546095d68': Use public api instead of hidden member. Don't use internal resource.
| * Use public api instead of hidden member. Don't use internal resource.Chih-Chung Chang2010-01-062-0/+0
| |
* | am ff42ae0e: am b65537df: Merge change Ida3e9964 into eclair-mr2Wu-cheng Li2009-12-114-0/+34
|\ \ | |/ | | | | | | | | | | Merge commit 'ff42ae0e23bb04e316d46571d797af43cf8f4d7d' * commit 'ff42ae0e23bb04e316d46571d797af43cf8f4d7d': Add flash light setting in video camera.
| * Add flash light setting in video camera.Wu-cheng Li2009-12-084-0/+34
| | | | | | | | http://b/2118298
* | am 0588c8b1: am ff58fb69: Use icon to indicate the orientation of the taken ↵Owen Lin2009-12-045-3/+8
|\ \ | |/ | | | | | | | | | | | | | | photos. Merge commit '0588c8b15c304477c31978016d536abb291e5274' * commit '0588c8b15c304477c31978016d536abb291e5274': Use icon to indicate the orientation of the taken photos.
| * Use icon to indicate the orientation of the taken photos.Owen Lin2009-12-045-3/+8
| | | | | | | | Change-Id: I144e2dd590e98942763fc6e243da3e17cb25d88d
* | am 7511b616: am ba4a1f66: Layout the menu item of second level on-screen menu.Owen Lin2009-12-011-6/+19
|\ \ | |/ | | | | | | | | | | Merge commit '7511b6160862d21b8f511198f25b3fb9f3bd3b3a' * commit '7511b6160862d21b8f511198f25b3fb9f3bd3b3a': Layout the menu item of second level on-screen menu.
| * Layout the menu item of second level on-screen menu.Owen Lin2009-12-011-6/+19
| | | | | | | | | | http://b/issue?id=2203704 Change-Id: I4e7f455eb037cb1cf60e85b338229c83d62a99f2
* | am dd6bc422: am 4ddee78a: Add one more picture size settings.Owen Lin2009-11-262-0/+3
|\ \ | |/ | | | | | | | | | | Merge commit 'dd6bc422dd745c436df2e216693531275a807e0c' * commit 'dd6bc422dd745c436df2e216693531275a807e0c': Add one more picture size settings.
| * Add one more picture size settings.Owen Lin2009-11-272-0/+3
| | | | | | | | | | | | We need small size for the fake camera in emulator. Change-Id: I5543936338813d575efc158c78e219da7feb9415
| * Camera: Clean up the image/video file naming codePetri Gynther2009-11-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Create 'image_file_name_format' string in strings.xml 2) Change createName() routines in Camera.java and VideoCamera.java to use 'image_file_name_format' and 'video_file_name_format', respectively. 3) Change image filenames on SD card to format: IMG_yyyyMMdd_HHmmss.jpg -- e.g. IMG_20091020_120000.jpg (Old format was 'yyyy-MM-dd HH.mm.ss.jpg' which contained undesirable space character in the filename.) 4) Similarly, change video filenames to format: VID_yyyyMMdd_HHmmss.3gp -- e.g. VID_20091020_120000.3gp (Old format was 'video-yyyy-MM-dd-HH-mm-ss.3gp' which was not consistent with the image filename format.)
* | am d3be7fd4: am 471fd0aa: resolved conflicts for merge of 503560f0 to eclair-mr2Owen Lin2009-11-194-15/+19
|\ \ | |/ | | | | | | | | | | Merge commit 'd3be7fd48cb178e1bbd49711e9ec7b085cf27da4' * commit 'd3be7fd48cb178e1bbd49711e9ec7b085cf27da4': Keep space for those empty icons but hide them if the feature is not
| * resolved conflicts for merge of 503560f0 to eclair-mr2Owen Lin2009-11-204-15/+19
| |\ | | | | | | | | | Change-Id: I9516a46bf0602cdff0128bf36d4e8dfb6ddd3823
| | * Keep space for those empty icons but hide them if the feature is notOwen Lin2009-11-204-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | supported. fix bug: http://b/2250438 Change-Id: I79eb9d575cf275c25decc6236b80f61ecfdf3042
* | | am 4e696d9f: am e1706c13: am 3e44f807: Use "Use My Location" settings to ↵Owen Lin2009-11-193-4/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | decide wheather we store the picture\'s location. Merge commit '4e696d9f5acc634a51d6395111955d4979416a9a' * commit '4e696d9f5acc634a51d6395111955d4979416a9a': Use "Use My Location" settings to decide wheather we store the picture's location.
| * | am 3e44f807: Use "Use My Location" settings to decide wheather we store the ↵Owen Lin2009-11-183-4/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | picture\'s location. Merge commit '3e44f8076a16792bb295589ca4b467ba27ea2a6f' into eclair-mr2 * commit '3e44f8076a16792bb295589ca4b467ba27ea2a6f': Use "Use My Location" settings to decide wheather we store the picture's location.
| | * Use "Use My Location" settings to decide wheather we store the picture's ↵Owen Lin2009-11-183-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location. However, if user has specifically assign the "Record Location" we will follow the settings. Bug: http://b/2265010 Change-Id: I4863d299b8f461ee73c8aeb4651740855efe3dbd
* | | am 8cc1fd1b: am ea7c3e6a: resolved conflicts for merge of 4d55cb36 to eclair-mr2Owen Lin2009-11-174-36/+33
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '8cc1fd1b44f6864c4730da001ea34c597b55ec92' * commit '8cc1fd1b44f6864c4730da001ea34c597b55ec92': Hide the indicator if the icon is empty.
| * | resolved conflicts for merge of 4d55cb36 to eclair-mr2Owen Lin2009-11-164-36/+33
| |\ \ | | |/
| | * Merge change I25b0edfa into eclairAndroid (Google) Code Review2009-11-154-36/+33
| | |\ | | | | | | | | | | | | | | | | * changes: Hide the indicator if the icon is empty.
| | | * Hide the indicator if the icon is empty.Cheng-Ru Lin2009-11-124-36/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change the order of on-screen icons. http://b/issue?id=2250438 Change-Id: I25b0edfa1913aa3dacd960df87d5d7103e352bce
| | * | Import revised translations. DO NOT MERGEEric Fischer2009-11-137-26/+26
| | |/ | | | | | | | | | Approver: jerryw
* | | am 1bd992a9: am fb4f6c79: am cc12a303: Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-112-4/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '1bd992a9bad59e6b1b935d5c1caa9747ba40c11e' * commit '1bd992a9bad59e6b1b935d5c1caa9747ba40c11e': Add icon-indicators to VideoCamera.
| * | am cc12a303: Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-112-4/+22
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'cc12a303ad51063cee73715849a951fb5f383188' into eclair-mr2 * commit 'cc12a303ad51063cee73715849a951fb5f383188': Add icon-indicators to VideoCamera.
| | * Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-122-4/+22
| | | | | | | | | | | | | | | | | | Change-Id: Ie5ace8cf1863636ffe94f89d70525483a95b3239 http://b/2247081
* | | am 532bb5e1: am ca99fb07: am 01ed85fb: Merge change Ic823abd0 into eclairChih-Chung Chang2009-11-092-5/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '532bb5e10461c92857149b9d993a9afbe5cd61ed' * commit '532bb5e10461c92857149b9d993a9afbe5cd61ed': Fix 2241232: Read system properties for quality setting.
| * | am 01ed85fb: Merge change Ic823abd0 into eclairChih-Chung Chang2009-11-092-5/+6
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '01ed85fbf71fd89db9d031d1cc5529afd7b624f0' into eclair-mr2 * commit '01ed85fbf71fd89db9d031d1cc5529afd7b624f0': Fix 2241232: Read system properties for quality setting.
| | * Fix 2241232: Read system properties for quality setting.Chih-Chung Chang2009-11-092-5/+6
| | | | | | | | | | | | Change-Id: Ic823abd0c352b3eca0b8ef504307bd1de7d1700f
| * | Import revised translations. DO NOT MERGEEric Fischer2009-11-0619-2101/+963
| | |
* | | am f8c4fbee: am f733d7ba: am 7cbd151e: Merge change I834b0640 into eclairWu-cheng Li2009-11-051-4/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'f8c4fbee0762c3cce995e8aa234b7ab7f98e5c68' * commit 'f8c4fbee0762c3cce995e8aa234b7ab7f98e5c68': Remove whiteboard and blackboard color effects.
| * | am 7cbd151e: Merge change I834b0640 into eclairWu-cheng Li2009-11-051-4/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '7cbd151e21c98762976d9766ff700172604e04b2' into eclair-mr2 * commit '7cbd151e21c98762976d9766ff700172604e04b2': Remove whiteboard and blackboard color effects.
| | * Remove whiteboard and blackboard color effects.Wu-cheng Li2009-11-051-4/+0
| | |
* | | am 24f0c510: am 46d402ad: Remove some more code.Owen Lin2009-11-0439-197/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '24f0c510d6159df94bb4e59cd143661b8151150c' * commit '24f0c510d6159df94bb4e59cd143661b8151150c': Remove some more code.