Commit graph

10508 commits

Author SHA1 Message Date
Jan Holesovsky
cd75360469 android shell: Keep the order of the recent files.
Change-Id: I1b8a60126228cc59cd3d308f44244b3ee3db7413
2020-02-20 14:53:06 +01:00
Jan Holesovsky
d87caa2920 android shell: Center text under the icons for better look.
Change-Id: Ib9a466290558577105f87ba0eab038931b093789
2020-02-20 14:53:06 +01:00
Jan Holesovsky
b00c6b105b android shell: Switch between grid and list directly on the main screen.
Change-Id: I668bacc0206af7f72a434296806c9149a6edda9e
2020-02-20 14:53:06 +01:00
Jan Holesovsky
d6e37728d5 android shell: Kill the document browsing functionality.
Change-Id: I9dd0e448818bfebf6efd7b544487f881ae2de8ab
2020-02-20 14:53:06 +01:00
Jan Holesovsky
cdea4cdd08 android shell: Move some functionality to the Recent files.
* Bigger icons for the recent files.
* Possibility to switch to list view (which displays file sizes).

Change-Id: I5c0f3b4670d7e3f2acb2935adb6be1b78553c5ea
2020-02-20 14:53:06 +01:00
Jan Holesovsky
dca9151fe3 android shell: Make the recent documents work again.
Change-Id: Iae7523184ec7aa9c85c5cf833f63b5423774e5d1
2020-02-20 14:53:06 +01:00
Jan Holesovsky
bdcf644fbd android shell: No need for the Nextcloud lib any more.
Change-Id: Ifdf8ae09d2350aa56d7f139bfbdf3db88eedba67
2020-02-20 14:53:06 +01:00
Jan Holesovsky
2a52d768dd android shell: Remove the 'storage framework', we have content providers.
Needs further work to make the recend documents + list of local files
work again.

Change-Id: I2562ef2b35e5c8ed9ab71149b6b7180b40e61de9
2020-02-20 14:53:06 +01:00
Jan Holesovsky
d458c09628 android shell: Make it possible to open documents from content providers.
This way, we can open & edit document directly from Nextcloud / Google
drive / anything that implements content providers...

Change-Id: Ibea308966d275c7449bc5f2e298abfc023a4ec2d
2020-02-20 14:53:06 +01:00
Jan Holesovsky
2b4781f4a8 android shell: Add the folder icon to toolbar, hide the rest to the menu.
Change-Id: Idfccb2766c6aae633a51bab218a229b7dd67c440
2020-02-20 14:53:06 +01:00
Henry Castro
05d433b500 loleaflet: import vex.combined.js library
The file was imported from node_modules/vex-js/dist/js/vex.combined.js
the main reason is to analyze the source code, debug and patch
if necessary

To get the source code from npm repository

    make libs

Change-Id: I59e466e925d43bf4c599305898c656f69ec195d9
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89099
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-20 14:51:54 +01:00
Marco Marinello
fdba30ea4d Add more flags to docker compilation
Signed-off-by: Marco Marinello <marinello@libreoffice.org>
Change-Id: Ib5a49613ed36eec0d8ab8178b13e302cd5d8da4e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89080
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2020-02-20 14:07:30 +01:00
Tamás Zolnai
7810825e6b cypress: mobile: make paragraph panel related tests more stable.
Change-Id: I6d6d9e8f2f6d14406327ae074f1e82e411f508cc
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89091
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 13:41:29 +01:00
Henry Castro
5cc7ba2d77 loleaflet: import sanitize-url.js library
The file was imported from node_modules/@braintree/sanitize-url/index.js
the main reason is to analyze the source code, debug and patch
if necessary

To obtain the source code from npm repository

make libs

To bundle the file sanitize-url.js

browserify braintree-sanitize-url/index.js --standalone sanitizeUrl > sanitize-url.js

Change-Id: I7869a1349648ae1f8f2194859ebb398b1a73733e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89055
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-20 13:20:44 +01:00
Tamás Zolnai
c211ce95e2 cypress: mobile: enable some shape related test which are stable now.
First issue was rendering the mobile wizard twice by
opening. I added a workaround for this issue:
20b5825ce5

