summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-09-28 05:15:08 -0700
committerMichael Chan <mchan@android.com>2010-10-11 11:22:41 -0700
commit352e1a2f834460bd54e03ce94cadd36a46debacb (patch)
treedaa4fba520e34229db5977c584553007f07954f5 /Android.mk
parenta821d8bbf1d9e0acdecdc9012bf7dda7982499ad (diff)
downloadandroid_packages_apps_Calendar-352e1a2f834460bd54e03ce94cadd36a46debacb.tar.gz
android_packages_apps_Calendar-352e1a2f834460bd54e03ce94cadd36a46debacb.tar.bz2
android_packages_apps_Calendar-352e1a2f834460bd54e03ce94cadd36a46debacb.zip
Major bug fixing in EventInfo and EditEvent
In EventInfo/Popup: Fixed reminders and response Set a fixed height Renamed Edit event button to Open event in the Event popup Enabled Open event button unless it's a free/busy calendar Removed action bar buttons in Event popup Disallow reminders for busy/free calendars TODO: Update UI only if everything is loaded In Edit Event: Switch to side-by-side label format Have everything ready before removing "Loading" msg Added organizer Restrict adding of attendees: For non-organizers, write permission to the calendar is sufficient. For organizers, the user needs a) write permission to the calendar AND b) ownerCanRespond == true AND c) attendee data exist (this means num of attendees > 1, the calendar owner's and others). TODO: Attendees do not always show up. Need to switch from listview to linear layout TODO: Move to one column format for portrait in EditEvent Turned on Holo.light theme but the light version isn't ready in the framework yet. Removed dependency to android.test.runner b/3052155 b/2709441 b/3060967 b/3060985 Change-Id: I4a25fecf3ade6a7924ba7b55801daced3dca6fa7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 4d9e73f6..204c290c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,10 +7,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under,src)
-# TODO: Remove dependency of application on the test runner (android.test.runner)
-# library.
-LOCAL_JAVA_LIBRARIES := android.test.runner
-
LOCAL_STATIC_JAVA_LIBRARIES += android-common guava
LOCAL_PACKAGE_NAME := Calendar