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
/
VideoCamera.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fix image/video capture intents are broken after switching cameras.
Wu-cheng Li
2011-03-14
1
-5
/
+11
*
|
|
Print log while getting error from MediaRecorder.OnErrorListener.
Wu-cheng Li
2011-03-09
1
-0
/
+1
|
/
/
*
|
Fix a NPE in error handling code.
Owen Lin
2011-03-02
1
-4
/
+5
*
|
Restart the activity while switching front and back cameras.
Wu-cheng Li
2011-02-25
1
-21
/
+5
*
|
Merge "Ignore search and menu long press key event."
Wu-cheng Li
2011-02-24
1
-5
/
+2
|
\
\
|
*
|
Ignore search and menu long press key event.
Wu-cheng Li
2011-02-25
1
-5
/
+2
*
|
|
Close video fd after recording is done.
Wu-cheng Li
2011-02-24
1
-7
/
+9
|
/
/
*
|
Fix wrong preview orientation when device is held upside down.
Wu-cheng Li
2011-02-18
1
-0
/
+25
*
|
Fix camera preview orientation when device is held in portrait.
Wu-cheng Li
2011-01-26
1
-3
/
+13
*
|
Merge "Use arc shaped indicator to show the next frame in time lapse." into h...
Wu-cheng Li
2011-01-19
1
-0
/
+8
|
\
\
|
*
|
Use arc shaped indicator to show the next frame in time lapse.
Wu-cheng Li
2011-01-19
1
-0
/
+8
*
|
|
Update the recording time by time lapse frame interval.
Wu-cheng Li
2011-01-19
1
-2
/
+5
|
/
/
*
|
Tapping a ring control with menu opened should close it.
Wu-cheng Li
2011-01-14
1
-5
/
+10
*
|
Refactor. Move the logic from ControlPanel to IndicatorWheel.
Wu-cheng Li
2011-01-13
1
-22
/
+22
*
|
Removed the flaky memory checking.
Yu Shan Emily Lau
2011-01-09
1
-0
/
+7
*
|
Fix the wrong video duration in time lapse mode.
Wu-cheng Li
2011-01-05
1
-8
/
+7
*
|
Fix 3294798 MediaStore database reports duration of 0 for any video recorded ...
Ray Chen
2011-01-04
1
-10
/
+8
*
|
Refactoring: Remove the dependency to ImageManager.
Chia-chi Yeh
2010-12-29
1
-2
/
+5
*
|
Increase the resolution of video quality low.
Chung-yih Wang
2010-12-27
1
-17
/
+77
*
|
Refactoring: Reduce the dependency to the old gallery code.
Chia-chi Yeh
2010-12-27
1
-18
/
+5
*
|
Check and create directories in Storage.getAvailableSpace().
Chia-chi Yeh
2010-12-22
1
-15
/
+10
*
|
Remove the workaround that sets preview to invisible.
Wu-cheng Li
2010-12-21
1
-5
/
+0
*
|
Refactoring: Extract the space calculating code into a new class.
Chia-chi Yeh
2010-12-21
1
-85
/
+37
*
|
Avoid time-lapse recording label overlapping on review control.
Wu-cheng Li
2010-12-20
1
-16
/
+23
*
|
Show a toast when wb or flash is pressed in scene mode.
Wu-cheng Li
2010-12-17
1
-0
/
+3
*
|
Remove the 30-minute limitation of video length.
Wu-cheng Li
2010-12-17
1
-3
/
+1
*
|
Use the preview border images in asset git.
Hung-ying Tyan
2010-12-15
1
-2
/
+2
*
|
Disable camera/video controls when in certain op modes.
Hung-ying Tyan
2010-12-15
1
-4
/
+4
*
|
Ring lights up around preview frame to indicate time lapse mode.
Wu-cheng Li
2010-12-14
1
-5
/
+14
*
|
Show only the actual recorded time in time lapse mode.
Wu-cheng Li
2010-12-13
1
-6
/
+8
*
|
Implement photo/video picker mode using holo controls
Hung-ying Tyan
2010-12-10
1
-6
/
+22
*
|
Enable time lapse recording UI.
Wu-cheng Li
2010-12-10
1
-6
/
+3
*
|
Add time lapse recording code.
Wu-cheng Li
2010-12-10
1
-83
/
+42
*
|
Fix the layout in video capture intent mode.
Hung-ying Tyan
2010-12-09
1
-10
/
+23
*
|
Implement camera ring/shutter control new design.
Hung-ying Tyan
2010-12-08
1
-5
/
+9
*
|
Add restore default in other settings.
Wu-cheng Li
2010-12-08
1
-14
/
+23
*
|
Don't show camera/video thumbnails if no pic/video taken.
Chung-yih Wang
2010-12-07
1
-18
/
+23
*
|
Re-load camera preferences when switching camera.
Hung-ying Tyan
2010-12-06
1
-14
/
+20
*
|
Move camera picker to control panel.
Chung-yih Wang
2010-12-06
1
-0
/
+3
*
|
Choose a separate preview size if the camera supports video output.
Wu-cheng Li
2010-12-03
1
-78
/
+74
*
|
Fix the camera layout in image capture intent mode.
Hung-ying Tyan
2010-12-02
1
-0
/
+2
*
|
Let event fall through when users press outside popup windows.
Wu-cheng Li
2010-12-02
1
-4
/
+4
*
|
Remove front/back camera switch from indicator wheel.
Wu-cheng Li
2010-11-26
1
-2
/
+1
*
|
Add front/back camera switch
Chung-yih Wang
2010-11-25
1
-12
/
+45
*
|
Highlight camera/video icon when mode is changed.
Hung-ying Tyan
2010-11-24
1
-10
/
+9
*
|
Rotate the postview to correct orientation in video attach mode.
Wu-cheng Li
2010-11-18
1
-3
/
+13
*
|
Adapt the file extension of the recorded files to the requested file format.
James Dong
2010-11-17
1
-3
/
+8
*
|
Fix NPE in releaseMediaRecorder.
Wu-cheng Li
2010-11-16
1
-2
/
+3
*
|
Set video orientation hint according to device orientation.
Wu-cheng Li
2010-11-13
1
-138
/
+142
*
|
Change the thumbnail list to a single thumbnail.
Wu-cheng Li
2010-11-13
1
-71
/
+1
[prev]
[next]