diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67e2f88ed..9b7ec0057 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Changelog
==========
+Version 6.4.1 *(2019-03-23)*
+----------------------------
+
+ * Fixed a CalDAV sync related glitch with missing events
+ * Fixed adding reminders to birthdays and anniversaries
+
Version 6.4.0 *(2019-03-20)*
----------------------------
diff --git a/app/build.gradle b/app/build.gradle
index 7f71d6647..c9e771d68 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.calendar.pro"
minSdkVersion 21
targetSdkVersion 28
- versionCode 146
- versionName "6.4.0"
+ versionCode 147
+ versionName "6.4.1"
multiDexEnabled true
setProperty("archivesBaseName", "calendar")
}
@@ -57,7 +57,7 @@ android {
}
dependencies {
- implementation 'com.simplemobiletools:commons:5.10.13'
+ implementation 'com.simplemobiletools:commons:5.10.15'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/CalDAVHelper.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/CalDAVHelper.kt
index 304e536da..058249827 100644
--- a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/CalDAVHelper.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/CalDAVHelper.kt
@@ -513,8 +513,8 @@ class CalDAVHelper(val context: Context) {
cursor = context.contentResolver.query(uri, projection, selection, null, null)
if (cursor?.moveToFirst() == true) {
do {
- val name = cursor.getStringValue(CalendarContract.Attendees.ATTENDEE_NAME)
- val email = cursor.getStringValue(CalendarContract.Attendees.ATTENDEE_EMAIL)
+ val name = cursor.getStringValue(CalendarContract.Attendees.ATTENDEE_NAME) ?: ""
+ val email = cursor.getStringValue(CalendarContract.Attendees.ATTENDEE_EMAIL) ?: ""
val status = cursor.getIntValue(CalendarContract.Attendees.ATTENDEE_STATUS)
val relationship = cursor.getIntValue(CalendarContract.Attendees.ATTENDEE_RELATIONSHIP)
val attendee = Attendee(0, name, email, status, "", false, relationship)
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index c029f472e..5d26cdf23 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml
index ead2896c9..7f9ed66e0 100644
--- a/app/src/main/res/values-az/strings.xml
+++ b/app/src/main/res/values-az/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-br/strings.xml b/app/src/main/res/values-br/strings.xml
index cd07d58f1..675749f8d 100644
--- a/app/src/main/res/values-br/strings.xml
+++ b/app/src/main/res/values-br/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 1114166ea..1dfd421e0 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index d285457d2..c4cb69c59 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -264,13 +264,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 2d915ac4b..56a52c584 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -267,13 +267,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 8da3de192..b5745dc7d 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -233,46 +233,46 @@
- Offline calendar with no ads. Organizer & reminders for appointments, events etc
+ Ένα Ημερολόγιο offline χωρίς διαφημίσεις. Οργανώστε ραντεβού, εκδηλώσεις κ.λ.π.
- Simple Calendar Pro is a fully customizable, offline calendar designed to do exactly what a calendar should do. No complicated features, unnecessary permissions and no ads!
+ Simple Calendar Pro είναι ένα πλήρως προσαρμόσιμο ημερολόγιο εκτός σύνδεσης που έχει σχεδιαστεί για να κάνει ακριβώς αυτό που υπόσχεται. Δεν υπάρχουν περίπλοκες λειτουργίες, περιττά δικαιώματα και διαφημίσεις!
- Whether you’re organizing single or recurring events, birthdays, anniversaries, business meetings, appointments or anything else, Simple Calendar Pro makes it easy to stay organized. With an incredible variety of customization options you can customize event reminders, notification sounds, calendar widgets and how the app looks.
+ Είτε οργανώνετε ένα ή επαναλαμβανόμενα γεγονότα, γενέθλια, επετείους, επαγγελματικές συναντήσεις, ραντεβού ή οτιδήποτε άλλο, το Simple Calendar Pro καθιστάται να παραμένει εύκολα οργανωμένο. Με μια απίστευτη ποικιλία επιλογών προσαρμογής μπορείτε να προσαρμόσετε τις υπενθυμίσεις συμβάντων, τους ήχους ειδοποιήσεων, τα γραφικά στοιχεία ημερολογίου και τον τρόπο εμφάνισης της εφαρμογής.
- Daily, weekly and monthly views make checking your upcoming events & appointments a breeze. You can even view everything as a simple list of events rather than in calendar view, so you know exactly what’s coming up in your life and when.
+ Καθημερινές, εβδομαδιαίες και μηνιαίες προβολές κάνουν τον έλεγχο των επερχόμενων εκδηλώσεων & ραντεβού παιχνιδάκι. Μπορείτε ακόμη και να δείτε τα πάντα ως μια απλή λίστα γεγονότων και όχι σε προβολή ημερολογίου, ώστε να γνωρίζετε ακριβώς τι έρχεται στη ζωή σας και πότε.
----------------------------------------------------------
- Simple Calendar Pro – Features & Benefits
+ Simple Calendar Pro – Χαρακτηριστικά & Οφέλη
----------------------------------------------------------
- ✔️ No ads or annoying popups
- ✔️ No internet access needed, giving you more privacy & security
- ✔️ Only the bare minimum permissions required
- ✔️ Emphasis on simplicity – does what a calendar needs to do!
- ✔️ Open source
- ✔️ Fully customizable themes & calendar / event widgets
- ✔️ Translated into 29 languages
- ✔️ Export settings to .txt files to import to another device
- ✔️ CalDAV calendar sync supported to sync events across devices
- ✔️ Daily, weekly, monthly, yearly & event views on the calendar
- ✔️ Supports exporting & importing events via .ics files
- ✔️ Set multiple event reminders, customize event reminder sound and vibration
- ✔️ Snooze option for reminders
- ✔️ Easily add holidays, birthdays, anniversaries & appointments
- ✔️ Customize events – start time, duration, reminders etc
- ✔️ Add event attendees to each event
- ✔️ Use as a personal calendar or a business calendar
- ✔️ Choose between reminders & email notifications to alert you about an event
+ ✔️ Δεν υπάρχουν διαφημίσεις ή ενοχλητικά αναδυόμενα παράθυρα
+ ✔️ Δεν απαιτείται πρόσβαση στο διαδίκτυο, προστατεύοντας την ιδιωτική σας ζωής & ασφάλεια
+ ✔️ Μόνο τα ελάχιστα δικαιώματα απαιτούνται
+ ✔️ Έμφαση στην απλότητα - κάνει αυτό που χρειάζεται ένα ημερολόγιο!
+ ✔️ Ανοιχτού κώδικα
+ ✔️ Πλήρως προσαρμόσιμα θέματα & widget ημερολογίου/συμβάντος
+ ✔️ Μεταφρασμένο σε 29 γλώσσες
+ ✔️ Εξαγωγή ρυθμίσεων σε αρχεία .txt για εισαγωγή σε άλλη συσκευή
+ ✔️ CalDAV συγχρονισμός υποστηρίζεται για συγχρονισμό συμβάντων σε όλες τις συσκευές
+ ✔️ Καθημερινά, εβδομαδιαία, μηνιαία, ετήσια συμβάντα προβάλονται στο ημερολόγιο
+ ✔️ Υποστηρίζει εξαγωγή & εισαγωγή γεγονότων μέσω αρχείων .ics
+ ✔️ Ορίστε υπενθυμίσεις πολλαπλές συμβάντων, προσαρμόστε τον ήχο υπενθύμισης και την δόνηση
+ ✔️ Επιλογές αναβολής των υπενθυμίσεις
+ ✔️ Προσθέστε εύκολα διακοπές, γενέθλια, επετείους & ραντεβού
+ ✔️ Προσαρμογή συμβάντων - χρόνο έναρξης, διάρκεια, υπενθυμίσεις κλπ
+ ✔️ Προσθέστε συμμετέχοντες σε κάθε εκδήλωση
+ ✔️ Χρησιμοποιήστε το ως προσωπικό ή επιχειρηματικό ημερολόγιο
+ ✔️ Επιλέξτε μεταξύ υπενθυμίσεων & email για να σας ειδοποιήσει για ένα συμβάν
- DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
+ ΛΗΨΗ SIMPLE CALENDAR PRO – ΕΚΤΟΣ ΣΥΝΔΕΣΗΣ ΚΑΙ ΧΩΡΊΣ ΔΙΑΦΗΜΗΣΕΙΣ!
- Check out the full suite of Simple Tools here:
+ Δείτε την πλήρη σειρά των Simple Tools εδώ:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index e7e8f6318..c8e047183 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 14e33c6ed..49df817a9 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index e58f82814..8931d148c 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-hi-rIN/strings.xml b/app/src/main/res/values-hi-rIN/strings.xml
index c6d6f1c88..c5b91b112 100644
--- a/app/src/main/res/values-hi-rIN/strings.xml
+++ b/app/src/main/res/values-hi-rIN/strings.xml
@@ -267,13 +267,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
index febf2ab45..a9c60a124 100644
--- a/app/src/main/res/values-hr/strings.xml
+++ b/app/src/main/res/values-hr/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index 825482957..3b515d5a4 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 29965b91e..90fede1fd 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -233,46 +233,46 @@
- Offline calendar with no ads. Organizer & reminders for appointments, events etc
+ Calendario offline senza pubblicità. Organizza e ricorda appuntamenti ed eventi
- Simple Calendar Pro is a fully customizable, offline calendar designed to do exactly what a calendar should do. No complicated features, unnecessary permissions and no ads!
+ Semplice Calendario Pro è un calendario offline completamente personalizzabile progettato per fare esattamente quello che un calendario dovrebbe fare. Non ci sono funzionalità complicate, permessi non necessari e senza pubblicità!
- Whether you’re organizing single or recurring events, birthdays, anniversaries, business meetings, appointments or anything else, Simple Calendar Pro makes it easy to stay organized. With an incredible variety of customization options you can customize event reminders, notification sounds, calendar widgets and how the app looks.
+ Se stai organizzando eventi singoli o ricorrenti, compleanni, anniversari, riunioni di lavoro, appuntamento o qualsiasi altra cosa, Semplice Calendario Pro ti permette di rimanere organizzato. Con un\'incredbile varietà di opzioni di personalizzazione, puoi personalizzare i promemoria degli eventi, i suoni delle notifiche, il widget del calendario e lo stile dell\'app.
- Daily, weekly and monthly views make checking your upcoming events & appointments a breeze. You can even view everything as a simple list of events rather than in calendar view, so you know exactly what’s coming up in your life and when.
+ Le vista giornaliera, settimanale o mensile permette di controllare gli eventi e appuntamenti imminenti. Puoi visualizzare tutto come una semplice lista di eventi invece che in una vista a calendario, così puoi sapere esattamente cosa sta per succedere nella tua vita e quando.
----------------------------------------------------------
- Simple Calendar Pro – Features & Benefits
+ Semplice Calendario Pro - Funzionalità e benefici
----------------------------------------------------------
- ✔️ No ads or annoying popups
- ✔️ No internet access needed, giving you more privacy & security
- ✔️ Only the bare minimum permissions required
- ✔️ Emphasis on simplicity – does what a calendar needs to do!
+ ✔️ Nessuna pubblicità o popup fastidiosi
+ ✔️ Nessun accesso internet richiesto, così da darti più privacy e sicurezza
+ ✔️ Sono richieste solamente i permessi minimi indispensabili
+ ✔️ Enfatizza la semplicità - quello che un calendario deve fare!
✔️ Open source
- ✔️ Fully customizable themes & calendar / event widgets
- ✔️ Translated into 29 languages
- ✔️ Export settings to .txt files to import to another device
- ✔️ CalDAV calendar sync supported to sync events across devices
- ✔️ Daily, weekly, monthly, yearly & event views on the calendar
- ✔️ Supports exporting & importing events via .ics files
- ✔️ Set multiple event reminders, customize event reminder sound and vibration
- ✔️ Snooze option for reminders
- ✔️ Easily add holidays, birthdays, anniversaries & appointments
- ✔️ Customize events – start time, duration, reminders etc
- ✔️ Add event attendees to each event
- ✔️ Use as a personal calendar or a business calendar
- ✔️ Choose between reminders & email notifications to alert you about an event
+ ✔️ Temi, calendario e widget degli eventi completamente personalizzable
+ ✔️ Localizzato in più di 29 lingue
+ ✔️ Esporta le impostazioni in un file .txt da importare in un altro disposibito
+ ✔️ Sincronizzazione CalDav supportata per sincronizzare gli eventi su più dispositivi
+ ✔️ Con viste giornaliere, settimanali, mensili, annuali e lista di eventi
+ ✔️ Supporta l\'importazione e l\'esportazione di eventi tramite file .ics
+ ✔️ Imposta più promemoria per gli eventi, personalizzali con la vibrazione e la suoneria
+ ✔️ Opzione per posporre i promemoria
+ ✔️ Aggiungi facilmente festività, compleanni, anniversari e appuntamenti
+ ✔️ Personalizza gli eventi - inizio, durata, promemoria e molto altro
+ ✔️ Aggiunti i partecipanti per ogni evento
+ ✔️ Usalo come calendario personale o per lavoro
+ ✔️ Scegli fra promemoria e email di notifica per avvisarti riguardo un evento
+
+ SCARICA SEMPLICE CALENDARIO PRO – IL CALENDARIO SEMPLICE, OFFLINE E SENZA PUBBLICITÀ!
- DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
-
- Check out the full suite of Simple Tools here:
+ Dai uno sguardo alla suite completa di Simple Tools:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
index aba26bb6b..7efaada9b 100644
--- a/app/src/main/res/values-iw/strings.xml
+++ b/app/src/main/res/values-iw/strings.xml
@@ -267,13 +267,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index dd2dd4e6e..7de46f803 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index 03fed72d1..2620fc10f 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
index 496dec908..39ca592ed 100644
--- a/app/src/main/res/values-lt/strings.xml
+++ b/app/src/main/res/values-lt/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml
index 3ae66dd11..f9ab8a02c 100644
--- a/app/src/main/res/values-nb/strings.xml
+++ b/app/src/main/res/values-nb/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 8b03e97fc..a516398d4 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml
index 689397f40..ab66217b4 100644
--- a/app/src/main/res/values-no/strings.xml
+++ b/app/src/main/res/values-no/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 44c44c12d..5cdb92d91 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -264,13 +264,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 79f5fc2c0..2e458390a 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -266,13 +266,13 @@ selecionando a opção \"Fonte de áudio usada pelos lembretes\" e modificando o
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index 230284f1b..dc9147b1d 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index b660deb27..ea1721386 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index b4a6c5898..19c9514cc 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -233,46 +233,46 @@
- Offline calendar with no ads. Organizer & reminders for appointments, events etc
+ Offline kalendár bez reklám. Spravujte pripomienky pre stretnutia a iné udalosti
- Simple Calendar Pro is a fully customizable, offline calendar designed to do exactly what a calendar should do. No complicated features, unnecessary permissions and no ads!
+ Jednoduchý kalendár Pro je prispôsobiteľný offline kalendár vytvorený presne na to, čo by kalendáre mali zvládať.Nenachádzajú sa tu žiadne nepotrebné funkcie, nepotrebné oprávnenia, ani reklamy!
- Whether you’re organizing single or recurring events, birthdays, anniversaries, business meetings, appointments or anything else, Simple Calendar Pro makes it easy to stay organized. With an incredible variety of customization options you can customize event reminders, notification sounds, calendar widgets and how the app looks.
+ Či organizujete jednoduchú, alebo opakujúcu sa udalosť, narodeniny, výročia, pracovné stretnutia, alebo hocičo iné, Jednoduchý kalendár Pro vám uľahčí prácu. S veľkou mierou prispôsobiteľnosti viete meniť pripomienky udalostí, zvuky pripomienok, widgety kalendára a celkový vzhľad apky.
- Daily, weekly and monthly views make checking your upcoming events & appointments a breeze. You can even view everything as a simple list of events rather than in calendar view, so you know exactly what’s coming up in your life and when.
+ Vďaka dennému, týždennému a mesačnému pohľadu si viete veľmi jednoducho prezrieť nasledujúce udalosti a stretnutia. Všetky udalosti si viete pozrieť aj v jednoduchom chronologickom zozname udalostí. Vďaka tomu viete presne čo a kedy sa blíži.
----------------------------------------------------------
- Simple Calendar Pro – Features & Benefits
+ Jednoduchý kalendár Pro - funkcie a benefity
----------------------------------------------------------
- ✔️ No ads or annoying popups
- ✔️ No internet access needed, giving you more privacy & security
- ✔️ Only the bare minimum permissions required
- ✔️ Emphasis on simplicity – does what a calendar needs to do!
- ✔️ Open source
- ✔️ Fully customizable themes & calendar / event widgets
- ✔️ Translated into 29 languages
- ✔️ Export settings to .txt files to import to another device
- ✔️ CalDAV calendar sync supported to sync events across devices
- ✔️ Daily, weekly, monthly, yearly & event views on the calendar
- ✔️ Supports exporting & importing events via .ics files
- ✔️ Set multiple event reminders, customize event reminder sound and vibration
- ✔️ Snooze option for reminders
- ✔️ Easily add holidays, birthdays, anniversaries & appointments
- ✔️ Customize events – start time, duration, reminders etc
- ✔️ Add event attendees to each event
- ✔️ Use as a personal calendar or a business calendar
- ✔️ Choose between reminders & email notifications to alert you about an event
+ ✔️ Žiadne reklamy a otravné vyskakovacie okná
+ ✔️ Nie je potrebný prístup na internet, vďaka čomu budete mať maximálne súkromie a bezpečie
+ ✔️ Obsahuje iba nevyhnutne potrebné oprávnenia
+ ✔️ Prízvuk na jednoduchosť - robí presne to, čo sa od kalendára očakáva!
+ ✔️ Otvorený zdrojový kód
+ ✔️ Plne prispôsobiteľné témy, pohľady a widgety
+ ✔️ Preložený do 29 jazykov
+ ✔️ Jednoducho exportujte nastavenia do .txt súboru a importujte ich do iného zariadenia
+ ✔️ Obsahuje CalDAV sychronizáciu na zdieľanie kalendárov medzi zariadeniami
+ ✔️ Obsahuje denný, týždenný, mesačný, ročný pohľad na kalendár, ako aj jednoduchý zoznam udalostí
+ ✔️ Podporuje exportovanie a importovanie udalostí pomocou .ics súborov
+ ✔️ Možnosť nastaviť viacero pripomienok na udalosti, alebo zmeniť ich zvučku a vibrovanie
+ ✔️ Možnosť odloženia pripomienok na neskôr
+ ✔️ Jednoduché pridávanie prázdnin, narodenín, výročí a stretnutí
+ ✔️ Nastaviteľné udalosti - začiatok, trvanie, pripomienky atď
+ ✔️ Možnosť pridávania zúčastnených na udalosti
+ ✔️ Možné použitie ako súkromný, aj business kalendár
+ ✔️ Zvoľte si buď pripomienku, alebo email na synchronizované udalosti
- DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
+ STIAHNITE SI JEDNODUCHÝ KALENDÁR PRO - JEDNODUCHÝ OFFLINE KALENDÁR BEZ REKLÁM!
- Check out the full suite of Simple Tools here:
+ Pozrite si celú sadu aplikácií na:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 06a2f9efc..092c091da 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index a6187c711..84e358be6 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -265,13 +265,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 9870c1339..39035ed66 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -99,7 +99,7 @@
活動提醒
- 新增另一場出席
+ 新增另一位出席者
我的狀態:
前去
不前去
@@ -233,46 +233,46 @@
- Offline calendar with no ads. Organizer & reminders for appointments, events etc
+ 沒有廣告的離線行事曆。對約會和活動之類的進行安排&提醒
- Simple Calendar Pro is a fully customizable, offline calendar designed to do exactly what a calendar should do. No complicated features, unnecessary permissions and no ads!
+ 簡易行事曆Pro是一個高度自訂化,完全旨在於行事曆應該做什麼的離線行事曆。 沒有複雜的功能、非必要的權限和廣告!
- Whether you’re organizing single or recurring events, birthdays, anniversaries, business meetings, appointments or anything else, Simple Calendar Pro makes it easy to stay organized. With an incredible variety of customization options you can customize event reminders, notification sounds, calendar widgets and how the app looks.
+ 無論您是要安排單一還是反復的活動、生日、紀念日、業務會議、約會或任何其他活動,簡易行事曆Pro都能讓您輕鬆維持安排。透過多樣化的自訂選項,您可以自訂活動提醒、通知音效、行事曆小工具和應用程式外觀。
- Daily, weekly and monthly views make checking your upcoming events & appointments a breeze. You can even view everything as a simple list of events rather than in calendar view, so you know exactly what’s coming up in your life and when.
+ 每日、每週、每月的檢視模式使您輕易就確認即將到來的活動&約會。您甚至能夠以簡單的活動列表來瀏覽全部,而不是行事曆畫面,所以您完全知道生活中何時會發生什麼事。
----------------------------------------------------------
- Simple Calendar Pro – Features & Benefits
+ 簡易行事曆Pro – 特色 & 優點
----------------------------------------------------------
- ✔️ No ads or annoying popups
- ✔️ No internet access needed, giving you more privacy & security
- ✔️ Only the bare minimum permissions required
- ✔️ Emphasis on simplicity – does what a calendar needs to do!
- ✔️ Open source
- ✔️ Fully customizable themes & calendar / event widgets
- ✔️ Translated into 29 languages
- ✔️ Export settings to .txt files to import to another device
- ✔️ CalDAV calendar sync supported to sync events across devices
- ✔️ Daily, weekly, monthly, yearly & event views on the calendar
- ✔️ Supports exporting & importing events via .ics files
- ✔️ Set multiple event reminders, customize event reminder sound and vibration
- ✔️ Snooze option for reminders
- ✔️ Easily add holidays, birthdays, anniversaries & appointments
- ✔️ Customize events – start time, duration, reminders etc
- ✔️ Add event attendees to each event
- ✔️ Use as a personal calendar or a business calendar
- ✔️ Choose between reminders & email notifications to alert you about an event
+ ✔️ 沒有廣告和討厭的彈出畫面
+ ✔️ 不需要網路連線,給您更多隱私及安全
+ ✔️ 只需要最低限度的權限
+ ✔️ 著重於簡單 – 做行事曆該做的!
+ ✔️ 開放原始碼
+ ✔️ 完整自訂化主題&行事曆/活動小工具
+ ✔️ 翻譯成29種語言
+ ✔️ 將設定匯出成.txt檔案,以匯入到別的裝置
+ ✔️ 支援CalDAV行事曆同步,來跨裝置同步活動
+ ✔️ 在行事曆上有每日、每週、每月、每年及活動瀏覽的檢視方式
+ ✔️ 支援透過.ics檔案來匯出&匯入活動
+ ✔️ 設置多個活動提醒,自訂活動提醒音效和震動
+ ✔️ 提醒有延遲選項
+ ✔️ 輕鬆添加假日、生日、紀念日和約會
+ ✔️ 自訂活動 – 開始時間、持續時間、提醒…之類的
+ ✔️ 為每個活動添加活動出席者
+ ✔️ 用做於個人行事曆或業務行事曆
+ ✔️ 在提醒和電子信箱通知之間選擇,以提醒您關於活動的訊息
- DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
+ 下載簡易行事曆PRO – 沒有廣告的簡易離線行事曆!
- Check out the full suite of Simple Tools here:
+ 於此查看簡易工具系列全套:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f428668aa..492138aa8 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -266,13 +266,13 @@
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
- Check out the full suite of Simple Tools here:
+ Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
- Facebook:
+ Facebook:
https://www.facebook.com/simplemobiletools
- Reddit:
+ Reddit:
https://www.reddit.com/r/SimpleMobileTools
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 34dc32fe1..195b0b015 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -29,11 +29,11 @@ Daily, weekly and monthly views make checking your upcoming events & appointment
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
-Check out the full suite of Simple Tools here:
+Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
-Facebook:
+Facebook:
https://www.facebook.com/simplemobiletools
-Reddit:
+Reddit:
https://www.reddit.com/r/SimpleMobileTools