| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more improvements of the UI. | Owen Lin | 2010-03-18 | 7 | -21/+24 |
* | Fix several UI issues. | Owen Lin | 2010-03-16 | 7 | -132/+104 |
* | Add switch to Camera/VideoCamera menu item. | Chih-Chung Chang | 2010-03-15 | 3 | -10/+54 |
* | Update camera parameters only when the camera is in idle state. | Chih-Chung Chang | 2010-03-15 | 1 | -72/+102 |
* | New UI for camcorder. | Owen Lin | 2010-03-14 | 9 | -865/+286 |
* | Restore Settings. | Owen Lin | 2010-03-14 | 12 | -112/+332 |
* | Remove the extra media recorder initialization during exit. | Wu-cheng Li | 2010-03-12 | 1 | -8/+3 |
* | Wait for camera idle (not focusing or snapshotting) before setting parameters. | Chih-Chung Chang | 2010-03-11 | 1 | -4/+21 |
* | Camera should have the com.android.camera package name. | Romain Guy | 2010-03-10 | 21 | -21/+21 |
* | Add the new ZoomController UI and also the exposure compensation settings. | Owen Lin | 2010-03-10 | 21 | -251/+735 |
* | Hide the preview in onPause to avoid rotated preview. | Wu-cheng Li | 2010-03-09 | 1 | -0/+5 |
* | Unbundle: change camera package name. | Chih-Chung Chang | 2010-03-08 | 19 | -6/+28 |
* | Address the review comments. | Owen Lin | 2010-03-07 | 10 | -30/+38 |
* | Add pixel density concept to the code. So, it draw about the same size on | Owen Lin | 2010-03-07 | 19 | -241/+326 |
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 23 | -2709/+28 |
* | Remove unused code. | Chih-Chung Chang | 2010-03-04 | 4 | -207/+0 |
* | Add location provider name to gps-processing-method parameter. | Ray Chen | 2010-03-05 | 1 | -0/+1 |
* | Use unhidden public API from MediaRecorder.java class for setting parameters | James Dong | 2010-03-03 | 1 | -8/+4 |
* | Don't start recording right away, even when in quickCapture mode. | Horia Ciurdar | 2010-03-02 | 1 | -3/+0 |
* | The first runnable version of the new UI. | Owen Lin | 2010-02-26 | 31 | -192/+3234 |
* | Set duration and still image encoding quality using Java API | James Dong | 2010-02-25 | 2 | -10/+6 |
* | Merge "Fix the no "SD Card is full" bug. Now, we show the error message when ... | Owen Lin | 2010-02-24 | 1 | -8/+4 |
|\ |
|
| * | Fix the no "SD Card is full" bug. Now, we show the error message when we find | Owen Lin | 2010-02-25 | 1 | -8/+4 |
* | | Enable enter and exit animations; and use overridePendingTransition | Wei-Ta Chen | 2010-02-24 | 1 | -0/+3 |
|/ |
|
* | Move set screen brightness later so we can start preview earlier. | Chih-Chung Chang | 2010-02-19 | 1 | -14/+16 |
* | Remove the use of native allocation. | Chih-Chung Chang | 2010-02-12 | 6 | -35/+12 |
* | Remove support for DRM images (they are not used now and reference to hidden ... | Chih-Chung Chang | 2010-02-12 | 2 | -120/+1 |
* | Revise due to ThumbnailUtils api change. | Ray Chen | 2010-02-11 | 1 | -3/+2 |
* | Merge "Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICES" | Bjorn Bringert | 2010-02-10 | 1 | -4/+0 |
|\ |
|
| * | Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICES | Bjorn Bringert | 2010-02-08 | 1 | -4/+0 |
* | | Replace calls to system_property with CamcorderProfile API | James Dong | 2010-02-09 | 1 | -120/+17 |
|/ |
|
* | Remove some log messages. | Wu-cheng Li | 2010-02-08 | 2 | -8/+0 |
* | Fix issue 2340332 Inconsistent UI between review mode in Camera app and album... | Ray Chen | 2010-02-08 | 3 | -851/+2 |
* | Fix the switcher could be in wrong place some time. | Owen Lin | 2010-02-03 | 1 | -4/+9 |
* | Unbundle Camera: Unhide ThumbnailUtil and rename it to ThumbnailUtils. | Ray Chen | 2010-01-29 | 3 | -8/+8 |
* | Merge "Use public api instead of protected members." | Chih-Chung Chang | 2010-01-26 | 1 | -1/+1 |
|\ |
|
| * | Use public api instead of protected members. | Chih-Chung Chang | 2010-01-26 | 1 | -1/+1 |
* | | Fix a bug that RotateImage didn't draw the thumbnail in the center. | Owen Lin | 2010-01-26 | 2 | -7/+5 |
|/ |
|
* | Fix a minor issue of "restore default" should also improve | Owen Lin | 2010-01-26 | 6 | -16/+22 |
* | Add quick capture settings for Camera application. | Owen Lin | 2010-01-25 | 2 | -1/+17 |
* | Unbundle with the PreferenceManager. | Owen Lin | 2010-01-25 | 11 | -92/+414 |
* | Fix the bug focus bracket may appear in infinite focus mode. | Wu-cheng Li | 2010-01-22 | 1 | -10/+4 |
* | Add restore default settings for Camera/Camcorder app. | Owen Lin | 2010-01-21 | 3 | -7/+110 |
* | Adding hidden quickCapture extra. | Horia Ciurdar | 2010-01-21 | 1 | -11/+32 |
* | Set the brightness to a fixed value. | Owen Lin | 2010-01-15 | 2 | -0/+35 |
* | Use public api instead of hidden member. Don't use internal resource. | Chih-Chung Chang | 2010-01-06 | 2 | -7/+6 |
* | Fix issue 2343916 Camera application does not obey date format setting. | Ray Chen | 2010-01-05 | 1 | -2/+5 |
* | Remove "display name" and always use "title" field in display (same as Gallery). | Chih-Chung Chang | 2010-01-05 | 9 | -37/+18 |
* | Do not set WB or effect if driver does not support it. | Wu-cheng Li | 2009-12-15 | 1 | -9/+14 |
* | Avoid initializeRecorder during onPause. | Wu-cheng Li | 2009-12-14 | 1 | -1/+3 |