Commit graph

10271 commits

Author SHA1 Message Date
Andras Timar
36eed0c6f0 tdf#123892 deduplicate entries in Get_Export_Formats_Resp
Change-Id: I6eaa3f0c1529b968b8eaa7ea67356dd5bf54d3f1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88418
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-11 09:10:39 +01:00
Tor Lillqvist
28d8bab072 Treat tablets as "mobile" (like phones) in the apps in L.Map.focus
This makes the on-screen keyboard behaviour more consistent between
phones and tablets.

One effect is that it now requires a double-tap on a cell in a
spreadsheet document also in the iOS app on iPad to get the on-screen
keyboard.

Change-Id: I0dee87b76a1781d6acde1270322a207958cba045
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88178
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2020-02-11 07:19:31 +01:00
Michael Meeks
875b4c37d3 Framed sample - add frame_ancestors instructions.
Change-Id: I2b503be31268616c39485cb102dc90a3427a1e45
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88417
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-10 23:23:31 +01:00
Michael Meeks
10caa82b0a tdf#130382 - unit test for core fix for text input ordering issue.
Requires the relevant core commit.

Change-Id: I1b89c476ed6900bd0c5d981d125824c4bc2bf6da
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87930
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-10 23:23:04 +01:00
Andras Timar
5ff5cfe894 android: Kill all mention of Draw in the app
... because we have no working Draw-equivalent on the online side.
Being able to open Draw files (+PDFs) is fine, just don't let them be edited.

Currently mentions I've seen are:

* shipped untitled.odg,
* (+) New Drawing,
* when pressing the filter icon on the toolbar, there's a Drawings option.

Change-Id: I1936dcee1ad145776ae3b1e0cc1d0a435e3417e2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88407
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-10 22:53:15 +01:00
Henry Castro
070395257a loleaflet: mobile: don't show 'Save' menu item when it is read only
Change-Id: I1b2c56c4c05c40b2e6e0cc6b4d0c420236c03fed
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88414
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-10 22:29:43 +01:00
Pranam Lashkari
7338e3d818 Made document scrolling Ergonomic
added momentum to scrolling making scolling feel smoother and easier

Change-Id: If760761580aeea57116673b67787f9f5451ab5e2
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88072
Tested-by: Henry Castro <hcastro@collabora.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-02-10 22:27:47 +01:00
Tamás Zolnai
fe3d3e6998 cypress: mobile: Add some focus related tests (writer).
Change-Id: Ibe2ce81cfea0c0d4bf9af584c54e5ee8c1e356f1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88381
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-10 21:42:54 +01:00
Tamás Zolnai
b63c285075 cypress: mobile: Add example focus test for impress and calc.
Change-Id: I658cb7b59a2bb2a6f6a554c18aea7263063bd636
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88382
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-10 21:42:27 +01:00
Andras Timar
2185595629 make iframe load in http:// case, too
Change-Id: I22d8cfde29bac3db24dc3906c69fe119e5d40464
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88409
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-02-10 21:32:27 +01:00
Dennis Francis
a43c8c304d Use the correct align statechange messages...
from core to control the state of toolbar's align
buttons (based on the current selection type).

Change-Id: I1c4c4ce1776091c05196d7c8257ea59f8248284a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88160
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-02-10 12:07:13 +01:00
Dennis Francis
1054dce67b Adapt align commands based on selection type
Use map._clip._selectionType to decide what align command to send
when one clicks on one of the toolbar align buttons. selectionType
is either 'text' or 'complex'; 'complex' by definition is set for
non-text selections like images and charts.

What is to be done next ?

1. Need to setup statechange: messages from core.git for
.uno:ObjectAlignLeft, .uno:AlignCenter, .uno:ObjectAlignRight
from sw/ sd/ in Get*State() methods of the relevant shells. After
this we need to make online toolbar align buttons to react to the
correct statechange messages based on selectionType.

2. _selectionType is not always correct. In Impress it
is always 'text' regardless of selection type. In Writer, for
shape selection, it is set to 'text'. SelectionType comes from
XTransferable2::isComplex(). Its implementations in sw/ and sd/
in core.git need fixing.

PS: In Calc, aligning images/objects does not make sense w.r.t to the
sheet in general. The align buttons are disabled in core-desktop
when an image is selected.

Change-Id: I8223cd03f864fa92523224bf88ccb992edfc2686
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87739
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-02-10 12:00:56 +01:00
Henry Castro
88d9e8a7fb loleaflet: mobile: don't show the table selector handlers when it is read only
Change-Id: I98d58a872921f442cf3b7318798d985985191c88
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88267
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-08 23:42:21 +01:00
Henry Castro
3d3625fb9a loleaflet: mobile: don't show the cell cursor when it is read only
Change-Id: I9376de1d32071e1849d9808b864700d81cab6afb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88266
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-08 23:17:36 +01:00
Tamás Zolnai
65d8f4062f cypress: Fix tests failing with CI.
Change-Id: Iea1292bf44d77403356b3e9800c2af4c2237d08d
2020-02-08 17:43:30 +01:00
Jan Holesovsky
c4b068072a android hunspell: Actually we need the dicts in unpack/.
Otherwise hunspell cannot read them - it needs real files.

