Skip to content

Commit 216a798

Browse files
committed
Merge branch 'release/1.2.1' into versions
2 parents 1c2e9e0 + 7a52c9e commit 216a798

File tree

12 files changed

+24
-41
lines changed

12 files changed

+24
-41
lines changed

App/Sources/ScreenFlows/Prayer/Base.lproj/PrayerView.storyboard

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
<constraint firstItem="9zM-Yb-i5m" firstAttribute="leading" secondItem="7UV-4X-BDj" secondAttribute="leading" id="zKh-76-PjG"/>
134134
</constraints>
135135
</view>
136-
<extendedEdge key="edgesForExtendedLayout"/>
137136
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
138137
<connections>
139138
<outlet property="currentArrowLabel" destination="Cdx-vA-dz9" id="DAa-dP-j3f"/>

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ If needed, pluralize to `Issues`, `PRs` or `Authors` and list multiple separated
3131
### Security
3232
- None.
3333

34+
## [1.2.1] - 2021-10-17
35+
### Fixed
36+
- Fixed an issue where the navigation bar of the prayer view had a black background in light mode. Also fixes the animation when opening it up.
37+
3438
## [1.2.0] - 2021-10-16
3539
### Added
3640
- Added 12 more Quran recitations (from Surah 90 to 102) in all three supported languages.

Prayer.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@
15271527
"$(inherited)",
15281528
"@executable_path/Frameworks",
15291529
);
1530-
MARKETING_VERSION = 1.2.0;
1530+
MARKETING_VERSION = 1.2.1;
15311531
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
15321532
PRODUCT_MODULE_NAME = App;
15331533
PRODUCT_NAME = Prayer;
@@ -1548,7 +1548,7 @@
15481548
"$(inherited)",
15491549
"@executable_path/Frameworks",
15501550
);
1551-
MARKETING_VERSION = 1.2.0;
1551+
MARKETING_VERSION = 1.2.1;
15521552
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
15531553
PRODUCT_MODULE_NAME = App;
15541554
PRODUCT_NAME = Prayer;

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
alt="Build Status">
1010
</a>
1111
<a href="https://github.com/Flinesoft/Prayer/releases">
12-
<img src="https://img.shields.io/badge/Version-1.2.0-blue.svg"
13-
alt="Version: 1.2.0">
12+
<img src="https://img.shields.io/badge/Version-1.2.1-blue.svg"
13+
alt="Version: 1.2.1">
1414
</a>
1515
<img src="https://img.shields.io/badge/Swift-5.4-FFAC45.svg"
1616
alt="Swift: 5.4">

fastlane/Deliverfile

+6
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ support_url(
2121
"en-US" => "https://links.flinesoft.com/forum/prayer",
2222
"tr" => "https://links.flinesoft.com/forum/prayer"
2323
)
24+
25+
overwrite_screenshots(true)
26+
27+
phased_release(true)
28+
29+
automatic_release(true)

fastlane/Fastfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# This is the minimum version number required.
1313
# Update this, if you use features of a newer version
14-
fastlane_version "2.182.0"
14+
fastlane_version "2.196.0"
1515

1616
default_platform :ios
1717

@@ -41,7 +41,7 @@ platform :ios do
4141
desc "Deploy a new version to the App Store"
4242
lane :release do
4343
match(type: "appstore")
44-
snapshot(localize_simulator: true, dark_mode: true, launch_arguments: "DARK_MODE")
44+
snapshot(localize_simulator: true, dark_mode: true, launch_arguments: "DARK_MODE", clear_previous_screenshots: true)
4545
snapshot(localize_simulator: true, dark_mode: false)
4646
# frameit(white: true)
4747
gym(include_bitcode: true) # Build your app - more options available

fastlane/Snapfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# A list of devices you want to take the screenshots from
44
devices([
55
"iPhone 8 Plus",
6-
"iPhone 12 Pro Max",
7-
"iPad Pro (12.9-inch)",
6+
"iPhone 13 Pro Max",
87
"iPad Pro (12.9-inch) (5th generation)",
98
])
109

fastlane/metadata/app_icon.jpg

