summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the crash when zoom is not supported.Wu-cheng Li2010-09-291-2/+0
* Fix the bug that on-screen zoom ratio is not reset.Wu-cheng Li2010-09-291-1/+3
* Merge "Hardcode package/class to switch between camera and camcorder." into g...Wu-cheng Li2010-09-281-8/+16
|\
| * Hardcode package/class to switch between camera and camcorder.Wu-cheng Li2010-09-281-8/+16
* | Handle multiple camcorder profiles for different camerasJames Dong2010-09-281-1/+2
|/
* Fall back to standard VIEW intent if cooliris gallery does not exist.Wu-cheng Li2010-09-272-1/+7
* Do not switch camera if the activity is pausing.Wu-cheng Li2010-09-272-0/+2
* Delete the video file if MediaRecorder.stop() throws an exception.Wu-cheng Li2010-09-161-4/+5
* Update the code due to API change.Wu-cheng Li2010-09-153-3/+3
* Fix the wrong rotation on naturally landscape devices.Wu-cheng Li2010-09-153-58/+64
* Add switch camera on-screen button. DO NOT MERGEWu-cheng Li2010-09-0812-85/+145
* Use SharedPreferences$Editor.apply to reduce latency.Wu-cheng Li2010-09-083-6/+6
* Use new SharedPreferences$Editor.apply instead of commit.Brad Fitzpatrick2010-09-072-2/+3
* Fix the crash when video quality changes.Wu-cheng Li2010-09-031-0/+8
* Remove quick capture UI. It is not used.Wu-cheng Li2010-09-012-17/+1
* Fix wrong orientation after suspend and resume.Wu-cheng Li2010-09-012-6/+3
* Merge "Stop and restart the preview in surfaceChanged." into gingerbreadWu-cheng Li2010-09-012-45/+27
|\
| * Stop and restart the preview in surfaceChanged.Wu-cheng Li2010-08-312-45/+27
* | Renaming SharedPreferences$Editor.startCommit to applyBrad Fitzpatrick2010-08-301-1/+1
|/
* Remove metering mode support.Wu-cheng Li2010-08-303-17/+1
* Fix memory leak. Camera application is leaking activities.Wu-cheng Li2010-08-291-2/+2
* Add SharedPreferences#startCommit() method.Brad Fitzpatrick2010-08-251-0/+4
* Close the video file descriptor earlier.Wu-cheng Li2010-08-201-20/+24
* Do not cancel autofocus when snapshot is in progress.Wu-cheng Li2010-08-051-2/+2
* Fix build again again.Chih-Chung Chang2010-06-281-5/+6
* Fix build again.Chih-Chung Chang2010-06-281-2/+2
* Fix build.Chih-Chung Chang2010-06-281-0/+10
* Support multiple camera preferences.Chih-Chung Chang2010-06-237-31/+287
* Support switching between multiple cameras.Chih-Chung Chang2010-06-237-24/+174
* Add metering mode support.Wu-cheng Li2010-06-113-1/+17
* mParameters is initialized in preview thread and could be NULL inOwen Lin2010-05-311-2/+4
* Show better message to users if camera fails to access sdcard.Wu-cheng Li2010-05-283-1/+12
* Refactor the code. Improve the inheritance structure of Textures.Owen Lin2010-05-1717-371/+269
* Using GL to draw NinePatchOwen Lin2010-05-174-87/+336
* Initialize the HeadUpDisplay only once in the life time of the activity.Owen Lin2010-05-142-22/+25
* resolved conflicts for merge of ec1dfcb7 to krakenOwen Lin2010-05-1431-0/+495
|\
| * Add copyright headers to source codes.Owen Lin2010-05-1330-0/+479
* | Create a ColorTexture to draw pure color in GL.Owen Lin2010-05-139-28/+86
* | am e3911500: Fix 2672651 When GPS is disabled, GPS EXIF data is still in the ...Ray Chen2010-05-121-0/+1
|\ \ | |/
| * Fix 2672651 When GPS is disabled, GPS EXIF data is still in the photoRay Chen2010-05-111-0/+1
* | Initialize zoom in "InitializeSecondTime" so that we can get correct values forOwen Lin2010-05-111-18/+12
* | Handle events in the main thread and use GLThread only as a rendering thread.Owen Lin2010-05-1030-303/+218
* | Move the texture coordinate 0.5 pixel inner so that GL won't get garbageOwen Lin2010-05-073-21/+31
* | Use our own EGLChooser so that we can fall back to use "copyImage2D" whenOwen Lin2010-05-078-49/+161
* | am 0055c650: Merge "b/2483367 Moving OneTimeInitializer to vendor/google" int...Michael Chan2010-05-031-158/+0
|\ \ | |/
| * b/2483367 Moving OneTimeInitializer to vendor/googleMichael Chan2010-04-291-158/+0
* | Improve the Texture by using glTexSubImage to upload the image content.Owen Lin2010-04-293-27/+23
|/
* Avoid loading drawables in CameraSettings.Owen Lin2010-04-264-51/+88
* Startup time improvements.Chih-Chung Chang2010-04-233-21/+19
* Reset scece mode overrides in InitializeHeadUpDisplay.Owen Lin2010-04-211-37/+38