Commit Graph

12 Commits

Author SHA1 Message Date
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
Naveen 0241e3beea
Replace manual `attendees` serialization with type converter 2023-09-27 23:19:21 +05:30
Naveen cdca6d86c4
Minor readability change 2023-09-05 12:46:40 +05:30
tibbi 1ca6f6379a handle attendee relationships (roles) 2019-03-20 18:26:51 +01:00
tibbi b76512edf9 change the way attendees are loaded 2019-03-20 16:53:54 +01:00
tibbi 389b50c553 allow changing the attendance status of myself 2019-03-20 11:42:36 +01:00
tibbi a5f5e4783e some attendee related improvements 2019-03-15 10:35:58 +01:00
tibbi 770eab4525 show an attendee image at his name too 2019-03-14 23:25:18 +01:00
tibbi fa2cf07211 show the proper attendee thumbnail image, if available 2019-03-14 15:45:08 +01:00
tibbi 4f0dc2b9c8 adding images to attendee suggestions 2019-03-14 11:44:13 +01:00
tibbi 83bad27e77 prefetch contacts available for attendee autocompletion 2019-03-13 19:31:15 +01:00
tibbi 75ac968b46 create a helper function for retrieving caldav event attendees 2019-03-13 15:04:16 +01:00