Skip to content

Commit

Permalink
Merge branch 'release/1.2.1' into versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 18, 2021
2 parents 1c2e9e0 + 7a52c9e commit 216a798
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
<constraint firstItem="9zM-Yb-i5m" firstAttribute="leading" secondItem="7UV-4X-BDj" secondAttribute="leading" id="zKh-76-PjG"/>
</constraints>
</view>
<extendedEdge key="edgesForExtendedLayout"/>
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
<connections>
<outlet property="currentArrowLabel" destination="Cdx-vA-dz9" id="DAa-dP-j3f"/>
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ If needed, pluralize to `Issues`, `PRs` or `Authors` and list multiple separated
### Security
- None.

## [1.2.1] - 2021-10-17
### Fixed
- 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.

## [1.2.0] - 2021-10-16
### Added
- Added 12 more Quran recitations (from Surah 90 to 102) in all three supported languages.
Expand Down
4 changes: 2 additions & 2 deletions Prayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
PRODUCT_MODULE_NAME = App;
PRODUCT_NAME = Prayer;
Expand All @@ -1548,7 +1548,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.prayer;
PRODUCT_MODULE_NAME = App;
PRODUCT_NAME = Prayer;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
alt="Build Status">
</a>
<a href="https://github.com/Flinesoft/Prayer/releases">
<img src="https://img.shields.io/badge/Version-1.2.0-blue.svg"
alt="Version: 1.2.0">
<img src="https://img.shields.io/badge/Version-1.2.1-blue.svg"
alt="Version: 1.2.1">
</a>
<img src="https://img.shields.io/badge/Swift-5.4-FFAC45.svg"
alt="Swift: 5.4">
Expand Down
6 changes: 6 additions & 0 deletions fastlane/Deliverfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ support_url(
"en-US" => "https://links.flinesoft.com/forum/prayer",
"tr" => "https://links.flinesoft.com/forum/prayer"
)

overwrite_screenshots(true)

phased_release(true)

automatic_release(true)
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# This is the minimum version number required.
# Update this, if you use features of a newer version
fastlane_version "2.182.0"
fastlane_version "2.196.0"

default_platform :ios

Expand Down Expand Up @@ -41,7 +41,7 @@ platform :ios do
desc "Deploy a new version to the App Store"
lane :release do
match(type: "appstore")
snapshot(localize_simulator: true, dark_mode: true, launch_arguments: "DARK_MODE")
snapshot(localize_simulator: true, dark_mode: true, launch_arguments: "DARK_MODE", clear_previous_screenshots: true)
snapshot(localize_simulator: true, dark_mode: false)
# frameit(white: true)
gym(include_bitcode: true) # Build your app - more options available
Expand Down
3 changes: 1 addition & 2 deletions fastlane/Snapfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# A list of devices you want to take the screenshots from
devices([
"iPhone 8 Plus",
"iPhone 12 Pro Max",
"iPad Pro (12.9-inch)",
"iPhone 13 Pro Max",
"iPad Pro (12.9-inch) (5th generation)",
])

Expand Down
Binary file removed fastlane/metadata/app_icon.jpg
Binary file not shown.
13 changes: 2 additions & 11 deletions fastlane/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
NEU:
- 12 weitere Koranrezitationen (von Sure 90 bis 102) in allen drei unterstützten Sprachen hinzugefügt.
- Es gibt eine neue Einstellung, die längere (aber nicht zu lange) Koranrezitationen im Stehen erlaubt.
- Es gibt eine neue Einstellung, die es erlaubt, zu lange Koranrezitationen in mehrere Teile aufzusplitten.
GEÄNDERT:
- Die Titel für die Einstellungen der Koranrezitationen wurden verbessert, um sie leichter verständlich zu machen.
- Die zufällige Auswahl von Koranrezitationen im Stehen vermeidet es nun, die letzten Rezitationen zu wiederholen.
ENTFERNT:
- Unnötiges Branding und spezifischer Test-Code wurde entfernt.
FIXED:
- Die statische URL des Support-Forums wurde durch eine dynamisch anpassbare ersetzt, um schnellere Reaktion zu ermöglichen.
BEHOBEN:
- Einen Fehler mit der Hintergrundfarbe der oberen Leiste in der Gebetsansicht behoben.
13 changes: 2 additions & 11 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
NEW:
- Added 12 more Quran recitations (from Surah 90 to 102) in all three supported languages.
- Added an option to allow longer (but not too long) Quran recitations while standing.
- Added an option to allow splitting too long Quran recitations into multiple parts.
CHANGED:
- Improved title for Quran recitation settings to make them easier to understand.
- Prevented the random standing Quran recitation selection to repeat recent recitations.
REMOVED:
- Removed unnecessary branding & testing specific code.
FIXED:
- Replaced static support forum URL with a dynamically adjustable URL for faster updates.
BEHOBEN:
- Fixed an issue with the background color of the top bar in the prayer view.
2 changes: 2 additions & 0 deletions fastlane/metadata/tr/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Günde beş vakit namaz kılıyor da Arapça okuduğun için ne dediğini mi anl

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.

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.

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
Orada, bu uygulamanın geleceği için planımızı da bulacaksınız ve hatta tartışmaya katılabilirsiniz.

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

0 comments on commit 216a798

Please sign in to comment.