Commit graph

6293 commits

Author SHA1 Message Date
Tibor Kaputa
e63397a4e8
Merge pull request #2050 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-04-24 14:48:48 +02:00
atilluF
d38126a226
Translated using Weblate (Italian)
Currently translated at 100.0% (14 of 14 strings)

Translation: Simple Mobile Tools/Simple Calendar metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar-metadata/it/
2023-04-24 14:48:22 +02:00
en2sv
d3ac26202e
Translated using Weblate (Swedish)
Currently translated at 100.0% (245 of 245 strings)

Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/sv/
2023-04-24 14:48:22 +02:00
Tibor Kaputa
7683c1e081
Merge pull request #2056 from Naveen3Singh/file_permission_fix
Fix file permission issue related to automatic backup feature
2023-04-24 14:48:16 +02:00
Tibor Kaputa
38c414e98c
removing some empty lines at switch/case 2023-04-24 14:47:39 +02:00
Naveen
710a87f226 Use a numbered file when destination already exists
Only applicable in cases when we don't have access to the parent folder (e.g. Downloads)
2023-04-23 15:04:29 +05:30
Naveen
7ec164ae42 Fix permission issue with export files 2023-04-23 12:56:18 +05:30
Evan Goode
b7c90f9cfb Resolves (or at least improves):
- #1538
- https://github.com/bitfireAT/davx5-ose/discussions/66
- https://github.com/Kozea/Radicale/issues/1264
- May also resolve some of the issues described in #1983.

The "EXDATE" property is only meant to be set on events with the "RRULE" property. See discussion in #1538, especially the response from DAVx5 support listed in the first comment.

I tried also setting STATUS_CANCELED on these recurrence exception events, but DAVx5 would sometimes no longer recognize them as belonging to the parent event and would give the child events different UIDs, which is undesirable. It seems like it works great to just leave out the EXDATE.

I have not tested this patch with other CalDAV setups, but it solves the problem for me on DAVx5+Radicale.
2023-04-20 03:22:33 -04:00
tibbi
002b058a5e moving backup related strings to Commons 2023-04-15 10:47:06 +02:00
Tibor Kaputa
86bdf34f4c
Merge pull request #2049 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-04-15 10:42:17 +02:00
atilluF
ebbba1329b
Translated using Weblate (Italian)
Currently translated at 100.0% (249 of 249 strings)

Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/it/
2023-04-13 00:01:13 +02:00
VfBFan
c96a6addf1
Translated using Weblate (German)
Currently translated at 100.0% (249 of 249 strings)

Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/de/
2023-04-13 00:01:13 +02:00
tibbi
3b1a396445 updating changelog 2023-04-13 00:00:54 +02:00
tibbi
4fb44c27ba update version to 6.21.7 2023-04-13 00:00:45 +02:00
tibbi
7b7bc721ce updating commons 2023-04-12 23:16:08 +02:00
Tibor Kaputa
19e395218e
Merge pull request #2048 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-04-12 18:17:40 +02:00
solokot
5a9ae5677a
Translated using Weblate (Russian)
Currently translated at 100.0% (249 of 249 strings)

Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/ru/
2023-04-11 23:48:46 +02:00
Agnieszka C
f03f7f7e2a
Translated using Weblate (Polish)
Currently translated at 100.0% (249 of 249 strings)

Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/pl/
2023-04-11 23:48:46 +02:00
Guillaume
b659d77b25
Translated using Weblate (Dutch)
Currently translated at 100.0% (249 of 249 strings)

Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/nl/
2023-04-11 23:48:45 +02:00
Tibor Kaputa
01771f4393
Merge pull request #2047 from Naveen3Singh/calendar_color_fix
Disable color darkening for calendar colors
2023-04-11 18:54:31 +02:00
Naveen
e461bbf50c Disable color darkening for calendar colors 2023-04-11 21:59:11 +05:30
Tibor Kaputa
cf94cf5ac2
Merge pull request #2041 from Naveen3Singh/feature_event_color
Add support for CalDAV event colors
2023-04-11 15:22:51 +02:00
Tibor Kaputa
888f69ddf3
merging 2 lines 2023-04-11 15:21:33 +02:00
Tibor Kaputa
2452f050a9
adding some spacing 2023-04-11 15:21:07 +02:00
Naveen
85e05f07a9 Update event type color dialog 2023-04-11 17:28:23 +05:30
Naveen
4a3fbf194b Automatically dismiss when a color is selected 2023-04-11 15:29:16 +05:30
Naveen
885f551c83 Hide event colors setting when there are no colors available 2023-04-11 15:24:18 +05:30
Naveen
8506513871 Fix spacing between grid items 2023-04-11 14:37:39 +05:30
Naveen
c3ad086806 Redesign event color picker
- Use circular color buttons instead of radio buttons
- Use recyclerview for efficiency and speed
- Sort color list using a color comparator
- Darken colors to ensure white text is visible on top of them
2023-04-11 13:49:30 +05:30
Naveen Singh
8394572099
Merge branch 'SimpleMobileTools:master' into feature_event_color 2023-04-11 00:16:23 -07:00
tibbi
4123a9962b Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar 2023-04-10 22:43:48 +02:00
tibbi
1ecab60ed3 updating an italian string 2023-04-10 22:43:39 +02:00
Tibor Kaputa
df5c48002e
Merge pull request #2044 from spkprs/patch-34
Update strings.xml
2023-04-10 22:42:38 +02:00
Tibor Kaputa
2ebe1649eb
Merge pull request #2045 from Naveen3Singh/event_color_strings
Add strings related to changing event colors
2023-04-10 22:40:44 +02:00
Tibor Kaputa
eb2c60d3d2
updating slovak translation 2023-04-10 22:40:24 +02:00
Naveen
3bf1b9512d Add strings related to changing event colors 2023-04-10 22:41:45 +05:30
spkprs
ee69f2c167
Update strings.xml 2023-04-10 11:56:36 +03:00
Naveen
22836dc71d Fix crash related to color keys
Color keys can be a name like 'aliceblue' or 'green'
2023-04-10 13:45:07 +05:30
Naveen Singh
1a769df439
Merge branch 'SimpleMobileTools:master' into feature_event_color 2023-04-10 01:14:09 -07:00
Naveen
a4072b4992 Remove calendar color circle 2023-04-08 21:59:49 +05:30
Naveen
a2ea8b660f Minor readability improvement 2023-04-08 18:29:42 +05:30
Naveen
b5bba45d56 Add braces to if statements 2023-04-08 18:29:04 +05:30
Naveen
8cc2c85f44 Properly highlight selected event color 2023-04-08 18:28:24 +05:30
tibbi
6c3a431890 updating commons 2023-04-08 14:43:17 +02:00
Naveen
06a6e3a3f7 Check event color change on back press 2023-04-08 17:41:35 +05:30
Naveen
b2c21c6564 Add default CalDAV event color option 2023-04-08 17:32:23 +05:30
Naveen
450354ef16 Minor code improvement 2023-04-08 17:04:38 +05:30
Naveen
3d56751b18 Allow changing CalDAV event color 2023-04-08 17:03:36 +05:30
Tibor Kaputa
1292905279
Merge pull request #1994 from supyrow/master
Description of the event is missing with import #1872
2023-04-08 10:02:08 +02:00
Tibor Kaputa
a003006719
Merge pull request #2027 from Naveen3Singh/feature_automatic_backups
Implement automatic backups
2023-04-07 08:42:07 +02:00