Change-Id: Ic90e4e3155dc2eee895527c6a04bb694312f99e4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88226
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-07 22:45:21 +01:00
Jan Holesovsky
e322ed191b android hunspell: Generate lounorc so that we can register bundled extensions.
The dictionaries have to be registered as bundled extensions...

Change-Id: I0ebe04bfa2253d2ed9112055e397797df050eec6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88225
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-07 22:44:42 +01:00
Pedro Pinto Silva
02ca6142e3 Mobile: Calc: Formula bar: make text selection handles visible and hide them on desktop
Change-Id: Iaf5b207fd641ff0b2428801b0972277a382b87e7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88197
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti@collabora.com>
2020-02-07 19:05:56 +01:00
Marco Cecchetti
be4aad288f loleaflet: calc: text selection: show handles only on the focused object
Change-Id: I468730f9700004428121debb4edfb0517b458c95
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88232
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti@collabora.com>
2020-02-07 18:22:08 +01:00
Henry Castro
779833ec7c loleaflet: mobile: change position of the edit button
when document type is Impress

Change-Id: I33af9c10827f50be25a8490b7de8fe5504b06352
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88216
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-02-07 17:27:10 +01:00
Michael Meeks
39311fdae3 remove poco Environment call.
Change-Id: I967a42aa3b8a3b9fc44b3dffedef98adc4b94724
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88198
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-07 16:39:55 +01:00
Marco Cecchetti
e5d03af224 loleaflet: fixing side-panel no more responding to taps on mobile device
Change-Id: I611e8313d6a0aa22f642c482c9d054a343a3cb17
2020-02-07 16:20:38 +01:00
Muhammet Kara
8704c41a6b mobile: Add Text Box to the Insert menu
Change-Id: I28dc378b550b157da41998d906319d71db072b5f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88172
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-07 13:50:57 +01:00
Muhammet Kara
0b967ece69 mobile: do not trigger singleclick on longpress inside the selection range
Change-Id: I488758dc28d05ddaf7c59db7ef59047b0e2d9a11
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88104
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Tested-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-02-07 13:32:50 +01:00
Tamás Zolnai
8dece1a3c3 cypress: mobile: Update some table related test cases.
Change-Id: I7c780785aab9db40e9b1f6312728ee5459e7716b
2020-02-07 12:31:43 +01:00
Tamás Zolnai
08d6c3fdf9 cypress: mobile: Font size combobox is broken on core/master.
Change-Id: I9d46d654cc3c890b610f99d02c9b91f057ae4e92
2020-02-07 10:50:00 +01:00
Tamás Zolnai
7124587e70 cypress: mobile: Update ColorPicker related tests.
Which were failing after a recent commit:
6dc92fb812

Change-Id: I79939c7bc7e2a26f6a235c5079976cd5adb31959
2020-02-07 10:23:05 +01:00
Tamás Zolnai
f53e030339 cypress: mobile: emulate tap and long press events.
To achive a better test covarage.
Now, the simple click() method is recognized
as 'tap' by hummerjs. For long press we need
to use low level events.
I expect that we can emulate other mobile events too
on a similar way.

Change-Id: I5f43afafe087133e707eed6ff8a43765324d5e24
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88161
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-07 10:09:54 +01:00
Tor Lillqvist
0e797eeb3f Add some more core source files for breakpointing convenience
Change-Id: I829534011e037aac1297a41cdb0e6bf008e1b28b
2020-02-07 09:57:53 +02:00
Michael Meeks
6dc92fb812 select a new color as you switch tint palette.
Change-Id: I4c17e5e88c1263217448fc9b23d223413d788512
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88135
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-02-06 21:25:43 +01:00
Ashod Nakashian
9b9f2d0c04 leaflet: don't show the keyboard when mobile wizard open
Change-Id: I998f4d06e95eac83b21fce60f1b18f3f563522ad
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88016
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-02-06 21:18:40 +01:00
Weblate
f4e88f615a update translations
LibreOffice Online/android-app (Bulgarian)
Currently translated at 100.0% (101 of 101 strings)

Change-Id: I07f83134e9981fd069b2e25f1138a4430c881700

update translations

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

Change-Id: Ic507a92420b65405a9958388ffbddcc4e60fbc8d

update translations

LibreOffice Online/android-app (English (United Kingdom))
Currently translated at 30.7% (31 of 101 strings)