The second issue was with the animation when moving
one level down in the mobile wizard. Checking the next
level content makes these tests more stable.

Change-Id: I3f3c90e5975747f833e9560140cabb6c310dfe57
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89087
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 13:14:38 +01:00
Tamás Zolnai
be9333bf5b cypress: try harder to kill loolwsd server.
pkill uses SIGTERM signal by default, which is good because
using that makes loolwsd to clean up things before shut down.
For example it removes the pid file.
However, when loolwsd stuck for any reason, then SIGTERM might
not be effective. In this case use SIGKILL.

Change-Id: I3ed4bd24d6e73169b4d04dd7c9b4ac03bee8fdd1
2020-02-20 13:13:52 +01:00
Tamás Zolnai
bde5059f19 cypress: mobile: update test title.
Change-Id: I01751b3f3f25391fd6d846e133dc4fc3e5ff84df
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89076
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 12:00:18 +01:00
Tamás Zolnai
9eaecc1b06 cypress: mobile: Fix-up hidden style items test.
Without waiting for the mobile wizard to be opened
the not exist check will allways pass no matter
whether the items are actually hidden or not.
First we need an indicator that the mobile wizard
is opened and then we can check whether the removed
styles items are not there.

Change-Id: I00c1aaf6e11351cf8714be3ed6d5b9d2ff000324
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89074
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 10:19:38 +01:00
Andras Timar
2863305788 We need also share/gallery for the Android app for inserting some shapes defined there
Change-Id: I8fcbc78c17753607351580b97f931f3a2c59a091
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89072
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-20 09:05:10 +01:00
Tamás Zolnai
eb4f5abf52 cypress: kill only our own loolwsd process.
Change-Id: I9c6f71571183c7583bd3c4c122c3c3e2c04696ea
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89070
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 05:45:25 +01:00
Tamás Zolnai
39150fca06 cypress: better way to generate allowed port numbers.
Change-Id: I1900df07f1fe76d39a35ab8cab0d62c0c53a35f9
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89069
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 05:44:57 +01:00
Michael Meeks
c07f45e4e5 wizard: hide styleupdate as well as stylenew.
Also hide calc style panel for now: incomplete.

Change-Id: I46fee97f5d029860a12e5f7215d830091c5f9bf0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89068
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-20 05:21:51 +01:00
Michael Meeks
6197b25959 mend removal of adjacent jsdialog wizard items by name.
Change-Id: Id91a58cde7581d23aeb82a95f26a1c0e1352e411
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89067
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-20 05:03:16 +01:00
Tamás Zolnai
16578f0353 cypress: mobile: Disable spellchecking tests for now.
There is no an obvious reason for this issue and also
I can't reproduce this issue locally.

Change-Id: I6860fa878ebafd9deab92b2662c352a99ab85b52
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89071
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 05:02:22 +01:00
Aron Budea
dff1d32624 Default redlining_as_comments config to false
For better performance, many comment boxes reduce performance in
browser.

Change-Id: If041c3d147ee7512d90f41a4a1bfe7a1ff8646a9
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89065
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-20 04:59:07 +01:00
Tamás Zolnai
eb53dd5a8c cypress: Always search for an available port number.
Change-Id: Ibfb80d43cd7f7d4c8cab8e3621bebfc2201d4b2d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89066
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-20 04:49:38 +01:00
Tamás Zolnai
20b5825ce5 cypress: mobile: Avoid render the same mobile wizard twice.
We get the sidebar's content twice when we open
the mobile wizard. It makes some tests to fail
randomly. I have no idea whether this causes other
issue or not. So let's use it only for cypress now.

