index
:
LegacyCamera.git
master
replicant-6.0
Replicant's built-in camera app
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
camera
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a icon bar to show the current state.
Owen Lin
2009-09-22
3
-14
/
+162
*
Remove unused orientation parameter.
Chih-Chung Chang
2009-09-22
4
-9
/
+5
*
Use new focus mode API.
Wu-cheng Li
2009-09-22
2
-16
/
+11
*
Remove trailing spaces for easier code review.
Ray Chen
2009-09-21
2
-3
/
+3
*
Fix 2130355: Enter camera settings when recording a video will cause the phon...
Chih-Chung Chang
2009-09-22
1
-4
/
+7
*
Fix a bug that we didn't check if flash modes is supported by current device.
Owen Lin
2009-09-21
1
-0
/
+6
*
Merge change 26045 into eclair
Android (Google) Code Review
2009-09-20
1
-14
/
+21
|
\
|
*
Add checking before setting parameters of Camera hardware.
Owen Lin
2009-09-20
1
-14
/
+21
*
|
Merge change 25726 into eclair
Android (Google) Code Review
2009-09-20
1
-6
/
+11
|
\
\
|
*
|
Change how VideoCamera uses lock() due to API change.
Wu-cheng Li
2009-09-21
1
-6
/
+11
|
|
/
*
|
Fix bug 2121734 (better guess at size of photo widget)
Mike Cleron
2009-09-20
1
-3
/
+11
|
/
*
Update Camera to use new ExifInterface API.
Chih-Chung Chang
2009-09-18
1
-7
/
+76
*
Set focus mode to camera driver and add macro focus.
Wu-cheng Li
2009-09-18
2
-35
/
+19
*
Merge change 25719 into eclair
Android (Google) Code Review
2009-09-18
1
-1
/
+1
|
\
|
*
Fix 2128896: The thumbnail generated is overlapped with previous thumbnail.
Chih-Chung Chang
2009-09-18
1
-1
/
+1
*
|
Merge change 25724 into eclair
Android (Google) Code Review
2009-09-18
1
-1
/
+1
|
\
\
|
*
|
Fix the bug that we show camea preference in camcorder.
Owen Lin
2009-09-18
1
-1
/
+1
*
|
|
Fix the bug that sometimes scene mode parameter is not set.
Wu-cheng Li
2009-09-18
1
-4
/
+12
|
/
/
*
|
Simplify the code. Change references of "@strings" to literals for those
Owen Lin
2009-09-18
2
-4
/
+6
|
/
*
Fix the bug that sometimes zoom is not working.
Wu-cheng Li
2009-09-17
1
-22
/
+24
*
Merge change 25456 into eclair
Android (Google) Code Review
2009-09-17
1
-90
/
+1
|
\
|
*
Move flash settings from on-scren control to preference settings.
Owen Lin
2009-09-17
1
-90
/
+1
*
|
Merge change 25324 into eclair
Android (Google) Code Review
2009-09-17
1
-63
/
+1
|
\
\
|
*
|
Don't change to orientation in the jpeg file. (It didn't work anyway).
Chih-Chung Chang
2009-09-17
1
-63
/
+1
*
|
|
Fix 2122382: We don't handle overlay destroy and re-create properly.
Chih-Chung Chang
2009-09-17
1
-2
/
+0
|
|
/
|
/
|
*
|
Handle the keep-screen-on more properly.
Owen Lin
2009-09-17
2
-41
/
+37
*
|
Implement the drawer UI. When user click on the drawer button, the
Owen Lin
2009-09-17
4
-51
/
+135
*
|
Merge change 25454 into eclair
Android (Google) Code Review
2009-09-17
1
-7
/
+7
|
\
\
|
*
|
Fix a bug that if user close the settings directly from sub menu.
Owen Lin
2009-09-17
1
-7
/
+7
|
|
/
*
|
Merge change 24874 into eclair
Android (Google) Code Review
2009-09-17
4
-3
/
+33
|
\
\
|
|
/
|
/
|
|
*
Fix NPE in resizeForPreviewAspectRadio().
Owen Lin
2009-09-17
4
-3
/
+33
*
|
Merge change 25257 into eclair
Android (Google) Code Review
2009-09-16
3
-27
/
+44
|
\
\
|
*
|
Use the new exif interface API.
Chih-Chung Chang
2009-09-16
3
-27
/
+44
|
|
/
*
|
Fix http://b/2115002.
Wei-Ta Chen
2009-09-16
1
-3
/
+0
|
/
*
Merge change 25034 into eclair
Android (Google) Code Review
2009-09-15
1
-4
/
+13
|
\
|
*
Fix 2083478: Camera needs an auto-focus cancel API
Chih-Chung Chang
2009-09-15
1
-4
/
+13
*
|
Restart preview if preview size is changed in camcorder.
Wu-cheng Li
2009-09-15
1
-5
/
+21
|
/
*
Better fix for 2117211: NPE in Camera.onFlashModeChanged
Chih-Chung Chang
2009-09-14
1
-9
/
+9
*
Serveral improvement of OnScreenSettings.
Owen Lin
2009-09-14
2
-17
/
+13
*
Merge change 24871 into eclair
Android (Google) Code Review
2009-09-14
1
-1
/
+5
|
\
|
*
Fix the bug that scene mode doesn't change immediately.
Owen Lin
2009-09-14
1
-1
/
+5
*
|
Merge change 24866 into eclair
Android (Google) Code Review
2009-09-14
2
-14
/
+36
|
\
\
|
*
|
Fix 2113527: NPE in ViewImage.onActivityResult.
Chih-Chung Chang
2009-09-14
2
-14
/
+36
|
|
/
*
|
Add OnVisibilityChangedListener to OnScreenSettings. So that we can
Owen Lin
2009-09-14
2
-3
/
+29
|
/
*
Merge change 24864 into eclair
Android (Google) Code Review
2009-09-14
1
-5
/
+7
|
\
|
*
Fix 2117211: NPE in Camera.onFlashModeChanged
Chih-Chung Chang
2009-09-14
1
-5
/
+7
*
|
Fix 2114487: NPE in ReviewImage.onPrepareOptionsMenu
Chih-Chung Chang
2009-09-12
1
-0
/
+1
|
/
*
Remove CameraSettings. And then renmae CameraSettingsHelper to CameraSettings
Owen Lin
2009-09-12
4
-353
/
+90
*
Remove switch menu item in both Camera and Camcorder.
Owen Lin
2009-09-11
3
-26
/
+0
*
Enable the on-screen settings in Camcorder and also use different settings
Owen Lin
2009-09-11
3
-68
/
+119
[next]