Commit graph

322 commits

Author SHA1 Message Date
Jan Holesovsky
5d74642537 android: Always re-do the fonts.conf, to update when the filter changed.
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/+/97804
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-07-03 16:33:38 +02:00
Tor Lillqvist
3edc4d2201 Move the setupKitEnvironment() function into a file of its own
A small re-factoring to help planned re-plumbing of the iOS app.

Change-Id: I21f09216a7c5adf965179765a75f5a0d521cd7f3
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97771
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-07-03 08:40:49 +02:00
Jan Holesovsky
b39017c08c android: Remove unneeded dependency + add some comments.
Change-Id: Idbc271a398f6f0c037d478bda5ee0b149ca4f24f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97730
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-07-02 11:08:19 +02:00
Jan Holesovsky
4db78707d0 android: No need to copy fonts from system any more.
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>
2020-07-02 09:12:01 +02:00
Jan Holesovsky
0a3df76ff4 android: Use the system fonts.
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>
2020-07-02 09:11:53 +02:00
Jan Holesovsky
37b3acbdf1 android: Add support for x86 ABI too.
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>
2020-07-01 17:10:28 +02:00
Ashod Nakashian
fa96934861 wsd: Authorization parsing and creation improvements
Authorization class now handles the parsing and creation
of its instances, which makes it centralized.

We also avoid repeatedly constructing Authorization objects
in ClientSession and instead do it once at construction
and cache it.

A bunch of new unit-tests added.

Change-Id: I9b5939be51a5957214d07ed8f1096efd179686c6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96825
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-07-01 07:33:57 +02:00
Ashod Nakashian
5c9988f2e3 wsd: faster jail setup via bind-mount
loolmount now works and supports mounting and
unmounting, plus numerous improvements,
refactoring, logging, etc..  When enabled,
binding improves the jail setup time by anywhere
from 2x to orders of magnitude (in docker, f.e.).

A new config entry mount_jail_tree controls
whether mounting is used or the old method of
linking/copying of jail contents. It is set to
true by default and falls back to linking/copying.
A test mount is done when the setting is enabled,
and if mounting fails, it's disabled to avoid noise.

Temporarily disabled for unit-tests until we can
cleanup lingering mounts after Jenkins aborts our
build job. In a future patch we will have mount/jail
cleanup as part of make.

The network/system files in /etc that need frequent
refreshing are now updated in systemplate to make
their most recent version available in the jails.
These files can change during the course of loolwsd
lifetime, and are unlikely to be updated in
systemplate after installation at all. We link to
them in the systemplate/etc directory, and if that
fails, we copy them before forking each kit
instance to have the latest.

This reworks the approach used to bind-mount the
jails and the templates such that the total is
now down to only three mounts: systemplate, lo, tmp.

As now systemplate and lotemplate are shared, they
must be mounted as readonly, this means that user/
must now be moved into tmp/user/ which is writable.

The mount-points must be recursive, because we mount
lo/ within the mount-point of systemplate (which is
the root of the jail). But because we (re)bind
recursively, and because both systemplate and
lotemplate are mounted for each jails, we need to
make them unbindable, so they wouldn't multiply the
mount-points for each jails (an explosive growth!)
Contrarywise, we don't want the mount-points to
be shared, because we don't expect to add/remove
mounts after a jail is created.

The random temp directory is now created and set
correctly, plus many logging and other improvements.

Change-Id: Iae3fda5e876cf47d2cae6669a87b5b826a8748df
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92829
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-07-01 05:42:43 +02:00
Jan Holesovsky
d36b66c91a android: Intent.EXTRA_MIME_TYPES does not work on ChromeOS.
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>
2020-06-30 15:56:39 +02:00
Szymon Kłos
11965d083e notebookbar: early init
- read settings from loolwsd.xml
- in case of notebookbar activated send :notebookbar parameter
- for mobile apps I left empty parameter in setupKitEnvironment calls

Change-Id: I5813589564b37eecc1e77c5d0eb737eca5f92f04
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97233
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2020-06-30 08:15:25 +02:00
Jan Holesovsky
a12f6a64da android: The location of liblo-native-code.so has changed.
By mistake, the commit 526db8b1bd 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>
2020-06-29 16:17:12 +02:00
Jan Holesovsky
526db8b1bd android: The location of liblo-native-code.so has changed.
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>
2020-06-29 16:02:55 +02:00
Jan Holesovsky
2ec7f97ac3 android: Update POCO instructions to 1.10.1.
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>
2020-06-29 16:02:19 +02:00
Jan Holesovsky
661bb47d07 android: Add x86-64 build too.
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>
2020-06-29 14:24:36 +02:00
Weblate
6f90eb96a1 update translations
LibreOffice Online/loleaflet-help (Kabyle)
Currently translated at 34.4% (143 of 416 strings)

Change-Id: I6ce9f0bb8f42490431a7a23b93ff5e4c82122723

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: Ie09455b7ffc3c427c66781a32f015665c0545703

update translations

LibreOffice Online/loleaflet-help (Ukrainian)
Currently translated at 61.8% (257 of 416 strings)

Change-Id: I2a3d14d3b58dbe66231f9bbab9639d675a45ca1f

update translations

LibreOffice Online/loleaflet-ui (Ukrainian)
Currently translated at 96.5% (299 of 310 strings)

Change-Id: I0a6b36a8e79551df82f094760df382b8942e6660

update translations

