From 352e1a2f834460bd54e03ce94cadd36a46debacb Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Tue, 28 Sep 2010 05:15:08 -0700 Subject: 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 --- Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Android.mk') 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 -- cgit v1.2.3