summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add metering mode support.Wu-cheng Li2010-06-116-2/+48
* am b84acd02: Merge "Fixed the camera test instrumentation target naming issue...Yu Shan Emily Lau2010-06-101-2/+2
|\
| * Merge "Fixed the camera test instrumentation target naming issue." into froyoYu Shan Emily Lau2010-06-101-2/+2
| |\
| | * Fixed the camera test instrumentation target naming issue.Yu Shan Emily Lau2010-06-091-2/+2
* | | am 432a1c68: Import revised translationsKenny Root2010-06-091-3/+3
|\ \ \ | |/ /
| * | Import revised translationsKenny Root2010-06-091-3/+3
| |/
* | 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-284-4/+18
* | 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
* | Merge "Fix issue 2622023: Clean up all hardcoded '/sdcard' in camera related ...Ray Chen2010-05-144-11/+22
|\ \
| * | Fix issue 2622023: Clean up all hardcoded '/sdcard' in camera related codesRay Chen2010-04-304-11/+22
* | | 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-1315-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
* | | Merge "Use our own EGLChooser so that we can fall back to use "copyImage2D" w...Owen Lin2010-05-068-49/+161
|\ \ \
| * | | Use our own EGLChooser so that we can fall back to use "copyImage2D" whenOwen Lin2010-05-078-49/+161
* | | | am aefb028c: Nudge the camera preview 2dip from the screen edge.Daniel Sandler2010-05-062-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Nudge the camera preview 2dip from the screen edge.Daniel Sandler2010-05-062-0/+2
* | | am 0055c650: Merge "b/2483367 Moving OneTimeInitializer to vendor/google" int...Michael Chan2010-05-032-167/+0
|\ \ \ | |/ / | | / | |/ |/|
| * Merge "b/2483367 Moving OneTimeInitializer to vendor/google" into froyoMichael Chan2010-05-032-167/+0
| |\
| | * b/2483367 Moving OneTimeInitializer to vendor/googleMichael Chan2010-04-292-167/+0
* | | am 739ab183: Import revised translationsKenny Root2010-04-291-1/+1
|\ \ \ | |/ /
| * | Import revised translationsKenny Root2010-04-291-1/+1
* | | Improve the Texture by using glTexSubImage to upload the image content.Owen Lin2010-04-293-27/+23
|/ /
* | Import revised translationsKenny Root2010-04-273-12/+12
|/
* Avoid loading drawables in CameraSettings.Owen Lin2010-04-264-51/+88
* Merge "Startup time improvements. Bug: 2430326" into froyoChih-Chung Chang2010-04-233-21/+19
|\
| * Startup time improvements.Chih-Chung Chang2010-04-233-21/+19
* | Remove unused state in some resources.Owen Lin2010-04-2313-30/+0
|/
* Reset scece mode overrides in InitializeHeadUpDisplay.Owen Lin2010-04-211-37/+38
* Remove GLRootView in onPause() and put it back in onResume() to avoid OOM inOwen Lin2010-04-216-109/+126
* Merge "Fix bug: 2609027." into froyoOwen Lin2010-04-211-1/+1
|\
| * Fix bug: 2609027.Owen Lin2010-04-211-1/+1
* | Don't stop user from taking pictures while the media scanner is scanning.Chih-Chung Chang2010-04-201-10/+3
|/
* Always encode GpsTimeStamp in Camera.Ray Chen2010-04-161-0/+3
* Add aboutToChange to GLRootView.Owen Lin2010-04-132-7/+15
* Add a hack to avoid allocating GL surface with different sizes.Chih-Chung Chang2010-04-091-0/+34
* Fix a typo in the code.Owen Lin2010-04-081-1/+1
* Merge "Fix the ANR after switching between Camera and Camcorder." into froyoChih-Chung Chang2010-04-073-33/+56
|\
| * Fix the ANR after switching between Camera and Camcorder.Owen Lin2010-04-083-33/+56
* | Merge "Make shortcut upgrading code a bit more robust. Bug: 2558040" into froyoChih-Chung Chang2010-04-071-10/+10
|\ \
| * | Make shortcut upgrading code a bit more robust.Chih-Chung Chang2010-04-071-10/+10
| |/
* | Do not register OneShotPreviewCallback to reduce latency.Wu-cheng Li2010-04-082-39/+24