Commit Graph

6301 Commits

Author SHA1 Message Date
Tibor Kaputa 14b3afd2ba
Update strings.xml 2023-07-08 14:33:04 +02:00
abc0922001 d2cf79b960
Update Traditional Chinese translation 2023-07-07 15:06:13 +08:00
tibbi dce40291ca updating changelog 2023-07-02 10:51:24 +02:00
tibbi 9e4dcfa306 update version to 6.22.1 2023-07-02 10:51:17 +02:00
tibbi b4e85e4ec3 updating commons 2023-07-02 10:47:12 +02:00
Tibor Kaputa 6deae5cf13
Merge pull request #2132 from Aga-C/change-order
Changed event type and color order (#2131)
2023-07-02 10:40:50 +02:00
Tibor Kaputa d4f320d8b2
Merge pull request #2133 from Naveen3Singh/ensure_event_type_visibility
Ensure event type visibility when a new event or task is created
2023-07-02 10:35:50 +02:00
Naveen d2b40d11e7
Ensure event type visibility when importing ICS 2023-07-01 13:59:23 +05:30
Naveen 4dcce80a7d
Remove unused strings 2023-07-01 00:15:36 +05:30
Naveen 6f0a9e237e
Ensure event type visibility 2023-07-01 00:11:55 +05:30
Agnieszka C 26d96d2ba1 Changed event type and color order (#2131) 2023-06-30 17:36:31 +02:00
tibbi c85b7fae80 updating changelog 2023-06-29 15:59:06 +02:00
tibbi 0c097c2dc8 update version to 6.22.0 2023-06-29 15:58:59 +02:00
tibbi fa0675d051 updating commons 2023-06-29 15:52:02 +02:00
Tibor Kaputa f3692cede3
Merge pull request #2129 from Naveen3Singh/minor_readability_improvement
Rename method `getDatesWeekDateTime()` to `getFirstDayOfWeek()`
2023-06-29 15:48:08 +02:00
Naveen ae70a3f5f8
Minor readability improvement 2023-06-29 16:26:46 +05:30
Tibor Kaputa 5f856d7164
Merge pull request #2077 from WessellUrdata/sunday-fix
Fixing getDatesWeekDateTime (closes Issue #1894)
2023-06-29 12:45:42 +02:00
tibbi a4761f45e6 update some views on the main thread 2023-06-25 21:09:41 +02:00
Tibor Kaputa 8d27660671
Merge pull request #2126 from Naveen3Singh/fix_edit_future_occurrences
Properly handle `Update/Delete this and all future occurrences`
2023-06-25 20:51:41 +02:00
Naveen 3830e849d6
Add comment 2023-06-24 20:10:56 +05:30
Naveen fe09a937ec
Delete original event to avoid duplication 2023-06-24 19:42:13 +05:30
Naveen 05084ea330
Properly handle repeating tasks 2023-06-24 18:49:56 +05:30
Naveen 04cc2b5371
Merge remote-tracking branch 'origin/fix_edit_future_occurrences' into fix_edit_future_occurrences 2023-06-24 16:04:26 +05:30
Naveen acff39740e
Properly count occurrences 2023-06-24 16:04:10 +05:30
Naveen Singh ff8e5fd7a9
Merge branch 'SimpleMobileTools:master' into fix_edit_future_occurrences 2023-06-24 15:42:30 +05:30
Naveen 46e17aa697
Properly handle repeat limits
Fixes these issues:
 - When choosing `Update/Delete this and all future occurrences`, the selected occurrence is never deleted/updated.
 - When choosing `Update this and all future occurrences`, the event is duplicated on the date of the selection
2023-06-24 15:42:08 +05:30
tibbi e153f6c578 replacing jcenter with mavenCentral 2023-06-23 10:21:58 +02:00
Tibor Kaputa ee4634aa5a
Merge pull request #2125 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-06-23 10:12:07 +02:00
Adrian Wahyudi 144e8ba4b8
Translated using Weblate (Indonesian)
Currently translated at 100.0% (246 of 246 strings)

Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/id/
2023-06-23 09:40:39 +02:00
Naveen d0f88c1099
End repetition on the original date
The bug:
 - Create a recurring event with a specific number of occurrences like 10 that starts on Jan 1
 - Edit some occurrence e.g. 5th and select "Update this and future occurrences only"
 - The edited event (5th) keeps repeating 10 times instead of ending on the end date of the original event (10th Jan). This is not consistent with other calendars (except nextcloud).

 The fix:
 Count the occurrence number starting from the first event and subtract it from the total number of repetitions before saving the event
2023-06-20 05:56:47 +05:30
Tibor Kaputa 861bb423c5
Merge pull request #2120 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-06-18 20:42:55 +02:00
Tibor Kaputa 0c95eb4787
Merge pull request #2116 from Naveen3Singh/recurring_event_edit_fix
Properly handle `Update the selected occurrence only`
2023-06-18 20:42:23 +02:00
Tibor Kaputa e55ee2019b
Merge pull request #2119 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-06-18 20:41:58 +02:00
Priit Jõerüüt a94f6a62fb
Translated using Weblate (Estonian)
Currently translated at 100.0% (16 of 16 strings)

Translation: Simple Mobile Tools/Simple Calendar metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar-metadata/et/
2023-06-18 20:41:51 +02:00
Tibor Kaputa e072ac43aa
Merge pull request #2118 from Naveen3Singh/recurring_event_fix_735
Properly handle deleting `Delete the selected occurrence only`
2023-06-18 20:41:47 +02:00
Naveen Singh 55fd21ad65
Merge branch 'SimpleMobileTools:master' into recurring_event_fix_735 2023-06-19 00:05:21 +05:30
Naveen Singh ad363e6c72
Merge branch 'SimpleMobileTools:master' into recurring_event_edit_fix 2023-06-19 00:05:13 +05:30
Priit Jõerüüt 6ec608f86e
Translated using Weblate (Estonian)
Currently translated at 100.0% (16 of 16 strings)

Translation: Simple Mobile Tools/Simple Calendar metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar-metadata/et/
2023-06-18 19:16:58 +02:00
Tibor Kaputa ec73c4b1c3
Merge pull request #2115 from T0mstone/reminder-fix
Fix repeating event reminder
2023-06-18 19:16:54 +02:00
Naveen 0ba02b9051
Delete deleted CalDAV exception events 2023-06-18 20:23:35 +05:30
Naveen cd432b9ea6
Delete deleted CalDAV exception events on sync 2023-06-18 19:59:39 +05:30
Naveen 180c7e0b59
Minor readability improvement 2023-06-16 04:12:37 +05:30
Naveen 6ede34c70e
Properly handle converting all-day recurring events to normal events 2023-06-16 04:09:26 +05:30
Naveen f475879408
Properly handle deleting `Delete the selected occurrence only`
Closes https://github.com/SimpleMobileTools/Simple-Calendar/issues/735

This only happened with all-day recurring events because:
 - `ORIGINAL_INSTANCE_TIME` was not set to a UTC occurrence timestamp and and all-day events always deal in UTC.
 - The `DTSTART`, `DTEND` were set to invalid values because of a missing conversion to milliseconds of start, end timestamps
2023-06-16 03:39:07 +05:30
Naveen 3b0cec263f
Properly handle converting all-day recurring events to normal events 2023-06-16 03:02:01 +05:30
Naveen 5ca7a67d61
Delete child tasks when parent task is deleted 2023-06-16 00:07:18 +05:30
Naveen dbfa1880b7
Code readability improvement 2023-06-15 23:51:10 +05:30
Naveen 13019e6835
Check title before adding event to db 2023-06-15 23:34:10 +05:30
Naveen Singh cdab56e660
Merge branch 'SimpleMobileTools:master' into recurring_event_edit_fix 2023-06-15 23:17:26 +05:30
T0mstone fd58c8517d Fix repeating event reminder 2023-06-15 17:04:42 +02:00