Commit Graph

1494 Commits

Author SHA1 Message Date
tibbi fe4ff6e276 updating some event screen margins 2017-08-20 16:50:08 +02:00
tibbi 646bacc3f9 update kotlin to 1.1.4-2 2017-08-19 09:42:23 +02:00
tibbi 26bd74f17d add a helper function for fetching event type with a particular caldav calendar id 2017-08-18 16:08:48 +02:00
tibbi bd9372b8c4 store the CalDAV calendar id at EventTypes too 2017-08-18 15:52:55 +02:00
tibbi 0817efbd1d add reminders to CalDAV events too 2017-08-18 15:29:25 +02:00
tibbi ab21bcd1a8 add event to CalDAV if sync is on 2017-08-18 15:18:10 +02:00
tibbi d8ed0c49d4 do not allow selecting an event type at caldav synced events 2017-08-17 23:51:49 +02:00
tibbi a66931c17d allow storing events locally only, even if caldav sync is on 2017-08-17 23:31:01 +02:00
tibbi 53e08da673 do not show not synced calendars at the calendar selector 2017-08-17 21:58:19 +02:00
tibbi 82d18556bf change the default lastUsedCaldavCalendar at creating events 2017-08-17 21:54:30 +02:00
tibbi ed9b0caa7b show the currently selected calendar info on the events screen 2017-08-17 16:01:10 +02:00
tibbi 20b6578225 add a calendar picker to the event creation activity 2017-08-17 15:42:58 +02:00
tibbi 67f651adef rename dialog_select_event_type to dialog_select_radio_group 2017-08-17 15:32:43 +02:00
tibbi 9546220a8c add a helper function for checking which caldav calendar is writable 2017-08-17 15:13:29 +02:00
tibbi 4898311b0b add a caldav calendar selector at the new event activity 2017-08-17 14:35:18 +02:00
tibbi e447df141d remove all local caldav events at unchecking Caldav sync 2017-08-17 11:42:41 +02:00
tibbi 5cef06637f implement deleting/unsyncing caldav events locally 2017-08-16 23:59:06 +02:00
tibbi 16538e1bde implement CalDAV event deleting 2017-08-16 23:31:19 +02:00
tibbi 3d2ba4d0ef properly handle multiple days lasting all-day events at caldav 2017-08-16 22:34:18 +02:00
tibbi 8f0c8f6018 move the CalDAV related functions away from context extensions 2017-08-16 21:38:41 +02:00
tibbi c0d6beb81f add a boolean to indicate if the created event should be added to caldav 2017-08-16 21:28:43 +02:00
tibbi 5d6404d075 update commons to 2.25.4 2017-08-16 21:12:21 +02:00
tibbi 5765bfa644 properly send info about multiple days long all-day events to caldav 2017-08-16 00:05:08 +02:00
tibbi 77a6a0fa9d update the event importId and source after creating and syncing with caldav 2017-08-15 23:27:48 +02:00
tibbi f4c28d26f0 add a helper function for adding new events in caldav 2017-08-15 23:02:17 +02:00
tibbi 3ed2c4e472 update existing caldav event if it changed 2017-08-15 21:19:25 +02:00
Sérgio Marques 0fd2f99ccd Update strings.xml 2017-08-15 01:25:57 +01:00
tibbi 5b134a63e2 avoid inserting the same caldav event twice 2017-08-14 23:48:52 +02:00
tibbi 016b27e762 insert the parsed caldav event in our db 2017-08-14 23:19:37 +02:00
Tibor Kaputa ed69a4b900 Merge pull request #204 from jonathan-caryl/add_fdroid_product_flavor
Add fdroid buildType so leak canary can be excluded.
2017-08-14 22:40:21 +02:00
Jonathan Caryl 705ce828d6 Add fdroid configuration so we can leave LeakCanary to just debug build 2017-08-14 21:22:19 +01:00
tibbi 65e77bf7eb do not select all caldav calendars at first sync 2017-08-14 22:18:02 +02:00
tibbi bded050f63 ignore caldav events without titles 2017-08-14 22:15:53 +02:00
tibbi 297db04f46 if caldav event endTS is missing, use start + duration 2017-08-14 22:08:17 +02:00
tibbi e71c8b699e parse some more fields at caldav events 2017-08-14 21:22:23 +02:00
tibbi 484554d373 store event sources as strings 2017-08-14 21:21:57 +02:00
tibbi ad9ad142ed add some checks if cursors arent empty 2017-08-14 19:24:02 +02:00
tibbi e65b97e647 parse a couple more fields at caldav events 2017-08-14 16:38:08 +02:00
tibbi 21efc99428 fetch event reminders at caldav events 2017-08-14 15:42:06 +02:00
tibbi 6388a67cc6 do not sign the debug build of the app 2017-08-14 09:59:26 +02:00
tibbi d794d59166 add a helper function for fetching caldav calendar events 2017-08-13 23:14:25 +02:00
tibbi cebc748a7f create the missing event types at importing caldav events 2017-08-13 21:47:34 +02:00
tibbi 3efe4b0f16 allow selecting specific calendars from caldav 2017-08-13 17:23:06 +02:00
tibbi e5bbec13d0 move caldav related buttons in Settings in a standalone section 2017-08-13 16:58:36 +02:00
tibbi b8e15d95f6 add a new settings button for managing caldav synced calendars 2017-08-13 16:54:08 +02:00
tibbi 25f38916f1 select all calendars at first Caldav Sync 2017-08-13 16:25:29 +02:00
tibbi e0177f355c remember which calendars should be checked at caldav sync 2017-08-13 16:18:59 +02:00
tibbi 37dda42a6b add a dialog for selecting which caldav calendars to sync 2017-08-13 13:59:46 +02:00
tibbi ef25f7d352 fetch the caldav calendar color too 2017-08-13 13:09:32 +02:00
tibbi 5f9a13ee14 flip some fields at getting caldav calendars 2017-08-13 12:31:34 +02:00
tibbi 13b2cdf1d7 add a helper function for retrieving calDAV calendars 2017-08-13 12:15:10 +02:00
Tibor Kaputa 3f06fd20b3 Merge pull request #203 from jonathan-caryl/content_description
Content description
2017-08-13 09:15:13 +02:00
Jonathan Caryl 17e9f5221f Switch some hard-coded strings from android:text to tools:text
Hard-coded as they’re always replaced at runtime, so better to have
them as tools:text
2017-08-12 22:17:00 +01:00
tibbi 760ec1e517 disable lint in release builds + minor code style update 2017-08-12 23:13:59 +02:00
Jonathan Caryl a13231c8b3 Add importantForAccessibility="no" for dividers 2017-08-12 22:09:49 +01:00
Tibor Kaputa 84e6a779ed Merge pull request #202 from jonathan-caryl/leak_canary
Add LeakCanary for debug versions of the app
2017-08-12 22:59:10 +02:00
Jonathan Caryl 1beab19679 Add LeakCanary for debug versions of the app 2017-08-12 21:55:17 +01:00
tibbi 214a95eb5d remove Google Sync as a standalone feature 2017-08-12 22:13:57 +02:00
tibbi 257144241a updating some polish plural strings 2017-08-11 23:06:39 +02:00
tibbi f9ce636ada updating the CalDAV sync string 2017-08-11 22:54:58 +02:00
gregory678 4f4fb381de Update strings.xml 2017-08-11 15:52:23 +02:00
gregory678 e1c789b178 Polish translation
I have some doubts about some lines, but we'll see how it looks anyway.
2017-08-11 15:24:34 +02:00
tibbi 3eef430226 require write_calendar permission before activating caldav sync 2017-08-10 21:04:32 +02:00
tibbi cde8deb059 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar 2017-08-10 20:56:06 +02:00
tibbi 8bfae3e737 adding a toggle for caldav sync 2017-08-10 20:55:41 +02:00
tibbi dcb16990d3 adding some new Dutch events 2017-08-10 15:54:21 +02:00
tibbi da99b5798c update commons to 2.25.3 2017-08-08 22:39:09 +02:00
tibbi f2afa03142 updating some time strings 2017-08-04 19:57:07 +02:00
Oleh Misko 6906a373b9 Changed some small code style issues 2017-08-04 16:24:26 +03:00
Oleh Misko 3147be1d9b Fixed bug with tablet landscape years view and bug with current day drawing circle. 2017-08-04 15:46:47 +03:00
tibbi 830d9d0fa7 update version to 2.6.1 2017-07-30 11:30:23 +02:00
tibbi 8804518572 use empty importId if null 2017-07-30 11:30:11 +02:00
tibbi a34f61a562 updating some playstore descriptions with Google sync 2017-07-29 20:21:24 +02:00
tibbi eea7a53887 fix #191, properly display all-day weekly repeating events 2017-07-29 11:02:43 +02:00
tibbi dddfc3e00d updating version to 2.6.0 2017-07-29 10:04:51 +02:00
tibbi d5d6a3e656 adding a missing import 2017-07-29 10:04:37 +02:00
tibbi 0f9f1d905e updating release notes 2017-07-29 10:01:25 +02:00
tibbi fef403b9d0 adding some new proguard rules 2017-07-29 10:01:08 +02:00
tibbi d1dd1f0142 offer uploading local events to Google at activating sync 2017-07-28 23:28:45 +02:00
tibbi 0d7653787c show a toast when importing events completes successfully 2017-07-28 22:57:08 +02:00
tibbi 485b126d51 apply the default calendar reminders where appropriate 2017-07-28 22:32:58 +02:00
tibbi 2da1739431 store default calendar reminders 2017-07-28 22:23:14 +02:00
tibbi 77eeb1aba7 properly import events without title 2017-07-28 21:59:21 +02:00
tibbi 890a7f34a6 use the proper default event color at google events 2017-07-28 21:51:23 +02:00
tibbi dc5846f268 show an error if fetching google events fails 2017-07-28 20:39:30 +02:00
tibbi 617c56cefd make reminder "overrides" field optional at google events 2017-07-28 20:13:40 +02:00
tibbi ccac76588d handle queued google Update operations 2017-07-28 19:13:46 +02:00
tibbi cc428983e8 handle adding queued events in google 2017-07-28 19:04:37 +02:00
tibbi 9758919b80 handle queued Delete operation 2017-07-27 23:26:44 +02:00
tibbi 386c48bc56 if a local google event was deleted after inserting while offline, forget it 2017-07-27 23:00:56 +02:00
tibbi e3dabf8ce5 add some logic to queueing operations 2017-07-27 22:14:03 +02:00
tibbi 18d377401a add Insert and Update operations in the queue as appropriate 2017-07-27 21:23:41 +02:00
tibbi 8160443ac5 clear Google sync queue if google sync is turned off 2017-07-27 20:58:40 +02:00
tibbi 20a5ef2a69 make sure the database table primary keys autoincrement 2017-07-26 23:12:27 +02:00
tibbi 8e4565e575 store event to delete from Google sync in db, if offline 2017-07-26 23:00:36 +02:00
tibbi d14a64d744 create some helper functions for handling operation items in the database 2017-07-26 22:14:28 +02:00
tibbi ce3934612c create a database for storing event operations, if the user was offline 2017-07-26 21:37:27 +02:00
tibbi 891bae5378 recheck google events every 4 hours if the app isnt launched meanwhile 2017-07-26 20:15:37 +02:00
tibbi ccede052a8 updating a french string 2017-07-26 18:44:46 +02:00
tibbi ff32824435 disable google sync if permission to managing calendars wasnt granted 2017-07-26 18:33:40 +02:00