History log of /packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c347dd2cccb6cbad8caa8404eae1c0ae17204156 09-Aug-2012 Ahbong Chang <cwahbong@google.com> Do not use API in level 11.

Util:
Copy the implementation of AlertDialog.Builder.setIconAttribute()
in the framework.

EffectSettingPopup:
Effect recording is only used in honeycomb and above, so we can simply
add TargetApi for method reloadPreference().

FaceView:
It is only used when face detection is supported, so we can simply add
TargetApi for the class.

InLineSettingXXX:
Move the implementation of onPopulateAccessibilityEvent() into
dispatchPopulateAccessibilityEvent().

Bug: 6927726
Change-Id: I06205914f246b31e37a0c5c549c4cae8d5b11303
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
892781804513066b68b4a2fa6f846e862dac252a 14-Mar-2012 Owen Lin <owenlin@google.com> Reorganize import for all files.

Change-Id: Ic56125055ff28f989ab4ad84f87736bbd15dd839
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
913f3784d368a5e11fee5d5db2c355ef832685da 03-Feb-2012 Wu-cheng Li <wuchengli@google.com> Fix warnings and remove unused code.

Change-Id: I1039edbc5a9990d44f5a629a18066805f370775e
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
a2c8d40185095a1905f0063ebeb51ff62c0a0ab1 03-Nov-2011 Angus Kong <shkong@google.com> Change effect settings popup styles.

bug:5521011
Change-Id: Ia01bcbd8b1aa916406048b6890ab3439fe2f063a
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
15402eff4f819bd0984ca8f2f6ea76ea0b92b326 27-Oct-2011 Chih-Chung Chang <chihchung@google.com> Fix 5520606: Should be able to deselect the effect selected to clear effects.

Change-Id: I41ea0d23b4ec83f5205fbe1324fb997a1d0971f3
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
9cae606ce029cdcdc7534c164582c065e4241bb9 18-Oct-2011 Chih-Chung Chang <chihchung@google.com> Fix 5454202: make the UI work even if there is no goofy face effect.

Change-Id: I6e498dac31538a1af57e2c79d5df3519f2ab57da
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
73ad6a2afa0e66c0984ced0d91b5cc2b42dd0661 11-Oct-2011 Evan Millar <emillar@google.com> [DO NOT MERGE] Add orientation switching and cancel button to bg training panel.

-I also changed some calls to GridView.ClearChoices() to explicit
setItemChecked(..., false) calls because of bug 5439410.

bug:5225962
Change-Id: Ie764a209bc9647db8522efd38609c8ed383b5d0b
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java
1e99673af90451eaffeb100735f38e6ce0f18456 22-Sep-2011 Wu-cheng Li <wuchengli@google.com> Add clear effects button, silly faces title, and background title.

bug:5226051

Change-Id: I61609e31fb8f18041f6885cb923507aeecfd9c9f
/packages/apps/Camera/src/com/android/camera/ui/EffectSettingPopup.java