summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add pixel density concept to the code. So, it draw about the same size onOwen Lin2010-03-0719-241/+326
| | | | | | | | | | | | | | 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-0523-2709/+28
|
* Remove unused code.Chih-Chung Chang2010-03-044-207/+0
| | | | This is for unbundling, will clean more later.
* Add location provider name to gps-processing-method parameter.Ray Chen2010-03-051-0/+1
|
* Use unhidden public API from MediaRecorder.java class for setting parametersJames Dong2010-03-031-8/+4
| | | | | | This change depends on the MediaRecorder.java class change: 42513 bug - 2362412
* Don't start recording right away, even when in quickCapture mode.Horia Ciurdar2010-03-021-3/+0
|
* The first runnable version of the new UI.Owen Lin2010-02-2631-192/+3234
| | | | | | | | | | | | | | | | | | | | 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
* Set duration and still image encoding quality using Java APIJames Dong2010-02-252-10/+6
| | | | | | - rebased bug - 2375978
* Merge "Fix the no "SD Card is full" bug. Now, we show the error message when ↵Owen Lin2010-02-241-8/+4
|\ | | | | | | we find out the storage may be not enough for next picture."
| * Fix the no "SD Card is full" bug. Now, we show the error message when we findOwen Lin2010-02-251-8/+4
| | | | | | | | | | | | | | out the storage may be not enough for next picture. Bug: 2377057 Change-Id: Ie6684738a282c382cf6368276dd78f77ca848611
* | Enable enter and exit animations; and use overridePendingTransitionWei-Ta Chen2010-02-241-0/+3
|/ | | | | | for disabling animations in switching VideoCamera and Camera. Bug: 2416396
* Move set screen brightness later so we can start preview earlier.Chih-Chung Chang2010-02-191-14/+16
|
* Remove the use of native allocation.Chih-Chung Chang2010-02-126-35/+12
|
* Remove support for DRM images (they are not used now and reference to hidden ↵Chih-Chung Chang2010-02-122-120/+1
| | | | classes).
* Revise due to ThumbnailUtils api change.Ray Chen2010-02-111-3/+2
|
* Merge "Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICES"Bjorn Bringert2010-02-101-4/+0
|\
| * Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICESBjorn Bringert2010-02-081-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This Google-specific setting is going away because of unbundling. This change will cause geotagging to be off by default, instead of being set by SetupWizard by the "Use location for Google services" prompt. If this is not desirable, another prompt could possibly be added to SetupWizard, or a new framework geotagging setting could be added and SetupWizard be modified to set that as part of the Google location opt-in. Part of: http://b/issue?id=2383870 Change-Id: Ic160c2260dd597a35d79fec93250a816fbee8b81
* | Replace calls to system_property with CamcorderProfile APIJames Dong2010-02-091-120/+17
|/ | | | | | - rebased bug - 2417312
* Remove some log messages.Wu-cheng Li2010-02-082-8/+0
|
* Fix issue 2340332 Inconsistent UI between review mode in Camera app and ↵Ray Chen2010-02-083-851/+2
| | | | | | album view in Gallery app http://b/2340332
* Fix the switcher could be in wrong place some time.Owen Lin2010-02-031-4/+9
| | | | Change-Id: I504978763da3da797f71ca9fd00116d8b27729ee
* Unbundle Camera: Unhide ThumbnailUtil and rename it to ThumbnailUtils.Ray Chen2010-01-293-8/+8
|
* Merge "Use public api instead of protected members."Chih-Chung Chang2010-01-261-1/+1
|\
| * Use public api instead of protected members.Chih-Chung Chang2010-01-261-1/+1
| |
* | Fix a bug that RotateImage didn't draw the thumbnail in the center.Owen Lin2010-01-262-7/+5
|/ | | | Change-Id: Ia46c5ecbceebd5062c76b9396f39a17ae6bc1ed2
* Fix a minor issue of "restore default" should also improveOwen Lin2010-01-266-16/+22
| | | | | | performance as well. Change-Id: I1a762ed78dc27bb711b652431481925c9bd1b8b5
* Add quick capture settings for Camera application.Owen Lin2010-01-252-1/+17
| | | | | Change-Id: Ic4ca9f9e1802559c0d6604616555a94cdee1378b Bug: 2259528
* Unbundle with the PreferenceManager.Owen Lin2010-01-2511-92/+414
| | | | Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
* Fix the bug focus bracket may appear in infinite focus mode.Wu-cheng Li2010-01-221-10/+4
| | | | bug:2247217
* Add restore default settings for Camera/Camcorder app.Owen Lin2010-01-213-7/+110
| | | | | Bug: 2167010 Change-Id: I1b59ddd23ee9a3b9cc34f911c048e269fb872cf8
* Adding hidden quickCapture extra.Horia Ciurdar2010-01-211-11/+32
|
* Set the brightness to a fixed value.Owen Lin2010-01-152-0/+35
| | | | | Bug: 2318682 Change-Id: I367fde55fab1102019accd69e69dc516c583c153
* Use public api instead of hidden member. Don't use internal resource.Chih-Chung Chang2010-01-062-7/+6
|
* Fix issue 2343916 Camera application does not obey date format setting.Ray Chen2010-01-051-2/+5
| | | | http://b/2343916
* Remove "display name" and always use "title" field in display (same as Gallery).Chih-Chung Chang2010-01-059-37/+18
|
* Do not set WB or effect if driver does not support it.Wu-cheng Li2009-12-151-9/+14
| | | | | | | | The app should always check if camera driver support the parameter before setting it. Otherwise, the app will always crash if parameter string changes. b/2323831
* Avoid initializeRecorder during onPause.Wu-cheng Li2009-12-141-1/+3
| | | | | | | | When on-screen setting is visible and home key is pressed, onPause will set mSetting to invisible and initializeRecorder() will be called in onVisibilityChanged(). That will cause exception if surface holder is still null. bug 2319111
* Merge change Ida3e9964 into eclair-mr2Android (Google) Code Review2009-12-102-0/+28
|\ | | | | | | | | * changes: Add flash light setting in video camera.
| * Add flash light setting in video camera.Wu-cheng Li2009-12-082-0/+28
| | | | | | | | http://b/2118298
* | Do not set orientation indicator while handling image capture intent.Wu-cheng Li2009-12-091-1/+3
| |
* | Fix the bug that -1 may be passed to setRotation.Wu-cheng Li2009-12-091-1/+1
|/
* Use icon to indicate the orientation of the taken photos.Owen Lin2009-12-043-12/+123
| | | | Change-Id: I144e2dd590e98942763fc6e243da3e17cb25d88d
* Merge change If3ab51b5 into eclair-mr2Android (Google) Code Review2009-12-021-2/+2
|\ | | | | | | | | * changes: Add check if the media is still recording when the timeup event is comming.
| * Add check if the media is still recording when the timeup event is comming.Owen Lin2009-12-021-2/+2
| | | | | | | | Change-Id: If3ab51b5da867378182960694dab12af3cae5da1
* | Merge change Ibb62c511 into eclair-mr2Android (Google) Code Review2009-12-021-10/+25
|\ \ | |/ | | | | | | * changes: Prevent double click for record button.
| * Prevent double click for record button.Owen Lin2009-12-021-10/+25
| | | | | | | | | | | | http://b/2273733 Change-Id: Ibb62c511db77568aed5ae7899e2193b85a6b2e8c
* | Fix the bug that the on-screen menu kept the position in last time.Owen Lin2009-12-021-2/+4
| | | | | | | | | | | | http://b/issue?id=2199588 Change-Id: Ia8b423918494dcb5e71b8b4185381a22c2ab7504
* | Layout the menu item of second level on-screen menu.Owen Lin2009-12-011-2/+28
|/ | | | | http://b/issue?id=2203704 Change-Id: I4e7f455eb037cb1cf60e85b338229c83d62a99f2
* Add one more picture size settings.Owen Lin2009-11-271-0/+1
| | | | | | We need small size for the fake camera in emulator. Change-Id: I5543936338813d575efc158c78e219da7feb9415
* Camera: Clean up the image/video file naming codePetri Gynther2009-11-252-19/+24
| | | | | | | | | | | | | | | | | | | | 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.)