Change-Id: Idac18ee56e924e93d5ce53ab27d4aadbe4d25272

update translations

LibreOffice Online/android-app (English (United Kingdom))
Currently translated at 4.0% (4 of 101 strings)

Change-Id: Ib95fcd774d982b764b1f63337c401638507413d0

update translations

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

Change-Id: If29f6ef730b8d00490fe0b290cdba0cf613a688d

update translations

LibreOffice Online/android-app (Esperanto)
Currently translated at 15.8% (16 of 101 strings)

Change-Id: I882ee9cd517bb6519e5154eb4f67f9fccbaea601

update translations

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

Change-Id: I90e48d21cab6ae6c0ea46359586a27331d238977

update translations

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

Change-Id: Id4f884816178f04af3b5eafbf3420a9063e11fc6

update translations

LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 65.7% (186 of 283 strings)

Change-Id: I7580408131e91db107264f6f7915bd18dbf75ed8

update translations

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

Change-Id: Id388779917735f36afaa08274e52221370fa0d4d

update translations

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

Change-Id: I28df151afb4a16e7f94eaabfed45d049dbeadf05

update translations

LibreOffice Online/loleaflet-help (Icelandic)
Currently translated at 59.1% (246 of 416 strings)

Change-Id: I522d8ce13b2db7e0f7d936c94c086f5874bb213e

update translations

LibreOffice Online/android-app (Icelandic)
Currently translated at 76.2% (77 of 101 strings)

Change-Id: I72eab3f23e209e1e736d0ad7e4f99f742983d57e

update translations

LibreOffice Online/loleaflet-help (Icelandic)
Currently translated at 49.5% (206 of 416 strings)

Change-Id: I6c44c508990d3f2f4c75d52c8629bb753c970bbf

update translations

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

Change-Id: I9f9a5c29e50a5b8fa3d6b1f5ae3201b1f948390a

update translations

LibreOffice Online/android-app (Japanese)
Currently translated at 5.9% (6 of 101 strings)

Change-Id: I324cd4d35966299fe332687c02df7b3059cfe499

update translations

LibreOffice Online/android-lib (Japanese)
Currently translated at 33.3% (2 of 6 strings)

Change-Id: I6298a12f85684ba1357774010731ecc9e15d3826

update translations

LibreOffice Online/ios (Japanese)
Currently translated at 75.0% (3 of 4 strings)

Change-Id: I416087312dbfd71290ea62cb97818f3d91fb7b27

update translations

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

Change-Id: If9ddd00f8883cbf26a782f6e63de883bd4fc1eda

update translations

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

Change-Id: I1d844722ff8b95bc07f1491c8657cbb06be5d57a

update translations

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

Change-Id: I484bab276926034bad343a01510c351c565e957d

update translations

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

Change-Id: Iace66ab2c3838114eabb38b142ce808aac8ed412

update translations

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

Change-Id: Ib96b4175b2c20736a1b6f0dba454806f62c9b2bf

update translations

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

Change-Id: I09d24de30d22812a4f893f4b17b053454f0ea3cf

update translations

LibreOffice Online/loleaflet-ui (Malayalam)
Currently translated at 0.4% (1 of 283 strings)

Change-Id: I2760ed684f37a176328b56ffa335135020057b6c

update translations

LibreOffice Online/loleaflet-ui (Hebrew)
Currently translated at 86.2% (244 of 283 strings)

Change-Id: I49fab0e15b9b14e2bfad8b8421884ebb73151e48

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 86.2% (244 of 283 strings)

Change-Id: Icc941bb943890adbb3ae842e6111454d3d4b20e9

update translations

LibreOffice Online/loleaflet-ui (Assamese)
Currently translated at 0.4% (1 of 283 strings)

Change-Id: I8059a47c68c5c391135a52d18d264dfc4b2a3a40

update translations

LibreOffice Online/loleaflet-ui (Amharic)
Currently translated at 74.9% (212 of 283 strings)

Change-Id: I9bf84580f7a88d64246829ca37fd5509b3b132d9

update translations

LibreOffice Online/loleaflet-ui (Afrikaans)
Currently translated at 8.5% (24 of 283 strings)

Change-Id: Ice3857b065103e39d5ab0cdb214ea2840c968524

update translations

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

Change-Id: I8fda8781ff990c446a6eef28f1fec13d39df1468

update translations

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

Change-Id: I8a4765eb499b6faa6d03fccc18c223dfb6c601b5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87853
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-02-06 21:17:40 +01:00
Mike Kaganski
2504c88c43 Don't use Poco buffer when creating a proof
I need this to better control the byte order of values in the proof