Change-Id: I8a43b493934aaebfa52aa230ded228ac4b9bd064
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89025
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-19 22:20:09 +01:00
mert
d21a13e76e Fix slide-sorter behaves like desktop on larger screen phones
Change-Id: Ief2a5278b901970378a84dc4a2f528f885e1cd06
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88093
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-19 18:11:22 +01:00
Pedro Pinto Silva
843717485a mobileWizard: remove unnecessary paddings (fixed overflow)
Change-Id: I16e239bc132d779e63d60229472103720eec7500
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89051
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 17:44:58 +01:00
Henry Castro
8ce1846e5e loleaflet: import l10n.js library
The file was imported from node_modules/l10n-for-node/l10n.js,
the main reason is to analyze the source code, debug and patch
if necessary

To obtain the source code from npm repository

make libs

Change-Id: I7bd4d400c504f57a94566e187c6d26361aed8bd0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89043
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-19 17:32:10 +01:00
Pedro Pinto Silva
28f076d694 Mobile: mobileWizard: Add hover/active state to spinners and Fix horizontal overflow
Change-Id: I4b3b6cd6f8fe99d7de5987dfea0013639bad946a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89042
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 16:28:17 +01:00
Andras Timar
207075f82c localize the buttons on 'Rename sheet' dialog
Change-Id: I6470deb2cfa93d59ebb612d223bb2829a6cea75e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89026
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-19 16:04:48 +01:00
Mike Kaganski
098c0a5752 Check that absolute URI is passed to addWopiProof
Change-Id: I28385f330064645dc2c30a3c3180df2a297b2e53
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89021
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-02-19 15:35:26 +01:00
Pedro Pinto Silva
f439771c3d mobileWizard: make currency icon monochrome to follow the same style the other present options
Change-Id: Iae20c5b924e400d548e5fb1985b7d60d854db9d6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89027
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 15:31:36 +01:00
Tor Lillqvist
624b42d58a Hackaround for on-screen keyboard problem
We want to be able to force the on-screen keyboard to be displayed
(when there is no external hardware keyboard) from our JavaScript.

Change-Id: I0678d84ca941a03316ffb68cfd9c3e93a6ea7e57
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89023
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-02-19 15:17:56 +01:00
Pedro Pinto Silva
6070fd1277 Mobile: Vex: primary button: follow the same style as the button in the mobileWizard
Change-Id: I7502de057122843d040ef1469c40815ce19e7178
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89022
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 15:12:35 +01:00
Pedro Pinto Silva
6cd4029385 Mobile: Hamburger menu: Fix alignments and
- Impress top position
- images position

Change-Id: Id3a5abc1c423169cb9f3d1bcb912171d1101c559
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89019
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 14:40:21 +01:00
Pedro Pinto Silva
116e3f74c7 Mobile: Toolbar up: Fix dark border when long press on any item and add hamburger press state
Change-Id: Ic2472ffd8e03463f56d7850d05d3ef5564093202
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89004
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 13:26:08 +01:00
Pedro Pinto Silva
00bed8db5b Mobile: mobileWizard: input field: fix inconsistencies between browsers
Change-Id: I6c8d196952765c3018c8d00595d3fef9a93c23f7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89000
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 13:25:42 +01:00
Miklos Vajna
c414b4a240 UnitBase::exitTest: make sure we flag for termination only once
It can happen that a test succeeds, but right after that, the timeout
thread still fails the test:

09:21:10.411840 [ loolwsd ] INF  exitTest: 1. Flagging for termination.| common/Unit.cpp:201
09:21:10.412016 [ loolwsd ] ERR  Timed out waiting for unit test to complete| common/Unit.cpp:212
09:21:10.412060 [ loolwsd ] INF  exitTest: 2. Flagging for termination.| common/Unit.cpp:201

(1 is TestResult::Ok, 2 is TestResult::TimedOut.)

Fix these cases by just ignoring the timeout invocation, we'll exit soon
anyway.

With this, finally a sanitizers-enabled 'make check' passes agains a
sanitizers-enabled core.git.

Change-Id: Id52c4b6f88a795d4ff2af7929a71d5eb83c56773
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88999
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-02-19 11:16:09 +01:00
Tamás Zolnai
6a0d4103f2 Revert "tests: Change the order of cypress-test and other tests."
Now other unit test seems to be more stable.

