summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-09-25 18:51:19 -0700
committerChiao Cheng <chiaocheng@google.com>2012-09-26 12:14:59 -0700
commitbbf7c9e64afc9383bb5526f35f4e885e5c3e0941 (patch)
treede589dd9219260d24d9223f729995f6c069bfa4b /proguard.flags
parent8c9d75cef178d86c78072eb0a105e3971180c709 (diff)
downloadandroid_packages_apps_DeskClock-bbf7c9e64afc9383bb5526f35f4e885e5c3e0941.tar.gz
android_packages_apps_DeskClock-bbf7c9e64afc9383bb5526f35f4e885e5c3e0941.tar.bz2
android_packages_apps_DeskClock-bbf7c9e64afc9383bb5526f35f4e885e5c3e0941.zip
Adding unlock-like slider control for alarm dismiss/snooze.
- Ported GlowPadView and helper classes over to clock app. Framework version relies on a couple hidden api's so there are minor changes to the code. - Added necessary drawables to support slider. - Updated proguard flags so that introspected animation methods are not stripped from slider widget. - Changed lock screen view to be consistent with normal activity since existing landscape width is not wide enough to hold new layout. Removed the need for AlarmAlert. Using only AlarmAlertFullScreen now. Change-Id: I65be41b889446ae7232488bfc2809bd2add93f6f
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags9
1 files changed, 8 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index 848eb3258..5af236008 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -5,4 +5,11 @@
-keepclassmembers class com.android.deskclock.DeskClock {
*** clockButtonsOnClick(...);
-} \ No newline at end of file
+}
+
+-keep class com.android.deskclock.widget.multiwaveview.* {
+ *;
+}
+
+-verbose
+-printusage usage.txt