Change-Id: I8a21c20af4cc3157c893d870f73cc2afa7910ff4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88076
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-02-06 20:21:31 +01:00
Mike Kaganski
aaa9443eae Only warn on absent proof RSA key, don't log error
This reimplements commit bfb16d8831

Change-Id: I834a45ba4fcb939093b179f316176df790926c4e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88096
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-02-06 16:05:40 +01:00
Marco Cecchetti
a46fa588b1 calc: formula input bar: adding support for text selection handles
Change-Id: I6bc276945a7fd33f1358a3aa82ce0e7f45237771
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88090
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti@collabora.com>
2020-02-06 15:58:36 +01:00
Henry Castro
2a66a65c75 loleaflet: mobile: add event listener 'resize'
Since no longer it is used 'iframe' element ensure
to add event listener 'resize' of the window object

Change-Id: I89d301ddaf9e5f26c9cbf0c87c8ee157fe77247b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88099
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-02-06 15:00:39 +01:00
Marco Cecchetti
ec2ec241d2 loleaflet: calc: input bar text selection layer
Change-Id: Id143c3c0b5f0bb6a99bd9e8ce7f953f95e3a65bd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86791
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti@collabora.com>
2020-02-06 14:48:00 +01:00
Tamás Zolnai
ce063cdce4 cypress: mobile: Do the core detection inside a beforeAllMobile method.
Change-Id: I80717c8aca5b7e75f282c38aaa1608ddd14facda
2020-02-06 14:23:34 +01:00
Tamás Zolnai
7578a50133 cypress: mobile: Fix styles related tests with core/master.
Change-Id: Ifc2d6e73bd903ae86203c75681b05e0cbd86591b
2020-02-06 14:23:34 +01:00
Tamás Zolnai
1b95d3fe1e cypress: mobile: Disable table related test cases for core/master.
SelectAll does not work for table for some reason.

Change-Id: Ie803d6f94bef0ac9052a5145a40330dcb7ff2f66
2020-02-06 14:23:34 +01:00
Tamás Zolnai
e6ee678592 cypress: Introduce a way to detect LO core version.
And disable some failing tests for core/master.
No idea why these items are missing from paragraph
panel with core/master. Seems a regression from cp-6-2
to master.

Change-Id: Ia91f38cbcf74d0b45730c8643559c298376ae153
2020-02-06 14:23:34 +01:00
Mike Kaganski
bfb16d8831 Turn some errors to warnings, and drop unneeded stderr output
Change-Id: I63de580480f983e8179546fae6217641fa370135
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88088
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-02-06 12:36:55 +01:00
Yunusemre Şentürk
f54afcbebc Add chromium-browser to binary search pool
Change-Id: If82be88891f9d506c2791e993c580eaef459f937
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88087
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-02-06 12:19:52 +01:00
mert
1799996be0 Destroy webview when LOActivity is destroyed
Chrome://inspect shows that webviews are not destroyed
even after closing the activity.

Change-Id: Ib0fb2f0b75b06ae349a37a11fb0c9cb35faf3ff5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88074
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
2020-02-06 10:06:37 +01:00
Jan Holesovsky
ad32888d7c mobile: Unify the mutex usage that protects the main lokit thread.
Effectively both approaches were doing the same thing, let's unify to
the iOS way to minimize the platform-specific code.

Change-Id: I11290410a536c26db054ffcb87e3b64cc2a11c07
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/84589
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-02-06 09:44:26 +01:00
Henry Castro
d36989114b loleaflet: mobile: add permission precondition to row/column headers
Change-Id: Ic26f3a4e129fac02932dd0ba54e81a20b68d1ca8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88040
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-02-05 16:59:23 +01:00
Andras Timar
4fa8e4ee83 typo: shuting -> shutting
Change-Id: Ia33113b0c624b60479f41c8580e9b3d8d17812f4
2020-02-05 14:47:25 +01:00
Dennis Francis
ab64d2e0c3 Adjust column-header height with zoom-level too
Introduce a new method 'getHeaderZoomScale' to L.Control.Header
that returns current zoom-scale w.r.t to 100% zoom. It also lets
you limit the zoomScale between a upper and lower bound. Use this
method to scale column header height. Reuse this method to
scale font-size too.

Change-Id: I841ef2d73752cdc2206549d540633e179f19677f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87671
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-02-05 14:02:17 +01:00
Tamás Zolnai
1a8b128ac2 cypress: mobile: Add more tests for table panel of mobile wizard.
Change-Id: I4a3126ccb01ed7afdefd0de6bacec11d23a7406a
2020-02-05 13:44:18 +01:00
Miklos Vajna
4a1c877127 loleaflet: remove leftover console.log()
Change-Id: I1ce6939ea46a0f810020ada88be8e496a6eec47a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87978
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Miklos Vajna <vmiklos@collabora.com>
2020-02-05 09:04:45 +01:00