This reverts commit 4fc7bc76db.
2020-02-19 11:06:51 +01:00
Tamás Zolnai
0a7e3bf30f cypress: mobile: Test whether the line width spin button is readonly.
Change-Id: I628594902b87dbc904628b8815c520fdb01478c6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88976
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-19 11:05:05 +01:00
Tamás Zolnai
2e9f59280c cypress: mobile: Test that the arrow style item are hidden.
Change-Id: I958357acb912176070e45ac331b38d42ba24cd15
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88975
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-19 11:03:22 +01:00
Tamás Zolnai
08d801b7d6 cypress: mobile: Disable this test for now.
Recently fails randomly with core/master.

Change-Id: Ib8003c2b82b773a2851b251cba838533d040b3e5
2020-02-19 10:33:48 +01:00
Tamás Zolnai
eeadcb5a40 cypress: mobile: Disable shape related tests for core/master
Will investigate the issue which causes to fail these tests.

Change-Id: Ic71d0fccb200a3c51d927be62d9d39301c0c3064
2020-02-19 10:33:48 +01:00
Mike Kaganski
6eda59123a Proof key: make sure public exponent is exactly 4 bytes
It seems that Poco returns 3-byte public exponent (0x010001) as
3-element vector, and MS CAPI blob must include 4-byte exponent

