| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mdpi and hdpi devices.
Update the UI assets for mdpi
Fix a issue that GLSurfaceView didn't call onPause and onResume in Camera.
Refactor. Improve the drawing and animation.
Also fix the RawTexture unsupported operation bugs and the NullPointerException
in GLRootView.
Change-Id: I7aeadcad72d64a665828a6bb4f0f73e685fde632
|
| |
|
|
|
|
| |
This is for unbundling, will clean more later.
|
| |
|
|
|
|
|
|
| |
This change depends on the MediaRecorder.java class change: 42513
bug - 2362412
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement the new UI with OpenGL (GLSurfaceView).
Known issues:
* Texture are never freed from GL
* Do not consider the density of screen. Currently, the dimensions in mdpi
devices are wrong.
* It won't work on Sapphire, bug fired: Bug: 2473605
* The action UP event may pass a wrong target. (It should pass to the same
target who recive the DOWN action.
* Animation is not smooth enough.
* Should not allocate objects into heap during rendering path.
* The scrollbar in GLListView doesn't match the design
* We should calculate our own orientation instead of using the system one.
* Regression: "restore to default settings" is removed
Change-Id: I93fa45831aa87787dd5ee9e43e270a9d786c5a2a
|
|
|
|
|
|
| |
- rebased
bug - 2375978
|
|\
| |
| |
| | |
we find out the storage may be not enough for next picture."
|
| |
| |
| |
| |
| |
| |
| | |
out the storage may be not enough for next picture.
Bug: 2377057
Change-Id: Ie6684738a282c382cf6368276dd78f77ca848611
|
|/
|
|
|
|
| |
for disabling animations in switching VideoCamera and Camera.
Bug: 2416396
|
| |
|
| |
|
|
|
|
| |
classes).
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This Google-specific setting is going away because of unbundling.
This change will cause geotagging to be off by default, instead of
being set by SetupWizard by the "Use location for Google services"
prompt. If this is not desirable, another prompt could possibly be
added to SetupWizard, or a new framework geotagging setting
could be added and SetupWizard be modified to set that as part
of the Google location opt-in.
Part of: http://b/issue?id=2383870
Change-Id: Ic160c2260dd597a35d79fec93250a816fbee8b81
|
|/
|
|
|
|
| |
- rebased
bug - 2417312
|
| |
|
|
|
|
|
|
| |
album view in Gallery app
http://b/2340332
|
|
|
|
| |
Change-Id: I504978763da3da797f71ca9fd00116d8b27729ee
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
Change-Id: Ia46c5ecbceebd5062c76b9396f39a17ae6bc1ed2
|
|
|
|
|
|
| |
performance as well.
Change-Id: I1a762ed78dc27bb711b652431481925c9bd1b8b5
|
|
|
|
|
| |
Change-Id: Ic4ca9f9e1802559c0d6604616555a94cdee1378b
Bug: 2259528
|
|
|
|
| |
Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
|
|
|
|
| |
bug:2247217
|
|
|
|
|
| |
Bug: 2167010
Change-Id: I1b59ddd23ee9a3b9cc34f911c048e269fb872cf8
|
| |
|
|
|
|
|
| |
Bug: 2318682
Change-Id: I367fde55fab1102019accd69e69dc516c583c153
|
| |
|
|
|
|
| |
http://b/2343916
|
| |
|
|
|
|
|
|
|
|
| |
The app should always check if camera driver support the parameter
before setting it. Otherwise, the app will always crash if parameter
string changes.
b/2323831
|
|
|
|
|
|
|
|
| |
When on-screen setting is visible and home key is pressed,
onPause will set mSetting to invisible and initializeRecorder()
will be called in onVisibilityChanged(). That will cause exception
if surface holder is still null.
bug 2319111
|
|\
| |
| |
| |
| | |
* changes:
Add flash light setting in video camera.
|
| |
| |
| |
| | |
http://b/2118298
|
| | |
|
|/ |
|
|
|
|
| |
Change-Id: I144e2dd590e98942763fc6e243da3e17cb25d88d
|
|\
| |
| |
| |
| | |
* changes:
Add check if the media is still recording when the timeup event is comming.
|
| |
| |
| |
| | |
Change-Id: If3ab51b5da867378182960694dab12af3cae5da1
|
|\ \
| |/
| |
| |
| | |
* changes:
Prevent double click for record button.
|
| |
| |
| |
| |
| |
| | |
http://b/2273733
Change-Id: Ibb62c511db77568aed5ae7899e2193b85a6b2e8c
|
| |
| |
| |
| |
| |
| | |
http://b/issue?id=2199588
Change-Id: Ia8b423918494dcb5e71b8b4185381a22c2ab7504
|
|/
|
|
|
| |
http://b/issue?id=2203704
Change-Id: I4e7f455eb037cb1cf60e85b338229c83d62a99f2
|
|
|
|
|
|
| |
We need small size for the fake camera in emulator.
Change-Id: I5543936338813d575efc158c78e219da7feb9415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Create 'image_file_name_format' string in strings.xml
2) Change createName() routines in Camera.java and
VideoCamera.java to use 'image_file_name_format' and
'video_file_name_format', respectively.
3) Change image filenames on SD card to format:
IMG_yyyyMMdd_HHmmss.jpg -- e.g. IMG_20091020_120000.jpg
(Old format was 'yyyy-MM-dd HH.mm.ss.jpg' which
contained undesirable space character in the filename.)
4) Similarly, change video filenames to format:
VID_yyyyMMdd_HHmmss.3gp -- e.g. VID_20091020_120000.3gp
(Old format was 'video-yyyy-MM-dd-HH-mm-ss.3gp' which
was not consistent with the image filename format.)
|