Skip to content

Commit

Permalink
Merge pull request #338 from vicolo-dev/release/0.6.0
Browse files Browse the repository at this point in the history
Update strings
  • Loading branch information
azeem-io authored Sep 19, 2024
2 parents 296b634 + e9dd39c commit dc7baef
Show file tree
Hide file tree
Showing 190 changed files with 5,227 additions and 1,886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.3' # or, you can use 1.22
flutter-version: '3.22.2' # or, you can use 1.22
channel: 'stable'
cache: true
- run: flutter test --coverage
Expand Down
2 changes: 1 addition & 1 deletion android/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle-wrapper.jar
# gradle-wrapper.jar
/.gradle
/captures/
/gradlew
Expand Down
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ android {
}
}



flutter {
source '../..'
}
Expand Down
17 changes: 13 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
<uses-permission
android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
<uses-permission
android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO"/>

<application
android:label="@string/app_name"
Expand Down Expand Up @@ -66,7 +69,13 @@
<intent-filter>
<action android:name="es.antonborri.home_widget.action.LAUNCH" />
</intent-filter>
</activity>
</activity>
<activity android:name=".DirectoryPickerActivity"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize"
/>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
Expand Down Expand Up @@ -106,7 +115,7 @@
/>
<service
android:name="com.pravera.flutter_foreground_task.service.ForegroundService"
android:foregroundServiceType="systemExempted"
android:foregroundServiceType="specialUse"
android:exported="false" />
<!-- <service android:name="me.carda.awesome_notifications.core.services.ForegroundService" -->
<!-- android:enabled="true" -->
Expand Down
20 changes: 2 additions & 18 deletions android/app/src/main/kotlin/com/vicolo/chrono/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,10 @@ import io.flutter.embedding.android.FlutterActivity
import io.flutter.embedding.engine.FlutterEngine
import io.flutter.plugins.GeneratedPluginRegistrant;



class MainActivity: FlutterActivity() {
private val CHANNEL = "com.flux.clock/alarm"
private val CHANNEL = "com.vicolo.chrono/alarm"

// // create static method channel
// companion object {
// lateinit var channel: MethodChannel
// }

// override fun onCreate(savedInstanceState: Bundle?) {
// super.onCreate(savedInstanceState)
// // MethodChannelHolder.init(flutterView)
// // MethodChannelHolder.invokeMethod("onBoot")
// }

override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) {
super.configureFlutterEngine(flutterEngine)
// GeneratedPluginRegistrant.registerWith(flutterEngine)
// flutterEngine.plugins.add(InitiateCallsToDartInBgPlugin())

}
}
}
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url "${project(':background_fetch').projectDir}/libs" }
}
}

