Commit Graph

1345 Commits

Author SHA1 Message Date
tibbi
ff32824435 disable google sync if permission to managing calendars wasnt granted 2017-07-26 18:33:40 +02:00
tibbi
7e048eff37 properly update google events at Updating 2017-07-25 23:07:51 +02:00
tibbi
9f3d0c2c6a remove the fake importid 2017-07-25 21:32:07 +02:00
tibbi
2d6ecb068b make the toast messages clearer 2017-07-25 20:52:45 +02:00
tibbi
593af1b6ba preparations for updating event on Google cloud at updating locally 2017-07-25 20:50:55 +02:00
tibbi
d0eb958c9c use a callback at updating events 2017-07-25 20:25:37 +02:00
tibbi
8ea163b439 show an error toast when something goes wrong at uploading an event 2017-07-25 18:48:53 +02:00
tibbi
a95fed8c14 couple updates at sending events to google 2017-07-25 18:24:26 +02:00
tibbi
add8aae840 move the functions handling uploading to Google in a separate file 2017-07-24 23:32:15 +02:00
tibbi
4b530dd9c0 use proper start and end date at all-day events 2017-07-24 23:08:03 +02:00
tibbi
62a0f5af2a add reminders to exported google events 2017-07-24 22:16:51 +02:00
tibbi
dee94d7c9a add recurrence to newly created google sync event 2017-07-24 22:04:11 +02:00
tibbi
18b47b3ffc move repeat interval parsing from exporter to parser 2017-07-24 21:51:30 +02:00
tibbi
33f10240af add an initial way of uploading local events to google 2017-07-23 23:28:55 +02:00
tibbi
d95152d53c add a helper function for checking if google sync is active 2017-07-23 23:05:20 +02:00
tibbi
c6f716206f add a comment for more info about oauth 2017-07-23 22:46:28 +02:00
tibbi
aa31875bd3 flip some condition checks 2017-07-23 22:13:55 +02:00
tibbi
55c6f7267c delete redundant local google sync events when appropriate 2017-07-23 22:12:18 +02:00
tibbi
c9ec5c9606 move the fetching of local google events in a separate function 2017-07-23 21:57:54 +02:00
tibbi
038d00ed0a clear the stored Account Name at disabling google sync 2017-07-23 20:41:14 +02:00
tibbi
84d710dd6d refresh the calendar after fetching google events 2017-07-23 20:34:59 +02:00
tibbi
3767883d19 make credential a local variable 2017-07-23 20:09:08 +02:00
tibbi
016ed0e4a5 ignore all error returned from google calendar at deleting for now 2017-07-23 19:54:03 +02:00
tibbi
49d539b899 ignore empty importIDs at trying to delete them from google calendars 2017-07-23 19:52:25 +02:00
tibbi
79e6e94c6d delete events from the google calendar when appropriate 2017-07-23 19:50:55 +02:00
tibbi
7eca2a7d65 use id instead of iCalUID at importing google events 2017-07-23 19:24:59 +02:00
tibbi
eea1ab8261 do not allow enabling google sync while offline 2017-07-23 19:02:16 +02:00
tibbi
d7dde0517c make google sync service fetching a context extension function 2017-07-23 17:34:20 +02:00
tibbi
2564c17434 handle null description at importing google events 2017-07-23 17:33:45 +02:00
tibbi
850b0bd61c request write permission to google calendar too 2017-07-23 12:25:47 +02:00
tibbi
95beb83913 sign the debug version with a debug keystore 2017-07-23 12:17:57 +02:00
tibbi
f726e8c00e delete the synced events from the device at disabling google sync 2017-07-21 22:46:18 +02:00
tibbi
9357ab7bca change event source to an Int 2017-07-21 22:30:17 +02:00
tibbi
56fbef19ae adding 2 more google sync strings 2017-07-21 22:20:37 +02:00
Tibor Kaputa
9c9ee6b513 removing an empty space 2017-07-19 22:58:32 +02:00
Sérgio Marques
b08eb948ac Update strings.xml 2017-07-19 21:36:19 +01:00
tibbi
c5532cc9d6 updating the google sync warning message 2017-07-18 21:20:32 +02:00
tibbi
011c6024db move event storing in EventActivity in a separate function 2017-07-18 20:37:13 +02:00
tibbi
58faeda4b3 use the proper google event color when available 2017-07-18 20:19:10 +02:00
tibbi
30c82c6dc7 destroy multiselector mode after deleting an event type 2017-07-18 19:31:24 +02:00
tibbi
230b02437d update the google event on sync when appropriate 2017-07-18 16:39:53 +02:00
tibbi
b964a86be7 update commons to 2.22.8 2017-07-18 00:02:07 +02:00
tibbi
55bfaf3c12 check if the current week fragment is really added to the activity 2017-07-17 23:17:31 +02:00
tibbi
70cc8a0781 unselect all items at day view on swipe sideways 2017-07-17 23:05:08 +02:00
tibbi
69293dd399 move reminder fetching into a separate function 2017-07-17 22:58:05 +02:00
tibbi
021ad93b6a move google sync event type handling in a separate function 2017-07-17 22:51:41 +02:00
tibbi
370243f280 handle exporting Last-Modified field in .ics too 2017-07-17 22:36:05 +02:00
tibbi
0b12748966 add parsing Last-Modified field at importing .ics events 2017-07-17 22:29:16 +02:00
tibbi
d89c723af7 check last updated timestamp at reimporting google events 2017-07-17 22:22:24 +02:00
tibbi
34e1717dcd subtract a day from all-day events lasting multiple days 2017-07-17 20:42:43 +02:00