summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* android: Log when we disable editing for easier debugging.cp-4.2.5-6distro/collabora/co-4-2-5Jan Holesovsky2020-07-171-0/+2
| | | | | | | Change-Id: I358b1a50be7f9f377e9376f8b1772ad92fd059ae Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98976 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* android: One more location that fails to save on Chrome OS.Jan Holesovsky2020-07-172-5/+14
| | | | | | | | | | Turns out that saving directly to "My files" is problematic in some cases too; suggest to use the "Play files" location. Change-Id: Ifb88fc048685596f85e7cf39a57c60864da12d83 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98943 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* Bump package version to 4.2.5-6Aron Budea2020-07-162-1/+7
| | | | Change-Id: I7a68393f17df1781ef66ffc39616064bf819d228
* android: Hide sidebar on Chromebooks early.Jan Holesovsky2020-07-151-0/+10
| | | | | | | | | | | | | | | | | | | | This is a hack - but I fear the best we can do just now. The problem is that the sidebar is always initialized at the startup, just for mobile phones and tablets, we don't show it thanks to an early exit in _launchSidebar() when the app starts in read-only mode (which it does for phones and tablets). Now when we have switched the Chromebook UI to the desktop one, we need to explicitly turn the sidebar off on start, because otherwise it occupies too much screen. Of course - much better would be not to initialize the sidebar at all when it is not necessary - but there's no easy way to do that :-( Change-Id: I0340d125181285dcebda4ff78971182a7072dddb Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98862 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* android: Actually use the Desktop browser UI for Chromebooks.Jan Holesovsky2020-07-153-6/+31
| | | | | | | | | | Chromebooks are not touch devices, the desktop browser-like UI makes much more sense there. Change-Id: Id963929e781f2baff32a65e0437afb4dfd8460a3 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98861 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* android: Add support for ODT/ODS/ODP for Chrome OS.Jan Holesovsky2020-07-151-0/+47
| | | | | | | | | | | | | | Turns out that the ODF mime types are most probably not supported by Chrome OS, because the android:mimeType=... is not enough to associate the app with the ODT/ODP/ODS files. So introduce an additional intent-filter that explicitly matches according to the file extension; a bit hacky, but works. Change-Id: If7cad42333314e8d16f96d035380460d5c3da347 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98784 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* android: Call the SAVE directly from the native code.Jan Holesovsky2020-07-144-22/+52
| | | | | | | | | | | | | | | | | | | | | Until now, for the "local save has completed, upload it back to the content: URI" messages we were relying on the "local save" -> JavaScript -> Java -> "upload to content:/ URI" chain. It turns out though, that the WebView can be dead by the time we need the notification that the save has completed. This was particularly seen on ChromeOS when the document was closed using the [x] in the window decoration. As a solution, we need to pass the info that the "local save" has completed directly to Java. So far this uses the same semantics as the postMobileMessage() and reuse its code; but maybe in the future we'll need to split this. Change-Id: If1b93e4f76cee3abc6aebfc3e9072810ab73bb42 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98724 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* android: A small follow-up, the intention was an early return.Jan Holesovsky2020-07-141-1/+3
| | | | | | | Change-Id: I3a73cd03c9ec51b7f190092702b4ef860c1f589b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98748 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* android: Avoid calling methods of a destroyed WebView.Jan Holesovsky2020-07-141-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | Avoids exceptions like: 2020-07-13 13:19:49.607 2919-2919/? I/LOActivity: Forwarding to the WebView: 'statusindicatorsetvalue: 86' 2020-07-13 13:19:49.609 2919-2919/? W/cr_AwContents: Application attempted to call on a destroyed WebView java.lang.Throwable at org.chromium.android_webview.AwContents.t(chromium-SystemWebViewGoogle.apk-stable-410410651:2) at com.android.webview.chromium.WebViewChromium.loadUrl(chromium-SystemWebViewGoogle.apk-stable-410410651:11) at android.webkit.WebView.loadUrl(WebView.java:970) at org.libreoffice.androidlib.LOActivity$6.run(LOActivity.java:794) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6971) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:865) Change-Id: Ic853131bac937deec7e68723b956a4ab7cf61872 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98723 Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* leaflet: removed slide controls from drawPranam Lashkari2020-07-052-1/+4
| | | | | | | | | | | Change-Id: I5916d829b257729363125643cf3ba548f7e4e9db Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97759 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 99944f8842e73a4207c230f895ac02ecba23cfd0) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97798 Tested-by: Andras Timar <andras.timar@collabora.com>
* leaflet: Removed impress download options from drawing docPranam Lashkari2020-07-051-6/+15
| | | | | | | | | | | Change-Id: Iaddc3f8330733ec89af0cb0ec6ed14d1f51999ff Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97740 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 32185682de346c9a729a2ef2efb0d66713a6a84d) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97800 Tested-by: Andras Timar <andras.timar@collabora.com>
* leaflet: allow download as odg in readonly mode(view mdoe)Pranam Lashkari2020-07-051-1/+1
| | | | | | | Change-Id: I5bb1f9288280ffc18beaa893402752291c7d8507 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97802 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: On ChromeOS, load files from Google Drive read-only.Jan Holesovsky2020-07-031-0/+6
| | | | | | | | | | | | | Apparently it is not possible to save to Google Drive yet. Unfortunately I don't have a proof in the documentation or anywhere on the net, but the good indication of this is that the Intent.ACTION_CREATE_DOCUMENT does not offer Google Drive (while it does on a "normal" Android). Change-Id: I521b866fd783b81a2bb9eace84354b5564ebabee Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97902 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* android: Fallback to "w" mode, "wt" is not supported by Google Drive.Jan Holesovsky2020-07-031-2/+14
| | | | | | | | | | Would be cool to consolidate these two places actually to a common method at some stage... Change-Id: I5ff3aed134066f26bb058223b972ef11600fa887 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97901 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* android: Always re-do the fonts.conf, to update when the filter changed.Jan Holesovsky2020-07-031-0/+6
| | | | | | | | | | No idea how to add dependency on the build.gradle itself, so at least this... Change-Id: I7d43064d3a2299929b36a3ed3d5c13ada808c898 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97869 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* Bump package version to 4.2.5-5cp-4.2.5-5Andras Timar2020-07-022-2/+8
| | | | Change-Id: I4f1f027839383a063125a2374912bfea3438c8f4
* android: Default to building just the simple case: armeabi-v7a...Jan Holesovsky2020-07-021-4/+6
| | | | | | | | | | ... unless more builddirs are provided in --with-lo-builddir, separated by colons. Change-Id: I49946cd932ec22804ecb51aba86f3dae2aba05f5 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97719 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: No need to copy fonts from system any more.Jan Holesovsky2020-07-021-49/+1
| | | | | | | | | | | | | | After the update of fontconfig, the hack to not to use the Noto fonts is not needed any more, they load quickly now. Change-Id: Iebd2c944e9fcc04d6976002f24a3a47f0b49f2ad Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97659 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97718 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: Use the system fonts.Jan Holesovsky2020-07-021-11/+0
| | | | | | | | | | | | | | Now that we have upgraded the fontconfig to a version that can process the Noto fonts in reasonable time, use them. Change-Id: I7e46bef6827f5e257a0d583137aa9a26c2a22ed3 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97658 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97717 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: Add support for x86 ABI too.Jan Holesovsky2020-07-023-9/+64
| | | | | | | | | | | | Turns out that the ChromeOS uses the x86 Android runtime, not x86-64. Change-Id: Ic3b6f7a65d35d2298daa731f46e57068eaf2583d Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97607 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97716 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: Intent.EXTRA_MIME_TYPES does not work on ChromeOS.Jan Holesovsky2020-07-021-51/+64
| | | | | | | | | | | | | | | | | | | | | From some reason, when we limit the mime types the same way as on normal Android, the ChromeOS file picker shows no files by default; the user has to use the dropdown in the bottom left to switch to All files, and then they can choose something to open. [Interestingly, the only other working choice is SVGZ/SVG; but the rest of the mime types are empty in the dropdown.] I haven't found any advice anywhere, so just disabled this for ChromeOS. Change-Id: I95195077ab936670050d980f4180d4b22bfa35d7 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97483 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97715 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: The location of liblo-native-code.so has changed.Jan Holesovsky2020-07-021-1/+1
| | | | | | | | | | | | | By mistake, the commit 526db8b1bdb6007ad3ab7e69c7c193e164e58892 was a wrong version of the patch; update it slightly. Change-Id: I1c0148a7195a577a14440453688d506b83aa6ab4 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97381 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97714 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: The location of liblo-native-code.so has changed.Jan Holesovsky2020-07-021-2/+4
| | | | | | | | | | | | | Don't try to look it up at the old location, that'll only cause problems. Change-Id: I6376770ce09c5a19cfe1514e1fd12c508a5fc3d0 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97420 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97713 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: Update POCO instructions to 1.10.1.Jan Holesovsky2020-07-021-5/+8
| | | | | | | | | | | Change-Id: Iff8c7145e0372086bfa6a4c4f47e8d964244abc0 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97419 Tested-by: Jenkins Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97712 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* android: Add x86-64 build too.Jan Holesovsky2020-07-023-41/+131
| | | | | | | | | | | | | | | | This will make it possible to create AAB's that contain 3 ABIs: armeabi-v7a, arm64-v8a and x86_64. If you want to build for just one ABI, use --with-android-abi=... where the value is one of those three above. Change-Id: I553b8ca941db67eddc1d712a96b818f9cfedd0fa Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97227 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97711 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Improve logging failed lock request using X-WOPI-LockFailureReasonMike Kaganski2020-07-021-1/+4
| | | | | | | | | | | Change-Id: Ia521422d033861cd002e7eb2123ccc18e9cd0071 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97555 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 6de63613fb7ec00370caa7e3efce4405b688279e) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97570 Reviewed-by: Andras Timar <andras.timar@collabora.com>
* IIS requires content-length for POST requestsMike Kaganski2020-07-021-0/+3
| | | | | | | | | | | | | | | | Without the content-length, LOCK requests result in 411 response with the message: "The request must be chunked or have a content length". Ref: https://forums.iis.net/t/1119456.aspx Change-Id: Ieceb2bcf478c5f6baf97ee6b89d37622da168df5 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97524 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit dd8e852b63598f180d9045214fa7cfc9e90fee24) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97500 Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* set .gitreviewAndras Timar2020-07-021-1/+1
| | | | Change-Id: Icc5306ea06b9152544aaef980fe9d334b470972f
* Bump package version to 4.2.5-4cp-4.2.5-4Andras Timar2020-07-012-1/+7
| | | | Change-Id: I860419e640d4ae8760df1dcf7cf89b1aedc3bb44
* Close files after copying, to avoid fd leak during convert-to.Michael Meeks2020-07-011-0/+2
| | | | | | | Change-Id: I24a9726bfea7805aff61d778e9f8f91c5b1ffd52 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97508 Tested-by: Aron Budea <aron.budea@collabora.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
* Bump package version to 4.2.5-3cp-4.2.5-3Andras Timar2020-06-292-2/+8
| | | | Change-Id: I6c517145d95240e08e8a4784137c96c517ada68b
* loleaflet: use correct extension for default user avatarAron Budea2020-06-293-1/+25
| | | | | | | | | | | | Regression from 8bfa1318b246d7c9df2b1d22d2e8094205a53acd Change-Id: I8be2ea394fd35c418b33aed42555cfa37d7bc7c9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97086 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit edaea8a3896ba37fab38ecb11644f98c14076f60) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97383
* Sidebar-panel has fixed width that is bigger than its contents, better fixPedro Pinto Silva2020-06-292-1/+6
| | | | | | | | | | | | | - Revert display:table from #sidebar-panel - Set document-container position to right:0px when in presence of text or presentation documents that has (missing) the sidebar closed (sidebar-dock-wrapper display:none) Change-Id: Id4416e9dfa0540dd774b83b41428f021f99f4f38 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96741 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Pedro Silva <pedro.silva@collabora.com> (cherry picked from commit 862486f6d231178ce44a0f3902b2feb76866b5f9) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97382 Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Desktop: document name: center icon (pencil)Pedro Silva2020-06-291-2/+1
| | | | Change-Id: I3da93eda530fa5e660b95ddf743b68463e939292
* Bump package version to 4.2.5-2cp-4.2.5-2Andras Timar2020-06-262-1/+7
| | | | Change-Id: I39b764a51c0906bef5220e002a6257b0155da335
* Don't show last modification indicator when data is unavailableMike Kaganski2020-06-262-0/+9
| | | | | | | | | | | | | | E.g., SharePoint 2013 and 2016 don't support LastModifiedTime field in CheckFileInfo [1]. [1] https://docs.microsoft.com/en-us/openspecs/office_protocols/ms-wopi/e2e91eab-4c6d-4f00-9c3f-3a1962135626#Appendix_A_30 Change-Id: Icdcf9f82758b4bd34be25f553e9d756ab76b8bfa Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97221 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit ec1bc5807090dea9f28ef25c6211785c7fa1a00f) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97144
* existing integrations prefer text/rtfAndras Timar2020-06-261-1/+1
| | | | Change-Id: Ia85c198178d6c3f579d69bb7df3b131ffcaa4847
* Remove duplicating extensions from discoveryMike Kaganski2020-06-261-18/+0
| | | | | | | | | | | | | | | Fixes the problem that binding with SharePoint using New-SPWOPIBinding is only possible when specific extensions or applications are specified. Trying to bind all information from discovery resulted in error: New-SPWOPIBinding : One or more of the WOPI bindings specified in New-SPWOPIBinding already exist. The operation has been cancelled. Change-Id: I5675c4cee8b68b81b5c0971a5dc577f653a1ae5b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97063 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Fix images are not shown in online help page on proxymert2020-06-261-0/+9
| | | | | | | | | | | | | Relative urls must be replaced for proxy Change-Id: Ia1d888941c33736c4eb19070aec73c5bdd6fa197 Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97166 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 29c92b5c8db5b470facf09b19811805a9ea69192) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97138
* Fix: when help was invoked with F1 %productName was not replacedAndras Timar2020-06-262-2/+2
| | | | | | | Change-Id: I2f0255e0aedbe70116b2fb7423b0d077c14fa7b4 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97068 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Fix url errors on backgroundImage in css files for proxymert2020-06-261-12/+23
| | | | | | | | | | | | | | Current replacing url strings method works fine, however, it does not cover all the rules for cases like when @media or @import are used. They have a subset of their own rules which must be covered as well. Change-Id: Ib10f7cc361aea5cd3b855f64e3a64566a6c51a12 Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97060 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Bump package version to 4.2.5-1cp-4.2.5-1Andras Timar2020-06-243-2/+20
| | | | Change-Id: I0c087b3519f3087006346d648e55fd3e06cc3053
* Mark actions as default in discoveryMike Kaganski2020-06-241-87/+87
| | | | | | | | | | | | | | | | This allows to open the WOPI application by simple click on files in SharePoint, instead of explicit use of "Edit in browser" menu. Ref.: https://docs.microsoft.com/en-us/openspecs/office_protocols/ms-wopi/7ceea62b-4fb1-436b-af8b-fbf5a721fcba Change-Id: Ieb535e0d85de050d5e01ba0bb8ccf39ffc5b0f7a Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97030 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 82131e6a6c71e42ab96dd8a92e5c9653475636a8) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97009 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Add more source files to scripts/unocommands.pyAndras Timar2020-06-241-1/+36
| | | | | | | Change-Id: I395f1fdd761f94018c75fa5bf48d64aff0335c27 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96881 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* loleaflet: update UNO command translationsAndras Timar2020-06-24106-2/+158
| | | | | | | Change-Id: I6b1f39da9326d5ced44f09cd2b25de8173613f84 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96883 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* loleaflet update locore translationsAndras Timar2020-06-2449-356/+825
| | | | | | | Change-Id: Ibcfe7ff8c086fdb6d6b8abed96fbea7ea5c5f7dd Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96877 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* typo: .uno:RigthPara -> .uno:RightParaAndras Timar2020-06-241-1/+1
| | | | | | | Change-Id: I1de80ac3fe0625571bfa5c4e4165fb2b1e4114af Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96879 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* tdf#134041: reset engine before next digest computationDamian2020-06-231-0/+1
| | | | | | | | | | | Change-Id: I68ef078f6f885bebaf29b37d5fd704a9c70c826a Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96899 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit f160ccf80d46fda857a7cd4d87c036f61ef9df74) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96876 Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* fall back to en_US.UTF-8 if C.UTF-8 does not existAndras Timar2020-06-211-2/+14
| | | | | | | | | | | | | It turned out that C.UTF-8 is not supported on RH7/CentOS7. We started to use C.UTF-8 because it was widely available and we could shave off locale data in Ubuntu based docker images and AppImage. With this patch we fall back en_US.UTF-8 if C.UTF-8 does not exist and add some logging. Change-Id: Idea0ae885dc8cdd9ef33279bd90eb882a656d75c Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96791 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
* leaflet: show brand name on splashscreenPranam Lashkari2020-06-191-0/+7
| | | | | | | | | | | Change-Id: Ie7d93a134e869e14b5e4c1f8599feb8a9e130c07 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96602 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 10d75ea4e7cc515d3e2d68518f4c5ddd22241fd6) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96694 Tested-by: Andras Timar <andras.timar@collabora.com>