[Libreoffice-commits] online.git: 2 commits - android/app ios/Mobile

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 7 19:04:18 UTC 2020


 android/app/src/main/AndroidManifest.xml |    1 -
 ios/Mobile/Info.plist.in                 |    2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 61ad718671b7a317573017120ce9ff9e664d868c
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Tue Apr 7 20:47:15 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Apr 7 21:04:08 2020 +0200

    Revert "Force portrait for the moment also for iPhone in the iOS app"
    
    Landscape is supposedly working fine now.
    
    This reverts commit d474f060409328c1f40c63074396b1bc579de72e.
    
    Change-Id: I28e6d521ee0c4906e07b99b8cc6c24761b20f2b3
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91849
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index c5b9ea0df..b210255bf 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -430,6 +430,8 @@
     <key>UISupportedInterfaceOrientations</key>
     <array>
         <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationLandscapeLeft</string>
+        <string>UIInterfaceOrientationLandscapeRight</string>
     </array>
     <key>UISupportedInterfaceOrientations~ipad</key>
     <array>
commit af4e93010715bb25d68ecf165ec051b293335186
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Tue Apr 7 17:08:19 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Apr 7 21:03:59 2020 +0200

    Revert "android: Force portrait for the moment."
    
    Landscape is OK again.
    
    This reverts commit db585f8c64b32ba423f5c311ddd04d39809d34b4.
    
    Change-Id: I82cafe8229a5c170eee66467ad15dbdab668f1dd
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91843
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index ecda89bbb..6912a0b57 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -51,7 +51,6 @@
         <activity
             android:name="org.libreoffice.androidlib.LOActivity"
             android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
-            android:screenOrientation="sensorPortrait"
             android:launchMode="singleTask">
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />


More information about the Libreoffice-commits mailing list