LibreOffice Online/android-app (Ukrainian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Ib1bb76ebff66fce951dd2be03a5da1c3c17bf3fb

update translations

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

Change-Id: I4edcfd872ecf9cd4bd1e1efcfb4516415a8eb9be

update translations

LibreOffice Online/loleaflet-ui (Danish)
Currently translated at 75.8% (235 of 310 strings)

Change-Id: Ia665d109743e6ef00a6b5e509b2f126928b72c28

update translations

LibreOffice Online/ios (Bosnian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I2fbba21e2a80f4e6ffb12a5651affd8ffbb2fb72

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 68.8% (286 of 416 strings)

Change-Id: Idb9c518cb5e2c68bc550489ca50d3d43b2c2e576

update translations

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

Change-Id: I3eb2ae88b732a3742af4944596b0f4f7122180d3

update translations

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

Change-Id: I713913b024033fa9e8e06edc243e532a382ac4f0

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: Ife17fbfb627fa2c173d6d3cc33fb50a3c784fca5

update translations

LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I383adf870d21c2e9b6e939294aec7c11258425c8

update translations

LibreOffice Online/android-app (Aragonese)
Currently translated at 15.7% (16 of 102 strings)

Change-Id: I8ee54ee85e93bca217b4d4b5544bada5c4d9a41d

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 100.0% (416 of 416 strings)

Change-Id: I66dc80932af86f79beb935fb2eb12a9e04b4b433

update translations

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

Change-Id: I6272c80011ca1814ccca4ee82f59448d65abf8dd

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 100.0% (416 of 416 strings)

Change-Id: I1c401adac23717f6fbcc0d0de5a216ef6ab7fef6

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 91.8% (382 of 416 strings)

Change-Id: I52fc7b25e082065d64de41a37d5077c2befbacc6

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 91.6% (381 of 416 strings)

Change-Id: If5aecd97151209fb75ed2cea33dcac7051e60c63

update translations

LibreOffice Online/android-app (Galician)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Iffeb20081b0293474345fd687e9a4cf13b2d948b

update translations

LibreOffice Online/ios (Galician)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: If9c7f39737f3772fdf5ce2fe171208b0082a8a25

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 91.3% (380 of 416 strings)

Change-Id: I3caa151434e98edf0cc9183b4ed149020839f6bb

update translations

LibreOffice Online/loleaflet-ui (Galician)
Currently translated at 98.4% (305 of 310 strings)

Change-Id: I06ddd95ca3598f347f3e34ff2456379635ffce6d

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 57.2% (238 of 416 strings)

Change-Id: Id2ba68902ee4b6854777e84e55ab1c99946d4eab

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 57.0% (237 of 416 strings)

Change-Id: I541d37572571ba2da7603762d09c957ccb52f693

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 55.8% (232 of 416 strings)

Change-Id: I8d7f14bc8174c6ff1d6b7a429b1ac2266ecccc16

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I319415a0d70b6d3c3c090650a6e0d62ff0882ab5

update translations

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

Change-Id: I5807199acdd8cd79233f7033bf6d5d89fbf7f5af

update translations

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

Change-Id: Ifde7480c5779f55dcd127a75c8fd903dd479daa5

update translations

LibreOffice Online/android-app (Aragonese)
Currently translated at 11.8% (12 of 102 strings)

Change-Id: I012b57eb90a6b16f00a6053ad7038dbe18152c4f

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 68.0% (283 of 416 strings)

Change-Id: I38384bb1ade4521b1828e40f0dea64f9ab037e26

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I6e1c37531d1f6d532a6d7c42641e71cfc916f884

update translations

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

Change-Id: I90281c9f82c0609f6f4e6de27e2f9363cfcf4e06

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 43.9% (136 of 310 strings)

Change-Id: I3d17424e05d980dddd0c87aa055f5f5bfaa0ee9f

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 66.8% (278 of 416 strings)

Change-Id: I2b1591c5e1f1514be5b1e6f0406151dfa985b661

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 66.1% (275 of 416 strings)

Change-Id: Ie73286a61390be591ca3b0b1039fca3f035afbf4

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I712c841f5837f22df2019abe3f72f4e7763a2e69

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: Id25ebbf8c4c0c7c00f35b934c3fd3adcd5b72461

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 65.6% (273 of 416 strings)

Change-Id: I07b37df403e7345a5b9cad80a44ac0070ee368d8

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 64.7% (269 of 416 strings)

Change-Id: I31a21c6600b993c266ba375a1ea93111bc65c74b

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 64.7% (269 of 416 strings)

Change-Id: Id661ca39ef89f1f86b3161a302db8ba4801692c5

update translations

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

Change-Id: I0d7e3fd020235c71e964f4c1d7bf92ab6f176fb5

update translations

LibreOffice Online/loleaflet-help (Swedish)
Currently translated at 49.0% (204 of 416 strings)

Change-Id: I60ce386ff42bf7d3d3a2c0ae43414532cbd8f602

update translations

LibreOffice Online/loleaflet-ui (Swedish)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I6c603872a399e9296e7193d596c6e4ed04965a87

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I0fefe612dc756b714810fd4e8b333b7f6262bd1e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96056
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-26 20:22:44 +02:00
Tor Lillqvist
7f25109f72 tdf#128502: Chunk of work to enable "multi-tasking" in the iOS app
Seems to not cause any serious regressions in the iOS app or in "make
run", but of course I am not able to run a comprehensive check of all
functionality.

Change-Id: I44a0e8d60bdbc0a885db88475961575c5e95ce88
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93037
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-06-26 13:09:51 +02:00
Henry Castro
e7c75fda31 android: clean debug and release assets
Change-Id: I3e6c53f6d82169ba5a529a63bae9256fb43d69ed
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95332
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Jenkins
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-06-11 21:34:21 +02:00
Henry Castro
132bef2a97 android: generate debug and release loleaflet assets
Change-Id: If3659de771b3d1f7015c1e4c26d6877f90afe306
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94996
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-06-11 21:00:45 +02:00
Henry Castro
2eec63af29 android: add "x86_64" ABI build variant
Change-Id: I19281af5432ae5a02f26f33464ced722759a4c67
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95609
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-06-11 20:11:44 +02:00
Henry Castro
56fb579332 android: fix build when builddir != srcdir
Unfortunately the "liblo-native-code.so" file is located
in the LO source directory

Change-Id: I43ad3313ad2dba62d987cbdbaed5de490c52b9cc
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95608
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-06-11 18:27:58 +02:00
Weblate
893b3b06f9 update translations
LibreOffice Online/android-app (Hebrew)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I0e443e2e85226c8a99cbaa5e5a4de59d899f3be8

update translations

LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 99.4% (308 of 310 strings)

Change-Id: I89c9132f6ed572195c15e021e70304a0076e94ca

update translations

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

Change-Id: I94f8e21484a85e4bd69880ff54c82317088131ea

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: If1d226c6d935c420815ff7fd6af26cdd802a498c

update translations

LibreOffice Online/loleaflet-ui (Hebrew)
Currently translated at 99.4% (308 of 310 strings)

Change-Id: I7bb8b810f87695e796acff46af583adc900c02f1

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I3c620d2265d403b2161df67d384e7bbe50d12c03

update translations

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

Change-Id: I7a3537a518e56cc59597c7a9453c7fc7cd7dc926

update translations

LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (310 of 310 strings)

Change-Id: I3017a16f0c8d182404ae64439cefc317d1cc8a4d

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: Id4073b7abc8b374ed9de99a95e12ab6f53518a99
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: I6f589390677cb4a6c15c3ec43a9b6a39a397bbd9

update translations

LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: Ifb03049340cb4c904d59e4fb5d0d0a95c4f604ec

update translations

LibreOffice Online/android-app (Norwegian Bokmål)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: If4b655d90c962d82966bf0d156c258d8556f9867

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 63.7% (265 of 416 strings)

Change-Id: Ifc25669369a7cdd6d91ad19700527ea1d4841523

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 53.8% (224 of 416 strings)

Change-Id: I21b6441f3030be8a1b84b9907efeb5e3feb6c9aa

update translations

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

Change-Id: I6cf80dab2c035354e8eba72e33ec16cd41046924

update translations

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

Change-Id: I74e9ba4d98e5879c62d313c84de1cecb8c6d0d15

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: Ic2b0b36a1dd401ee2da51a78cc0a4f0280e95081

update translations

LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: I43ab8f5d0ec608864d80293f043eb60fd77389c9

update translations

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

Change-Id: I9b71ff7163bcd41d5c5e16d9597a8ab3b42d97e8

update translations

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

Change-Id: Ibe2d5f3ea359be1d09dff763128567faadd72dab

update translations

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

Change-Id: I51918db392f478d2129f4ee312544953d91287dc

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: I06ca24cabfc2171f5bf8f800164d8231cfc3dbcd

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: I7efd9b6c27dea567b98d7277ae7ea358a39063f2

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: I7b4f91a55ce1a44de6a8280eaf89d027550f2fc6

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: Ie530582adec769f4060a04573ddf2d5473bd92ba

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (309 of 309 strings)

Change-Id: I470b1c9accb4ddc8e0d46cf2047791b0d055169a

update translations

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

Change-Id: I1fa59972c4c54884f9d6391bbc1e1674d9550e1a

update translations

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

Change-Id: I1e3435d61421834c2194fe3b402ac8760f28f4c9

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 43.4% (134 of 309 strings)

Change-Id: I4ae27920ca1ac639429f5ff787558e5061bc9bf7

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I3130aab73afba34cb17fd6a51619a73923021b26
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 99.3% (301 of 303 strings)

Change-Id: Idd2a9a444aa18730750c091182d300e9004f7527

update translations

LibreOffice Online/loleaflet-ui (Lao)
Currently translated at 68.0% (206 of 303 strings)

Change-Id: I0a117f6f375fde26ff268e9ba80aa8305f0e36b0

update translations

LibreOffice Online/android-app (Chinese (Simplified))
Currently translated at 98.0% (100 of 102 strings)

Change-Id: I4334dcd520da13f28219b9a6b7aec0f40cedf2b8

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 60.1% (250 of 416 strings)

Change-Id: Ibd0abbef15d84a8f3a4209129c7a7b70ad026a4f

update translations

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

Change-Id: I8ac9b637d93e4406bba7816d55aeaeb981450367

update translations

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

Change-Id: Ifb5af6ae54c66a104e3d36dcf70dccb97b5be572

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: I512049c7fdd348f9acbb6d482783bccab1accd24

update translations

LibreOffice Online/loleaflet-help (Chinese (Simplified))
Currently translated at 55.3% (230 of 416 strings)

Change-Id: I51f3af7874ec34c744a76e3a078be79f5a6f7773

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: I4f5c6f8304fbd93ea1f48f0c9f82c9618bfb9bbd

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: Ib5a380b80e8fba8dca0273b1c6bce310bffac6ed
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95161
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-10 12:52:58 +02:00
Weblate
9d2e859663 update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 43.6% (132 of 303 strings)

Change-Id: I6adf4778f1f8f211dfd227e984612b8ee4fef4c0

update translations

LibreOffice Online/loleaflet-help (Hungarian)
Currently translated at 54.8% (228 of 416 strings)

Change-Id: I69009d578b7393753a5ed95275299d0bb39e6590

update translations

LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: Ibebe7be8ddc62481db0215b3e7b011329f027ffb

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 42.9% (130 of 303 strings)

Change-Id: Ica86de787c1955663d23489e223904a8775158d0

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 99.3% (301 of 303 strings)

Change-Id: I63e1133cdae519d915f281c999f1732aef8dfa05

update translations

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

Change-Id: Idd34049c4cc8302e1b15b428133caf9a29eb2e55

update translations

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

Change-Id: I0f298c34080a02674022ed8815b3f5d58a5e7826

update translations

LibreOffice Online/ios (Catalan)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I3aeca458029f0edffa32f2aea8ef6a00e2ac748b

update translations

LibreOffice Online/android-lib (Catalan)
Currently translated at 91.7% (11 of 12 strings)

Change-Id: I0d86b120271daaf91ec2e066b2b7a73941b33e57

update translations

LibreOffice Online/android-app (Catalan)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Ie4f8ae751d22aa155d7d5a89bb1995ae52ee0338

update translations

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

Change-Id: Iedf2a800978f44c1b0d2a22d4821be633b58cfe6

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: If166c521d94d09fd522d99ef233023176eff355d

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: Ibb8520da7f6c5844b256700e049625cac27cee86

update translations

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

Change-Id: Icb0a137bd78485605516d7aef94ead3b83567b70

update translations

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

Change-Id: I5e64a1c26cf999959b64238c6a2115bdab1e930c

update translations

LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: I45fc83f9f720bff5c4defe80a70a6edf7c225ac0

update translations

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

Change-Id: I7dada1af32e55930cd009cfcce8f96e02261799d

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: Idee344891877cee3cd7fabdbbc351bd49f12f5c2

update translations

LibreOffice Online/loleaflet-help (Swedish)
Currently translated at 48.8% (203 of 416 strings)

Change-Id: I9c22ed001d6dbf033e35af1aed4995e5f879f45c

update translations

LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: I7de9f25d40913e6f56977b4a8cbd3eccc9fd66ca

update translations

LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 99.7% (302 of 303 strings)

Change-Id: Ie415976c3af682b4c38b90759123f93bb86f5d84

update translations

LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: I43ea70e85fca66e230faedfb9c16805c5408b8ef

update translations

LibreOffice Online/loleaflet-ui (Swedish)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: Ibeda6cd55247cbc175392653f170400610664677

update translations

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

Change-Id: Iccc1e8eaefb301852ac8a57293f151f4899f7459

update translations

LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 99.3% (301 of 303 strings)

Change-Id: I61e604b801a409d3264969d80e316af323aaca09

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: I3f1aad278526e9ea4ac240fbd062b165eec8f965

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (303 of 303 strings)

Change-Id: I76d65ec0486525a153e177b4469e216321b9fdf5

update translations

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

Change-Id: I49fe9d19dfee8968c199a20fe1145aeec4753e00

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 42.2% (128 of 303 strings)

Change-Id: I79c1f149afa5440312d639a3ebe9ddb1375212c4

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: Ie642d64b78420343148a02f611483311dad9dfc7
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 41.9% (127 of 303 strings)

Change-Id: I7281cc18e6373f0259ab246f86d4ad5995dab8cb

update translations

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

Change-Id: I523a467f175cd3e8c9ca84ec775aa5abe55c0a12

update translations

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

Change-Id: I3e9ece54fd64f762e16490d0be5c20e14504e2db

update translations

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

Change-Id: Ia6e1e276e0c491b1f14349ebd76aac2b61b2bd00

update translations

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

Change-Id: Ib50768fb855466e27a3910b13bfbc8543e88753d

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 99.7% (302 of 303 strings)

Change-Id: I388d4f3758196e1ed2542cdb8caee4525e2c5357

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 99.7% (302 of 303 strings)

Change-Id: I318c1641814ce7d7a143e980e1d21e0451151e8f

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 41.6% (126 of 303 strings)

Change-Id: I6db98d2c9c0be471b11f1bca1716959a690c56b1

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: Ica8210358d50d7283915161a10a791af20d35744
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

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

Change-Id: Ia4410ce7ee0b09cb440fc4b60a94fbb1e2003830

update translations

LibreOffice Online/ios (Chinese (Traditional))
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Ifb7ff42bc93a2347971a56e6df002e4e786dae3e

update translations

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

Change-Id: I9f679f6a13ba077c7ec7f23d5aa2aafc0f818691
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94583
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-05-29 07:50:52 +02:00
Weblate
cb51332587 update translations
LibreOffice Online/ios (Chinese (Traditional))
Currently translated at 60.0% (3 of 5 strings)

Change-Id: I6847e097cfe863027230199ea19d7f1903c56d54

update translations

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

Change-Id: Ibb382a23d555dc6a2f667c849afdb9bc2c7ad383

update translations

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

Change-Id: I915ac90f007f76faeb64213230cc474815b57876

update translations

LibreOffice Online/android-app (Russian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Ia727ebd5939f337be686f32e11561d5fa2951d2b

update translations

LibreOffice Online/android-app (French)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I92ec0af7327c811305d9cb52979059a7677cfc46

update translations

LibreOffice Online/android-app (Swedish)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I976874b6a0a79a033a71d2eedd0ca458649e89a0

update translations

LibreOffice Online/android-app (Chinese (Simplified))
Currently translated at 98.0% (100 of 102 strings)

Change-Id: I37ec240ebc2099aa624f7a3d4b4dc94bfe31ad32

update translations

LibreOffice Online/android-lib (Swedish)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: Iee6e4f67a9d47f134e9e45438dba8e277f4cfe26

update translations

LibreOffice Online/ios (Swedish)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I72d9cd5f07a81ee301f5e0f8629b80932b241d8b

update translations

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

Change-Id: I29358e1b37c663903e7b9cdd44e72e3f1729f73e

update translations

LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 97.3% (291 of 299 strings)

Change-Id: I49d01411ef7bcf6b9e6ef8cd86988934b86757d7

update translations

LibreOffice Online/loleaflet-ui (Swedish)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: If95f6b50651a1c62824c1a69afe08539389bd3e0

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 59.9% (249 of 416 strings)

Change-Id: I8feab13d589621fdb398ab01c86d216d6c280e4a

update translations

LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: Ie888e0387fdec8698359915cef5fa1e7463b5949

update translations

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

Change-Id: Id4ca86e59776731788903e0b4958e6c788a067ce

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 59.6% (248 of 416 strings)

Change-Id: I202c93bdad3774c93c090f9d2f9183b447975184

update translations

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

Change-Id: I29804b491b185a852b72465ab551e1b5f330840a

update translations

LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I99b817a5f6450c089c675dc99915b1524bfda635

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 58.9% (245 of 416 strings)

Change-Id: Iab1a57d59fec1f850ae848664d9906819d01f21c

update translations

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

Change-Id: Ibf128dd5c824bc10194e4a3ac1b0295be603b781

update translations

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

Change-Id: I9f24d4b34ff835899a7c3281fb520a853b38803a

update translations

LibreOffice Online/loleaflet-help (Afrikaans)
Currently translated at 53.4% (222 of 416 strings)

Change-Id: I154d5dc548d85f1c7ee909249696ffb8219f9e5e

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 40.5% (121 of 299 strings)

Change-Id: Id80c147ea8656b72b54129a932ca581ac16d4013

update translations

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

Change-Id: I596a5e50f7b8bb44d7557b2e7916d2f1882c1885

update translations

LibreOffice Online/loleaflet-help (Afrikaans)
Currently translated at 50.2% (209 of 416 strings)

Change-Id: I626a718cffb35c9fa9974b7b09b0569f902ff49f

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 58.7% (244 of 416 strings)

Change-Id: Ibacea52dd3e147fe08c972eeac919277f5bc2d65

update translations

LibreOffice Online/android-app (Bulgarian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I2692c03bc48f59d47bf368e730cb5868f17ad245

update translations

LibreOffice Online/android-lib (Turkish)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: I1463944f6af77ee34c52fe8d59fe121501667b69

update translations

LibreOffice Online/ios (Turkish)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I0d16f08359633a0eed2a2ebd0e4c877d02f31d2a

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 57.9% (241 of 416 strings)

Change-Id: I52b9cf006759fd76e3c06788df43ac0fbb6b37c5

update translations

LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: Ie778af32815fe05664306ed877cc13cd210493d2

update translations

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

Change-Id: I1269480dcb1f314e47d41a1507431e41e8080daf

update translations

LibreOffice Online/android-app (Chinese (Simplified))
Currently translated at 98.0% (100 of 102 strings)

Change-Id: I1eb35b456ca82529aec11cbc68d99b07f6ea219c

update translations

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

Change-Id: I048484fd9e5356aaac0644c1e78b8bbbb649e128

update translations

LibreOffice Online/ios (Chinese (Simplified))
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Ifae00f1ea7e7d1904bfaebc7852bc7dcb6fbffd8

update translations

LibreOffice Online/loleaflet-ui (Chinese (Simplified))
Currently translated at 84.9% (254 of 299 strings)

Change-Id: I852c5f36140474efa3c17385aacccc5a3ae2eb26

update translations

LibreOffice Online/android-app (Turkish)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Icba4193f3b2598039ea3d0fa89350d88652d3a70

update translations

LibreOffice Online/ios (Afrikaans)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Ib7587f244d71fa0e2f095e9b7321b81e35b44f36

update translations

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

Change-Id: Ie4736af55bafd769b9abe8b72fddca4b5f379ba7

update translations

LibreOffice Online/loleaflet-help (Afrikaans)
Currently translated at 47.4% (197 of 416 strings)

Change-Id: I591b23750937082dc15792d8ff1db949998905cb

update translations

LibreOffice Online/loleaflet-help (Afrikaans)
Currently translated at 30.3% (126 of 416 strings)

Change-Id: Iecfa44aa565582ee862a726dcc5e9c3ab751455d

update translations

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

Change-Id: I6470bfc966ad0e52de48ce809c4619f713c9907e

update translations

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

Change-Id: I94834e9a7caf4a790e45cb295e44c1a284e2589b

update translations

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

Change-Id: I9029c5236f3edaf674ffb2eacf08afa9b23fc12d

update translations

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

Change-Id: I3b70903d5f1bb51ed34d808b1d32e58d0d5b3b1d

update translations

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

Change-Id: If7eb7eb159c1dcfc3a9607094b20b469e65159c4

update translations

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

Change-Id: Idb217999d2f0469172ca3fcb5f38928bc1381fc1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93596
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-05-20 16:39:06 +02:00
Michael Meeks
dec683218a Proxy: move RequestDetails to its own header.
Share it with various other places requiring similar data.

Change-Id: I873f56798f5a34dcf7440456bd649b68f6d3df98
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94069
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-05-12 20:30:17 +02:00
Jan Holesovsky
3cd1e0d439 function bar: Index the function by name, not by index.
Depends on a core change that changes the ABI of the completeFunction().

Change-Id: I27daf31d49347c4a308518e14a9b8b97f3b48991
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93667
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
(cherry picked from commit 870a7ec5620eb742bd8fb2a9680ff67101a37dd7)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93541
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2020-05-08 12:03:11 +02:00
Weblate
98237bc43d update translations
LibreOffice Online/android-lib (Icelandic)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: I183fcaf2de50e621f187208fb454fb6d855e95ee

update translations

LibreOffice Online/ios (Icelandic)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I842ec844671c654ebce260340583dba212378899

update translations

LibreOffice Online/android-app (Icelandic)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I628da1a1dfb3184fcb135e17fef5a1c57402d959

update translations

LibreOffice Online/loleaflet-ui (Icelandic)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: Iea245a9dd18333e1290264d9df089585580c386d

update translations

LibreOffice Online/android-app (Greek)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I22c7c03799af6c1d28906cb48e5221b7211b7c33

update translations

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

Change-Id: Ib7ff420c6d2747f4f6a5b0be887c1c4ac643b7ed

update translations

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

Change-Id: Ib5fbefab251a3c97b324de9c14da3f9d531f7c98

update translations

LibreOffice Online/android-app (Basque)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I6e414a613134e9d639424c7fd781487822552a9b

update translations

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

Change-Id: I958890da36d7daccdb81afdf67076b4f85992890

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I21c82208e9fae9be79cfce4f9bb1a655a0290389

update translations

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

Change-Id: I0bceafa6cf47f23cb1e301eec6bf86725f05cf29

update translations

LibreOffice Online/android-app (Asturian)
Currently translated at 72.5% (74 of 102 strings)

Change-Id: I7c7ba01c9e7a44261db865541977215ff856317e

update translations

LibreOffice Online/android-app (Catalan)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I242ae9d6556882947dfd3d65bb6d2398126ebabd

update translations

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

Change-Id: I4d179518ce371497bcf9b44f77f834b429aecd23

update translations

LibreOffice Online/android-app (Welsh)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Icfa439045af90265b7d6f57617b35cecdc1e6f8a

update translations

LibreOffice Online/android-app (German)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I39087e675a0f0984056725a21dc849dbdeb1b3a6

update translations

LibreOffice Online/android-app (Hungarian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Ic857cee0d06ce98eba66de7d4bebbc900339cafb

update translations

LibreOffice Online/android-app (Bulgarian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I4e22558741170cad78fedb6bcba4837d5cc80637

update translations

LibreOffice Online/android-app (Greek)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Ib6cd6194799259fc941cbdb41cc0a9d64c6c872a

update translations

LibreOffice Online/android-app (Basque)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Ia23d8f5357f352fc0ac80dc0a489af31ccd81acd

update translations

LibreOffice Online/android-app (Dutch)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I748644b1afcc33fd41a96b63dbd84e947a805bba

update translations

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

Change-Id: Ib3a18ff8c0017ae754320d01ac9a674afee46e8b

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I3f1fab70021814bcdf3f7ef1a678bfe82ffb1958

update translations

LibreOffice Online/android-app (Asturian)
Currently translated at 71.6% (73 of 102 strings)

Change-Id: Iddf1d3678d9586c6953c7b677ad2a3be1332fa35

update translations

LibreOffice Online/android-app (German)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I1ff14c2f83340a70b346d16376c8bb35a42d0124

update translations

LibreOffice Online/android-app (Catalan)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I419daea6e8d96dc9b1093017aaa56bc118de72bf

update translations

LibreOffice Online/android-app (Hungarian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I47fea7bae2faa4b3937ffd674b10ea87a4119b04

update translations

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

Change-Id: Ib18428eb5d6438114f4efb7cb2a99112f308d917

update translations

LibreOffice Online/ios (Portuguese)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Iabb761200c1d076acb766c0e64c90983e69df768

update translations

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

Change-Id: Iaa20cf5d8a7f12c15078200c4fa4eeedf87e895b

update translations

LibreOffice Online/loleaflet-help (Upper Sorbian)
Currently translated at 64.2% (267 of 416 strings)

Change-Id: I0b850ce59c707af632725ce842af166e37cdff68

update translations

LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: Ia4df2e12c622df89e92dce9801f2f9498c1c49f7

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I4a149738e8f392c04c039cc870d9f182f8dbccf4

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I5cbb0628965332c2614dd7ec2ad0d52faf570c88

update translations

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

Change-Id: Ia811db8f83c6423e96e30a90b0308ece8b6b0b52

update translations

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

Change-Id: Ie72db2ad5ba8448c1eba31d29b978b8b8aba4da2

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I46d055537c827b0697ee2728bb90863dfb664214

update translations

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

Change-Id: I715b89f8e2bcdd5d693556770b5b1ccb1df67359

update translations

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

Change-Id: I0b5c69af05407596326c8b9a739d8ce655257d2e

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I8f43f3df033ce984795360975c83bd95de9fad63

update translations

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

Change-Id: Ia4637d89b0a39b9e212bc9bf759e6e99562b551b

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I2094e5bb5f8597c3186418d00f3e36c2c623e4f5

update translations

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

Change-Id: I48962d4e085756706d85e91559bede029dd8813d

update translations

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

Change-Id: I112820b692071456ddcf66f602d52bb6902a3316

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I74c18aa65afa7aa0fab598e844793b3430e64726

update translations

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

Change-Id: Ic4ca5182c3b9a218cc5a11e37a0a7e90e24cd9cb

update translations

LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 99.7% (298 of 299 strings)

Change-Id: I504aac13cace375e40673baa15afe159fdc4898e

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I1de3dffa8d18c6392f0420055c5bb76ab28277e9

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I489e92c306a83c124db4e186113dee3589d4df91

update translations

LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (299 of 299 strings)

Change-Id: I9081b02dcde7207e1f0769ea7d2aa1334995a4e7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92879
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-05-06 13:44:09 +02:00
Andras Timar
5f2371d12f If we change text but not the id, old translations are pulled in
Change-Id: I34cbaba2260ee2ae0bd5e83adec7522225e451aa
2020-05-04 08:33:55 +02:00
mert
30a01c0b21 tdf#131567 android: added version number in about dialog
also included git-hashes

Change-Id: Ia1d7f7f14b4c560ad7e47fd7a2f459e0da60e3d1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91951
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-05-03 08:49:33 +02:00
Andras Timar
33000dfded typo fixes in comments and code
Change-Id: I6f31e050aab701e31064e1abc9429dce0a50c279
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92953
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-26 23:19:52 +02:00
Weblate
2821da89a7 update translations
LibreOffice Online/android-app (Galician)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I9b5e717ade3f21df1aa1cda14a631406cf8ce356

update translations

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

Change-Id: I86a8d346678db405581a6631995689f36dc5bff1

update translations

LibreOffice Online/ios (Galician)
Currently translated at 60.0% (3 of 5 strings)

Change-Id: I52fa7b038ecb0282ba02c1c88f8f1b6dbc79346b

update translations

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

Change-Id: I100b8f2f59b806bf3b319a4b4bce662193d63e89

update translations

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

Change-Id: If41b46a9999a9eef5311257557dee32ed5c31ece

update translations

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

Change-Id: Iad237163cd31b9a9b592f3faac95196495b7edb5

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (296 of 296 strings)

Change-Id: I70abc8a2265794892a0e3acef2028f06f066acf8

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (296 of 296 strings)

Change-Id: Ia14271292a1ea897d5077815bef6b1ef75d6b045

update translations

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

Change-Id: I43b64cf2ec1a3c966b01196345213ea0ddb10d40

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (296 of 296 strings)

Change-Id: Ic9ee7a786368ae854c85fc8e9384b0a80f37951d

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (296 of 296 strings)

Change-Id: I434a8069a83fe926e5c235394b409d97b2f8dc94

update translations

LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 99.7% (295 of 296 strings)

Change-Id: Ibd6e55abb77ac01878008a45f51f1a6e36d9bb12

update translations

LibreOffice Online/ios (French)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I775691e5624dda687ded1ecb8ad27629d4de9ce9

update translations

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

Change-Id: I689243dd5a5d6de487ffafc50ed4705f95657d86

update translations

LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (296 of 296 strings)

Change-Id: I5496a3226605398243458d06efaca1483c633393
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92737
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-24 20:38:13 +02:00
Henry Castro
a2410c599c android: convert remaining rules to gradle tasks
It will give an Independence (at least) to the
gradle build system to package the product

Change-Id: I127c2f921b506ec280a244d609707f3480e0f92e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92719
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-23 09:09:11 +02:00
Henry Castro
35405ae637 android: update README file
Change-Id: I0eff096514a92cdce54a2e6d7efcc8a73faae974
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92720
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-23 09:06:54 +02:00
Weblate
0880000007 update translations
LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (296 of 296 strings)

Change-Id: Iaaa5fc948c142c87f634b75afd2a26812a0f8dca

update translations

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

Change-Id: I8c1c88cf50fe031173900059f8486ac0972dd7a9

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I17e88df1578b17e9beae7e6195b66634cc8b424b
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

LibreOffice Online/loleaflet-help (Slovak)
Currently translated at 98.8% (411 of 416 strings)

Change-Id: I20f4c5ce0fa87a26f9f05e75835e3d0cc245f011

update translations

LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: Ib2c80fa7f5ed5cc748f37d92638095224fb187f3

update translations

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

Change-Id: I06008211ffceec01cbb3221eaaa1be784f5345b7

update translations

LibreOffice Online/loleaflet-help (Venetian)
Currently translated at 9.1% (38 of 416 strings)

Change-Id: I14f64e85dd3cfacb5bdd93cb61746fbfca934ae9

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: Ib164c7193b415e07cc5ab6a3e54236790e56e7a0

update translations

LibreOffice Online/loleaflet-ui (Amharic)
Currently translated at 72.4% (213 of 294 strings)

Change-Id: I2188bc567aa2fa6b85e98daffa16fd8f0f3ddef6

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 40.5% (119 of 294 strings)

Change-Id: I3b871c9aeda5edac643a28e1b0c7a99acc0aa1eb

update translations

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

Change-Id: Ic4268f4bccd2d68f41f3db688e28af60e6d3fe48

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: I1c51dc5c12f6c4e0fc6bc3c190bd612e09321f36

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: I6d4b2768d17ca951ca5123f97888fc1587ea2d90

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: I0b2e4f1ffcd00eb1514026cd76f7211cd1972b3d

update translations

LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 99.7% (293 of 294 strings)

Change-Id: I5eb914e253472e3645469166fa00d81a44b20558

update translations

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

Change-Id: I5f2d9a3785f94bdaf4cd41b0446ffe51d3938fd2

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: I45962b07b3890d49e83b47f6b10193934cb4d6b6

update translations

LibreOffice Online/ios (Dutch)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I17acebfd6380cb5c0822a97d9eb72ffb811a430c

update translations

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

Change-Id: I68896cbc8830521f22c91cf981550adee39cdcf2

update translations

LibreOffice Online/android-app (Dutch)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I13207ecfb48d4493d761ea434503cead9bd5e021

update translations

LibreOffice Online/android-lib (Dutch)
Currently translated at 91.7% (11 of 12 strings)

Change-Id: I95cf32aea3fe06052c72dda9fbc9f53d45e343f3

update translations

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

Change-Id: I1057bd39dabab7f35f539eb5145b26df9ff3db4a

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: I5ad5f88c4c7b845654178ab4fdf8269d5dac68fa

update translations

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

Change-Id: Iac1658f04f6ae759d19566338fd761b4842c6f2b

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 39.1% (115 of 294 strings)

Change-Id: I0b4f91e151376158dfb19ba7aa8ae3a1dfd1ee52

update translations

LibreOffice Online/android-app (Norwegian Bokmål)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I893c6ea94dc954667756d076ea54953cd4e18497

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 52.6% (219 of 416 strings)

Change-Id: If4ed7f3626e94949ca0bac1d2861a3496aa7fcee

update translations

LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: I135f8b0bf6591637daf8140538037c0b56e428af

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: Ib8d0e3153a719c86820043f206a3ced88d9bf1ae

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I2ab01e8363e023660377ff6172ddea17e6047a2f
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

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

Change-Id: I993555978da571097b4a3f159992ccbd82b3f634

update translations

LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (294 of 294 strings)

Change-Id: I9016c2d1954c4c6e43d6dae83683f8aa782798b2

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I89e25cc20f4d2e75b0b77ba7c00fb2fdda368434
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92369
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-22 18:46:09 +02:00
Henry Castro
40b0e084be android: change dependency to generate assets
According to gradle graph tasks, add a dependecy
to generate loleaflet assets

Change-Id: I5b528989c645903840eae44b7770b7d2425bb921
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92662
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-22 00:49:43 +02:00
Henry Castro
e3b0c05733 android: add gradle task copyBrandTheme
Change-Id: Ide4a58551fad9befe3e81ab727be283e438dcae3
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92661
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-21 23:43:15 +02:00
Henry Castro
8b593d94c1 android: add gradle task copyBrandFiles
The gradle build system can do the job

Change-Id: Ife8f080726ca61540201bd00acb7fab97efbba85
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92659
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-21 23:01:07 +02:00
Henry Castro
0e8942f88f android: configure build directory
Enable to change to build directory when
builddir != srcdir

Change-Id: I8e48897c44a5ea67da8ffebc3183d722a05e3a20
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92596
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-21 16:03:38 +02:00
Henry Castro
e33c930398 android: integrate gradle task to build loleaflet
Change-Id: I6f2d39d7986d3f9e477bad225e554c3bdb71d125
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92598
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-21 15:50:01 +02:00
Tor Lillqvist
b94fb53d4d tdf#128502: Make _loKitDocument in class Document non-static again
It was made static in ea2b77ce07 for
Android's sake, so returning it to be per-instance is not a big thing.

Keep a separate static just for the Android app's use for now, while
the Android app supports just one open document at a time anyway. (It
is for the iOS app that I am moving towards supporting multiple open
documents at a time.)

Change-Id: I7fabeb21883eb7cd7155e880eb4cc0413124d1f8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92625
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-04-21 13:43:43 +02:00
Henry Castro
972a5387fb android: fix drawer_header_brand not found
./gradlew assemble

Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing
com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > Android resource linking failed
     android/app/src/main/res/layout/navigation_header.xml:8:
AAPT: error: resource drawable/drawer_header_brand
(aka org.libreoffice.androidapp.debug:drawable/drawer_header_brand) not found.

Change-Id: I0776e495b6215129202ca583306ed32a8ac51bd4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92128
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-20 23:45:38 +02:00
Henry Castro
f09d71baca android: fix missing brand resource
configured with no brand and I get the following error:

./gradlew assemble

: error: cannot find symbol
        builder .setIcon(BuildConfig.APP_HAS_BRANDING? R.drawable.ic_launcher_brand: R.drawable.lo_icon)
  symbol:   variable ic_launcher_brand
  location: class drawable

Change-Id: Ibf3dcf581f12190ba4664b286710fc5a8ef43fe2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92120
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-20 23:24:12 +02:00
Henry Castro
66415e4e45 android: add missing gradle-wrapper.jar
It is required to execute the script

./gradlew tasks

The wrapper downloads the gradle version if not installed

Change-Id: I3d52f779aa6931bc4e3d57309558fdccbe98024b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92095
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-04-20 21:47:26 +02:00
mert
6c1f49d404 Android: fix tapping on file name doesn't open files anymore.
Change-Id: Ic5e34a1ee484fedc888d8fae58354241a3cd7beb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92212
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Mert Tümer <mert.tumer@collabora.com>
2020-04-17 07:56:23 +02:00
Weblate
ef25b5abc9 update translations
LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 83.7% (348 of 416 strings)

Change-Id: I3ad0b027f015027cabc7d498f37d384ddd19350e

update translations

LibreOffice Online/loleaflet-help (Ukrainian)
Currently translated at 61.5% (256 of 416 strings)

Change-Id: I6f4aa96b26b6af6ff02eff00a40fe3a8133c45be

update translations

LibreOffice Online/ios (Portuguese)
Currently translated at 60.0% (3 of 5 strings)

Change-Id: I2b844c4b059e3dd728df5912650e60f65f7053be

update translations

LibreOffice Online/loleaflet-ui (Uyghur)
Currently translated at 33.6% (98 of 292 strings)

Change-Id: I46dc25d98d561f6709b237f0a84b3f1e1da68e08

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I851ff8f304149b96b6ed48244f1030a5175359ac

update translations

LibreOffice Online/ios (Slovenian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I849d9be6f25338a466effef314e42bf37d147027

update translations

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

Change-Id: I4b1c0b76463911999063976975d4892f0210197e

update translations

LibreOffice Online/loleaflet-help (Kabyle)
Currently translated at 34.4% (143 of 416 strings)

Change-Id: I1d5925357b4cea2e8e9722fa6998c3d3c380a843

update translations

LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I91b8a732bd2d0a2a7d212f6c0a47a21031eb44a5

update translations

LibreOffice Online/loleaflet-help (Kabyle)
Currently translated at 32.7% (136 of 416 strings)

Change-Id: Ib992b2f62569331988f33391f31dca9cf8905f0c

update translations

LibreOffice Online/loleaflet-help (Kabyle)
Currently translated at 13.9% (58 of 416 strings)

Change-Id: I744b65c54cf12a90a9e57054c38d0d89ced4a6df

update translations

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

Change-Id: I4c1469053eb748b6bc8a4e670596558c879a5d28

update translations

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

Change-Id: I870403d3085537585989f10d472b412727b87308

update translations

LibreOffice Online/ios (Italian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I0bf80f893ec4c040d655e18779c82c5736dcfc8b

update translations

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

Change-Id: Ic091131c12bffe52d6a69e50ead294e8b9f63b70

update translations

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

Change-Id: I6663593ad7a6e4b2a7552d9e71a9a79d7fc03c96

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 38.7% (113 of 292 strings)

Change-Id: I8cff16ddb03f06066dcd578189b99645b5d96e4e

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 38.4% (112 of 292 strings)

Change-Id: I4cb4b91e82481ae514a0e367468a8964b5323c08

update translations

LibreOffice Online/android-app (Norwegian Bokmål)
Currently translated at 19.6% (20 of 102 strings)

Change-Id: I15c90a011c2c571ae55d3c2737ffef753d19abb3

update translations

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

Change-Id: If47317855ce8ba5ffbaf196a19a83c33c869322f

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: Ia42e9a1430778b3016dc75f9f9cd8655abcbaaf7

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 38.0% (111 of 292 strings)

Change-Id: Ie47422bb64f80479e51a8cc6ce36b1006f16261f

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I2c68047c392ba5e59b15559c91ab6b2fa8776fb1

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 84.2% (246 of 292 strings)

Change-Id: I907738b84f269d91566a0799ffdde8bf2df77088

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 83.9% (245 of 292 strings)

Change-Id: I20379cffc474e3f19ef3405480b5bde2660dba45

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 83.6% (244 of 292 strings)

Change-Id: Ifd8a469b1ebc84e5268f1d68573e8780652ce751

update translations

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

Change-Id: I30f51f7608a1f044bdc5b186aa01839b18d8ffc8

update translations

LibreOffice Online/android-app (Norwegian Bokmål)
Currently translated at 16.7% (17 of 102 strings)

Change-Id: Id4cba08b5e29462c0afdb6426a907e9d85083663

update translations

LibreOffice Online/ios (English (United Kingdom))
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I8a9b664a8af79edb980672cbc533ff6438d5d76e

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 49.8% (207 of 416 strings)

Change-Id: Ib7dbbc93fa9e679365f29f67f0e3a73292e53ab4

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 83.2% (243 of 292 strings)

Change-Id: I53927f7a520fbc96fd6cecedea110b6aa60aa305

update translations

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

Change-Id: Ie7e5cc86446150aea8b92f371c1a1180629b7b81

update translations

LibreOffice Online/android-lib (Norwegian Bokmål)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: I8f9228044c1ddc07f4f8f7b54b1d8ae3502b2117

update translations

LibreOffice Online/loleaflet-help (Norwegian Bokmål)
Currently translated at 48.3% (201 of 416 strings)

Change-Id: I75a61efe1d236c1b0c58ed7ddc04596c1370dea4

update translations

LibreOffice Online/ios (Kabyle)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I70f0a571212f5fe22cd94dac193a77803b6dd97b

update translations

LibreOffice Online/android-lib (Kabyle)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: Id3e383aec23bed9864fb846f74832d75c7d2f675

update translations

LibreOffice Online/loleaflet-ui (Kabyle)
Currently translated at 30.1% (88 of 292 strings)

Change-Id: I49e204a2d3856ec3b2a89aba5a4e4803b255227a

update translations

LibreOffice Online/android-app (Kabyle)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I9be799209b74c6a064fb339fbc8973fa9efd1f3b

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 37.3% (109 of 292 strings)

Change-Id: I67d995f71c373e4a7b7f715111e8c439e0fbeeb0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91815
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-15 11:45:08 +02:00
mert
93bf06a207 android: Blind fix for an exception of getContentResolver
Change-Id: Iec24f014a2c82b8f4d4c134b9817651f558ecedb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92005
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-04-10 12:59:11 +02:00
Jan Holesovsky
af4e930107 Revert "android: Force portrait for the moment."
Landscape is OK again.

This reverts commit db585f8c64.

Change-Id: I82cafe8229a5c170eee66467ad15dbdab668f1dd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91843
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-07 21:03:59 +02:00
Weblate
67d4f7add6 update translations
LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 36.6% (107 of 292 strings)

Change-Id: I064a4cd65d2da5c0868b723491374f5d8fa2010f

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: If97285f20b6a576be13782b7e6fac1da77106c56

update translations

LibreOffice Online/ios (Norwegian Bokmål)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I5ae4b60ad2ff62e1fb7ec07e4af62a71c4ca3fae

update translations

LibreOffice Online/ios (Asturian)
Currently translated at 80.0% (4 of 5 strings)

Change-Id: I34220c5e4a5070868047c2b446172d0a2143f1c8

update translations

LibreOffice Online/ios (Upper Sorbian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Ie7a92fd3deb77f4ae9ff963d5fcbd0188693f001

update translations

LibreOffice Online/ios (Lower Sorbian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I0c2c1847badc0f3457fa80a134429cc9b78e2d80

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I404d21c68f8748e724ee028c0d8b98d17dda9bd4

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I8c71fd434275e608ae6faf089732be64be7fd66e

update translations

LibreOffice Online/android-app (Bulgarian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I7cb45cf765460a75e9c56d66de2c0ce5c543eb43

update translations

LibreOffice Online/ios (Bulgarian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I8f87197b12c07809dd277d87739b8203be2561d1

update translations

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

Change-Id: I3b9e39b0229b8d01ed42012ca40e5b22b832838f

update translations

LibreOffice Online/loleaflet-ui (Bulgarian)
Currently translated at 99.7% (291 of 292 strings)

Change-Id: I526e812b6c2012d9b53d15395468d6af7a9c9ef0

update translations

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

Change-Id: I83290565e16c21c9f5c5f0fd6abdf3615c606e05

update translations

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

Change-Id: I10445623d69f6d9a46b7f24fc6781a488a98bb1b

update translations

LibreOffice Online/ios (Slovak)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Ieb8085e4ac8b2fd09b3de5c716a45d7eee74a5b2

update translations

LibreOffice Online/loleaflet-help (Slovak)
Currently translated at 98.6% (410 of 416 strings)

Change-Id: I93e8cabdc1084e54dc3771d2a9a1553107b28933

update translations

LibreOffice Online/loleaflet-ui (Slovak)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I5d38a321e0964155ac4636a08b2db8ff80ec0f7e

update translations

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

Change-Id: If61774f7b7071df7c3e54b02b42d0cd192fc7781

update translations

LibreOffice Online/ios (Czech)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Ibdada28a5072d74992934a279e84da6f2fc2cf5f

update translations

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

Change-Id: I335ddcce6e05f177fc823aa7d9388683de425bf9
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91667
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-07 10:45:49 +02:00
Weblate
bc29fe3290 update translations
LibreOffice Online/ios (Portuguese (Brazil))
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I62d7492d5f9d867bb5e7b3e0092606a2bc8f0e88

update translations

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

Change-Id: Ic03d72abd2e6aa70330ab2494df033ff43ffcc6a

update translations

LibreOffice Online/android-app (Greek)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I96f62c4c4a90970614f9f456db9ac965ac192236

update translations

LibreOffice Online/android-lib (Greek)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: I31de8ed41b0709e640f682bb4a97b33ffe4914bd

update translations

LibreOffice Online/ios (Ukrainian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Id766ebd459eec65d27b55931a27ad912fa29f39b

update translations

LibreOffice Online/ios (Greek)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: Iac81fb01e9168d77679672089df1373ec09db6c4

update translations

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

Change-Id: I8d247c6f64ac666dfcb31bc7f489d4350dbcf738

update translations

LibreOffice Online/loleaflet-ui (Ukrainian)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: Idb6b1798d10761adec99024fd81f50981e1ad161

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I5c222a29cf698ecd54cadb771eb0d8505238a1d4

update translations

LibreOffice Online/ios (Finnish)
Currently translated at 40.0% (2 of 5 strings)

Change-Id: I5d28721c19fcbd6cf6d8137bb0cdd523960eb8be

update translations

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

Change-Id: I74bb40f34b886c65ba4b0d1e4249314d40da87de

update translations

LibreOffice Online/ios (Basque)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I1721bfce5df7bfc3aabd51bcb930e3338233c759

update translations

LibreOffice Online/ios (Spanish)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I64ad62ebebf9882a9720f8b87a898f2af0414f53

update translations

LibreOffice Online/ios (Welsh)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I521cc41cd2fabff5fb981cf8771d29649b132a05

update translations

LibreOffice Online/ios (Catalan)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: I55a557c2d150d0efde4146a42de42f4aee110f4c

update translations

LibreOffice Online/loleaflet-help (Welsh)
Currently translated at 55.3% (230 of 416 strings)

Change-Id: I48c894e595c50014fb485c2873cb21c88f7e76d1

update translations

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

Change-Id: I643b628ce55ec3a6af6629ca05af13cad5ddc975

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I0613c9c422c23de5cdd92415581e64bc88e57b1d

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I70fe4e83e7dfac8d7860b53893fa14a3e4131a1f

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I6ed3a9c25e8f5f87fea96dff65ee62369ca734e9

update translations

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

Change-Id: Idaa4b73356aaa4d2c0e0294dfbe054a4137cbd71

update translations

LibreOffice Online/ios (Hungarian)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: If7255fc6e58e4f08a060f08f5f567e932d5935d2

update translations

LibreOffice Online/ios (German)
Currently translated at 100.0% (5 of 5 strings)

Change-Id: If1e1d91cf95e8e5fb4c5132ced5d7ae67c9a3c5c

update translations

LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (292 of 292 strings)

Change-Id: I7a1337316e3bc85f077b900731d6f53adfb703ec

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 99.7% (291 of 292 strings)

Change-Id: I0d23279ace83554307900fa36844415bdb024ca0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: Iba298c0bbadea66690c15bbfa1b49b38c0e9cb6d
Translation: LibreOffice Online/ios
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/ios/

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I05e4ec2e11be5dfbd3313d7e3e09d6537fd1a12a
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

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

Change-Id: I12ec751df10eacd194883f03bfdceab8ce57ff41

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (290 of 290 strings)

Change-Id: I23c75ac7fd1df29d267c7f985614dd1cb0eda0c2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91642
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-04-03 16:04:07 +02:00
Weblate
3b9447dedf update translations
LibreOffice Online/android-app (Welsh)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I56d19eaaa4d3fd12a4afeb6723b52135ab703f26

update translations

LibreOffice Online/android-app (Hungarian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I43799c9be31c03ec6a512840f4fc9a97aeb6f7ae

update translations

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

Change-Id: I60a64e29101867ace68d2e8aa22e3828626ecbae

update translations

LibreOffice Online/android-app (Slovenian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I6041cd7a735bb7cdea036b684044470f69ba82f6

update translations

LibreOffice Online/android-app (Ukrainian)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Iea44d2dadcc265aefd8e8d5fe1f2ee33f84a569e

update translations

LibreOffice Online/loleaflet-help (Ukrainian)
Currently translated at 60.6% (252 of 416 strings)

Change-Id: I262795efbaa30be7ef288d8af7f9ba4dc0235b4c

update translations

LibreOffice Online/loleaflet-help (Slovenian)
Currently translated at 95.9% (399 of 416 strings)

Change-Id: Ie705e945482045597f1677cc54aa937601a79dc5

update translations

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

Change-Id: Ibdc258e2e23db38fe9766a0d07b1fcf8167ec6bf

update translations

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

Change-Id: Iafb77036828741f641182df60296dd37ac2f6907

update translations

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

Change-Id: I09df6904fb21373c6e92d294fcea8acf47231578

update translations

LibreOffice Online/android-app (Basque)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I621d8f94440445bff805a4a27600f3fb69e46d2c

update translations

LibreOffice Online/android-app (Indonesian)
Currently translated at 95.1% (97 of 102 strings)

Change-Id: I2f926525980e8c6f533672c2975ea126fe5b2b3b

update translations

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

Change-Id: I31df5c7a51d1e8c05480d84f8fe025d6a8c125c4

update translations

LibreOffice Online/android-lib (Indonesian)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: I30268db36a3b94fd4c50d626e75566a685164714

update translations

LibreOffice Online/android-app (German)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: Ic8f0ae07605d102d1602303741827db9bdc3926d

update translations

LibreOffice Online/android-app (Catalan)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I7b7b5c8f92a9151299123ea99a3be039ee39017c

update translations

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

Change-Id: Ie63712564e077fe36b2362918f3ffeec503c4a6d

update translations

LibreOffice Online/loleaflet-help (Ukrainian)
Currently translated at 58.2% (242 of 416 strings)

Change-Id: I4d2e6c3af655e57ba48bdc04a9d722b4cdb26434

update translations

LibreOffice Online/loleaflet-help (Indonesian)
Currently translated at 53.8% (224 of 416 strings)

Change-Id: Ib328379d276919f08de868ba3d6b3c0bafee7cf6

update translations

LibreOffice Online/loleaflet-help (German)
Currently translated at 94.7% (394 of 416 strings)

Change-Id: I684be99f921bd9b310e1bfaa41c2ab64d98416a4

update translations

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

Change-Id: I4187617a323a63b120630c6a8294119186a9d176

update translations

LibreOffice Online/loleaflet-ui (Indonesian)
Currently translated at 99.3% (288 of 290 strings)

Change-Id: Ibf104e855fad450112954dfabfdfd878ebafadb8

update translations

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

Change-Id: Ic4bbb2134810f2a3c4ac8f95ad79fa76152e2259

update translations

LibreOffice Online/android-app (French)
Currently translated at 100.0% (102 of 102 strings)

Change-Id: I27463897e79f33828039268aeabc77b8623ddf7d

update translations

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

Change-Id: I4d9164df894067f70d63fa9c625a1a4e50528597

update translations

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

Change-Id: I4b52e39ed42cbeb8629ef0440b4dccb50b265b8e

update translations

LibreOffice Online/android-lib (French)
Currently translated at 100.0% (12 of 12 strings)

Change-Id: Ic95ebba8c252d75838e9c469357f27de83ccae33

update translations

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

Change-Id: Ibf70bf072835568baf8b89755d4135296bf0c624

update translations

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

Change-Id: I82d4a1825e92887684a7c2694f830cc17d1f006e

update translations

LibreOffice Online/loleaflet-ui (French)
Currently translated at 100.0% (290 of 290 strings)

Change-Id: I6a29c7d4c9eef8e36e80e39b87d60b9523bd1470

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 100.0% (100 of 100 strings)

Change-Id: I1133caa7cc6cd226a99d6d10443ecee5ffb7e524

update translations

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

Change-Id: I96590a23426dc7d80c7ec0ebb80fe177ea871ca2

update translations

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

Change-Id: Iab0bbd8a14b114942c62b95e1cffbd3d0b6dfaef

update translations

LibreOffice Online/loleaflet-help (German)
Currently translated at 69.2% (288 of 416 strings)

Change-Id: Ib4898fce7925346e69ce62ae2c209ce208cf3a0c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91190
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-04-01 07:16:27 +02:00
mert
c07f4fb974 android: added context menu for the files
Change-Id: Iab18379797917ce2e8ab25ed428f6a806f5f4e7e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90944
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
2020-03-27 15:32:59 +01:00