| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
on-screen settings will show up.
Change-Id: I86a587969a9a01d62560e21d457d3639841ba6da
|
|\
| |
| |
| |
| | |
* changes:
Fix a bug that if user close the settings directly from sub menu. The summary in main menu will not be updated.
|
| |
| |
| |
| | |
The summary in main menu will not be updated.
|
|\ \
| |/
|/|
| |
| | |
* changes:
Fix NPE in resizeForPreviewAspectRadio().
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In user mode, if start preview fail, don't try to
set resizeForPreviewAspectRadio(). Also make changes in VideoCamera to prevent
similar problems.
In eng mode, reveal the exception so that test tools can detect and report the
error
Change-Id: Ice457d753dcf18e8e93cac90aa62ee1adcc332cd
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Use the new exif interface API.
|
| |/
| |
| |
| | |
Change-Id: I2aba6e09601facc1db633c57a015ea73c3eacb31
|
|/
|
|
| |
generateShuffleOrder() must be called after mAllImages is populated by init().
|
|\
| |
| |
| |
| | |
* changes:
Fix 2083478: Camera needs an auto-focus cancel API
|
| |
| |
| |
| | |
Change-Id: I015c2ec5496dfd3921845f4974ba91a388675763
|
|/ |
|
|
|
|
| |
Change-Id: I03be03c5a648ced971a600c86948d827ce6360bd
|
|
|
|
|
|
|
|
|
|
| |
1. Keep in submenu after changing option. Users will need to press the selected
option again or press on "back" to go back to main menu.
2. Fix a bug that when submenu show up. User cannot use traceball to select menu.
3. Simplify the code, there is no need to use "mRecorderInitialized", we can know
that by testing whether mMediaRecorder is null.
Change-Id: I2ab949e26aef7f1f9f874252295c2066688ed49d
|
|\
| |
| |
| |
| | |
* changes:
Fix the bug that scene mode doesn't change immediately.
|
| |
| |
| |
| | |
Change-Id: I22679cb2e25a6751021a225001247fbf03a758bb
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix 2113527: NPE in ViewImage.onActivityResult.
|
| |/
| |
| |
| | |
Change-Id: I87eca374895b1896a993ed80aa204193dce17123
|
|/
|
|
|
|
|
| |
release the media recorder at better timing.
Also reset the OnScreenSettings when hiding it.
Change-Id: Ica62b665d5cc087dc00ccdda71875c7aadc071f1
|
|\
| |
| |
| |
| | |
* changes:
Fix 2117211: NPE in Camera.onFlashModeChanged
|
| |
| |
| |
| | |
Change-Id: I80326d1f4556416bfb9bb42d69626df652e6b427
|
|/ |
|
|
|
|
| |
Change-Id: I515c90bb5c4d49a2c4a761a933c0db6fbec0637b
|
|
|
|
| |
Change-Id: Ic55eb043e78cc6ed7c5fea5d0a88937e964f739e
|
|
|
|
|
|
| |
in Camera and Camcorder.
Change-Id: I2444a2c8f7a040b2b5fc449df0fc988fba1b7aaf
|
|\
| |
| |
| |
| | |
* changes:
Add messages to help debug 2113527.
|
| |
| |
| |
| | |
Change-Id: I964bb8a02831a1bd89d1c74dd26283cafec9dc78
|
|/ |
|
|
|
|
| |
Change-Id: I11ea02685bb27b33eb73c11bea9918b5fa02e186
|
|
|
|
| |
Change-Id: Ieae9f61e9e18f57b8ba8ac506e3fa50b210b555f
|
|
|
|
|
|
|
| |
It seems to be a problem that we recieved the camera hardware button while
camera application is running.
Change-Id: I67dd2233e38ef530e55c116c2c70f37d026b5530
|
|
|
|
| |
Change-Id: I56fe3a1fc942f18faefbbc06d0fdac013c791ed6
|
|
|
|
|
|
| |
settings and then make it workable.
Change-Id: I519bff761db4b2b0acc1a61a8f901fafcd4b2586
|
| |
|
|
|
|
| |
Change-Id: Ie8ed04e74beef78208946688ee2f33297de0b6d1
|
| |
|
|
|
|
| |
Change-Id: I8c009ad9c340d7267e9d1cf43b6fc1513d44eb21
|
|
|
|
| |
Change-Id: I7445e365ad9158312149dc80cf73361655171ba2
|
|
|
|
| |
Change-Id: I8814d8482df5709b03ef105f547f4981db34919a
|
|
|
|
| |
Change-Id: I6e608b5b2d02abf3d1901160adba188399b03542
|
|
|
|
|
|
| |
is selected.
Change-Id: I5136194cb6cd88cc2224c34e770e714d1dbe4e5a
|
|
|
|
| |
Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb
|
|
|
|
| |
Change-Id: Ie4242d8f5729dde920cec1ffa510761bc0c890ad
|
|\
| |
| |
| |
| | |
* changes:
When resuming MovieView after a pause, don't autoresume, but show the media controller instead.
|
| |
| |
| |
| | |
show the media controller instead.
|
| |
| |
| |
| |
| |
| | |
Double tap to zoom in to the maximum. Double tap again to zoom out to the minimum.
b1977072
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Fix bug 2078592.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This bug is that the touch event location should be traslated to be related
to the "owner view" of the zoom control. However, we didn't do that. So, there
is a shift of the location in the event object.
We tried to detect if user has touched on the zoom buttons and then keep those
on-screen controls (including zoom buttons) shown. Now, we fix this bug by
changing the logic to "if user has touched the screen while those on-screen
controls are visilbe" then we keep those controls on screen.
Change-Id: I3664c47d308a76afc7d8746da8bbbc1f3afbf7ac
|
| |
| |
| |
| | |
Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2
|
|/ |
|