Skip to content

Commit c0888cf

Browse files
committed
updating fastlane files
1 parent a78b08f commit c0888cf

File tree

347 files changed

+1438
-643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

347 files changed

+1438
-643
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
/captures
99
keystore.jks
1010
keystore.properties
11+
fastlane/fastlane.json
12+
Gemfile
13+
Gemfile.lock

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple Calendar
2-
<img alt="Logo" src="fastlane/metadata/android/en-US/images/icon.png" width="120" />
2+
<img alt="Logo" src="graphics/icon.png" width="120" />
33

44
Simple Calendar 2022 is a highly customizable, offline monthly calendar app for Android. Have an agenda planner in your pocket, designed to do exactly what a personal tiny schedule planner should do in 2022. No complicated features, unnecessary permissions, or ads!
55
***Supports syncing events via Google Calendar
@@ -67,7 +67,7 @@ https://t.me/SimpleMobileTools
6767
<a href='https://f-droid.org/packages/com.simplemobiletools.calendar.pro'><img src='https://simplemobiletools.com/images/button-f-droid.png' alt='Get it on F-Droid' height='45' /></a>
6868

6969
<div style="display:flex;">
70-
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="30%">
71-
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="30%">
72-
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg" width="30%">
70+
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg" width="30%">
71+
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg" width="30%">
72+
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/4_en-GB.jpeg" width="30%">
7373
</div>

