History log of /packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7543914f2de33b1be25626afb31fa979b06dd582 03-Mar-2015 Paul Rohde <codelogic@google.com> Use getLayerType() instead of boolean for hardware layers.

Prevent hardware layers from existing during steady states by
using getLayerType() and checking progress during each update.

Bug: 19514276
Change-Id: Ia5d9434cddd78e28aa5575bcba1cec5a91c46b2f
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
1908beee07fe9792338dbf8e0c36a5f1e3e9401f 02-Mar-2015 Paul Rohde <codelogic@google.com> Turn on hardware layers for semi-transparent layers.

This tracks and enables hardware layers for the mode switcher
when the alpha values are being animated. This helps prevent large
extra draws that are causing jank when opening or closing the mode
switcher.

Bug: 19514276

Change-Id: I902be1d4470bc5ae9c82ff7329d9b9167dee5eb9
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
d2710487e724660cbb890ebf5eb887b4a93281c1 27-Feb-2015 Alan Newberger <alann@google.com> Remove accordion

No more accordion animation.

Bug: 19535309
Change-Id: I001315e03b63de1ed228d371c849f30f5af2f17d
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
5f4f329d7d1780c6ea052bdaa64680e86bf74181 04-Feb-2015 Alan Newberger <alann@google.com> Revert "Move logic to open filmstrip from onUp() to onFling(), mimicking logic in ModeListView fling handling."

This reverts commit e3fd993f9e85acc7963673ee338ed4f1ba5dacbc.

Change-Id: Idd51a11192640f9f20699b754b121262b3f51cc3
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
e3fd993f9e85acc7963673ee338ed4f1ba5dacbc 03-Feb-2015 Spike Sprague <spikuru@google.com> Move logic to open filmstrip from onUp() to onFling(), mimicking logic in ModeListView fling handling.

bug: 18904319
Change-Id: I8e2b1db72eceab1b5ba14f3ecf3aa35ba35df046
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
8be316c7a8caf962cf3fcf5e49d332fb2718319f 20-Jan-2015 Paul Rohde <codelogic@google.com> Make it possible for singletons that rely on application context to be
initalized lazily.

* Add AndroidContext
* Add AndroidServices
* Make LogHelper ues thread safe lazy initialization
* Convert several unused fields into local variables in CameraApp.

Change-Id: I9c73e9b91efb49a01d848a8cca1e8e65f059b5d0
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
d7aab1856f58f13905b7e2705108795f6c2567a4 16-Jan-2015 Andy Huibers <andyhuibers@google.com> Move stats to new package.

Change-Id: Idfab1a24c91ff4c96515f3520283c7a0512d0514
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
427a915be4bcc84fa1c32d9e9e1b7473c522f732 20-Nov-2014 Senpo Hu <senpo@google.com> New capture indicator design for Haleakala.

* Introduce RoundedThumbnailView and retire PeekView.
* Rename BottomBarModeOptionsWrapper to StickyBottomCaptureLayout.
* Verified on K and L devices.

Thumbnail cropping:
* 100% width and vertically centered for portrait.
* 100% height and horizontally centered for landscape.

General behavior spec:
* Hide the capture indicatorby fading out using fast_out_linear_in (150ms):
1) User open filmstrip.
2) User switch module.
3) User switch front/back camera.
4) User close app.

Behavior spec for non-photo modules:
* Photosphere is stripped of UI so there is no need to show capture
indicator. When a photo sphere is taken (and user is in another mode),
the preview frame used in filmstrip is used in the capture indicator.
* Video: show in viewfinder prior or after capture. Hide during capture.
When a video is taken, the preview frame used in filmstrip is used in
the capture indicator.
* Panorama: Show in viewfinder prior or after capture. Hide during
capture. When a panorama is taken, the preview frame used in filmstrip
is used in the capture indicator.
* Lens blue: Show in viewfinder prior or after capture. Hide during
capture. When a lens blur is taken, the preview frame used in filmstrip
is used in the capture indicator.

