History log of /packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
006baced4746ddaf31fbd170bcb76abc5f1f8325 10-Nov-2011 Chung-yih Wang <cywang@google.com> Fix several UI bugs.

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
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
4b9791ff6763d310c750892b774119ad750c512a 04-Nov-2011 Chih-yu Huang <akahuang@google.com> Change highlight pattern in indicatorbar.

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
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.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/ui/AbstractIndicatorButton.java
26d88fce15a24362644123af5f0cce79ea572e7b 04-Oct-2011 Chung-yih Wang <cywang@google.com> Add content descirptions for accessibility.

bug:5230109

Change-Id: I055fccea0d30c54dc8520bf1d0424b963d2ba8a5
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.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/ui/AbstractIndicatorButton.java
842f11c8716bc6320b1b7c228742c0dd1cab2d0b 22-Sep-2011 Chung-yih Wang <cywang@google.com> Show the hightlight bar of the active indicator button.

bug:5039235
Change-Id: I79d4b7be080748b2715b8826924de65e0d75ef39
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
f6de2b4114de0355581a666cde86c3351b851417 03-Sep-2011 Chung-yih Wang <cywang@google.com> Merge "Add the missing setEnabled() for phone UI controls."
b1ce29490ec61847602ece16f3745417787d3d8f 31-Aug-2011 Chung-yih Wang <cywang@google.com> Add the missing setEnabled() for phone UI controls.

bug:5109283

We have to hide the setting buttons during video recording, or it will crash
the camera driver easily by changing the camera settings. For camera
mode, we just simply disable the buttons with grey out effect.

Change-Id: Iec06a48f246ab5ef9ae4d8c6ca0b78851fcb0155
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
0341c03529f04351534a15d06facb096aab7a95f 16-Aug-2011 Wu-cheng Li <wuchengli@google.com> Close the camera setting when an option is tapped.

bug:5141477

Change-Id: I3428922ae6343d5c26f3d85808aeeb6923335802
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
4cc009b812557bc312af556e3ed64cae2367d69e 25-Aug-2011 Chung-yih Wang <cywang@google.com> Fix the bug of reloadPreferences.

In the old code, we have two methods in IndicatorButton,
reloadPreference() and reloadPreferences()(the one inherited from
AbstractIndicatorButton). Merge them and take reloadPreference()
in the AbstractIndicationButton.

Change-Id: I50c65da8bc5ef07202c6562f28f2e046dbb7606a
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.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/ui/AbstractIndicatorButton.java
c926b2152b7d1b65f34b58af50d0c6cdeb070123 05-Aug-2011 Chung-yih Wang <cywang@google.com> Fix the build.

Change-Id: Ia7ae06b577a570441f1e962fa2ff53c48184ce23
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
0980ef20897b2b83ee1ddce300044c121192f599 05-Aug-2011 Chung-yih Wang <cywang@google.com> Merge "Add the CameraPicker for PhoneUI."
c6bf6547259e75a4fc0e3ac61ab589f456031837 04-Aug-2011 Wu-cheng Li <wuchengli@google.com> Enables zoom buttons during recording.

This also fixes indicator buttons are not disabled during snapshot.

bug:5029304

Change-Id: I4496d8333ecb0c6e02e30cd4eb1f7424b95a9912
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
b5c569214281e11dc7e8ffc313fbb27e5ff6e5c5 03-Aug-2011 Chung-yih Wang <cywang@google.com> Add the CameraPicker for PhoneUI.

+recover the removed CameraPicker.

Change-Id: I5e45c4f73ce7c082cf420d27a86b922283a83bcc
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.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/ui/AbstractIndicatorButton.java
cead50ba3ce2df3bd9fcf06c6f54ea0c6980f0d7 14-Jul-2011 repo sync <cywang@google.com> Make all wheel icons rotatable.

+Make the popup menu rotatable.
bug:5039041
Change-Id: I28394531d5c0894215b8229159cfe9c7bee958b9
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java
039f1dc1fd89b5baeed8be05f3f21770cf75d4b3 06-Jul-2011 Wu-cheng Li <wuchengli@google.com> Move zoom buttons and front/back camera switch to indicator wheel.

bug:5001059

Change-Id: I5ed60169b6f73dc41d84ba7bd299ed8bf394a284
/packages/apps/LegacyCamera/src/com/android/camera/ui/AbstractIndicatorButton.java