summaryrefslogtreecommitdiff
path: root/loleaflet/js/global.js
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Move the window.mode.* functions to global.js for clarityTor Lillqvist1-0/+19
2020-03-19loleaflet: ensure forward message if early websocket is connectedHenry Castro1-0/+1
2020-02-17loleaflet: allow browser detection when loading html pageHenry Castro1-0/+140
2020-01-21eslint: Enable "semi" rule as an error.Tamás Zolnai1-9/+9
2020-01-08loleaflet: simplify "prevent default 'contextmenu' action"Henry Castro1-0/+8
2019-12-20loleaflet: check if LOCALIZATIONS is defined on mobile appMarco Cecchetti1-1/+1
2019-12-11android: Make the localization work for the JS pieces.Jan Holesovsky1-6/+3
2019-12-10fixing 2 minor console errorsMarco Cecchetti1-1/+2
2019-11-15loleaflet: add missing parameters when early websocket connectionlibreoffice-6-4-branch-pointHenry Castro1-5/+19
2019-10-31For a mobile app, call window.postMobileError() in window.onerror()Tor Lillqvist1-1/+3
2019-09-16tdf#126971: Fix localisation of tunnelled dialogs in the iOS appTor Lillqvist1-1/+6
2019-08-20post logs JavaScript runtime errors to the loolwsd serverHenry Castro1-0/+25
2019-06-20Avoid a TypeError.Jan Holesovsky1-1/+1
2019-03-30loleaflet: fix the prototype property of a constructor L.SocketHenry Castro1-1/+1
2019-03-20Revert "loleaflet: remove jquery-ui.js"Jan Holesovsky1-0/+8
2019-03-15Revert "loleaflet: fix String.locale assignment"Jan Holesovsky1-8/+0
2019-03-15Revert "Try to make l10n work again in the iOS app"Jan Holesovsky1-10/+8
2019-03-15Revert "I was misinformed: The _ function *is* needed also in normal Online"Jan Holesovsky1-4/+0
2019-03-15Revert "loleaflet: verify if "toLocaleString" function exists"Jan Holesovsky1-5/+1
2019-03-12loleaflet: fix "failed: WebSocket is closed before...Henry Castro1-1/+1
2019-03-07loleaflet: improve early "websocket" connectionHenry Castro1-3/+6
2019-03-07loleaflet: verify if "toLocaleString" function existsHenry Castro1-1/+5
2019-03-06I was misinformed: The _ function *is* needed also in normal OnlineTor Lillqvist1-0/+4
2019-03-06Send the HULLO message to the mobile app native code already in global.jsTor Lillqvist1-0/+11
2019-03-06Try to make l10n work again in the iOS appTor Lillqvist1-8/+10
2019-03-06We need the FakeWebSocket code for the mobile apps here, tooTor Lillqvist1-5/+37
2019-03-05loleaflet: remove jquery-ui.jsHenry Castro1-8/+0
2019-03-05loleaflet: fix String.locale assignmentHenry Castro1-0/+8
2019-03-05loleaflet: add javascript websocket bootstrap that...Henry Castro1-0/+52
2019-03-05loleaflet: indent global.jsHenry Castro1-42/+40
2019-02-13android: Pass the messages from JS to the MainActivity.Jan Holesovsky1-2/+2
2018-11-16If the language is de-CH, change 'ß' in a de(-DE) translation to 'ss'Tor Lillqvist1-1/+5
2018-11-12Make l10n of the messages from our JS code work in the mobile appTor Lillqvist1-2/+11
2018-10-31Correct spelling of window.ThisIsAMobileAppTor Lillqvist1-1/+1
2018-10-17Handle the GTKAPP case, too, in loleafletTor Lillqvist1-2/+2
2018-09-07No l10n in the iOS app for nowTor Lillqvist1-1/+7
2018-07-26added mode lines to all the javascript files without themGeorge Wood1-0/+1
2018-05-24loleaflet: fixed js lint errors in js/global.jsHenry Castro1-5/+7
2018-05-10use Makefile to build loleafletHenry Castro1-0/+32