Visual spec:
A 12dp spacing between mode option overlay and thumbnail.
1. A circular mask that excludes the corners of the preview image.
2. A solid white layer that sits on top of the preview and is also masked
by (1).
3. The preview image.
4. A 'ripple' which is just a white circular stroke.

Animation spec:
(1) only the scale animates, from 50%(24dp) to 114%(54dp) in 200ms then
falls back to 100%(48dp) in 200ms. Both steps use the same easing:
fast_out_slow_in.
(2) opacity, from 50% to 0% over 150ms, easing is exponential.
(3) doesn't animate.
(4) starts animating after 100ms, when (1) is at its peak radius and all
animations take 200ms, using linear_out_slow in. Opacity goes from 40%
to 0%, radius goes from 40dp to 70dp, stroke width goes from 5dp to 1dp.

Bug: 18317565
Change-Id: Ib8d4f065b98fc3b9b0b627633232ce8cee96eb61
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
4c96d840aeff669011a9e8697cbac77fe8f4eda2 16-Oct-2014 Spike Sprague <spikuru@google.com> disable startup shimmy on sd card error

bug: 15841887

Change-Id: If1cbb463a9de916b9fdd2926d8b47db04934535c
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
7dae6bb5ec44da5d7b51a4b98c45821ee5e2860e 30-Sep-2014 Spike Sprague <spikuru@google.com> tweaking peephole animation time from 350 to 500, per in-person request

Change-Id: I13cd63b00217f8beb079a3ea219d878971756c67
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
3c3b31dfd5ec7a43e89cd4695cc8c498afc3a91d 08-Sep-2014 Spike Sprague <spikuru@google.com> mode switch jank fixes

puts many ValueAnimators news into initialize methods
changes startPreview() calls to startPreviewWithCallback()
puts MultToggleImageButton's bitmap combine into an AsyncTask

bug: 17070332
Change-Id: Idea6396264588b345ed27b9f96f9434ff3e7e77c
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
0496fcaa51f88f6c753975473b971941e4090cfa 25-Jul-2014 Spike Sprague <spikuru@google.com> update mode switch transition anims

bug: 16129873

Change-Id: Ibcb2e31162dc353de250db2a7d24726b05768ab1
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
90defd62b3d0eed8cf3906c7f8394fc9ad401759 07-Jul-2014 Spike Sprague <spikuru@google.com> Merge "disable shutter button when mode list is open" into ub-camera-fishlake
38989540cb1488cb7b8062ff74b9dedcd76c047f 03-Jul-2014 Spike Sprague <spikuru@google.com> disable shutter button when mode list is open

bug: 16042076
Change-Id: I0b8fad7b40bb348a3be0fa3c9457a1ceb6a49b05
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
c064750b7a02c4e495a30d2ec8d25319a9e49e9c 03-Jul-2014 Spike Sprague <spikuru@google.com> disable talkback a11y navigation on mode list during shimmy

bug: 16042079
Change-Id: Ied2c91326d924bbd032853c84bba19a6dc75c992
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
26aa92bf5942bfde16621c6833c14ba0e1ea8b5e 23-May-2014 Doris Liu <tianliu@google.com> Add cling for settings button

Bug: 14683799
Change-Id: Id3785036f2b1642963dfa43f3272da314d952f2d
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
b908d933736a4ec042aad065b7ebf2059bbcac97 21-May-2014 Doris Liu <tianliu@google.com> Fix mode list layout issue after initial aspect ratio selection

Bug: 15088302
Change-Id: I10e6dcc7ce026c3ebb3fa676ebf0b7d7e0eda732
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
85cb6f2cbf4d3506a3cf423941f0e25f41f0b280 30-Apr-2014 Doris Liu <tianliu@google.com> am 7f714038: Merge "Fix abrupt opacity change in mode switcher when a mode is selected" into gb-ub-photos-denali

* commit '7f7140385c9a3811328fea3ca1c915809132fe6f':
Fix abrupt opacity change in mode switcher when a mode is selected
dfb5a6f356f3287c5cc9cac20948ec14c1f68a35 29-Apr-2014 Doris Liu <tianliu@google.com> Add affordance to toggle mode switcher and filmstrip for accessiblity

