Merge branch 'master' into fix_silent_alarms

This commit is contained in:
Naveen Singh
2025-03-24 04:09:17 +05:30
committed by GitHub
7 changed files with 37 additions and 5 deletions

View File

@@ -1,6 +1,20 @@
Changelog
==========
Version 1.1.0 *(2025-03-24)*
----------------------------
* Fixed some issues with alarms not going off (#89, #113)
* Fixed delayed/early alarms due to daylight time saving (#61)
* Fixed issue with snooze button in landscape mode (#85)
* Improved sorting options for alarms and timers (#7, #8)
* Added option to import/export alarms and timers (#105)
* Added option to choose between 12-hour and 24-hour time format (#52)
* Added option to choose first day of week (#19)
* Added option to choose default tab (#5)
* Other minor fixes and improvements
* Added more translations
Version 1.0.0 *(2024-03-24)*
----------------------------

View File

@@ -47,4 +47,9 @@
<string name="add_alarm">הוסף שעון מעורר</string>
<string name="add_timer">הוסף טיימר</string>
<string name="no_timers_found">לא נמצאו טיימרים</string>
<string name="sort_by_timer_duration">משך הטיימר</string>
<string name="settings_import_data">ייבוא התראות וטיימרים</string>
<string name="settings_export_data">ייצוא התראות וטיימרים</string>
<string name="early_alarm_dismissal">ביטול התראה מוקדם</string>
<string name="upcoming_alarm">התראה קרובה</string>
</resources>

View File

@@ -1,2 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="app_launcher_name">Pulkstenis</string>
<string name="time_zone">Laika josla</string>
<string name="vibrate">Vibrēt</string>
</resources>

View File

@@ -0,0 +1,10 @@
* Fixed some issues with alarms not going off
* Fixed delayed/early alarms due to daylight time saving
* Fixed issue with snooze button in landscape mode
* Improved sorting options for alarms and timers
* Added option to import/export alarms and timers
* Added option to choose between 12-hour and 24-hour time format
* Added option to choose first day of week
* Added option to choose default tab
* Other minor fixes and improvements
* Added more translations

View File

@@ -1 +1 @@
Fossify Clock
Fossify Clock Beta

View File

@@ -1 +0,0 @@
Application horloge pratique, légère et open source avec leurs fonctionnalités essentielles.

View File

@@ -35,8 +35,8 @@ app-build-javaVersion = "VERSION_17"
app-build-kotlinJVMTarget = "17"
#versioning
app-version-appId = "org.fossify.clock"
app-version-versionCode = "1"
app-version-versionName = "1.0.0"
app-version-versionCode = "2"
app-version-versionName = "1.1.0"
[libraries]
#AndroidX
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }