Commit graph

4596 commits

Author SHA1 Message Date
Pranam Lashkari
11b7270acd Zoom to cursor when entering edit mode in Writer
Change-Id: Ic814117ae47b63d16475edc9c3f26aea9626980e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89242
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-24 12:22:37 +01:00
Tor Lillqvist
dd70a89a60 Revert the changes that removed the menu bar on iPad in the iOS app
Change-Id: Ic374514bfdde4682f88b507eca82cf88df36bc9a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89329
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-24 12:19:27 +01:00
Tamás Zolnai
75c58a6014 Revert "Mobile: Insert: Add missing icons, add missing ids, create missing icons, also add sub level icns for footerandheader and formattingmark"
This reverts commit 9364ccfe88.
2020-02-24 11:37:54 +01:00
Tamás Zolnai
08fc4c51cc Revert "Mobile: Top menu (hamburger): add missing icons, add missing ids, add new view more icon"
This reverts commit 40418c0cbf.
2020-02-24 11:37:40 +01:00
Pedro Pinto Silva
9364ccfe88 Mobile: Insert: Add missing icons, add missing ids, create missing icons, also add sub level icns for footerandheader and formattingmark
Change-Id: I914b64d07e6f249914e3aad1d000589bd3e9f779
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89330
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-24 11:12:09 +01:00
Pedro Pinto Silva
40418c0cbf Mobile: Top menu (hamburger): add missing icons, add missing ids, add new view more icon
Change-Id: I116b680bf203bd836f42e2dfe14507a9833589d5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89325
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-24 10:07:57 +01:00
Ashod Nakashian
ac961d7b67 leaflet: don't process multi-taps as single-tap
Change-Id: Ifaad116c5c6fb34ac40a12113a1d3b7532a8d7ac
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89311
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2020-02-23 22:04:48 +01:00
Ashod Nakashian
ecab3d9598 leaflet: tolerate larger multi-tap threshold
When double-tapping (or tripple) the user is almost
always going to place their finger at different
coordinates for each of the taps. There is a default
threshold of 10 units between the taps in Hammer
to tolerate for this error when detecting multiple
taps, rather than individual taps.

This threshold of 10 is really small and unrealistic
for our needs, as in most cases double-tapping (which
we use very often to select words and begin editing
in Impress) is not detected (single-taps are issued
instead). This makes interaction/usability very hard.

Here we increase the threshold to a comfortable 100.
If this causes any other usability issues, we can
lower it acccordingly, but so far it only improved
the experience for me.

Change-Id: I3fee43c3efaa4507cae09b7c564cb4c0c1b5384e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89310
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-02-23 22:04:30 +01:00
Ashod Nakashian
c17fd41dbc leaflet: reuse Socket._doSend to send and log
Change-Id: Ie7fb45972b4f1c132b57012d1e4f01681352dc8b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89197
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-02-23 21:47:41 +01:00
Weblate
ab726bf4a7 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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

update translations

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

Change-Id: I7e8d714083031eb88b1ca2cd9efe1a06e449cfee

update translations

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

Change-Id: Ia2f618bc350f9a66adcaa45ea1f188b6190e5d37

update translations

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

Change-Id: I7475fe7c8c996646335861491ebade1185bef1d6

update translations

LibreOffice Online/loleaflet-ui (Norwegian Bokmål)
Currently translated at 81.9% (235 of 287 strings)

Change-Id: I5cbcb66f943f9c70073e85eec51ff5d13bcaf9ec

update translations

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

Change-Id: I9c8e9365bc22741062c3c4386085bd7b9c50697a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89248
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-22 19:01:59 +01:00
Jan Holesovsky
e6d420b906 mobilewizard: Allow icons even for the toplevel menubar entries.
Change-Id: Ic16e9a3b6a54dc06a6c443d9b102cf2a87170ac7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89227
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-02-21 18:40:28 +01:00
mert
864749bb16 mobile: implemented popup for hyperlinks on calc
Change-Id: I6d22cc1d6b7da8afbb9cce70c3445634455b34d8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89122
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-21 18:07:02 +01:00
Andras Timar
094a388e70 add : after label, other labels have it
Change-Id: If47468680dde43c8f8f119756eb3af1c2839b0b4
2020-02-21 15:35:03 +01:00
Pedro Pinto Silva
4ace1a2842 Mobile: mobileWizard: fix font color alignment (remove deprecated old style)
Change-Id: I27be9917d5f0df77bfdde9a8aeac129c934d58de
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89212
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-21 15:34:44 +01:00
Pedro Pinto Silva
5807b81f8c Mobile: add missing icons, fix SVG errors and update styles
Change-Id: I542aca8c98312bf32209625cc9acce68abc5280c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89210
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-21 15:11:48 +01:00
Weblate
24a9d126e3 update translations
LibreOffice Online/android-lib (French)
Currently translated at 100.0% (8 of 8 strings)

Change-Id: I944044742e6d882422112bf4954488845e1c2df4

update translations

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

Change-Id: I8a76b5b2d22dac54805ce12efcd0f716b3745d01

update translations

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

Change-Id: Ib113c3f6f5237c1a13d0ac3a85d1b455bb80469c

update translations

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

