| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Flash mode, focus mode, white-balance cannot be changed when scene mode is not auto.
bug:3156671
Change-Id: Iac019735e570903a1b9197ae6856cc612c7e67cb
|
|\ |
|
| |
| |
| |
| |
| | |
bug:3156671
Change-Id: I8e663f7bfde805eeef06bf4f3d9b883a58e51ce5
|
| |
| |
| |
| |
| |
| | |
mCenterX should be calculated before laying out the shutter button.
Change-Id: I23412f03314adefbbef95fba6d1035d37d1102f5
|
|/
|
|
|
|
| |
Last CL introduces a bug making it disappear.
Change-Id: I3ed4f1777d73f130aad3c4c7a20fedf160a2c86b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Increase camera preview frame size and align it to the left of the screen.
+ Move thumbnail to the lower left corner of the preview frame.
+ Move GPS indicator to the lower right corner of the preview frame.
+ Replace LinearLayout and negative margin with RelativeLayout.
+ Revise the look of the settings wheel based on new UI mock.
+ Add border to preview frame.
+ Make settings popup windows align with an invisible view in the root view.
This makes it easier to adjust the location of the popup windows.
Bug: 3156693
Change-Id: I8843fec803f8418699df7e425ea74af708b4ea99
|
|
|
|
|
| |
bug:3156676
Change-Id: Idb1052563356e54a27b2a5628c3db252d5f1ac54
|
|
|
|
|
| |
bug:3226752
Change-Id: I10d2430fb2db9283fa080284f9ad6c043d056865
|
|
|
|
|
| |
bug:3156676
Change-Id: I8a5394aefa068cb099b89c5739abf0cfd78591a9
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
+ Make camera/video icons on switcher radio buttons instead of RotateImageView
for x-large devices.
+ Add icons for camera and video on different states (normal and checked) for
x-large devices.
+ Add SwitcherSet.java that consists of the radio buttons and the Switcher and
replace the camera_switch_set linear layout with it.
+ Replace Switcher with SwitcherSet in Camera and VideoCamera.
Bug: 3156677
Change-Id: I1ea7b4d4149d0a8dc548086150a9ae1a616cd8de
|
|/
|
|
|
|
|
|
|
| |
1. Increase the left margin of other setting popup window.
2. Replace TableLayout/TableRow with LinearLayout.
3. Increase the size of previous/next buttons in other setting popup window.
4. Rows in BasicSettingPopup and OtherSettingPopup now use the same layout style.
Change-Id: I500cfed867367f997e40b559458d8d28ac27d2e2
|
|
|
|
| |
Change-Id: I1ed1dd3d23270d8da29bc446fa121067b98bb48e
|
|
|
|
|
|
| |
Manual merge from gingerbread.
bug:3208306
Change-Id: Ib7fb0a960c862527324adefd419e74224f59bc30
|
|
|
|
|
|
| |
bug - 3202417
Change-Id: Icb865419abc47726dc59c3fada4e4d789430b78a
|
|
|
|
|
| |
bug:3156688
Change-Id: I91465730cc2ac9c586122573c1ac73ba48cc0cc9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ add new mode switch knob.
+ add new background to mode switch view.
+ add transparent background to entire switcher view.
+ adjust sizes and margins of camera_control and review_thumbnail according to
UI spec.
+ adjust sizes and margins of mode switch view according to UI spec.
+ fix a bug in Switcher where drawing the drawable should not take into account
the left/right paddings.
Bug:3156677
Change-Id: I1e452e5a519aa3fc2cfef418dde6a7c196c8547a
|
|
|
|
|
| |
bug:3196125
Change-Id: If3f5ee415f29312366abcb775ffd5ca0cb5df184
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also rotate the on-screen icons according to device orientation.
Move prepare to startVideoRecording because we need to set
the latest orientation to MediaRecorder.setOrientationHint.
setOrientationHint has to be called before prepare.
Manual merge from gingerbread.
bug:3163671
Change-Id: Ieeb4ed9a2777308a70cdd1242e5abf7867ead8c9
|
|
|
|
| |
Change-Id: I455d6878feeacb3d44d80d899e8c948e1d28fca2
|
|
|
|
|
|
|
| |
UI was re-designed.
bug:3156693
Change-Id: I766aab7dce9030f3b2800ea0995e7f4e118241a6
|
|
|
|
|
|
|
|
| |
- Add video quality to the indicator wheel.
- Remove the head-up display in camcorder app from xlarge devices.
- Move recording time down a little bit.
- Align the zoom control to the left of control panel.
Change-Id: I0732e80edd80a703bcb2350fb4bb01a2c473e6a5
|
|
|
|
|
|
|
|
|
|
|
| |
Handle cases where there are less/more settings after switch,
for example caused by switching from a sensor without flash
to a sensor with flash.
Change-Id: I56a556f03679ab37c12f5918b09f6ac252c2ae3b
Signed-off-by: Andrei Warkentin <andreiw@motorola.com>
bug:3166542
|
|
|
|
|
|
|
|
|
|
|
| |
Crash the app earlier. Otherwise, the app will crash later in other
places and the log is gone. Getting a new Camera object is not good
because it's hard for the app to reset the current state. For example,
the state can be autofocus, preview, snapshot, recording, saving
thumbnail.
bug:3178948
Change-Id: Ibb38e6bfe927ed2ab9b87e2ee47044be8b96727b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hopefully with this CL, the code doesn't need to worry about the placement of
the UI elements.
Change details:
+ Move preview frame out of camera.xml and video_camera.xml.
--> create preview_frame.xml and preview_frame_video.xml in both layout/
and layout-xlarge/.
+ Move thumbnail list view out of camera.xml and video_camera.xml.
--> create thumbnail_list.xml in layout-xlarge/.
+ Make camera.xml and video_camera.xml a pure container which includes other
UI elements.
+ Create camera_attach.xml and video_camera_attach.xml for the attachment
scenario with its own camera control and no thumbnail list.
+ Camera and VideoCamera are modified accordingly.
+ Remove redundant RelativeLayout container in camera_control.xml.
+ Also fix a layout bug in PreviewFrameLayout.java.
Change-Id: Ief556c9aa77b0322312bb46ce1d274df3a26aa4d
|
|
|
|
|
|
|
| |
UI was re-designed.
bug:3156666
Change-Id: Id40fab084f59cdeca8e2991dc8b3768fcac8e0bf
|
|
|
|
|
| |
bug:3166485
Change-Id: I1c89a1fbfd5689d9881a7e62e4fac91770728368
|
|
|
|
| |
This reverts commit 9cdae7b99f46a9a18bc2661d487f6f1e003f45ae.
|
|
|
|
|
|
|
|
|
|
|
| |
Crash the app earlier. Otherwise, the app will crash later in other
places and the log is gone. Getting a new Camera object is not good
because it's hard for the app to reset the current state. For example,
the state can be autofocus, preview, snapshot, recording, saving
thumbnail.
bug:3178948
Change-Id: I28a8b962d39d488f374a6f14550655d516a696bc
|
|
|
|
|
| |
Bug: 3156684
Change-Id: I8985359e9f31df656cbf27024323da7ff33bac92
|
|
|
|
|
|
|
|
|
|
| |
+ Copied the layout file from res/layout and put it in res/layout-xlarge.
+ Changed FrameLayout to RelativeLayout in the new layout file.
+ Replace FrameLayout with View/ViewGroup in the code as it's not layout specific.
Bug: 3156684 (in progress)
Change-Id: Ife35528c08bc0e35793a0ff645ec9a7260c842c1
|
|\
| |
| |
| | |
Change-Id: Ida51ce14cbee3071cc26448e39bec05d505c8947
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Up to Froyo release, the media framework (pv opencore in particular)
was forcing the audio input source type to CAMCORDER whenever the
capture was for video and audio. This is not true anymore on
gingerbread with stagefright. The proposed solution is to specify
the audio input source as CAMCORDER in the camera app, and not
enforce it in the framework. Enforcing it in the framework removes
flexibility like recording from the front camera with a mic different
from the back mic on platforms with 2 mics and 2 cams.
bug:3171482
Change-Id: I5024ebb453054bfc0fcafedcdc78d98b0393bf81
|
|\ \
| |/
| |
| |
| |
| |
| | |
android.hardware.Camera.CAMERA_ID_DEFAULT." into gingerbread
* commit 'c309fcde67648ae483cab117a956ce11cf065ffd':
Remove android.hardware.Camera.CAMERA_ID_DEFAULT.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
bug:3173302
Change-Id: I2141456f3577e504e173a46efdbb343e03aaa5f5
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also rotate the on-screen icons according to device orientation.
Move prepare to startVideoRecording because we need to set
the latest orientation to MediaRecorder.setOrientationHint.
setOrientationHint has to be called before prepare.
bug:3163671
Change-Id: I69efe7408aa5d47e2ef9bbab9dd4337a10d56814
|
| |/
| |
| |
| |
| | |
bug:3163671
Change-Id: I88ea7c93aa6a08fb1cd529c3f5ad448399daba37
|
| |
| |
| |
| |
| |
| |
| |
| | |
The video looks upside down when the phone is held in portrait.
Remove front-facing camera recording before we have a complete fix.
bug:3163671
Change-Id: I453a21739c9ba387dd02be94bef5f92428e371f1
|
| |
| |
| |
| |
| | |
bug:3156674
Change-Id: Ia907303880bf806e66431a527a6b778762296796
|
| |
| |
| |
| |
| |
| | |
Head-up display is removed from xlarge devices.
Change-Id: I4e05076ae368a7e288d56a092ffb92e9eee8376e
|
|\ \
| |/
| |
| | |
switching camera
|
| |
| |
| |
| |
| | |
bug:3132055
Change-Id: Ic493cf7ceef40c0e8a9cd8c2850f7b8f09b482fc
|
| |
| |
| |
| | |
Change-Id: Iab326b5b75cacaf6a2e70de9faed28291665d1d7
|
| |
| |
| |
| | |
Change-Id: Ie6895470d3aadd0a53fb69a3048039b7d8b4c524
|
| |
| |
| |
| | |
Change-Id: I9f6724e6b5410fa4758dc0f0d4d28c5dc377567a
|
|\ \
| |/
| |
| | |
Change-Id: I8ec4aa5210cb5104bedb7d5ed6f823f44517b203
|
| |
| |
| |
| |
| | |
bug:3105659
Change-Id: Ie2c1559cc03ece66705c1d766bea0e736f2684bc
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
into gingerbread
Merge commit '03f097a09297ac400d340b3c4ffff4a9312da4f0'
* commit '03f097a09297ac400d340b3c4ffff4a9312da4f0':
Fix wrong aspect ratio of camera preview.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Surface view must match the preview size ratio. Deduct all
paddings while calculating the width and height of surface
view.
bug:3104492
Change-Id: I0d87a1c531f51fe74dd62b59f32dc40b1d1fb84d
|