Bug: 14109115
Bug: 14106588
Change-Id: Ie5eea0f942739f2f0a1088ba7d568189bfe02b6b
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
bee2022d8dcde61d2b0c6cf9b709d8e34cdcb739 30-Apr-2014 Doris Liu <tianliu@google.com> Fix abrupt opacity change in mode switcher when a mode is selected

Bug: 14408761
Change-Id: Icb526fd30fe764322f0fd6158b4d47eb0540bb30
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
8afc8e2eaaa4fdeef3cf9060cc69613d37804f56 11-Apr-2014 Doris Liu <tianliu@google.com> DO NOT MERGE - Refactor preview position logic

Centralize the logic of laying out bottom bar and transforming
preview TextureView based on the total space to lay them out
and preview aspect ratio. The layout is updated when either condition
above has changed. Then the rect of the bottom bar and preview
rect can be queried anywhere. This way, bottom bar, mode options
layout, and any view that relies on the preview rect and bottom bar
rect can be laid out without extra layout passes.

Bug: 13795952
Change-Id: I13c38b566b5b5d8f37ec94f325554c089a86ca8e
(cherry picked from commit 28a2950939614a0c1c83787960ce1a218fb69a5e)
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
28a2950939614a0c1c83787960ce1a218fb69a5e 11-Apr-2014 Doris Liu <tianliu@google.com> Refactor preview position logic

Centralize the logic of laying out bottom bar and transforming
preview TextureView based on the total space to lay them out
and preview aspect ratio. The layout is updated when either condition
above has changed. Then the rect of the bottom bar and preview
rect can be queried anywhere. This way, bottom bar, mode options
layout, and any view that relies on the preview rect and bottom bar
rect can be laid out without extra layout passes.

Bug: 13795952
Change-Id: I13c38b566b5b5d8f37ec94f325554c089a86ca8e
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
1c5a87b4301c4211d3e3b85be5c863c50d4eab7b 08-Apr-2014 Doris Liu <tianliu@google.com> Cancel touch event forwarding when transitioning from shimmy to scroll state

Bug: 13903149
Change-Id: I70badb1fdc959b3ce0a9d3385e664938ab7918a9
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
77da836f524dbbf7fe92ff1ca6147595a540246f 08-Apr-2014 Doris Liu <tianliu@google.com> Merge "Hide mode switcher in selected state when window is no longer visible" into gb-ub-photos-denali
fa50f7d71a77dc730746c33fd17a570d42453759 08-Apr-2014 Doris Liu <tianliu@google.com> Hide mode switcher in selected state when window is no longer visible

Bug: 13751149
Change-Id: Id479eeed06ec8965df2836c4825de6212c7efa7a
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
759122e8b3071b79fa2a388f00403af4e21be68c 05-Apr-2014 Doris Liu <tianliu@google.com> Workaround for black sqaure issue caused by incorrectly recreated HW layer

Bug: 12594617
Change-Id: I9209d4bc0d6ebd045b957b3c79eabdca0a4f7cc4
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
10c5816e1ff3d30e4c4996643ba05d63d522b81a 29-Mar-2014 Andy Huibers <andyhuibers@google.com> Logging revisions.

Bug: 13747555

Change-Id: Ic5f735de89f9a69d981cdeab209b3966532697c7
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
9eb517f4c4bcf00fbe435a56f89d3abcaaa4d881 02-Apr-2014 Doris Liu <tianliu@google.com> Temp swipe interception to support swipe from capture button

Bug: 13535296
Change-Id: I911336ce407abbfe51759bb38ffff9a534a49de6
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
5596b4c902dcb685928b43678f428746ca5ffd08 12-Mar-2014 Angus Kong <shkong@google.com> Use debug.Log instead of android.util.Log.

1. Change to use com.android.camera.debug.Log instead of android.util.Log.
2. Add DebugCameraProxy to support more detailed debug info.
3. Add CameraErrorCallback in CameraManager.
4. Support posting to a specific handler for CameraErrorCallback.
5. Trim down some TAGs to match the framework tag length limit.
6. Remove some unused codes in CameraSettings.

