-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hotfix/1.3.1' into versions
- Loading branch information
Showing
13 changed files
with
76 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// Created by Cihat Gündüz on 08.11.21. | ||
// Copyright © 2021 Flinesoft. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
|
||
enum MovementSound: String { | ||
case downwards = "C-Short" | ||
case upwards = "E-Short" | ||
case longSitting = "E-Long" | ||
case salam = "G-Short" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// Created by Cihat Gündüz on 08.11.21. | ||
// Copyright © 2021 Flinesoft. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
|
||
enum SoundInstrument: String, CaseIterable { | ||
case baroqueOrgan = "Baroque Organ" | ||
case bleepCity = "Bleep City" | ||
case erhu = "Erhu" | ||
case flowMotion = "Flow Motion" | ||
case grandPianoWithPadAndChoir = "Grand Piano with Pad & Choir" | ||
case infiniteSpace = "Infinite Space" | ||
case persionSantoor = "Persian Santoor" | ||
case softWaves = "Soft Waves" | ||
case turkishSazZither = "Turkish Saz Zither" | ||
case tweedPickedSynth = "Tweed Picked Synth" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
NEU: | ||
- Fügt einen neuen Audiomodus hinzu, bei dem eine Computerstimme den vollständigen Text des Gebets laut vorliest. | ||
- Stellt sicher, dass der neue Audiomodus für gesprochenen Text weiter abgespielt wird, wenn das Gerät gesperrt ist oder die App im Hintergrund läuft. | ||
- Zeigt das aktuell verbundene Audiogerät an und fügt eine Schaltfläche zum Wechseln des Geräts direkt in der App hinzu. | ||
- Fügt detaillierte Beschreibungen unter jedem Einstellungsabschnitt hinzu, um zusätzlichen Kontext zu liefern. | ||
|
||
GEÄNDERT: | ||
- Der Ton beim Positionswechsel ignoriert jetzt die Einstellung des Stummschalters des Systems. Künftig den Audiomodus stattdessen auf "stumm" stellen. | ||
- Alle Einstellungseinträge haben jetzt ein Icon, um schneller erkannt zu werden und den Einstellungsbildschirm schöner aussehen zu lassen. | ||
- Verbesserte Formulierung in den türkischen Übersetzungen. | ||
|
||
BEHOBEN: | ||
- Die grüne Akzentfarbe im dunklen Modus wurde heller gestaltet, damit der Text auf den Schaltflächen besser lesbar ist. | ||
- Ein Problem wurde behoben, bei dem der Bewegungston im Stehen zweimal abgespielt wurde. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
NEW: | ||
- Adds a new audio mode where a computer voice reads out loud the full text of the prayer. | ||
- Ensures the new spoken text audio mode continues to play when device is locked or app is in background. | ||
- Shows the currently connected audio device and adds a button to switch the device right within the app. | ||
- Adds detailed descriptions below each settings section to give some additional context. | ||
|
||
CHANGED: | ||
- Position change sound now ignores the systems Mute switch setting. Set audio mode to `muted` instead to pray without any sounds. | ||
- All settings entries now have an icon for faster recognition and to make the settings screen look nicer. | ||
- Improved wording in Turkish translations. | ||
|
||
FIXED: | ||
- Adjusted green accent color in dark mode to be brighter for more legible text on buttons. | ||
- Fixed an issue with the movement sound played twice while standing. |
Oops, something went wrong.