summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/Event.java
Commit message (Collapse)AuthorAgeFilesLines
* Use long instead of float.Daisuke Miyakawa2010-10-131-6/+7
| | | | | Bug: 3091447 Change-Id: I18bd22ee64181db4cd6f6c01cc42be919e8b543c
* Make remeasure() consider relation between events.Daisuke Miyakawa2010-09-291-27/+20
| | | | | | | | | This changes affect the logic in DayView but doesn't affect that in FullMonthView/MiniMonthView, as they don't use column values in Event class. Bug: 3031917 Change-Id: I1815f065fe6c5d14cae995a79b70dd796b482439
* Make settings screen support two pane mode.Daisuke Miyakawa2010-09-161-2/+2
| | | | | | | | | | | | | | | | | | | 1) Rename CalendarPreferenceActivity to GeneralPreferences, and add CalendarSettingsActivity for top-level Activity. We should retain previous logs for CalendarPreferenceActivity, and we shouldn't call it "Activity" any more, as it is Fragment. I'm not sure whether the new "CalendarSettingsActivity" should be named so, or renaming it to "CalendarPreferenceActivity" to keep consistency around naming. 2) Add necessary xmls. Some of them are derived from Settings app, which already has new two pane structure, so refering its logic seems enough for now. Change-Id: I6a0b04bb824d06c2842cbd8127e2860c45350987
* merge from open-source masterThe Android Open Source Project2010-05-181-21/+17
|\ | | | | | | Change-Id: Ic1aed0d5f6e1ad337b84e8619c3f6e2f22565ed1
| * Removed some Warnings, Added Type argumentsChristian Mehlmauer2010-05-171-21/+17
| | | | | | | | Change-Id: Ie52eecf14773768c97e23ae7f96a80df1d067ade
* | Always use a consistent name for SharedPreferences.Jeff Hamilton2010-02-161-1/+1
|/ | | | | | | | | | The code was relying on the package name for SharedPreferences, which is problematic if running under a new package name. Also, remove the use of the shared user ID. Change-Id: I9d2c8c78588d7b9868318153d0788addb84f11a6
* b/2098823 Fixed the problem where Delete and Edit Event weren't showing in ↵Michael Chan2009-09-111-0/+24
| | | | long press menus. Make use of the new organizer and guestCanModifyEvent columns.
* findbug fixesMichael Chan2009-05-141-1/+2
| | | | | | | | | | | | | | | | modified: src/com/android/calendar/AgendaActivity.java modified: src/com/android/calendar/AgendaAdapter.java modified: src/com/android/calendar/CalendarActivity.java modified: src/com/android/calendar/CalendarApplication.java modified: src/com/android/calendar/CalendarView.java modified: src/com/android/calendar/DeleteEventHelper.java modified: src/com/android/calendar/EditEvent.java modified: src/com/android/calendar/Event.java modified: src/com/android/calendar/EventInfoActivity.java modified: src/com/android/calendar/IcsImportActivity.java modified: src/com/android/calendar/MonthActivity.java modified: tests/src/com/android/calendar/FormatDateRangeTest.java modified: tests/src/com/android/calendar/WeekNumberTest.java
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+625
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-625/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-16/+25
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-36/+2
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+650