bug:13324870

Change-Id: I8c20a8a0d11cfd50b6e199b03cbc88d3c4ad2ceb
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
26e901ed46054fb6cc2cb4c09bef3a779a1cbf78 25-Mar-2014 Alan Newberger <alann@google.com> Add a11y announcements for Mode List

This CL adds mode list announcements when shown, hidden, and for shimmy.
Adds a Manager to guard access to current state, which calls an event on the
state onCurrentState, in which announcements and other processing can be done.

Bug: 13589550
Change-Id: Ib0f3b555978438426d158c33d3d97f72f3e83130
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
15691af76927d932fcc1250b4ffaefd31a61cf81 14-Mar-2014 Erin Dahlgren <edahlgren@google.com> Respond to menu button key events based on current view.

Bug: 13347834
Change-Id: Id917bb488e7d67a233f65c4d95bdaf6c8facb33b
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
a8a24e0241ad3a3d3c8d8b77ac5cbd7138736bd5 12-Mar-2014 Doris Liu <tianliu@google.com> Mode switcher refactor for better state management

Also added support for mode selection during shimmy.

Bug: 13441279
Bug: 13403920

Change-Id: If7093e833b83f093b779df1d497e20ea3054c0c1
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
cc855959c9a643a08bb10a41253720c04580dfe5 11-Mar-2014 Doris Liu <tianliu@google.com> Merge "Fix mode drawer not properly hide itself" into gb-ub-photos-denali
5e5734b558013e23f21902ad96d0dc2949610b90 11-Mar-2014 Doris Liu <tianliu@google.com> Fix mode drawer not properly hide itself

Bug: 13402877
Change-Id: I5c9777ea91fc9101a4d42f0bbf84f40c8e5fd15c
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
5ac2bfbb23f6277947f284531237ea85c81a06e4 11-Mar-2014 Seth Raphael <magicseth@google.com> bring comment up to date

Change-Id: If9f7d43e2680ac6210cefac30be953fb4f7a8bfb
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
3020ba5dc23723bab7503324d82dd5ae3830008c 11-Mar-2014 Seth Raphael <magicseth@google.com> Increase opacity of mode switcher

Bug: 13213552
Change-Id: I4b9e710d20804aef68e58d571b4d7d7aab9e8397
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
8676e7802fb40f64a3b465c9b5e1a0a1ada9f699 10-Mar-2014 Doris Liu <tianliu@google.com> Fix shimmy cold start jank

Bug: 13392593
Change-Id: I08a45bad9fc93a284a9966fa8aa8c6e13e674ae5
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
69cb84076c2f290ee2cd782ab668a661c9d5386e 02-Mar-2014 Doris Liu <tianliu@google.com> New shimmy

Add soft landing for quick swipe-to-open.

Bug: 13183433

Change-Id: Ib51b3e401108c292f27ddb963d34cdbafa37f9ae
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
2bacca795a1b0adb0daf515c43c48234b44bbba5 06-Mar-2014 Angus Kong <shkong@google.com> Align the gridlines with the preview area.

1. Rename onPreviewAreaSizeChanged() to onPreviewAreaChanged() since it's
passing in the real preview area and is called when the area is changed
regardless of size changes.
2. GridLines.java now draws the lines based on the preview area.

bug:13098715
Change-Id: Idbd2ba03cad4698689cee46d2aa04588a415fa3d
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
0c0ff04ed41aede510fe018633c7c4e1a05aec80 01-Mar-2014 Doris Liu <tianliu@google.com> Merge "New Shimmy" into gb-ub-photos-denali
b00d64307ae77541f8576593a29214d649fb94e9 26-Feb-2014 Doris Liu <tianliu@google.com> New Shimmy

- Two step shimmy: first show the mode switcher, then hide it
with a shimmy animation.
- Hiding will not start until after all the popups are dismissed