Expand Down
Binary file added android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Binary file added assets/contributors/avatars/170783727?v=4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/contributors/git.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
"avatar_url": "assets/contributors/avatars/65340361?v=4.jpg",
"profile_url": "https://github.com/iBabu007"
},
{
"username": "Wopgang215",
"avatar_url": "assets/contributors/avatars/170783727?v=4.jpg",
"profile_url": "https://github.com/Wopgang215"
},
{
"username": "Stzyxh",
"avatar_url": "assets/contributors/avatars/137100988?v=4.jpg",
Expand Down
Binary file modified assets/timezones.db
Binary file not shown.
35 changes: 35 additions & 0 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<h2>Merkmale</h2>
<ul>
<li>Moderner und benutzerfreundlicher Interface</li>
</ul>
<h3>Wecker</h3>
<ul>
<li>Anpassbare Zeitpläne (täglich, wöchentlich, bestimmte Wochentage, bestimmte Daten, Datumsbereich)</li>
<li>Anpassbare Melodie, ansteigende Lautstärke und Vibrationen</li>
<li>Anpassbare Schlummerdauer und maximale Schlummeranzahl</li>
<li>Wecker-Aufgaben (Matheaufgaben, Text neu eingeben, Sequenz, weitere folgen)</li>
<li>Wecker filtern (alle, heute, morgen, pausiert, deaktiviert, abgeschlossen)</li>
</ul>
<h3>Uhr</h3>
<ul>
<li>Anpassbare Anzeige der Uhrzeit</li>
<li>Weltuhren mit relativer Zeitdifferenz</li>
<li>Suchen und hinzufügen von Städten</li>
</ul>
<h3>Timer</h3>
<ul>
<li>Anpassbare Melodie, ansteigende Lautstärke und Vibrationen</li>
<li>Timer-Voreinstellungen</li>
<li>Timer filtern (alle, aktiv, pausiert, gestoppt)</li>
</ul>
<h3>Stoppuhr</h3>
<ul>
<li>Rundenverlauf mit Rundenzeiten und vergangenen Zeiten</li>
<li>Vergleich von Runden</li>
</ul>
<h3>Darstellung</h3>
<ul>
<li>Material You Thema</li>
<li>Stark anpassbare Farbthemen</li>
<li>Stark anpassbare Stilthemen</li>
</ul>
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Moderne und funktionsreich Uhr, Wecker, Timer und Stoppuhr.
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/101.txt

This file was deleted.

4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/102.txt

This file was deleted.

4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/103.txt

This file was deleted.

32 changes: 32 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/261.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
This is a beta release. Please report any issues via GitHub or email.

🚀 Features

* Added option to select directory for ringtones (random ringtone will be selected from the directory each time)
* Added multiselect for lists
* Added option to shuffle alarm ringtone
* Added backup and restore for alarms, timers, themes etc.
* Added numpad input for timers
* Added option to reduce volume while solving alarm tasks
* Added quick home screen actions for alarms and timers
* Added option to start ringtone at random position
* Added background service to keep app alive
* Added analog clock to clock tab

✨ Enhancements

* Made alarm tasks reorderable
* Added better logging system
* Added alarm labels to alarm notifications

🐛 Fixes

* Fixed non-deletable items getting deleted by list actions
* Fixed range weekly schedule not working
* Fixed system navigation bar color
* Fixed database for cities
* Fixed skipped alarms being visible to the system
* Fixed foreground notification foreground type
* Fixed date picker being stuck in the past for range alarms


32 changes: 32 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/262.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
This is a beta release. Please report any issues via GitHub or email.

🚀 Features

* Added option to select directory for ringtones (random ringtone will be selected from the directory each time)
* Added multiselect for lists
* Added option to shuffle alarm ringtone
* Added backup and restore for alarms, timers, themes etc.
* Added numpad input for timers
* Added option to reduce volume while solving alarm tasks
* Added quick home screen actions for alarms and timers
* Added option to start ringtone at random position
* Added background service to keep app alive
* Added analog clock to clock tab

✨ Enhancements

* Made alarm tasks reorderable
* Added better logging system
* Added alarm labels to alarm notifications

🐛 Fixes

* Fixed non-deletable items getting deleted by list actions
* Fixed range weekly schedule not working
* Fixed system navigation bar color
* Fixed database for cities
* Fixed skipped alarms being visible to the system
* Fixed foreground notification foreground type
* Fixed date picker being stuck in the past for range alarms


33 changes: 33 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/263.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
This is a beta release. Please report any issues via GitHub or email.

🚀 Features

* Added option to select directory for ringtones (random ringtone will be selected from the directory each time)
* Added multiselect for lists
* Added option to shuffle alarm ringtone
* Added backup and restore for alarms, timers, themes etc.
* Added numpad input for timers
* Added option to reduce volume while solving alarm tasks
* Added quick home screen actions for alarms and timers
* Added option to start ringtone at random position
* Added background service to keep app alive
* Added analog clock to clock tab

✨ Enhancements

* Made alarm tasks reorderable
* Added better logging system
* Added alarm labels to alarm notifications
* Updated translations

🐛 Fixes

* Fixed non-deletable items getting deleted by list actions
* Fixed range weekly schedule not working
* Fixed system navigation bar color
* Fixed database for cities
* Fixed skipped alarms being visible to the system
* Fixed foreground notification foreground type
* Fixed date picker being stuck in the past for range alarms


7 changes: 0 additions & 7 deletions fastlane/metadata/android/en-US/changelogs/91.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/metadata/android/en-US/changelogs/92.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/metadata/android/en-US/changelogs/93.txt

This file was deleted.

10 changes: 5 additions & 5 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
</ul>
<h3>Alarms</h3>
<ul>
<li>Customizable schedules (Daily, Weekly, Specific week days, Specific dates, Date range)</li>
<li>Configure Melody, rising volume and vibrations</li>
<li>Configure Snooze length and max snoozes</li>
<li>Alarm tasks (Math problems, Retype text, Sequence, more to come)</li>
<li>Customizable schedules (daily, weekly, specific week days, specific dates, date range)</li>
<li>Configure melody, rising volume and vibrations</li>
<li>Configure snooze length and max snoozes</li>
<li>Alarm tasks (math problems, retype text, sequence, more to come)</li>
<li>Filter alarms (all, today, tomorrow, snoozed, disabled, completed)</li>
</ul>
<h3>Clock</h3>
Expand All @@ -18,7 +18,7 @@
</ul>
<h3>Timer</h3>
<ul>
<li>Configure Melody, rising volume and vibrations</li>
<li>Configure melody, rising volume and vibrations</li>
<li>Timer presets</li>
<li>Filter timers (all, running, paused, stopped)</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A modern and powerful clock, alarms, timer and stopwatch app for Android!
Modern and powerful clock, alarms, timer and stopwatch.
35 changes: 35 additions & 0 deletions fastlane/metadata/android/es-ES/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<h2>Funciones</h2>
<ul>
<li>Interfaz moderna y fácil de usar</li>
</ul>
<h3>Alarmas</h3>
<ul>
<li>Horarios personalizables (diarios, semanales, días específicos de la semana, fechas específicas, rango de fechas)</li>
<li>Configura la melodía, el aumento del volumen y las vibraciones</li>
<li>Configurar la duración de la repetición y las repeticiones máximas</li>
<li>Tareas de alarma (problemas matemáticos, volver a escribir texto, secuencia, más por venir)</li>
<li>Filtrar alarmas (todas, hoy, mañana, pospuestas, desactivadas, completadas)</li>
</ul>
<h3>Reloj</h3>
<ul>
<li>Pantalla de reloj personalizable</li>
<li>Relojes mundiales con diferencia horaria relativa</li>
<li>Buscar y añadir ciudades</li>
</ul>
<h3>Temporizador</h3>
<ul>
<li>Configura la melodía, el aumento del volumen y las vibraciones</li>
<li>Ajustes preestablecidos del temporizador</li>
<li>Temporizadores de filtro (todos, en ejecución, en pausa, detenidos)</li>
</ul>
<h3>Cronómetro</h3>
<ul>
<li>Historial de vueltas con tiempos de vuelta y tiempos transcurridos</li>
<li>Comparaciones de vueltas</li>
</ul
<h3>Apariencia</h3>
<ul>
<li>Temas Material You</li>
<li>Temas de color altamente personalizables</li>
<li>Temas de estilo altamente personalizables</li>
</ul>
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reloj, alarmas, cronómetro y cronómetro moderno y potente.
35 changes: 35 additions & 0 deletions fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<h2>Fonctionnalités</h2>
<ul>
<li>Interface moderne et facile à utiliser</li>
</ul>
<h3>Alarmes</h3>
<ul>
<li>Programmes personnalisables (quotidiens, hebdomadaires, jours spécifiques, dates spécifiques, plage de dates)</li>
<li>Configurer la mélodie, l'augmentation du volume et les vibrations</li>
<li>Configurer la durée et le nombre maximal de répétitions</li>
<li>Tâches d'alarme (problèmes mathématiques, retapez du texte, séquence, etc.)</li>
<li>Filtrer les alarmes (toutes, aujourd'hui, demain, répétées, désactivées, terminées)</li>
</ul>
<h3>Horloge</h3>
<ul>
<li>Affichage de l'horloge personnalisable</li>
<li>Horloges mondiales avec décalage horaire relatif</li>
<li>Rechercher et ajouter des villes</li>
</ul>
<h3>Minuterie</h3>
<ul>
<li>Configurer la mélodie, l'augmentation du volume et les vibrations</li>
<li>Préréglages de minuterie</li>
<li>Filtrer les minuteurs (tous, en cours d'exécution, en pause, arrêtés)</li>
</ul>
<h3>Chronomètre</h3>
<ul>
<li>Historique des tours avec temps du tour et temps écoulés</li>
<li>Comparaisons de tours</li>
</ul
<h3>Apparence</h3>
<ul>
<li>Thèmes Material You</li>
<li>Thèmes de couleurs personnalisables</li>
<li>Thèmes de style personnalisables</li>
</ul>
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Horloge, alarmes, minuterie et chronomètre modernes et puissants.
Loading

0 comments on commit dc7baef

Please sign in to comment.