-51.6 KB
Binary file not shown.
+2-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
NEU:
2-
- 12 weitere Koranrezitationen (von Sure 90 bis 102) in allen drei unterstützten Sprachen hinzugefügt.
3-
- Es gibt eine neue Einstellung, die längere (aber nicht zu lange) Koranrezitationen im Stehen erlaubt.
4-
- Es gibt eine neue Einstellung, die es erlaubt, zu lange Koranrezitationen in mehrere Teile aufzusplitten.
5-
GEÄNDERT:
6-
- Die Titel für die Einstellungen der Koranrezitationen wurden verbessert, um sie leichter verständlich zu machen.
7-
- Die zufällige Auswahl von Koranrezitationen im Stehen vermeidet es nun, die letzten Rezitationen zu wiederholen.
8-
ENTFERNT:
9-
- Unnötiges Branding und spezifischer Test-Code wurde entfernt.
10-
FIXED:
11-
- Die statische URL des Support-Forums wurde durch eine dynamisch anpassbare ersetzt, um schnellere Reaktion zu ermöglichen.
1+
BEHOBEN:
2+
- Einen Fehler mit der Hintergrundfarbe der oberen Leiste in der Gebetsansicht behoben.
+2-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
NEW:
2-
- Added 12 more Quran recitations (from Surah 90 to 102) in all three supported languages.
3-
- Added an option to allow longer (but not too long) Quran recitations while standing.
4-
- Added an option to allow splitting too long Quran recitations into multiple parts.
5-
CHANGED:
6-
- Improved title for Quran recitation settings to make them easier to understand.
7-
- Prevented the random standing Quran recitation selection to repeat recent recitations.
8-
REMOVED:
9-
- Removed unnecessary branding & testing specific code.
10-
FIXED:
11-
- Replaced static support forum URL with a dynamically adjustable URL for faster updates.
1+
BEHOBEN:
2+
- Fixed an issue with the background color of the top bar in the prayer view.

fastlane/metadata/tr/description.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Günde beş vakit namaz kılıyor da Arapça okuduğun için ne dediğini mi anl
22

33
Bu uygulama Türkçe (veya Almanca yada İngilizce) namaz kılmanıza yardımcı olacaktır ki namazlarınızın anlamı olsun. Bunu yapmak için, namazda önünüzde cihazınızı bırakın ve oradan metni okuyarak namazınızı kılın. Uygulamanın kendisi bilerek basit tutulmuştur kı animasyon yada reklam gibi rahatsız edici seyler içermesin. Bu arada bütün kodu GitHub üzerinde bir açık kaynak lisansı ile yayınlanmış durumda (https://github.com/Flinesoft/Prayer) - böylece reklam sorunu hiç çıkmayacaktır.
44

5+
Uygulama yukarı ve aşağı hareketler için kısa bir ses çıkardığı için bu uygulamayı kullanırken (mümkünse) sessiz modu kapatmanızı öneririz. Uygulama, bir duanın nasıl yapıldığını zaten bilmenizi bekler. Bu nedenle bu uygulama namaza yeni başlayanlar için uygun değildir.
6+
57
Biz bu uygulamanın yararlı bulacağını umuyoruz. Eğer sevdığseniz, bize App Store'da bir rating yaparsan seviniriz. links. Soru ve önerileriniz için, biz bir forum kurduk: links.flinesoft.com/forum/prayer
68
Orada, bu uygulamanın geleceği için planımızı da bulacaksınız ve hatta tartışmaya katılabilirsiniz.
79

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
YENİ:
2-
- Desteklenen her üç dilde 12 tane daha Kuran suresi (90'dan 102'ye kadar) eklendi.
3-
- Ayaktayken daha uzun (ancak çok uzun olmayan) Kuran okumalarına izin verme seçeneği eklendi.
4-
- Çok uzun Kuran okumalarına birden çok parçaya ayırma seçeneği eklendi.
5-
DEĞİŞEN:
6-
- Kuran okuma ayarlarının anlaşılmasını kolaylaştırmak için geliştirilmiş başlık.
7-
- Son alıntıları tekrarlamak için rastgele duran Kuran okuma seçimi engellendi.
8-
SİLİNEN:
9-
- Gereksiz marka bilinci oluşturma ve belirli test etme kodu kaldırıldı.
101
DÜZELTİLEN:
11-
- Statik destek forumu URL'si, daha hızlı güncellemeler için dinamik olarak ayarlanabilen bir URL ile değiştirildi.
2+
- Dua görünümünde üst çubuğun arka plan rengiyle ilgili bir sorun düzeltildi.

0 commit comments

Comments
 (0)