fastlane/Appfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
json_key_file("fastlane/fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
2+
package_name("com.simplemobiletools.calendar") # e.g. com.krausefx.app

fastlane/Fastfile

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file contains the fastlane.tools configuration
2+
# You can find the documentation at https://docs.fastlane.tools
3+
#
4+
# For a list of all available actions, check out
5+
#
6+
# https://docs.fastlane.tools/actions
7+
#
8+
# For a list of all available plugins, check out
9+
#
10+
# https://docs.fastlane.tools/plugins/available-plugins
11+
#
12+
13+
# Uncomment the line if you want fastlane to automatically update itself
14+
# update_fastlane
15+
16+
default_platform(:android)
17+
18+
platform :android do
19+
desc "Runs all the tests"
20+
lane :test do
21+
gradle(task: "test")
22+
end
23+
24+
desc "Submit a new Beta Build to Crashlytics Beta"
25+
lane :beta do
26+
gradle(task: "clean assembleRelease")
27+
crashlytics
28+
29+
# sh "your_script.sh"
30+
# You can also use other beta testing services here
31+
end
32+
33+
desc "Deploy a new version to the Google Play"
34+
lane :deploy do
35+
gradle(task: "clean assembleRelease")
36+
upload_to_play_store
37+
end
38+
end

fastlane/metadata/android/ar/full_description.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Simple Calendar Pro هو تقويم قابل للتخصيص بالكامل وغير متصل بالإنترنت مصمم للقيام بالضبط بما يجب أن يفعله التقويم. لا توجد ميزات معقدة وأذونات غير ضرورية ولا إعلانات!
1+
Simple Calendar هو تقويم قابل للتخصيص بالكامل وغير متصل بالإنترنت مصمم للقيام بالضبط بما يجب أن يفعله التقويم. لا توجد ميزات معقدة وأذونات غير ضرورية ولا إعلانات!
22

3-
سواء كنت تنظم أحداثا فردية أو متكررة أو أعياد ميلاد أو ذكرى سنوية أو اجتماعات عمل أو مواعيد أو أي شيء آخر ، فإن Simple Calendar Pro يجعل من السهل البقاء منظما. مع مجموعة متنوعة لا تصدق من خيارات التخصيص ، يمكنك تخصيص تذكيرات الأحداث وأصوات الإشعارات وأدوات التقويم وكيف يبدو التطبيق.
3+
سواء كنت تنظم أحداثا فردية أو متكررة أو أعياد ميلاد أو ذكرى سنوية أو اجتماعات عمل أو مواعيد أو أي شيء آخر ، فإن Simple Calendar يجعل من السهل البقاء منظما. مع مجموعة متنوعة لا تصدق من خيارات التخصيص ، يمكنك تخصيص تذكيرات الأحداث وأصوات الإشعارات وأدوات التقويم وكيف يبدو التطبيق.
44

55
تجعل المشاهدات اليومية والأسبوعية والشهرية التحقق من الأحداث والمواعيد القادمة أمرا سهلا. يمكنك حتى عرض كل شيء كقائمة بسيطة من الأحداث بدلا من عرض التقويم ، حتى تعرف بالضبط ما سيحدث في حياتك ومتى.
66

@@ -14,7 +14,7 @@ Simple Calendar Pro هو تقويم قابل للتخصيص بالكامل وغ
1414
✔️ التركيز على البساطة - يفعل ما يحتاج التقويم إلى القيام به!
1515
✔️ مفتوح المصدر
1616
✔️ مواضيع قابلة للتخصيص بالكامل وأدوات التقويم / الحدث
17-
✔️ مترجم إلى 29 لغة
17+
✔️ مترجم إلى 40 لغة
1818
✔️ تصدير الإعدادات إلى ملفات .txt لاستيرادها إلى جهاز آخر
1919
✔️ مزامنة تقويم CalDAV مدعومة لمزامنة الأحداث عبر الأجهزة
2020
✔️ طرق العرض اليومية والأسبوعية والشهرية والسنوية والأحداث في التقويم
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
أداة التقويم 2022. جدولة المواعيد والمخطط. تقويم عمل الأعمال
1+
أداة التقويم 2022. جدولة المواعيد والمخطط. تقويم عمل الأعمال
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Simple Calendar Pro
1+
Simple Calendar Pro

fastlane/metadata/android/ar/video.txt

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
CalDAV sinxronizasiyalı sadə bir kalendar. Siz asanca təkrarlanan hadisələrinizi və xatırladıcılarınızı yarada bilərsiniz, hətta həftə nömrələrini də göstərə bilir.
2+
3+
Aylıq görünüş və hadisə siyahısı widgeti ehtiva edir hansı ki, siz oradan yazı rəngini, həmçinin, alfanı və arxa plan rəngini dəyişdirə bilərsiniz.
4+
5+
Lazımsız reklam və ya icazə mövcud deyil. Tamamilə açıqlisanslıdır, rəng dəyişmə parametrləri var.
6+
7+
Yaddaş icazəsi yalnız .ics faylından hadisələri çıxarmaq və ya daxil etmək üçün istifadə olunur.
8+
9+
Kontakt icazəsi yalnız kontakt ad günlərini və il dönümlərini daxil etmək üçün istifadə olunur.
10+
11+
Check out the full suite of Simple Tools here:
12+
https://www.simplemobiletools.com
13+
14+
Standalone website of Simple Calendar Pro:
15+
https://www.simplemobiletools.com/calendar
16+
17+
Facebook:
18+
https://www.facebook.com/simplemobiletools
19+
20+
Reddit:
21+
https://www.reddit.com/r/SimpleMobileTools
22+
23+
Telegram:
24+
https://t.me/SimpleMobileTools
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hadisələri, dəyişdirilən widgeti olan, reklam ehtiva etməyən sadə bir kalendar.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sadə Təqvim Pro: Events

fastlane/metadata/android/az-AZ/video.txt

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
Simple Calendar 2022 is a highly customizable, offline monthly calendar app for Android. Have an agenda planner in your pocket, designed to do exactly what a personal tiny schedule planner should do in 2022. No complicated features, unnecessary permissions, or ads!
2+
***Supports syncing events via Google Calendar
3+
4+
Download now!
5+
6+
Daily Digital Schedule App: Take Control of Your Time
7+
Whether you are looking for a work calendar for business, a day planner, an appointment scheduler, or organization and scheduling of single and recurring events like birthdays, anniversary, appointment reminder, or anything else, Simple Calendar 2022 makes it easy to stay organized. The calendar widget has an incredible variety of customization options: customize event reminders, notification appearance, tiny calendar reminders widget, and overall appearance.
8+
9+
Schedule Planner: Plan Your Day
10+
Appointment scheduler, monthly planner, and family organizer in one! Check your upcoming agenda, schedule business meetings, and events & book appointments easily. Reminders will keep you on time and informed on your daily schedule app. This 2022 calendar widget is remarkably easy to use. You can even view everything as a simple list of events rather than in a monthly view, so you know exactly what’s coming up in your life and how to organize and plan your agenda.
11+
12+
Simple Calendar 2022 Features
13+
14+
✔️ The Best User Experience
15+
➕ No ads or annoying popups, truly great user experience!
16+
➕ No internet access is needed, giving you more privacy, security, and stability
17+
18+
✔️ Flexibility for Your Productivity
19+
➕ Calendar Widget supports exporting & importing events via .ics files
20+
➕ Export settings to .txt files to import to another device
21+
➕ Flexible event creation – times, duration, reminders, powerful repetition rules
22+
➕ CalDAV support for syncing events via Google Calendar, Microsoft Outlook, Nextcloud, Exchange, etc
23+
24+
✔️ Personalized Just for You
25+
➕ Schedule planner - customize and change sound, looping, audio stream, vibrations
26+
➕ Calendar widget - Colorful Calendars and customizable themes
27+
➕ Open source tiny calendar, translated into 40+ languages
28+
➕ Plan your day with others - ability to share events fast on social media, emails, etc
29+
➕ Family Organizer - with hasslefree event duplication, organization, and time management
30+
31+
✔️ Organization and Time Management
32+
➕ Day planner - the agenda planner will help you to organize your day
33+
➕ Weekly planner - staying ahead of your busy weekly schedule has never been easier
34+
➕ Itinerary manager - business calendar shared between teams at work
35+
➕ Appointment scheduler - organize and maintain your agenda with ease
36+
➕ Planning app - easy to use personal event, appointment reminder, and schedule planner
37+
➕ Plan your day - manage your day with this android schedule planner, event & family organizer
38+
39+
✔️ #1 Calendar App
40+
➕ Import holidays, contact birthdays, and anniversaries easily
41+
➕ Filter personal events quickly by event type
42+
➕ Daily schedule and event location, shown on a map
43+
➕ Quick business calendar, or personal digital agenda
44+
➕ Quickly switch between daily, weekly, monthly, yearly & event views
45+
46+
DOWNLOAD SIMPLE CALENDAR PLANNER – OFFLINE SCHEDULE AND AGENDA PLANNER WITH NO ADS! PLAN YOUR 2022 TIMETABLE!
47+
48+
Check out the full suite of Simple Tools here:
49+
https://www.simplemobiletools.com
50+
51+
Standalone website of Simple Calendar Pro:
52+
https://www.simplemobiletools.com/calendar
53+
54+
Facebook:
55+
https://www.facebook.com/simplemobiletools
56+
57+
Reddit:
58+
https://www.reddit.com/r/SimpleMobileTools
59+
60+
Telegram:
61+
https://t.me/SimpleMobileTools
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Calendar widget 2022. Appointment scheduler & planner. Business work calendar
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Обикновен Календар Про
1+
Обикновен Календар Про

fastlane/metadata/android/bg/video.txt

Whitespace-only changes.

fastlane/metadata/android/bn/full_description.txt fastlane/metadata/android/bn-BD/full_description.txt

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
সাধারণ ক্যালেন্ডার একটি সম্পূর্ণ কাস্টমাইজযোগ্য, অফলাইন ক্যালেন্ডার যা একটি ক্যালেন্ডারের ঠিক কী করা উচিত সেটার জন্য ডিজাইন করা হয়েছে। <b>কোনও জটিল ফিচার, অপ্রয়োজনীয় অনুমতি এবং কোনও বিজ্ঞাপন নেই!</b>
1+
সাধারণ ক্যালেন্ডার একটি সম্পূর্ণ কাস্টমাইজযোগ্য, অফলাইন ক্যালেন্ডার যা একটি ক্যালেন্ডারের ঠিক কী করা উচিত সেটার জন্য ডিজাইন করা হয়েছে। কোনও জটিল ফিচার, অপ্রয়োজনীয় অনুমতি এবং কোনও বিজ্ঞাপন নেই!
22

3-
আপনি একক বা পুনরাবৃত্ত ইভেন্টগুলি, জন্মদিন, বার্ষিকী, ব্যবসায়িক সভা, অ্যাপয়েন্টমেন্ট বা অন্য যে কোনও কিছু সংগঠিত করছেন না কেন, সাধারণ ক্যালেন্ডার এটি <b> সংগঠিত থাকা সহজ করে তোলে </b>। অবিশ্বাস্য বিভিন্ন <b> কাস্টমাইজেশন বিকল্পগুলি </b>র মাধ্যমে আপনি ইভেন্টের রিমাইন্ডার, নোটিফিকেশনের শব্দ, ক্যালেন্ডার উইজেট এবং অ্যাপটি কেমন দেখায় তা কাস্টমাইজ করতে পারবেন।
3+
আপনি একক বা পুনরাবৃত্ত ইভেন্টগুলি, জন্মদিন, বার্ষিকী, ব্যবসায়িক সভা, অ্যাপয়েন্টমেন্ট বা অন্য যে কোনও কিছু সংগঠিত করছেন না কেন, সাধারণ ক্যালেন্ডার এটি সংগঠিত থাকা সহজ করে তোলে । অবিশ্বাস্য বিভিন্ন কাস্টমাইজেশন বিকল্পগুলি র মাধ্যমে আপনি ইভেন্টের রিমাইন্ডার, নোটিফিকেশনের শব্দ, ক্যালেন্ডার উইজেট এবং অ্যাপটি কেমন দেখায় তা কাস্টমাইজ করতে পারবেন।
44

5-
দৈনিক, সাপ্তাহিক এবং মাসিক ভিউগুলি আপনার আসন্ন ইভেন্টগুলি এবং অ্যাপয়েন্টমেন্টগুলির চেকিংকে হালকা করে দেয়। এমনকি আপনি ক্যালেন্ডার ভিউয়ের পরিবর্তে সমস্ত কিছু ইভেন্টের সাধারণ তালিকা হিসাবে দেখতে পারেন, তাই <b> আপনার জীবনে কী আসবে এবং কখন আসবে তা আপনি ঠিক জানেন। </b>
5+
দৈনিক, সাপ্তাহিক এবং মাসিক ভিউগুলি আপনার আসন্ন ইভেন্টগুলি এবং অ্যাপয়েন্টমেন্টগুলির চেকিংকে হালকা করে দেয়। এমনকি আপনি ক্যালেন্ডার ভিউয়ের পরিবর্তে সমস্ত কিছু ইভেন্টের সাধারণ তালিকা হিসাবে দেখতে পারেন, তাই আপনার জীবনে কী আসবে এবং কখন আসবে তা আপনি ঠিক জানেন।
66

77
----------------------------------------------------------
8-
<b>সাধারণ ক্যালেন্ডার - ইভেন্ট এবং রিমাইন্ডার</b>
8+
সাধারণ ক্যালেন্ডার - ইভেন্ট এবং রিমাইন্ডার
99
----------------------------------------------------------
1010

1111
✔️ কোনও বিজ্ঞাপন বা বিরক্তিকর পপআপ নেই
@@ -29,11 +29,17 @@
2929

3030
সহজ ক্যালেন্ডার ডাউনলোড করুন - কোন বিজ্ঞাপন ছাড়া সহজ অফলাইন ক্যালেন্ডার!
3131

32-
<b>সিম্পল টুলসের সম্পূর্ণ স্যুটটি এখানে দেখুন:</b>
32+
সিম্পল টুলসের সম্পূর্ণ স্যুটটি এখানে দেখুন:
3333
https://www.simplemobiletools.com
3434

35-
<b>Facebook:</b>
35+
Standalone website of Simple Calendar Pro:
36+
https://www.simplemobiletools.com/calendar
37+
38+
Facebook:
3639
https://www.facebook.com/simplemobiletools
3740

38-
<b>Reddit:</b>
41+
Reddit:
3942
https://www.reddit.com/r/SimpleMobileTools
43+
44+
Telegram:
45+
https://t.me/SimpleMobileTools
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
আপনার জীবনের গুরুত্বপূর্ণ মুহুর্তগুলিতে অবহিত হন।
1+
আপনার জীবনের গুরুত্বপূর্ণ মুহুর্তগুলিতে অবহিত হন।
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
সাধারণ ক্যালেন্ডার Pro: ইভেন্ট

fastlane/metadata/android/bn-BD/video.txt

Whitespace-only changes.

fastlane/metadata/android/bn/title.txt

-1
This file was deleted.

fastlane/metadata/android/ca/full_description.txt

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
El Simple Calendar Pro és un calendari fora de línia totalment personalitzable dissenyat per fer exactament el que hauria de fer un calendari. Sense funcions complicades, permisos innecessaris i sense anuncis!
1+
El Simple Calendar és un calendari fora de línia totalment personalitzable dissenyat per fer exactament el que hauria de fer un calendari. Sense funcions complicades, permisos innecessaris i sense anuncis!
22

3-
Tant si organitzeu esdeveniments individuals o recurrents, aniversaris, sants, reunions de negocis, cites o qualsevol altra cosa, el Simple Calendar Pro fa que sigui fàcil de mantenir-se organitzat. Amb una increïble varietat d'opcions de personalització, podeu personalitzar recordatoris d'esdeveniments, sons de notificació, ginys de calendari i l'aspecte de l'aplicació.
3+
Tant si organitzeu esdeveniments individuals o recurrents, aniversaris, sants, reunions de negocis, cites o qualsevol altra cosa, el Simple Calendar fa que sigui fàcil de mantenir-se organitzat. Amb una increïble varietat d'opcions de personalització, podeu personalitzar recordatoris d'esdeveniments, sons de notificació, ginys de calendari i l'aspecte de l'aplicació.
44

55
Les vistes diàries, setmanals i mensuals fan que revisar els vostres propers esdeveniments i cites sigui molt fàcil. Fins i tot podeu veure-ho tot com una llista única d'esdeveniments en comptes de veure'ls del calendari, de manera que sapigueu exactament què passa a la vostra vida i quan.
66

77
----------------------------------------------------------
8-
Simple Calendar Pro: funcions i avantatges
8+
Simple Calendar: funcions i avantatges
99
----------------------------------------------------------
1010

1111
✔️ Sense anuncis ni finestres emergents molestes
@@ -14,7 +14,7 @@ Simple Calendar Pro: funcions i avantatges
1414
✔️ Èmfasi en la simplicitat: fa el que ha de fer un calendari!
1515
✔️ Codi obert
1616
✔️ Temes i ginys de calendari/esdeveniments totalment personalitzables
17-
✔️ Traduït a 29 idiomes
17+
✔️ Traduït a 40 idiomes
1818
✔️ Exporta la configuració a fitxers .txt per importar-los en un altre dispositiu
1919
✔️ Admet la sincronització del calendari CalDAV per sincronitzar esdeveniments entre dispositius
2020
✔️ Vistes diàries, setmanals, mensuals, anuals i d'esdeveniments al calendari
@@ -27,11 +27,14 @@ Simple Calendar Pro: funcions i avantatges
2727
✔️ Feu servir com a calendari personal o calendari empresarial
2828
✔️ Trieu entre recordatoris i notificacions per correu electrònic per avisar-vos d'un esdeveniment
2929

30-
DESCARREGUEU EL SIMPLE CALENDAR PRO: EL CALENDARI SENZILL FORA DE LÍNIA SENSE ANUNCIS!
30+
DESCARREGUEU EL SIMPLE CALENDAR: EL CALENDARI SENZILL FORA DE LÍNIA SENSE ANUNCIS!
3131

3232
Consulteu el conjunt complet d'eines simples aquí:
3333
https://www.simplemobiletools.com
3434

35+
Standalone website of Simple Calendar Pro:
36+
https://www.simplemobiletools.com/calendar
37+
3538
Facebook:
3639
https://www.facebook.com/simplemobiletools
3740

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Giny de calendari 2022. Programador i planificador de cites. Calendari de treball empresarial
1+
Giny de calendari 2022. Programador y planificador de cites
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Simple Calendar Pro
1+
Simple Calendar Pro

fastlane/metadata/android/ca/video.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)