Change-Id: I690dd05dde32ba6ed460a2ac0f3c1c265a31357f

update translations

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

Change-Id: I60b36b3187abb224d45a0c72075bfbbeeafb35ad

update translations

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

Change-Id: I82d185fed1d964ad08b969ec450bd21f40912fdb

update translations

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

Change-Id: I28f82bfac6cbe432b344ef51e4be7ee2f127a9bc

update translations

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

Change-Id: Id3af2a12e433d0818d8c98caec2a071869c74ecd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89062
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-21 14:57:04 +01:00
Andras Timar
1339e90e84 loleaflet: update ui pot
Change-Id: I81966c2d222487d25eb7eb1512c4f239944e77b3
2020-02-21 14:51:22 +01:00
Dennis Francis
075142ece0 Add Label for the line-style listbox in jsdialog
The Line-style listbox selector(shape properties) in mobile online
is missing a label, so to make it clear lets add a label for it.
Adding an invisible label for line-style listbox in core.git does
not work as invisible widgets are not dumped by core to generate
jsdialog messages. So the next option is to splice in a label
entry to the parsed jsdialog message at the appropriate place.

This also makes it easier for adding any missing labels, by just
needing to add the id of the control and the label text.

Change-Id: I45913ec25278e8566092a738c08cfdd8bc46e39f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88994
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-21 14:49:17 +01:00
Jan Holesovsky
94d4a27d65 android shell: Move ~all the functionality from menu to navigation drawer.
And so far disable the various sorting possibilities, they are not
working for the recent files (yet).

Change-Id: I233f6cd05d15cf0c3f9f2bf940a8233ee5300cb7
2020-02-21 13:51:40 +01:00
mert
e1338035ce mobilewizard: iconPath for panelHandler
Change-Id: I8ddcb18570cdd5b92a09dced2a219abf110ecbcf
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89201
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-02-21 13:19:30 +01:00
Tamás Zolnai
542b4b69d6 css-media: Remove 'screen' condition with invalid syntax.
It should be 'screen and ...', but since the other rules don't have
this additional screen condition, I just remove it.

Change-Id: Idabf28fbee303e19f1a5f5c75f3eb5e7387ac3fa
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89170
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-21 11:27:32 +01:00
Henry Castro
5bc28a9d30 loleafet: ignore the paste event when a vex dialog...
has the focus

Change-Id: Ib6eece050c7b962087d229cf484c8873a214d359
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89159
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-21 00:49:29 +01:00
Henry Castro
c537bea938 loleaflet: import Autolinker.js library
The file was imported from node_modules/autolinker/dist/Autolinker.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: I3eea7cc6e8d61623398d77ed74e751ccd861252b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89150
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-21 00:49:04 +01:00
Michael Meeks
a529784788 mobile: hide impress indent paragraph properties.
Users confused between outline and indent settings.

Change-Id: I693e41d4d456e47f53d7f6392cde9bec6b038029
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89149
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-20 18:42:30 +01:00
Henry Castro
87ff57fe5b loleaflet: import json2.js library
The file was imported from node_modules/json-js/json2.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: I7d80646704b368f6961c75f1dabaabecde2527e6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89146
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-20 18:32:48 +01:00
Henry Castro
a75c8f3e71 loleaflet: import select2.js library
The file was imported fromnode_modules/select2/dist/js/select2.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: Ibe0fd718d1dd6157d463a304c56fd6475821a0eb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89110
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-20 17:37:14 +01:00
Aron Budea
c5f7a503f6 Revert "tdf#121457 Move "Fullscreen Presentation" to "Slideshow" menu"
This reverts commit 52775325f5.

Slide Show menu had a single item, and Slide menu only had a few.
Revert in favor of saving on menu width for now.

Change-Id: I81f0f96849e3eeaf571611d059325d72b85ec334
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89040
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Aron Budea <aron.budea@collabora.com>
2020-02-20 15:03:00 +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
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
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
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
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
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
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
Ashod Nakashian
498b3f6b13 leaflet: show keyboard on mobile for dialogs
Change-Id: I994fc34eb7a2a5e5c6c8d56a96d3ff2fe8acac2d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88509
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-02-18 16:25:10 +01:00
Ashod Nakashian
ee345a5ad2 leaflet: no keyboard with text selection
This prevents font change from showing the
keyboard. The downside is that the user can't
change the selection manually and retain
the keyboard (say, to delete the selection).

Change-Id: I97666fd7df6afb8277c627802c8402a6c45259ee
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88907
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-02-18 15:04:02 +01:00
Tamás Zolnai
364623c87f mobile: Fix css media rules to work with mobile emulation / cypress test.
Restore the media rules we used earlier for mobiles.
So for mobiles it's enough to have a small screen size,
for tablet we allow bigger screen size, but only with
special pointer properties.

Change-Id: Ic45f05c516ec44cd39c58463d8bf1907ec63c25a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88922
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-18 14:31:00 +01:00
Tamás Zolnai
1999f12b35 Revert "Revert "Mobile: change all media queries to:""
This reverts commit 55d067bfee.

Change-Id: I2077276e70e16324031b393a58bf802c3efdcb4f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88921
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-18 14:30:42 +01:00