tibbi
e153f6c578
replacing jcenter with mavenCentral
2023-06-23 10:21:58 +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
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
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
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
Naveen
6fe938632b
Properly handle `Update the selected occurrence only`
...
Previously, if an event was modified using some other client then the exception event's parent id was ignored or overwritten with 0 at sync and that means the parent and child events were disconnected locally. Deleting the parent event did not delete the child event.
If a recurrence was modified using Simple Calendar then it was disconnected from it's parent event both locally and on the server because `ORIGINAL_ID` and `ORIGINAL_INSTANCE_TIME` was not specified. On top of that, another exception event was created to make sure the parent event doesn't show up on the date of the disconnected child event.
This change fixes these two issues.
2023-06-15 01:06:56 +05:30
Eric
17e69273bc
Translated using Weblate (Chinese (Simplified))
...
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/zh_Hans/
2023-06-14 14:48:47 +02:00
Sergio Marques
2345d33250
Translated using Weblate (Portuguese)
...
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/pt/
2023-06-13 09:49:44 +02:00
Eric
2eb04aaa2d
Translated using Weblate (Chinese (Simplified))
...
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/zh_Hans/
2023-06-12 05:50:00 +02:00
tibbi
824865af11
updating commons
2023-06-10 15:40:33 +02:00
Макар Разин
0f3e2f16e7
Translated using Weblate (Belarusian)
...
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/be/
2023-06-08 17:53:51 +02:00
Milo Ivir
519d13fc3f
Translated using Weblate (Croatian)
...
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/hr/
2023-06-08 17:53:51 +02:00
Kryštof Černý
4c832e5eaa
Translated using Weblate (Czech)
...
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/cs/
2023-06-08 17:53:51 +02:00
gallegonovato
fa9a5844c1
Translated using Weblate (Spanish)
...
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/es/
2023-06-08 17:53:50 +02:00
Tibor Kaputa
de48e387b2
Merge pull request #2086 from nelath/master
...
Fixed recurring event repetition exception issue
2023-06-08 17:53:46 +02:00
Tibor Kaputa
b476e71ec6
Merge pull request #2093 from Naveen3Singh/recurring_event_fix_981
...
Properly handle `Update all occurrences` option
2023-06-08 17:52:44 +02:00
Tibor Kaputa
82c947543c
Merge pull request #2094 from Aga-C/add-missing-settings
...
Added missing settings in backup
2023-06-08 17:49:51 +02:00
Bread
3f76ced2f8
Update china.ics
...
add 2023 holiday
2023-06-03 18:43:57 +08:00
Bread
9ee22ba8a4
Update china.ics
...
add 2022 holiday
2023-06-03 18:29:02 +08:00
Bread
9a95c8dc54
Update china.ics
...
add 2021 holiday
2023-06-03 18:24:50 +08:00
Agnieszka C
93b36ba750
Added missing settings in backup
2023-05-29 19:03:30 +02:00
Naveen
75ffedca81
Avoid shifting start, end times when switching calendars
2023-05-29 05:32:18 +05:30
Naveen
2d33c1f8f0
Properly handle `Update all occurrences` option
...
Closes https://github.com/SimpleMobileTools/Simple-Calendar/issues/981
The events were moved forward because the start and end timestamps from the repeating occurrence were saved instead of the original start and end times.
The call to `eventsHelper.addEventRepeatLimit()` was removed because I believe it was added there by mistake and the changes were overwritten anyways due to the next call to `eventsHelper.updateEvent()`. Another reason to remove it is to avoid triggering a CalDAV update which may interfere with the event update.
2023-05-29 04:49:57 +05:30
Tim
37bc269871
fixed getDatesWeekDateTime
2023-05-23 22:55:41 +08:00
nelath
24713a8351
Fixed recurring event repetition exception issue
2023-05-22 13:09:13 +02:00
J. Lavoie
77d7e97847
Translated using Weblate (Italian)
...
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/it/
2023-05-22 09:52:28 +02:00
J. Lavoie
5376b73e28
Translated using Weblate (French)
...
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/fr/
2023-05-22 09:52:27 +02:00
Milo Ivir
0f87d54ccb
Translated using Weblate (Croatian)
...
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/hr/
2023-05-18 22:54:34 +02:00
Alexander Gabilondo
6aeff3f050
Translated using Weblate (Basque)
...
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/eu/
2023-05-18 22:54:34 +02:00
Tibor Kaputa
023dcaf47b
Merge pull request #2078 from spkprs/patch-35
...
Update strings.xml
2023-05-18 15:59:39 +02:00
Tibor Kaputa
6e03103ba3
Update strings.xml
2023-05-18 15:59:10 +02:00
Priit Jõerüüt
d0bc1f753b
Translated using Weblate (Estonian)
...
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/et/
2023-05-18 14:41:29 +02:00
FTno
466cc0eab2
Translated using Weblate (Norwegian Bokmål)
...
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/nb_NO/
2023-05-18 14:41:29 +02:00
tryvseu
01330f0f49
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 92.2% (227 of 246 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/nn/
2023-05-18 14:41:29 +02:00
Anonymous
9bd65e8259
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (0 of 0 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/nn/
2023-05-18 14:41:29 +02:00
en2sv
3d073b0e72
Translated using Weblate (Swedish)
...
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/sv/
2023-05-18 14:41:29 +02:00
Sergio Marques
ed6188d4ef
Translated using Weblate (Portuguese)
...
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/pt/
2023-05-18 14:41:29 +02:00
J. Lavoie
6f50188115
Translated using Weblate (Italian)
...
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/it/
2023-05-18 14:41:29 +02:00
J. Lavoie
0eb5a8005c
Translated using Weblate (French)
...
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/fr/
2023-05-18 14:41:29 +02:00
tryvseu
09737d15dc
Added translation using Weblate (Norwegian Nynorsk)
2023-05-18 14:41:29 +02:00
Tibor Kaputa
5257af0803
Merge branch 'master' into master
2023-05-18 14:40:35 +02:00
spkprs
2156b43a5a
Update strings.xml
2023-05-14 18:46:58 +03:00
tibbi
dfc122942e
update version to 6.21.9
2023-05-12 09:38:53 +02:00
solokot
9dea36a24d
Translated using Weblate (Russian)
...
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/ru/
2023-05-12 09:33:28 +02:00
Agnieszka C
85ce5b0887
Fixed color change in event editor
2023-05-12 09:22:07 +02:00
tibbi
3135232eea
update version to 6.21.8
2023-05-11 22:42:10 +02:00
tibbi
385bb3b220
updating commons
2023-05-11 22:38:21 +02:00
tibbi
fe6fdab958
updating commons
2023-05-10 21:50:19 +02:00
Rex_sa
8ca14490e2
Translated using Weblate (Arabic)
...
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/ar/
2023-05-10 20:25:47 +02:00
Josep M. Ferrer
cd57efa8c6
Translated using Weblate (Catalan)
...
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/ca/
2023-05-10 20:25:47 +02:00
Eric
85b0fca7de
Translated using Weblate (Chinese (Simplified))
...
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/zh_Hans/
2023-05-10 20:25:47 +02:00
Oğuz Ersen
96c5ee34ae
Translated using Weblate (Turkish)
...
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/tr/
2023-05-10 20:25:47 +02:00
Agnieszka C
316cd8b282
Translated using Weblate (Polish)
...
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/pl/
2023-05-10 20:25:47 +02:00
Guillaume
8ae994d3f4
Translated using Weblate (Dutch)
...
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/nl/
2023-05-10 20:25:47 +02:00
VfBFan
329b1981bb
Translated using Weblate (German)
...
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/de/
2023-05-10 20:25:47 +02:00
tibbi
11a715c33d
updating commons
2023-05-10 20:25:40 +02:00
tibbi
c0025dc4d5
removing a copypaste error
2023-05-10 19:58:47 +02:00
tibbi
c0403cdf5a
updating commons, list supported languages
2023-05-10 19:58:37 +02:00
tibbi
e844db71d5
updating commons
2023-05-07 18:23:49 +02:00
Tibor Kaputa
c18a39ea17
Merge pull request #2059 from Naveen3Singh/fix_ime_inset
...
Use `adjustResize` flag
2023-05-06 22:30:09 +02:00
Tibor Kaputa
eabc8cef54
updating a slovak translation
2023-05-06 22:21:10 +02:00
Naveen
66a0dd88b1
Use `adjustResize` with TaskActivity as well
2023-05-06 23:31:42 +05:30
Naveen
e1af5c9624
Update simple-commons library
2023-05-06 23:26:11 +05:30
Naveen
207bb615d0
Always set event color click listener
2023-05-06 23:26:01 +05:30
Naveen Singh
69eb932797
Merge branch 'SimpleMobileTools:master' into event_color_customization
2023-05-06 10:52:35 -07:00
Naveen
cb507bfd5f
Merge master into fix_ime_inset
2023-05-05 22:26:05 +05:30
tibbi
8bba1eb4db
updating commons and room
2023-05-05 16:24:11 +02:00
Tibor Kaputa
e681f90dd8
Merge pull request #2065 from ismailnurudeen/feat/require-notification-permission
...
feat: added required notification permission dialog.
2023-05-05 16:23:15 +02:00
Naveen
758c724f5b
Update simple-commons library
2023-05-05 13:17:52 +05:30
Naveen
4fe6f4fbfc
Move ColorPickerDialog modifications to commons
2023-05-05 00:17:52 +05:30
Naveen
6322a9a1d3
Shrink vector drawable using avocado
2023-05-04 23:18:20 +05:30
Naveen
b64ba644d8
Update simple-commons library
2023-05-04 23:14:22 +05:30
Naveen
e8f7c3f3f2
Merge master into event_color_customization
2023-05-04 23:02:38 +05:30
Naveen
1733f30bb0
Update simple-commons library
2023-05-04 22:49:33 +05:30
Naveen Singh
e94ef6ad83
Merge branch 'SimpleMobileTools:master' into fix_ime_inset
2023-05-04 10:09:50 -07:00
Tibor Kaputa
f4816fe049
Merge pull request #2060 from weblate/weblate-simple-mobile-tools-simple-calendar
...
Translations update from Hosted Weblate
2023-05-03 23:18:55 +02:00
ismailnurudeen
2943b5a618
feat: added required notification permission dialog.
2023-05-03 13:13:36 +01:00
10cents
6e0dd7bd47
Update strings.xml
2023-05-02 11:00:24 +02:00
Naveen
46079677f0
Apply proper icon color
2023-04-30 20:57:53 +05:30
Naveen
9089c1f6ba
Allow task color customization as well
2023-04-30 16:55:53 +05:30
Naveen
40beaa60e3
Change event type setting icon (tasks)
2023-04-30 16:34:27 +05:30
Naveen
a9577adaa3
Add "Task color" string
2023-04-30 16:23:48 +05:30
Naveen
d7dd175bb5
Minor UX improvement
2023-04-30 16:18:48 +05:30
Naveen
c4eeaeebc4
Change event type setting icon
2023-04-30 16:07:58 +05:30
Naveen
3a8a250844
Minor readability improvement
2023-04-30 15:18:33 +05:30
Naveen
75233a1bcd
Use custom event colors in the top bar
2023-04-30 15:13:17 +05:30
Naveen
dc44935795
Remove local event type color indicator
2023-04-30 14:44:33 +05:30
Naveen
4503281860
Allow color customization of local events as well
2023-04-30 14:40:05 +05:30
Alex Gabilondo
2b77894bed
Translated using Weblate (Basque)
...
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/eu/
2023-04-30 00:51:56 +02:00
Naveen
4e0ff5f6e5
Use `adjustResize` flag
2023-04-25 15:51:20 +05:30
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
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
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
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
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
Naveen
e461bbf50c
Disable color darkening for calendar colors
2023-04-11 21:59:11 +05:30
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
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
Naveen
98443eca17
Remove ACTION_MEDIA_SCANNER_SCAN_FILE broadcast
2023-04-06 09:45:32 +05:30
Naveen Singh
2a0a50bcb8
Merge branch 'SimpleMobileTools:master' into feature_automatic_backups
2023-04-05 08:57:20 -07:00
en2sv
f036d6149b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (247 of 247 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/sv/
2023-04-03 20:38:20 +02:00
Sergio Marques
f6182a5a75
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (247 of 247 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/pt/
2023-04-02 12:37:08 +02:00
Slávek Banko
0ab6e8cd7f
Translated using Weblate (Czech)
...
Currently translated at 100.0% (247 of 247 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/cs/
2023-03-31 18:36:53 +02:00
J. Lavoie
8cb99949e8
Translated using Weblate (Italian)
...
Currently translated at 100.0% (247 of 247 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/it/
2023-03-30 00:41:09 +02:00
J. Lavoie
f4d7cd059d
Translated using Weblate (French)
...
Currently translated at 100.0% (247 of 247 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/fr/
2023-03-30 00:41:09 +02:00
Naveen
4f3497ed30
Restore file name check
...
Because we won't be able to replace an already existing file created by some other app or an uninstalled version of the app
2023-03-26 15:03:45 +05:30