[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-2' - ios/Mobile

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


 ios/Mobile/Info.plist.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0026cbb3557a2e9acda59c74f3c30225acc6315d
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:05:19 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>
    (cherry picked from commit 61ad718671b7a317573017120ce9ff9e664d868c)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91721
    Tested-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>


More information about the Libreoffice-commits mailing list