Commit Graph

6272 Commits

Author SHA1 Message Date
Wintandre ae41dc7407 Add event for coronation of King. 2023-03-13 10:29:55 +00:00
Tibor Kaputa 1ab3167fab
Merge pull request #2004 from Naveen3Singh/allow_sharing_tasks
Allow sharing tasks
2023-03-11 22:46:57 +01:00
Naveen 68e7c627b9 Allow sharing tasks 2023-03-12 01:51:20 +05:30
tibbi a9e7f9c6d0 updating changelog 2023-03-07 09:34:45 +01:00
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
Tibor Kaputa 0d3df0fff2
Merge pull request #1998 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-03-07 09:18:22 +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
Tibor Kaputa 400da0131a
Merge pull request #2000 from spkprs/patch-33
Update strings.xml
2023-03-06 22:12:29 +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
Tibor Kaputa 472e4fd9e0
Merge pull request #1991 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-03-05 23:46:55 +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
Tibor Kaputa eb9220dec9
Merge pull request #1986 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-02-24 20:27:01 +01:00
Tibor Kaputa c03ffdf1d9
Update full_description.txt 2023-02-24 20:26:51 +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
Locness b16bbbb094
Translated using Weblate (French)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Calendar metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar-metadata/fr/
2023-02-23 15:53:50 +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
Tibor Kaputa 1eea87ae08
Update README.md 2023-02-23 15:53:43 +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
Tibor Kaputa d2102b35eb
Update CONTRIBUTING.md 2023-02-18 12:26:07 +01:00
Tibor Kaputa 80b4531f43
Merge pull request #1968 from weblate/weblate-simple-mobile-tools-simple-calendar
Translations update from Hosted Weblate
2023-02-18 09:37:33 +01:00
Luna Jernberg 3947de0337
Translated using Weblate (Swedish)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Calendar metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar-metadata/sv/
2023-02-17 22:39:31 +01: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 784dda38a0 adding contribution rules 2023-02-17 22:39:23 +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