1157 Commits

Author SHA1 Message Date
Jaifroid
a1e56927ec Make links more concise and provide logo images 2023-06-24 11:18:06 +01:00
Jaifroid
2e7c087489 Re-organize the supported platforms information 2023-06-24 10:31:30 +01:00
Jaifroid
9a82ccdcd9 Ensure MV versions have lowercase mv 2023-06-23 18:28:19 +01:00
Jaifroid
9eb6732378 Update gitignore 2023-06-23 16:41:32 +01:00
Jaifroid
71a24e76c5 Remove unneeded permissions 2023-06-18 20:09:08 +01:00
Jaifroid
76aded647c Typo 2023-06-16 11:33:22 +01:00
Jaifroid
2989df80b8 Source code for dev v3.9.1 2023-06-16 07:45:18 +01:00
Jaifroid
5ee5329458 Copy unsigned MV2 version to chrome and edge releases 2023-06-16 07:22:15 +01:00
Jaifroid
6dd3b775a1 Add instructions on installing unsigned Chromium extension 2023-06-16 06:41:00 +01:00
Jaifroid
ac5bdc34dd Ensure backgroundscript.js is included in MV2 Chrome build 2023-06-16 05:54:54 +01:00
Jaifroid
c61474b083 And another case of missing backgroundscript.js 2023-06-15 18:20:18 +01:00
Jaifroid
9c192dca02 Fix missing backgroundscript.js in Firefox extension 2023-06-15 18:13:55 +01:00
Jaifroid
6bcbf9fc9b
CHANGELOG for v3.9.0 (#1021)
See #1020
3.9.0
2023-06-15 17:42:07 +01:00
Jaifroid
d19dd5c16d Set appVersion to 3.9.0 2023-06-15 17:17:28 +01:00
Jaifroid
5d1c52a9b5 Update Set-AppVersion to update manifest.v2.json 2023-06-15 17:17:02 +01:00
Jaifroid
da848aab1c
Change links and references from moz-extension to browser-extension #1023 (#1024) 2023-06-15 16:45:30 +01:00
Jaifroid
5d48209f1b
Update in-app documentation #1019 (#1022) 2023-06-15 15:45:34 +01:00
Jaifroid
ef0cc4a0ce Update documentation 2023-06-14 08:19:48 +01:00
Jaifroid
9ecb502ecc
Fix issues identified by ESLint #1014 (#1018) 2023-06-14 07:20:27 +01:00
Jaifroid
bd7393e921
Migrate to extension Manifest v3 for Chromium #755 (#984)
Both MV2 and MV3 are built for Chromium. Only MV2 for Firefox for now (until Service Workers are supported as backgroundscript.js).
2023-06-13 21:21:40 +01:00
Jaifroid
bdfe50562c Exempt more ESLint rules 2023-06-13 08:11:05 +01:00
Jaifroid
930b0fae5c
Fix some ESLint issues in app.js and init.js (#1016)
* Fix no-trailing spaces

* Fix no quoted properties

* Fix inconsistent quotes in app.js

* Fix various spacing issues in app.js

* Fix issues in init.js
2023-06-13 07:06:13 +01:00
Jaifroid
5c6858ec4f
Fix blocking ESLint issues (#1015) 2023-06-12 22:01:29 +01:00
Jaifroid
0c7cddb1dd Add a global parameter definition 2023-06-12 21:11:27 +01:00
Jaifroid
501525f74f Add an eslint configuration for house style fixes 2023-06-12 20:57:13 +01:00
Jaifroid
abf6269a10 Increase range of download links 2023-05-30 18:29:25 +01:00
Jaifroid
32c9ba2a1e
Update jQuery to 3.7.0 (#1008) 2023-05-22 18:04:30 +03:00
Jaifroid
033f5eabcb Use last version of Emscripten 2 to compile W/ASM for compatibility 2023-05-20 14:37:39 +01:00
Jaifroid
af28d7ba33 Remove use of Promise.finally()
Fixes #1005
2023-05-14 22:07:39 +01:00
Jaifroid
b6f0ee0245
Add a warning colour when appCache is disabled #1003 (#1004) 2023-05-12 15:59:41 +01:00
Jaifroid
3277f85d37
Add Promise queue to prevent overlapping dialogue boxes #841 (#1002) 2023-05-11 20:39:54 +01:00
Jaifroid
cdcbc9f046 Fix infinite loop with the bypass app cache option when returning from remote PWA 2023-05-07 11:50:11 +01:00
Jaifroid
f909cf1a5e
Restore modal animation for alert dialogue boxes (#1001) 2023-05-07 10:23:42 +01:00
Jaifroid
e3970b0059 Make CHANGELOG formatting more consistent 2023-05-05 11:14:33 +01:00
Jaifroid
4cfae83c77
Add PWA ServiceWorker mode for Chromium extension (#1000) 2023-05-05 07:59:15 +01:00
Jaifroid
f7160f3003 Update README.md 2023-05-04 22:59:35 +01:00
Jaifroid
2b4ff6baed
Compile zstdec and xzdec as es6 modules (#998)
Required for #554
2023-05-04 22:57:09 +01:00
Jaifroid
88057a6cba Source code for v3.8.1 2023-04-24 13:59:13 +01:00
Jaifroid
1cd46f26a5
CHANGELOG for v3.8.0 (#990) 3.8.0 2023-04-22 18:30:27 +01:00
Jaifroid
7ed4d5a313 Bump version number to v3.8.0 2023-04-22 16:06:49 +01:00
Jaifroid
ad1a2df4bf
Fall back to MIME type when downloading doc in jQuery mode #858 (#989) 2023-04-21 15:45:45 +01:00
Jaifroid
6ae487fef9 Update javascript-libzim to v0.2
Fixes #985.
2023-04-17 08:32:16 +01:00
Aritra Bhaduri
0b2211cb6c
Removed usage of jquery while opening and closing bootstrap modals #921 (#968)
Signed off by @aritroCoder.
2023-03-26 08:26:22 -05:00
Jaifroid
b9db118e75 Update CHANGELOG.md 2023-03-13 22:52:04 +00:00
Daniel Tang
d52c5d5d67
Fix missing full text search cancellation #977 (#978)
Signed off by @danielzgtg
2023-03-12 22:41:41 +00:00
Jaifroid
f5c749ac81
Add sandbox to iframe and use a CSP for the app and iframe #753 (#976)
Also fixes #972.
2023-03-12 21:25:39 +00:00
Ankur
74690b824a
Add npm script to run http-server #969 (#971)
* Signed off by @ankur12-1610
2023-03-08 06:54:27 +00:00
Jaifroid
6792f8133d Interim changelog 2023-02-25 11:13:50 +00:00
Jaifroid
64e867e23d
Add option to disable drag-and-drop #966 (#967) 2023-02-25 10:55:53 +00:00
Kelson
f7873120e0
Use latest GitHub workflow actions (#963) 2023-02-05 10:22:54 +01:00