Simple-Calendar/app/src/main/kotlin/com/simplemobiletools/calendar/pro/models
Naveen b655b8be52
Remove parcelable interface
Because proper proguard rules weren't added for Attendee and Gson, we can not make changes to the Attendee data class without affecting it's obfuscated Json member names. When serialized using Gson, the resulting json still uses the obfuscated member names
2023-09-30 00:01:34 +05:30
..
Attendee.kt Remove parcelable interface 2023-09-30 00:01:34 +05:30
CalDAVCalendar.kt append package name with .pro 2018-11-09 17:12:02 +01:00
DayMonthly.kt Put parameters on separate lines 2022-05-18 17:49:19 +05:30
DayYearly.kt append package name with .pro 2018-11-09 17:12:02 +01:00
Event.kt Strikethrough events when status is set to "Not going" 2023-09-28 20:58:20 +05:30
EventRepetition.kt lets remove the EventRepetition table, we dont even neede it 2018-11-16 13:11:24 +01:00
EventType.kt Add type column to distinguish between predefined event types 2022-08-07 23:44:42 +05:30
EventWeeklyView.kt Migrate from kotlin synthetics to View binding 2023-09-03 18:55:41 +05:30
ListEvent.kt Strikethrough events when status is set to "Not going" 2023-09-28 20:58:20 +05:30
ListItem.kt append package name with .pro 2018-11-09 17:12:02 +01:00
ListSectionDay.kt redesigning the Event List view 2021-11-21 15:10:20 +01:00
ListSectionMonth.kt redesigning the Event List view 2021-11-21 15:10:20 +01:00
MonthViewEvent.kt Strikethrough events when status is set to "Not going" 2023-09-28 20:58:20 +05:30
MyTimeZone.kt create an extended list of time zones recognized by joda time 2019-12-10 22:30:22 +01:00
Reminder.kt properly import Email notifications from CalDAV 2019-03-12 11:22:32 +01:00
Task.kt Properly migrate completed tasks from older versions 2022-07-21 18:46:05 +05:30
Widget.kt Added limiting events on the list widget 2021-12-24 11:57:36 +01:00