TODO:
- When mode switcher is shown for shimmy, text should be hidden (
this involves cooridnating the timing to show text with user
interaction)
- Need to have a graceful transition if user grabs the list on its
way out

Bug: 13183433
Change-Id: Idda5520c3c3663864be0f478787ef603fdb0f6da
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
9fb887cb6cb1941726e7c0820d491eba950c64a0 28-Feb-2014 Doris Liu <tianliu@google.com> Remove animation when going from pressed to selected state

Bug: 13097259
Change-Id: I2098366fe68d11c68d8fb958680dcc33da7b4391
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
06e0826c3ae8579bd301040607701e0065aa6848 26-Feb-2014 Doris Liu <tianliu@google.com> 30% transparent fill pressed state

Bug: 13097259
Change-Id: I2d22e78fd80b3069df74df1bee53ec6276aedc73
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
b49ab283fe6fce242901a1a09fc2b148b27fe123 25-Feb-2014 Sascha Haeberling <haeberling@google.com> Use the mode list parent visibility.

Change-Id: I4a6ba89fc9027d526c60cfaef98b70c6faf0a2c1
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
8c1a922df154182b53f00c38198db7da0b4feb20 25-Feb-2014 Sascha Haeberling <haeberling@google.com> Make visibility support three states.

Bug: 13169154

This will enable us to either stop preview rendering or pause
picture taking in certain modes.

Change-Id: I28014452ce43effeeaef9638b2f3a3bc42027257
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
6ababe9379ecee4056a415085e28e7eb5e1249bf 21-Feb-2014 Doris Liu <tianliu@google.com> Add a pressed state on mode drawer items

Bug: 13097259
Change-Id: I63ba6a8200d69b451081b3ece8e8b71123b58a6e
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
948de99e58b72e815224d4e12761863dfceffae0 20-Feb-2014 Doris Liu <tianliu@google.com> Dismiss mode drawer when tapped outside

Change shutter button alpha to disabled alpha when mode
drawer is open

Bug: 13084332
Bug: 13084982
Change-Id: Ic6f8c0b910e653045b3f8c1c6f22dca3420f6802
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
5842607d1b9ec2b5e751a8aaf43ff97cc3f85d22 15-Feb-2014 Doris Liu <tianliu@google.com> Change gear icon background and implement pressed state

Bug: 13004843
Bug: 13005562
Change-Id: I18b44283bb337ca0bb3eb4aae923398a8ac4bfbb
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
537c8a92385476aac360e41ad0306001ad73974c 14-Feb-2014 Doris Liu <tianliu@google.com> Do not hide mode drawer when settings button is clicked

Change-Id: I4eefdbca124ee3656913877302cf32d32a6e9ec1
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
e7e0c028d568c1a4c3e88ed75411b8b41c5aec69 12-Feb-2014 Doris Liu <tianliu@google.com> Center mode drawer in uncovered preview

Also align the mode drawer to the left edge of the preview

Bug: 12974095
Bug: 12971043

Change-Id: Ic7b9cb95352cba52d3ccf6c09667476f2ea04d69
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
9d264309a341c52601bdccdeff6647e0ce58c31f 11-Feb-2014 Doris Liu <tianliu@google.com> Add settings entry point into mode switcher

Bug: 12963148
Bug: 12964884
Change-Id: I11b45037abe1716d89fe723170284c61fbb33a87
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
040e3c053cc0d2097332de24cf5328a26a8e7332 10-Feb-2014 Doris Liu <tianliu@google.com> Mode switcher refinements.

- Increase the mode switch icon size.
- Change mode cover color to 0x191919
- Change the font of mode text to roboto medium
- Change the highlight state of mode icon to fill

Bug: 12954273
Bug: 12954790
Bug: 12954370
Bug: 12953261
Change-Id: I23ef62ae4ce5589da20c7ee6bf805e5af70b62f2
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
213a4a086b54904cee543adf60b16fc1a61efe38 05-Feb-2014 Doris Liu <tianliu@google.com> New mode drawer.