In Poco code (Crypto/src/RSAKeyImpl.cpp), its convertToByteVec
uses OpenSSL's BN_bn2bin, which returns big-endian byte order
(see OpenSSL's crypto/bn/bn_lib.c). That is returned from Poco's
RSAKey::modulus() and RSAKey::*Exponent() unchanged, so treat
them accordingly.

Change-Id: I37f5fb9a310d42c7f346429c39611b25dd5bba2f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88989
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-02-19 10:19:55 +01:00
Pedro Pinto Silva
164ae6d9be Mobile: add active, focus status to elements, add missing downloadasicons, fixes
- mobileWizard: force row elements to be full width and adjust accordingly
- edit FAButon: add press state and transition
- mobileWizard: fix white space that sometimes appears between header and content
- mobilewizard: make better use of space
- mobilewizard [non tab layout]: make use of flex to place content full width and aligned to the center
- Calc: mobileWizard: remove unecessary labels (format: NumberFormatCurrency, NumberFormatPercent, numberFormatDecimal)
- Calc mobileWizard: Fix placement of NumberFormat buttons
- Hamburger Menu: Fix positions
- Hamburger Menu: add missing icons under download as
- mobileWizard: make sure some labels do not wrap into a second line
- mobileWizard: make use of percentages instead of px regarding margins
- reduce svg size

Change-Id: I10e46a88cf04afe02cafa6d10931daee119be27b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88970
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-19 09:12:36 +01:00
Henry Castro
f14fca607c loleaflet: mobile: set default preview images
using window.mode.isMobile() is used
small screen devices, and window.mode.isTablet()
larger screen devices.

Define a default preview image for all devices

Change-Id: I623c9851d53503108e6eba2c5b8df18aeca33d24
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88992
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-19 03:30:24 +01:00
Weblate
4ddf38bb06 update translations
LibreOffice Online/loleaflet-help (Galician)
Currently translated at 85.6% (356 of 416 strings)

Change-Id: Idf0d944db0a3b02b07d43395001ee1837bcc6f3a

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 85.6% (356 of 416 strings)

Change-Id: I1c347a8951f86cdafd06a86ee76137adc37240d3

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 85.6% (356 of 416 strings)

Change-Id: I8e738a218359344df14b7bb08358fdba3d17c8f6

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 85.6% (356 of 416 strings)

Change-Id: I84e9506f7f828471ff9ae9da8da4e8302418f89e

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 85.6% (356 of 416 strings)

Change-Id: I5395612a69c7b3e3d05f497a17afc261716afe3a

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 85.3% (355 of 416 strings)

Change-Id: I8da8f25a4e94fc2fb7b700547c4a0c4a9a9a2b78

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 85.1% (354 of 416 strings)

Change-Id: Iba6009b13b4d57946563e278152358dca7363512

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 84.9% (353 of 416 strings)

Change-Id: I62e955da3e37a5933320455112793455332cd901

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 84.9% (353 of 416 strings)

Change-Id: I7183916354b0ae1d8b597c1bca34f4cf56602956

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 84.9% (353 of 416 strings)

Change-Id: I7f1d3969a33691e05a644e300a180622524f95d6

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 84.6% (352 of 416 strings)

Change-Id: I6984f72e555bbe736037c6c9f48a4a66e52aa0c3

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 84.1% (350 of 416 strings)

Change-Id: I8625a04dc774beeca8ec22d880de91f2cc9f315c

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 83.9% (349 of 416 strings)

Change-Id: Id40a3bfdbabc3deb54a9d8eea8469193057ae195

update translations

LibreOffice Online/android-app (Chinese (Traditional))
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I1d578a7e627cf13f81228ac56f9682bbf8ceedc1

update translations

LibreOffice Online/android-lib (Bulgarian)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: Ib782f795f785e9eab81afc13d722fbdae5172c6d

update translations

LibreOffice Online/loleaflet-ui (Ukrainian)
Currently translated at 98.6% (283 of 287 strings)

Change-Id: Ibefad85c906286000aaeb34010b681a9f815c35a

update translations

LibreOffice Online/android-app (Chinese (Traditional))
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I543003ddcbeda4cc462094b5cbdac19344243e4b

update translations

LibreOffice Online/android-lib (Chinese (Traditional))
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I2c0044a37683965c90054703c7becd7dc3c0af95

update translations

LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 100.0% (287 of 287 strings)

Change-Id: I51473d48cbb7bfd7bc0391e3fc8fa693dc844eaa

update translations

LibreOffice Online/loleaflet-help (English (United Kingdom))
Currently translated at 100.0% (416 of 416 strings)

Change-Id: Idc3a19f702ecafdd37200bf0cc1ed49f3bef26ee

update translations

LibreOffice Online/loleaflet-ui (Russian)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: I2736cebdf47c361b7f830868b4cdb74106f82d5f

update translations

LibreOffice Online/loleaflet-help (English (United Kingdom))
Currently translated at 88.9% (370 of 416 strings)

Change-Id: I104948afa2154638006ccf4a1ada4af7ae12ed06

update translations

LibreOffice Online/loleaflet-help (English (United Kingdom))
Currently translated at 88.7% (369 of 416 strings)

Change-Id: Iebc4af48c8d095920e66ad0fadaeb565ec1a2ecc

update translations

LibreOffice Online/loleaflet-help (English (United Kingdom))
Currently translated at 88.7% (369 of 416 strings)

Change-Id: I498a4ef1a8b14a4d2600b5cb3766c96d6959b7fc

update translations

LibreOffice Online/loleaflet-ui (Russian)
Currently translated at 99.7% (286 of 287 strings)

Change-Id: Id4edb3efd76eb642447378ca754c3e70536a291d

update translations

LibreOffice Online/loleaflet-ui (Russian)
Currently translated at 92.7% (266 of 287 strings)

Change-Id: I665066e6263fb52b39e2b2bef8459b768d1c435a

update translations

LibreOffice Online/loleaflet-ui (Indonesian)
Currently translated at 86.1% (247 of 287 strings)

Change-Id: Iff8eca19f2821186c51f7d2b8161a5d5225c5021

update translations

LibreOffice Online/android-app (Polish)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I5bbe092c2edac0d3f97d61d44cb6173c51518a0e

update translations

LibreOffice Online/android-lib (Polish)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: If0b5ca7d418a93036d5b6826461b0b7b9f322d99

update translations

LibreOffice Online/ios (Polish)
Currently translated at 100.0% (4 of 4 strings)

Change-Id: I8ff32b812465dab05dd4c6f270932c43acbcedde

update translations

LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: Ia105e2115079e47920758cef9a2f2cf58250f13f

update translations

LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: Ib9a2ab2b28839a75e2e90f1b9e51f53c9374989e

update translations

LibreOffice Online/android-lib (Esperanto)
Currently translated at 62.5% (5 of 8 strings)

Change-Id: Icbdeca27a301a427432fc6b31388f798cfe71685

update translations

LibreOffice Online/loleaflet-help (Danish)
Currently translated at 47.8% (199 of 416 strings)

Change-Id: I0c455bfe08ad50c1912baa93110ae9bd18f22162

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 70.7% (294 of 416 strings)

Change-Id: I39b34d80ff046b689a2e6bfc7f6768895e9058db

update translations

LibreOffice Online/android-lib (Welsh)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I13cd95f92b05791f9b186e9fda3c07dc11c00eec

update translations

LibreOffice Online/android-lib (English (United Kingdom))
Currently translated at 100.0% (8 of 8 strings)

Change-Id: Ief5490c31967b8bd8561aa646160c9ba379b445a

update translations

LibreOffice Online/android-lib (Esperanto)
Currently translated at 50.0% (4 of 8 strings)

Change-Id: I6e62d62d75c50f7b3e0f701cebb136d8969d7ee3

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 100.0% (416 of 416 strings)

Change-Id: I4be77e1a593ccb74726c93e4812ac613bf3346d4

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Change-Id: I5df732bac4ad7e540625c04ba48e780c65591b96

update translations

LibreOffice Online/loleaflet-help (Danish)
Currently translated at 47.6% (198 of 416 strings)

Change-Id: I0d668177ff6ca69859454ca75668f17abd09e9c5

update translations

LibreOffice Online/android-app (English (United Kingdom))
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I5c58d4511f722cf677c732a6796d072c33a207d2

update translations

LibreOffice Online/android-app (Esperanto)
Currently translated at 19.2% (19 of 99 strings)

Change-Id: I30596fb015b8c30136b3b0673ced19b7a92659b2

update translations

LibreOffice Online/android-app (Slovak)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: Ide1a73f93d69b5151884525cd90c7d416eaaf12d

update translations

LibreOffice Online/android-lib (Esperanto)
Currently translated at 37.5% (3 of 8 strings)

Change-Id: Ie850289405334889b638d7fe9e375d02149d5909

update translations

LibreOffice Online/android-lib (Basque)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: Ief87132bed2f8f9df66db302654bc98844db0544

update translations

LibreOffice Online/android-lib (Galician)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: If4a21a28074b4f2821e9e6e231085e408feb89e5

update translations

LibreOffice Online/android-lib (Dutch)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I433cbb5ed603262f973c622a5a4c631435299ce1

update translations

LibreOffice Online/android-lib (Slovak)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: Ifce96b5c87f3b9aacc6a7acc3e205cdef10ba885

update translations

LibreOffice Online/android-lib (Asturian)
Currently translated at 37.5% (3 of 8 strings)

Change-Id: I25cfe62c194d2f9a59f66fa2b7940c8c7f6cd0ec

update translations

LibreOffice Online/android-lib (Catalan)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: Ifbeea39f8e4c4fa169fe54b956fc88733611f2f8

update translations

LibreOffice Online/android-lib (Portuguese (Brazil))
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I71bde146df7e08f08eb3adff504f1a758666d48a

update translations

LibreOffice Online/android-lib (Spanish)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I4655d33b9103745ae735a4b805ffa92aacc39d03

update translations

LibreOffice Online/android-app (Spanish)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: Ib6f5bc75562d2429f275b53f46298370da938ecf

update translations

LibreOffice Online/loleaflet-help (Dutch)
Currently translated at 57.7% (240 of 416 strings)

Change-Id: I37ab07c9eb32b091340a539e4f446fd3ba21b5a7

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 79.3% (330 of 416 strings)

Change-Id: I6b9b4ab449af99cc542a8d95df3e287305669c29

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 70.4% (293 of 416 strings)

Change-Id: Iab23098de2c522e0eaf41a6a532e7955b5fa48ff

update translations

LibreOffice Online/loleaflet-help (Asturian)
Currently translated at 9.4% (39 of 416 strings)

Change-Id: Idfc883697467b20ba1f8cfee579ba8a67dd6e459

update translations

LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: I66450db427572f1f66142bb3626a17f781ee094f

update translations

LibreOffice Online/loleaflet-ui (Danish)
Currently translated at 80.8% (232 of 287 strings)

Change-Id: I37199d9acb263bd0a01f1d58baa242c8fea6a1b2

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: Iaa59d7bdde85309bf095e97362b821d3b7e8812a

update translations

LibreOffice Online/android-lib (Czech)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I75a97a2cd9ccd35e03496f96b860f3a2e4a22ac6

update translations

LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: Ib8ae61f9fabdc2b31a4334d0a82a3d13076bf45e

update translations

LibreOffice Online/android-app (Italian)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I8bc6660ebc68386b73071fe99a27d00d07e9d555

update translations

LibreOffice Online/android-lib (Lower Sorbian)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I1a12405ee550e640016d11bad0e1473b7d7f03cf

update translations

LibreOffice Online/android-lib (Upper Sorbian)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: Id58d0a5fff9b2ff7efe898448bd73c04c90ce579

update translations

LibreOffice Online/android-lib (Italian)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I9a364d11d50fe91e5ba5c06d830d178056d75898

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 78.1% (325 of 416 strings)

Change-Id: I6661de589a3a1c96a0abca9e7f3fbb5edf90ed8a

update translations

LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: I5f6678fb19937da39b177b43a190044421b53ab5

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 77.9% (324 of 416 strings)

Change-Id: Ieeb3e7a1a2213e1e2f991d65d8267fd16c6ef7bd

update translations

LibreOffice Online/android-lib (Dutch)
Currently translated at 100.0% (7 of 7 strings)

Change-Id: Iaa3702084047dcbe802f182cf9ae6b227d7d0499

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 77.6% (323 of 416 strings)

Change-Id: I6c4fa44ee9f17076e560331cd2f8e7fb567a15dd

update translations

LibreOffice Online/loleaflet-ui (Polish)
Currently translated at 85.0% (244 of 287 strings)

Change-Id: I247e47e89308662fe144ad20d807bf359b21d917

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 99.0% (284 of 287 strings)

Change-Id: I37d14155fe5a3096982bb01d78f0ec1161bb97f2

update translations

LibreOffice Online/android-app (Slovak)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I177414a65c7d1d2a0517f4cc55d64cb966d708ab

update translations

LibreOffice Online/android-lib (Slovak)
Currently translated at 100.0% (7 of 7 strings)

Change-Id: I5882106e7b10195e0fa9d37cb14bd1bd30c12076

update translations

LibreOffice Online/android-app (Slovak)
Currently translated at 62.6% (62 of 99 strings)

Change-Id: If4a541c58e000390df2f1f06ab63d1786801c2d8

update translations

LibreOffice Online/android-app (Slovak)
Currently translated at 61.6% (61 of 99 strings)

Change-Id: Ibeeb152e342346e06188cf58303d42f76f9c9e58

update translations

LibreOffice Online/android-app (Czech)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I44fb98df32344043a34fdfe10045dac72543664a

update translations

LibreOffice Online/android-app (Slovak)
Currently translated at 58.6% (58 of 99 strings)

Change-Id: I185dbe639f3306bf7deeaaadc13317d0892934a4

update translations

LibreOffice Online/android-lib (Galician)
Currently translated at 100.0% (7 of 7 strings)

Change-Id: Ib3915e3f95fd35b49a760558b272c2d45368f7aa

update translations

LibreOffice Online/loleaflet-help (Galician)
Currently translated at 72.6% (302 of 416 strings)

Change-Id: I2b5d800f891212f52f90efa84b0322c195df73a8

update translations

LibreOffice Online/loleaflet-ui (Galician)
Currently translated at 100.0% (287 of 287 strings)

Change-Id: I64155bebed2e1f34b39c2a6a009d7dcb1b6aacc6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88563
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-18 23:39:44 +01:00
Henry Castro
31fe67d205 tdf#130203: mobile: limit the zoom value when pinch events
The argument e.scale, sometimes has the value infinity
and it breaks the pinch states

Change-Id: I25ec3535024bf4091eb09741a2183178f4ffba20
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88982
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-18 21:27:05 +01:00