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
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 4714a1cf: Use SharedPreferences.apply to reduce latency.
Wu-cheng Li
2010-09-08
3
-6
/
+6
|
\
|
*
Use SharedPreferences$Editor.apply to reduce latency.
Wu-cheng Li
2010-09-08
3
-6
/
+6
*
|
am 4e5aa452: Use new SharedPreferences.apply instead of commit.
Brad Fitzpatrick
2010-09-08
2
-2
/
+3
|
\
\
|
|
/
|
*
Use new SharedPreferences$Editor.apply instead of commit.
Brad Fitzpatrick
2010-09-07
2
-2
/
+3
*
|
am 91561bdb: Fix the crash when video quality changes.
Wu-cheng Li
2010-09-03
1
-0
/
+8
|
\
\
|
|
/
|
*
Fix the crash when video quality changes.
Wu-cheng Li
2010-09-03
1
-0
/
+8
*
|
am 3c7f489d: Merge "Remove quick capture UI. It is not used." into gingerbread
Wu-cheng Li
2010-09-02
2
-17
/
+1
|
\
\
|
|
/
|
*
Remove quick capture UI. It is not used.
Wu-cheng Li
2010-09-01
2
-17
/
+1
*
|
am d4a37518: Fix wrong orientation after suspend and resume.
Wu-cheng Li
2010-09-01
2
-6
/
+3
|
\
\
|
|
/
|
*
Fix wrong orientation after suspend and resume.
Wu-cheng Li
2010-09-01
2
-6
/
+3
*
|
Fix the build.
Wu-cheng Li
2010-09-01
1
-1
/
+1
*
|
am 1ba127ec: Merge "Stop and restart the preview in surfaceChanged." into gin...
Wu-cheng Li
2010-09-01
2
-45
/
+27
|
\
\
|
|
/
|
*
Merge "Stop and restart the preview in surfaceChanged." into gingerbread
Wu-cheng Li
2010-09-01
2
-45
/
+27
|
|
\
|
|
*
Stop and restart the preview in surfaceChanged.
Wu-cheng Li
2010-08-31
2
-45
/
+27
*
|
|
am 7bf93fe4: Renaming SharedPreferences.startCommit to apply
Brad Fitzpatrick
2010-08-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Renaming SharedPreferences$Editor.startCommit to apply
Brad Fitzpatrick
2010-08-30
1
-1
/
+1
|
|
/
*
|
am 454c6838: Remove metering mode support.
Wu-cheng Li
2010-08-30
3
-17
/
+1
|
\
\
|
|
/
|
*
Remove metering mode support.
Wu-cheng Li
2010-08-30
3
-17
/
+1
*
|
am 299b0610: Merge "Fix memory leak. Camera application is leaking activities...
Wu-cheng Li
2010-08-30
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix memory leak. Camera application is leaking activities.
Wu-cheng Li
2010-08-29
1
-2
/
+2
*
|
Added live diplay of recorded video time for time lapse capture.
Nipun Kwatra
2010-08-27
1
-27
/
+67
*
|
am 20ddc205: Add SharedPreferences#startCommit() method.
Brad Fitzpatrick
2010-08-25
1
-0
/
+4
|
\
\
|
|
/
|
*
Add SharedPreferences#startCommit() method.
Brad Fitzpatrick
2010-08-25
1
-0
/
+4
*
|
am dcd762a8: Close the video file descriptor earlier.
Wu-cheng Li
2010-08-24
1
-20
/
+24
|
\
\
|
|
/
|
*
Close the video file descriptor earlier.
Wu-cheng Li
2010-08-20
1
-20
/
+24
*
|
Don't set max recording duration for time lapse.
Nipun Kwatra
2010-08-18
1
-1
/
+4
*
|
Use video mode for 720p time lapse.
Nipun Kwatra
2010-08-13
1
-1
/
+1
*
|
Added support for time lapse video capture.
Nipun Kwatra
2010-08-10
6
-80
/
+246
|
/
*
Do not cancel autofocus when snapshot is in progress.
Wu-cheng Li
2010-08-05
1
-2
/
+2
*
Fix build again again.
Chih-Chung Chang
2010-06-28
1
-5
/
+6
*
Fix build again.
Chih-Chung Chang
2010-06-28
1
-2
/
+2
*
Fix build.
Chih-Chung Chang
2010-06-28
1
-0
/
+10
*
Support multiple camera preferences.
Chih-Chung Chang
2010-06-23
7
-31
/
+287
*
Support switching between multiple cameras.
Chih-Chung Chang
2010-06-23
7
-24
/
+174
*
Add metering mode support.
Wu-cheng Li
2010-06-11
3
-1
/
+17
*
mParameters is initialized in preview thread and could be NULL in
Owen Lin
2010-05-31
1
-2
/
+4
*
Show better message to users if camera fails to access sdcard.
Wu-cheng Li
2010-05-28
3
-1
/
+12
*
Refactor the code. Improve the inheritance structure of Textures.
Owen Lin
2010-05-17
17
-371
/
+269
*
Using GL to draw NinePatch
Owen Lin
2010-05-17
4
-87
/
+336
*
Initialize the HeadUpDisplay only once in the life time of the activity.
Owen Lin
2010-05-14
2
-22
/
+25
*
resolved conflicts for merge of ec1dfcb7 to kraken
Owen Lin
2010-05-14
31
-0
/
+495
|
\
|
*
Add copyright headers to source codes.
Owen Lin
2010-05-13
30
-0
/
+479
*
|
Create a ColorTexture to draw pure color in GL.
Owen Lin
2010-05-13
9
-28
/
+86
*
|
am e3911500: Fix 2672651 When GPS is disabled, GPS EXIF data is still in the ...
Ray Chen
2010-05-12
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix 2672651 When GPS is disabled, GPS EXIF data is still in the photo
Ray Chen
2010-05-11
1
-0
/
+1
*
|
Initialize zoom in "InitializeSecondTime" so that we can get correct values for
Owen Lin
2010-05-11
1
-18
/
+12
*
|
Handle events in the main thread and use GLThread only as a rendering thread.
Owen Lin
2010-05-10
30
-303
/
+218
*
|
Move the texture coordinate 0.5 pixel inner so that GL won't get garbage
Owen Lin
2010-05-07
3
-21
/
+31
*
|
Use our own EGLChooser so that we can fall back to use "copyImage2D" when
Owen Lin
2010-05-07
8
-49
/
+161
*
|
am 0055c650: Merge "b/2483367 Moving OneTimeInitializer to vendor/google" int...
Michael Chan
2010-05-03
1
-158
/
+0
|
\
\
|
|
/
[next]