-Changed the entire look of the mode drawer by using a live preview
as background, and use circle icons rather than block shaped icons
-Fade in the blurred preview frame during mode switch
-Add highlighted and selected states to mode icons
-Center the mode drawer in preview rather than whole screen
-Swapped mode order in the drawer

TODO:
-Add settings access point
-Refine swipe in/out behavior of the drawer

Change-Id: Ibab0fe960bcfbb9635ca7f45d50178cb1ef2941f
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
79718f6c6fb60aedd09edeedb2c16d1e2f9fe02d 29-Jan-2014 Spike Sprague <spikuru@google.com> adding accessibilty strings to ui items

Change-Id: I3f2356c765bd2799dfa1009ff6707fc3af87383e
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
82f133fdab566c83701d97e370a705cb3267d1dc 18-Jan-2014 Doris Liu <tianliu@google.com> Improve responsiveness of mode selection highlight

Bug: 12449459
Change-Id: Ifc5e42119e216827a187f6bb0b6f3c7d2f2bf672
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
6c5a5375524efe7e5160f92edcaad121c7fbdb07 15-Jan-2014 Doris Liu <tianliu@google.com> Open mode draw at a constant speed when there's a fast fling

Bug:12544207
Change-Id: I104d81c0a74bb46f38ff8cd61dd9f13a2d615ed7
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
bd1b8f910d6f2c94daac304f4bd1a098939474c3 04-Jan-2014 Doris Liu <tianliu@google.com> Centralize camera mode resources

Moved camera mode related resources such as mode theme color, mode
icon, text, mode id, etc to resources xml. And created utility
functions to query for them.

Part II at ag/404854

Change-Id: I828502c76851cc2ed0b632b1ed4bb7f702fee231
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
2c559c4bd3c65e0cb0bca06f30e3bc979038e6f7 09-Jan-2014 Doris Liu <tianliu@google.com> Stops playing shimmy after 10 sessions where mode drawer is swiped open

Bug: 12412506
Change-Id: Ib2e62fa93c5e1bca5eb547a6a74f688f0b0cb633
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
0982a7405add0c0537c50e158e5f5d9074ed0c39 21-Dec-2013 Seth Raphael <magicseth@google.com> Merge "Allow capture during accordion shimmy" into gb-ub-photos-denali
db290c33bd0250b473c475254cbfbbd19dd72430 21-Dec-2013 Erin Dahlgren <edahlgren@google.com> Merge "New Capture UI." into gb-ub-photos-denali
908bace4c8ceb9ebf4644827350a0792cbd44331 21-Dec-2013 Seth Raphael <magicseth@google.com> Allow capture during accordion shimmy

Change-Id: I0027bf1c138efb67b1b2c9bc6599cb2a837c0caf
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
4efa8b54c1df4e06f2d3caed2568015a737f9dda 18-Dec-2013 Erin Dahlgren <edahlgren@google.com> New Capture UI.

* depends on ag/400799

Change-Id: Ieb0e27447659bcb04dee57348583f68d680408d2
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
e1052c6501f9c1150aeaed99b57744f3afde61ff 20-Dec-2013 Spike Sprague <spikuru@google.com> Merge "removing *_disabled.png assets for mode icons" into gb-ub-photos-denali
b9b7240d62dd2ad245f2c0e09fd1056a28687978 20-Dec-2013 Doris Liu <tianliu@google.com> Hide mode drawer when back is pressed

Bug: 12105158
Change-Id: I0c17fe979e732dad465798ea647d90fb30077c26
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
ab76f0b4e0f53f065e458e46f5dfdc35b80b6ba7 20-Dec-2013 Spike Sprague <spikuru@google.com> removing *_disabled.png assets for mode icons

bug: 12234456

Change-Id: I978e0f43c3ca3bf5dfd5198a9c45048299b43c0e
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
298811e116518a7fa75e30c0dddd04e8e26e91e4 19-Dec-2013 Sascha Haeberling <haeberling@google.com> Advanced mode icon fix.

A recent CL accidentally switched the icon back to the craft icon.

