| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Use minimum height of camera_control to fix it.
bug:6228273
Change-Id: I7c623efe06e043664d696f753f08877cd34450a1
|
|
|
|
|
|
|
|
|
|
| |
Fix the share popup to comply with the new design:
1. Black background.
2. Image is centered.
3. Share popup won't rotate automatically.
bug:6031042
Change-Id: I86b15a19bc8f7598d444cd9032960ea02e251668
|
|
|
|
|
| |
bug:5641001
Change-Id: I0d77a93a9c0ef5b7b661abf36028eb559981dc67
|
|
|
|
|
|
|
|
| |
+ Do not show flash indicator if it is off.
bug:5039279
Change-Id: I329b63d04f46fbe23f5ade3e4cacf446ce41f98c
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bug:5575970
1. The cancel button of the background replacer message should be on the bottom.
2. The location of recording timer was too low in the landscape mode.
3. Fix the animation of the setting popup.
Change-Id: Ia2345e72efc0118cd0172af4bd6243815c602493
|
|\ \ |
|
| |/
| |
| |
| |
| | |
bug:5611399
Change-Id: I09c400d0faa7e5753a728f2a8ba9a8bc4fcf5a77
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bug:5575970
In order to show the toast in a landscape orientation with portrait
layout. The rotatable toast helper class is implementated and is also
applied for first-hint toast messages.
Change-Id: I942e87df1c1a4509d01cd41e2ecbdc2e2dfec049
|
|/
|
|
|
| |
bug:5142001
Change-Id: I0e55da11603e7adc8f21b7a6577ff5f3f4fe92a4
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Add exposure, flash, scene, white balance, and focus indicators.
bug:5039279
Change-Id: I7ef87ee35855030dbc8fdc2d4c52fa5d8b6549ba
|
|/
|
|
|
| |
bug:5521011
Change-Id: I66aab65763224cbb66aa721d49d3e4ea916d8a58
|
|
|
|
|
|
|
|
|
|
| |
Use the blue press state for all the icons in the setting bar,
fill the whole bar width with a square instead of blue arc.
Also make the share icon touch area larger.
bug:5521011
Change-Id: I2db26c41758d230e8455696346a90a33b7e3efb6
|
|\ |
|
| |
| |
| |
| |
| | |
bug:5521011
Change-Id: Ia01bcbd8b1aa916406048b6890ab3439fe2f063a
|
| |
| |
| |
| |
| | |
bug:5521011
Change-Id: I150f754b9190e7034e75a3ab06cb0f5e8312cd31
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To comply with UI spec:
1. Change the text size to 12sp.
2. Change the pressed-state background.
3. Adjust the height to match the parent.
bug:5521011
Change-Id: I4b99a1593aec67eb41c38ae97d54f3c9c4fce740
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- draw fan-shaped semi-transparent area on the indicator wheel.
- change selected indicator color
- remove video mode black border
- set activity background to black
- update assets
- don't gray out unselected modes in mode picker (tablet)
- set ok/cancel icons to 32dp, font to 12sp bold
Change-Id: Iedc43dca29d1943965caf2d36cce176d8e509547
|
|/
|
|
|
|
| |
bug:5481928
Change-Id: Ic9a34b0f9e8d920afa5aec36561892045480e18c
|
|
|
|
|
|
|
|
|
|
|
|
| |
bug:5446617
Since the orientation is mainly portrait on phones, the default
orientation of an application will decide if the window animation will
be played before it starts. In order to reduce the launch time of Camera
apps, this change is to skip the window animations by changing the default
orientation to portrait.
Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e
|
|
|
|
|
| |
bug:5494290
Change-Id: I7cb498ef50610d300a64d9d053b0a411d86da730
|
|
|
|
| |
Change-Id: I5b587cd551c4b9a184fd00739519651ef7f5e92a
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Three changes:
(1) center the play button over the thumbnail
(2) leverage the existing mechanism for scaling the image for video
thumbnails which want to be 4/3
(3) use center_crop for video previews so that they properly align
in the ui. Not doing so means we were getting black bars at the top
and bottom which was wrong.
Change-Id: Ifc416455d03136a393239487db07493dc27f151e
|
|
|
|
| |
Change-Id: I6e498dac31538a1af57e2c79d5df3519f2ab57da
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make training modal by placing a semi-transparent view behind the
message panel to prevent interaction with the rest of the camera UI.
Use the framework dialog asset as the background asset for the message
panel. Since this asset is not public I had to copy it into the Camera
package.
bug:5225962
Change-Id: Ief97f545c6c0bb3695a056481d5e6d56d44edf25
|
|
|
|
|
|
|
|
| |
-I also changed some calls to GridView.ClearChoices() to explicit
setItemChecked(..., false) calls because of bug 5439410.
bug:5225962
Change-Id: Ie764a209bc9647db8522efd38609c8ed383b5d0b
|
|
|
|
|
|
| |
bug:5230109
Change-Id: I055fccea0d30c54dc8520bf1d0424b963d2ba8a5
|
|
|
|
|
|
|
|
| |
Add the "go to gallery" button at the top of the list of share
choices. Made it a separate button rather than part of the list
since it gets it's own separator.
Change-Id: I62f866f7aedd3e84916eccf037f3fa37a8528196
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Incremental work towards matching the redline. This will probably
require a review pass from UX to catch any missed items.
Change-Id: I0496aa0fc1941f8ffa06050ae8fbed3fe7246878
|
|\ \ |
|
| |/
| |
| |
| |
| | |
bug:5244256
Change-Id: Ieed6119f22598a34eeb1672d07f55a876dced791
|
|/
|
|
|
| |
bug:5386702
Change-Id: I4883937b5f0e374d29cee8135d2051628714ed3d
|
|
|
|
|
|
|
|
| |
Change listing order of indicator bar and background for correct
Z-ordering.
Bug: 5422809
Change-Id: Id4963de2677230791102866688128afffc062d03
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. The behavior on tablet UI and phone UI now is the same.
2. The recording time and time lapse label now always stay on the top-left corner (even when in
portrait).
bug:5394916
Change-Id: Ifa5013748dbdda3a6c0083569ec3c565b4c687eb
|
|/
|
|
| |
Change-Id: Iac812d08a446cc496b9c0162422c83720cc3ba04
|
|
|
|
|
| |
bug:5039042
Change-Id: I61dd597b0b71566a00eb1cca45ea0b3e3019fac6
|
|
|
|
|
|
|
|
|
| |
bug:5353407
onPress state:
+ The closed mode picker should have an onPress state.
Change-Id: I605fbe86406e0c780654bedc496343267cef310d
|
|
|
|
|
|
|
|
| |
- Add back 8dp padding.
- Change background to 85% opacity.
bug:5290450
Change-Id: I0dce998769391d27699aec69717ef9c11bce4534
|
|
|
|
|
|
| |
bug:5226051
Change-Id: I61609e31fb8f18041f6885cb923507aeecfd9c9f
|
|\
| |
| |
| | |
ics-factoryrom
|
| |
| |
| |
| |
| | |
bug:5039235
Change-Id: I79d4b7be080748b2715b8826924de65e0d75ef39
|
|/
|
|
|
|
|
|
|
| |
- Switch position of checkmark and X.
- Let review play icon visible in intent mode.
- Let review control visible after reviewing video.
bug:5244256
Change-Id: I20d51faf9fb5658ee009dd45ff112947cf4ebf02
|
|
|
|
|
|
|
|
|
|
|
| |
1. The height of title is adjusted.
2. The height of each row is adjusted.
3. The background is not transparent anymore.
4. Font size is adjusted.
5. Leave some space between the setting popup and the indicator bar.
bug:5039235
Change-Id: I22d49ea04db15b3e2a095a5e360a76ab15e1a5fc
|
|
|
|
|
|
|
| |
+use drawable selector to activate/deactivate the zoom control bar
+update/add zoom assets
Change-Id: Ie429dd0d78c562c8d1045280f336ae74ea6ce898
|