SUPYROW
0eb77c2e13
Update Constants.kt
...
val DESCRIPTION_REGEX = Regex("""DESCRIPTION(?:(?:;[^:;]*="[^"]*")*;?(?:;LANGUAGE=[^:;]*)?(?:;[^:;]*="[^"]*")*)*:(.*(?:\r?\n\s+.*)*)""")
2023-03-16 09:55:50 +01:00
SUPYROW
72f6b12b47
Merge branch 'SimpleMobileTools:master' into master
2023-03-16 07:21:08 +01:00
tibbi
ec0eb778e1
fix #1987 , update to the newer time picker dialog
2023-03-15 21:49:10 +01:00
Wintandre
ae41dc7407
Add event for coronation of King.
2023-03-13 10:29:55 +00:00
Naveen
68e7c627b9
Allow sharing tasks
2023-03-12 01:51:20 +05:30
tibbi
2ca63eba9d
update version to 6.21.6
2023-03-07 09:34:38 +01:00
tibbi
d5ad224748
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
2023-03-07 09:27:37 +01:00
tibbi
ace9f03c27
always show a dialog about uninstalling the old free app
2023-03-07 09:27:28 +01:00
Tibor Kaputa
210db08581
Merge pull request #1989 from ikazuhiro/fix/japanese-holidays-2023
...
update Japanese holidays
2023-03-07 09:22:12 +01:00
Tibor Kaputa
981aecea00
Merge pull request #1984 from typebrook/holiday-taiwan
...
Update taiwan.ics for 2023 holidays
2023-03-07 09:21:02 +01:00
Tibor Kaputa
71e385cc43
Merge pull request #1969 from DestroyerAce/master
...
Updated Indian holidays for 2023
2023-03-07 09:20:35 +01:00
Oğuz Ersen
80e8e86e1e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/tr/
2023-03-06 22:12:38 +01:00
Guillaume
90544a7698
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/nl/
2023-03-06 22:12:37 +01:00
Ldm Public
0c4d2f11f4
Translated using Weblate (French)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/fr/
2023-03-06 22:12:37 +01:00
gallegonovato
241b64dd7d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/es/
2023-03-06 22:12:37 +01:00
Josep M. Ferrer
50dcd83cc9
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/ca/
2023-03-06 22:12:37 +01:00
Eric
bd38f62841
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/zh_Hans/
2023-03-06 22:12:37 +01:00
solokot
d64e149726
Translated using Weblate (Russian)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/ru/
2023-03-06 22:12:37 +01:00
Agnieszka C
37d519010d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/pl/
2023-03-06 22:12:37 +01:00
Linerly
da04b57047
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/id/
2023-03-06 22:12:37 +01:00
Rex_sa
a47d095890
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (243 of 243 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/ar/
2023-03-06 22:12:37 +01:00
spkprs
b580c16583
Update strings.xml
2023-03-06 18:37:35 +02:00
tibbi
9e9bc0a7ee
export past events too by default
2023-03-06 00:01:08 +01:00
tibbi
ca120d0625
adding a new string for deleting all events and tasks
2023-03-05 23:49:57 +01:00
SUPYROW
90e2b5295c
Update Constants.kt
...
on the emulator, this works. and DESCRIPTION is correct in the file. from MY tests.
in `helpers/IcsExporter.kt`
line 90: `writeLn("$DESCRIPTION_EXPORT$reminderLabel")`
line 121: `out.writeLn("$DESCRIPTION_EXPORT$substring")`
in `helpers/Constants.kt`
add
`const val DESCRIPTION_EXPORT = "DESCRIPTION:"`
on the actual phone. no dice. i get an export file with 0 bytes.
emulator works great, i think i'll just use the emulator instead.
i don't know what to make of this now. any ideas, on why my phone and probably many other will not work correctly? or is my phone the problem?? not sure what to work on. let me know your findings, please?
2023-03-01 14:16:08 +01:00
SUPYROW
acaa5910a6
Update IcsExporter.kt
...
on the emulator, this works. and DESCRIPTION is correct in the file. from MY tests.
in helpers/IcsExporter.kt
line 90: writeLn("$DESCRIPTION_EXPORT$reminderLabel")
line 121: out.writeLn("$DESCRIPTION_EXPORT$substring")
in helpers/Constants.kt
add
const val DESCRIPTION_EXPORT = "DESCRIPTION:"
on the actual phone. no dice. i get an export file with 0 bytes.
emulator works great, i think i'll just use the emulator instead.
i don't know what to make of this now. any ideas, on why my phone and probably many other will not work correctly? or is my phone the problem?? not sure what to work on. let me know your findings, please?
2023-03-01 14:14:46 +01:00
Oskari Lavinto
90bb5825b1
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/fi/
2023-02-28 18:36:24 +01:00
SUPYROW
fd61c19995
Update IcsImporter.kt
2023-02-26 00:50:21 +01:00
SUPYROW
9fccd0917d
Update Constants.kt
2023-02-26 00:48:46 +01:00
VfBFan
c59c7ae539
Translated using Weblate (German)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/de/
2023-02-24 20:27:14 +01:00
VfBFan
21ceaf9533
Translated using Weblate (German)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/de/
2023-02-24 18:40:43 +01:00
Gabriel Camargo
f8c4a8d7b8
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/pt_BR/
2023-02-23 15:53:50 +01:00
VfBFan
3080efd9fa
Translated using Weblate (German)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/de/
2023-02-23 15:53:50 +01:00
Kazuhiro Ito
66608dcc0e
update Japanese holidays
...
Describe Vernal / Autumnal Equinox Day through 2099.
2023-02-23 12:38:26 +09:00
Hsieh Chin Fan
0d0bc5ff1f
Update taiwan.ics for 2023 holidays
...
Ref: https://data.gov.tw/dataset/14718
New ics file is validated by https://github.com/collective/icalendar
2023-02-20 12:02:34 +08:00
Moo
04867354c9
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/lt/
2023-02-17 22:39:31 +01:00
tibbi
5c8c2dab22
properly export event location
2023-02-09 16:53:13 +01:00
DestroyerAce
9f6c4f34e2
removed spaces
2023-02-05 21:12:43 +05:30
DestroyerAce
eefbee9e50
Updated Indian holidays
2023-02-05 11:00:39 +05:30
tibbi
ce3214ef95
adding some formatting and reordering changes, no real functionality affected
2023-02-01 19:36:51 +01:00
tibbi
2d983c2f1d
update version to 6.21.5
2023-01-30 23:32:29 +01:00
Tibor Kaputa
356070963b
Update strings.xml
2023-01-30 23:19:08 +01:00
Tibor Kaputa
a2163d05c5
adding an empty line
2023-01-30 23:11:26 +01:00
en2sv
cb8904d86a
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/sv/
2023-01-30 23:10:21 +01:00
Sergio Marques
069379ed6c
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Simple Mobile Tools/Simple Calendar
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/pt/
2023-01-30 23:10:21 +01:00
Anonymous
7ac05b157d
Translated using Weblate (Sinhala)
...
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/si/
2023-01-30 23:10:21 +01:00
DilshanH
5b8fd915d9
Added translation using Weblate (Sinhala)
2023-01-30 23:10:21 +01:00
tibbi
4c3e5f81f4
fix a glitch at not applying searched text at search results
2023-01-30 23:10:14 +01:00
tibbi
e0a935e8e3
adding some padding at No CalDAV calendars dialog placeholder
2023-01-30 22:42:35 +01:00
tibbi
23f06898c6
update version to 6.21.4
2023-01-23 14:45:52 +01:00