Change-Id: I0f7d456daac85a22c565e530a2c3914f905b5b37
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
cc0161c31a29848a822377845b5e7ffafeacca61 18-Dec-2013 Spike Sprague <spikuru@google.com> adding new icon resources

bug: 12128194

Change-Id: I1b34100821113aa7ba996fab3faf14752e766030
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
601921e746832bdef40503c606a95b4469f1bedb 17-Dec-2013 Sascha Haeberling <haeberling@google.com> Change the mode switcher order, color, text.

Bug: 12179634
Bug: 12179736
Bug: 12180159

Also re-enable wide angle mode.

Change-Id: I075d7e2311fc560ed3d757585891c0eb2da08ea0
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
0788b14b3b90964455a907dc673e292390990a8e 14-Dec-2013 Doris Liu <tianliu@google.com> Fix small flickering when starting mode drawer

Change-Id: Ie1775010527911933302b24b4296d7bffee9ff69
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
b6eaa8c70da19fb3233c3c4b1a2625ce90fc35af 12-Dec-2013 Doris Liu <tianliu@google.com> Mode selection animation

Change-Id: I3741f71add7e506a974602cefa6edfdbeb442fa0
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
49a52f211869c44d862ba762a97b937411d37e31 13-Dec-2013 Doris Liu <tianliu@google.com> Update Panorama mode name, color, icon

Bug: 12108651
Change-Id: I9edda88577702e41429a6845986e5d87c9abe3c7
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
1ae8409538ac624ef1bb012fc9a25bdced6d112d 12-Dec-2013 Doris Liu <tianliu@google.com> Fix mode cover for hdr+ mode

Change-Id: Icb3c60946a6b5b280119e3a4d9c989ee6cc50e61
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
a20074f0efeaa62a29b05838110d04a1b7271418 10-Dec-2013 Doris Liu <tianliu@google.com> Only display supported modes in mode drawer

Change-Id: I1891de0ca485db7d24982b2e73ac5d415480813e
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
b7d3ce145dd7b1cf0ac51f53d5bc73dbbf35f6e6 07-Dec-2013 Doris Liu <tianliu@google.com> Refining shimmy

Bug: 11858581
Change-Id: I7eefc5189caefc6d23d2dbbca243632db716b0c3
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
cfaf7b0226e5d556ce12b34793f9bd0901652c62 06-Dec-2013 Doris Liu <tianliu@google.com> Mode drawer with more fluid dragging

Change-Id: Ie897988a5efd6180a9b92c61487497b08ca16324
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
f55f3c461c5a6ae6b61fa75562ca01683aa93f9a 20-Nov-2013 Doris Liu <tianliu@google.com> Pinhole animation, quick switch between photo and video

Also, first pass of the view hierarchy refactor.

Change-Id: I6c80191f15908bd24c16b76df6ef92df3ef905fc
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
c120b0f6e5ea919fcbb87f832a2b6c82509a2114 19-Nov-2013 Erin Dahlgren <edahlgren@google.com> Custom settings ui with dialogs.

Change-Id: I117744135e5b08370c1feb63fe4abcccfe325659
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
612321f39ca524de2efced1e826db9ec523bd6dc 19-Nov-2013 Angus Kong <shkong@google.com> Centralize the module information.

Change-Id: I4d9fdbe480a518c7b6ca0268aa9beee49d22610c
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
70576b611fddc929abbfb466fa44c396a3a793db 15-Nov-2013 Doris Liu <tianliu@google.com> Dim the background of mode switcher as swiping in

Also updated comments, and hooked up shimmy.
Bug: 11514368

Change-Id: I4055195dc8309ed78be9a04bdfcffd714257cb10
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java
1c94b7d0fa0143230d04b9f14c2ff93c6886d6cc 10-Nov-2013 Doris Liu <tianliu@google.com> Introduce new mode switcher

TODO: Get assets from UX and activate shimmy
Bug: 11514368
Change-Id: Iebfd3c3c2dc1b08db25e166d5f90d3418a67ed22
/packages/apps/Camera2/src/com/android/camera/ui/ModeListView.java