History log of /packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
da705aa1c8cbaaba105d9bc7799aef95c416a459 31-Oct-2011 Chih-Chung Chang <chihchung@google.com> Fix 5521540: UI Tweaks.

- 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
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
3ebe49d8f1b4defb7cfd4850a14e795aada2ebd1 07-Oct-2011 Chih-yu Huang <akahuang@google.com> Rename function "setDegree" to "setOrientation".

bug:5244256
Change-Id: I6f5c96a5e1fefab5fa09a12fd3a0cf169bcbc6f5
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
5f6e354a6e2a77aa935fcefeb33a9baa67d48aaf 29-Sep-2011 Chung-yih Wang <cywang@google.com> Fix the single popup issue.

bug:5169941

Popups should not persist when another is opened.
+Rename the confusing PopupChange listener.

Change-Id: Idca3218c090c8d9d176dbb97d8077dcc27409368
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
46f4430b50ba8ca8b04b698d45d9ca2d4513121d 28-Sep-2011 Chung-yih Wang <cywang@google.com> Fix ModePicker selection UI.

bug:5353407

-The mode icon should be highlighted when tapped, not after the mode
picker has animated closed.

Change-Id: I6ff29acb2952653c2b6ebde447e160e202fd7fc6
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
c4f4c3da52404870b0b559b7bf88896a4f41b7de 23-Sep-2011 Chung-yih Wang <cywang@google.com> Fix the current mode hightlight of ModePicker.

bug:5363212

The hightlight was incorrect as the initial value of ModePicker is
MODE_CAMERA and the old code just return right away without update its
current highlight.

Change-Id: I2ae8e2c614be75836ad49abe0c735f01f37f5e12
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
3cd761b5888b54683e63db051ca9f38606dc1ecc 20-Sep-2011 Wu-cheng Li <wuchengli@google.com> Set the default of the mode picker to camera mode.

ModePicker.setEnabled needs to use mCurrentMode. Set
the default to a valid value so there is no dependency
between setEnabled and setCurrentMode.

bug:5344666
Change-Id: I82eb966994158733cfda72e3bda08fa57f7b0d45
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
20ff6a12d36dd928e6ccfb96aebf9f6481d15697 08-Sep-2011 Chung-yih Wang <cywang@google.com> Modify the Mode Picker to follow UI spec.

bug:5141384
bug:5141387
bug:5287560

+Follow the 'redlines' UI guidelines.

Change-Id: Ib46f4d45beb0e390933957727902d2d1f9e81211
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
3ea573b7823efd6b8a19f4d6535ae61af0ae0b3c 22-Aug-2011 Chih-yu Huang <akahuang@google.com> Disable mode picker during video recording

bug:5152987
Change-Id: Icfa472494dad0c475fff5b71fe19f06e472873ff
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
0e7b1301af5775c41827b9de0822566a91ea0c4f 18-Aug-2011 Chung-yih Wang <cywang@google.com> Cleanup unused imports.

Change-Id: I72c979a921d4b6a5143bd90a59e9e4d91958033f
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
e46d09dc17ac1cad5062fdc4b29916dc63da06c3 05-Aug-2011 Chung-yih Wang <cywang@google.com> Use View.GONE instead of View.INVISIBLE.

Refactor this to improve the performance.

Change-Id: I6a20021bf07546b0cfa6b4c4b5fe0d67556940a5
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
bed7386688cd7810cba23732ab71f370fe3222ff 20-Jul-2011 Chung-yih Wang <cywang@google.com> Merge the indicator bar implementations.

bug:5039235

Originally we have the GLView-implemented indicators for Phone-based UI.
Based on the current UI design, we would like to merge the look on all
devices for the dialog of the camera setting. Therefore, a refactor of
how to handle the popup window is required here and this will simplify our
UI work for handling different layout/resolution.

Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java
a72d73cbac59db43d413291e4db66763be08143a 27-Jul-2011 repo sync <cywang@google.com> Add mode picker for camera/camcorder/panaramo

+remove camera switcher
+add menu item for panorama

bug:5039225
Change-Id: Ib065074026760f7dc1bd1dfe694935f46bb8c407
/packages/apps/LegacyCamera/src/com/android/camera/ModePicker.java