Commit graph

2330 commits

Author SHA1 Message Date
tibbi
25f490aeb9 avoid event duplication by pressing OK at importing multiple times 2018-12-03 12:13:42 +01:00
tibbi
bf8283985f fix "Delete all events" for cases when there is a huge amount of events 2018-12-03 12:09:33 +01:00
tibbi
365c400505 make sure the event type at importing is left aligned 2018-12-03 11:45:10 +01:00
tibbi
6ae1b80e2c fix #715, do not disable all reminders under the one which just got disabled 2018-12-03 11:35:43 +01:00
tibbi
614ed16c91 make sure event exporting is happening on a background thread 2018-12-03 11:16:17 +01:00
tibbi
83d3f3a724 adding some null checks at device rotation 2018-12-03 10:44:38 +01:00
tibbi
d9eecb928b escaping a string quote 2018-11-29 13:25:59 +01:00
Sérgio Marques
b92e7c75b5
Update strings.xml 2018-11-28 13:50:12 +00:00
fricyo
b8288e4e07
Update Translation 2018-11-28 18:12:07 +08:00
Tibor Kaputa
614ea8a607
Merge branch 'master' into patch-25 2018-11-26 21:45:38 +01:00
10cents
e913fb0669
view_to_open_from_widget 2018-11-26 20:35:17 +01:00
10cents
085d616ba4
CalDAV strings
Hi
Unfortunately I do understand the string "View to open from the event list widget" - but maybe "View" is a noun?
2018-11-26 20:24:43 +01:00
Emanuele Petriglia
759eae76d8
Update italian translation 2018-11-20 16:56:23 +00:00
Tibor Kaputa
1176245c3b
Merge pull request #701 from ltGuillaume/patch-1
Dutch
2018-11-19 20:31:56 +01:00
Tibor Kaputa
64e9de02b7
Update strings.xml 2018-11-19 20:31:39 +01:00
Guillaume
77df7cee90
Dutch 2018-11-19 19:22:23 +01:00
michaelof
f76b7662c6
Update strings.xml 2018-11-19 18:54:38 +01:00
tibbi
45f2b19775 lets initialize the viewpager at third party intents too 2018-11-18 17:49:28 +01:00
tibbi
ad4c1dbd99 fix some threading issues related to third party intent checking 2018-11-18 17:37:23 +01:00
tibbi
f2ba190af4 fixing some threadin issue at the Snooze reminder activity 2018-11-18 17:13:30 +01:00
tibbi
7985112082 fix some glitches related to duplicating events 2018-11-18 17:03:44 +01:00
tibbi
7f36b62798 fix a crash at trying to import an .ics file 2018-11-18 16:46:44 +01:00
tibbi
66ceb69d01 fix #695, allow filtering out CalDAV synced calendars 2018-11-18 16:41:58 +01:00
tibbi
c6299225c2 make sure the event type name doesnt go under the color at event details screen 2018-11-18 16:14:37 +01:00
tibbi
7ee4935589 do not allow saving events to a calendar without write permission 2018-11-18 14:10:17 +01:00
Sérgio Marques
4f2b22539c
Update strings.xml 2018-11-17 15:16:48 +00:00
tibbi
38e28c8e4b increasing the top and bottom padding at a Settings item 2018-11-16 20:32:44 +01:00
tibbi
7679d2c6bc make sure the keyboard is visible by default at creating a new event 2018-11-16 20:23:05 +01:00
tibbi
708a9e32ea properly import event repeat exceptions from .ics files 2018-11-16 19:11:50 +01:00
tibbi
88586d509a fix #683, properly handle timestamp value begining with a space 2018-11-16 18:50:36 +01:00
tibbi
5e7be876e5 fix importing events from .ics file 2018-11-16 18:17:56 +01:00
tibbi
5ee19b7bfc avoid duplicating repeat exception dates at events 2018-11-16 18:13:00 +01:00
tibbi
3b6f06db8b simplify repetition exception handling, CalDAV synced too 2018-11-16 18:03:53 +01:00
tibbi
5b0076302d avoid caldav syncing calendars too many times in a row 2018-11-16 17:35:46 +01:00
tibbi
4b7185a74b fix some glitches related to selecting events at the list view 2018-11-16 17:14:04 +01:00
tibbi
6a226de151 do not allow long pressing Event List view section labels 2018-11-16 17:06:15 +01:00
tibbi
0b198a3c3a removing the redundant EventRepetitionExceptions table too 2018-11-16 17:01:49 +01:00
tibbi
bd4687bfb3 fully removing the old DBHelper 2018-11-16 16:18:06 +01:00
tibbi
6a36e4e1fd handle generating events to export in room 2018-11-16 16:16:02 +01:00
tibbi
69a23c0d5f move running event fetching in Room 2018-11-16 15:28:10 +01:00
tibbi
50c6826ec0 handle repeatable event fetching in Room 2018-11-16 15:15:07 +01:00
tibbi
932cee76b0 add separate functions for getting one-time events 2018-11-16 14:48:14 +01:00
tibbi
b97cbf6ce9 adding a Room function for getting relevant events at reboot 2018-11-16 14:34:44 +01:00
tibbi
8861cbde1a reordering some EventsDao functions 2018-11-16 14:26:46 +01:00
tibbi
ce6e3b3db6 removing the flag_is_repeatable constant 2018-11-16 14:22:39 +01:00
tibbi
c372eda2ac lets remove the EventRepetition table, we dont even neede it 2018-11-16 13:11:24 +01:00
tibbi
b00d7366d9 set up foreign keys at event repetitions and repetition exceptions 2018-11-16 11:45:33 +01:00
tibbi
c76d1db104 show next event reminder toast at insert/update when appropriate 2018-11-15 13:38:08 +01:00
tibbi
f9056061e6 add a flag for determining if an event is repeatable 2018-11-15 13:18:04 +01:00
tibbi
5221f75941 adding a helper function for setting integer bits 2018-11-15 12:22:19 +01:00