diff --git a/CHANGELOG.md b/CHANGELOG.md index f723b1ab..4c9eb2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed +- Photo is pinned to profile mode + + ## [1.0.2] - 2025.06.20 - 276e0a741bc327de3380c4e508cccb7fee58c06d ### Added - Version on feed title diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 991dd37e..77641501 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -13,6 +13,7 @@ android:exported="true" android:label="@string/title_activity_main" android:launchMode="singleTask" + android:screenOrientation="portrait" android:theme="@style/AppTheme.NoActionBarLaunch"> diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 14ca68c1..5e3527b2 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -37,8 +37,6 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad