Commit Graph

70 Commits

Author SHA1 Message Date
Thomas Rupprecht 8023167072 refactor(polyfill): replace `webextension-polyfill` with simple `browser` fallback to `chrome` 2024-02-25 19:46:21 +01:00
Thomas Rupprecht fcc6558b7f feat(popup): set `scrollbar-gutter: stable` 2023-11-08 20:05:51 +01:00
Thomas Rupprecht 460020f6cf style: add missing semicolon, fix codestyle in `.stylelintrc.cjs` and `types.d.ts` 2023-09-28 12:34:24 +02:00
Thomas Rupprecht 52aeb58698 refactor(popup): improve init of popup script and simplify `setLinks` 2023-09-14 02:13:49 +02:00
Thomas Rupprecht 9921e37605 0.9.5 2023-09-13 21:51:09 +02:00
Thomas Rupprecht c6feec3a67 fix(background): fix init on addon reload 2023-09-13 21:50:31 +02:00
Thomas Rupprecht 812a1b6110 0.9.4 2023-09-13 20:37:32 +02:00
Thomas Rupprecht 8410af011b feat: update git url from `gitea.usrspace.at` to `git.usrspace.at` 2023-09-13 20:32:23 +02:00
Thomas Rupprecht 91e6bd10b6 feat(popup): import `extension.css` as layer via css 2023-09-13 20:19:51 +02:00
Thomas Rupprecht d97dc9da87 fix(background): fix background script init 2023-09-13 20:09:46 +02:00
Thomas Rupprecht 2c7230fdc9 refactor(popup): general code improvements by linter hints 2023-09-08 00:49:12 +02:00
Thomas Rupprecht 3f1300543d refactor(background): inline `fetch` and use `URLSearchParams` 2023-09-06 21:30:19 +02:00
Thomas Rupprecht b0a2a4321e 0.9.3 2023-09-06 20:56:31 +02:00
Thomas Rupprecht a4a0db71c5 feat(linting): add `stylelint` and add check to lint script 2023-09-06 20:34:06 +02:00
Thomas Rupprecht db0faab4db refactor(storage): use `storage.session` instead of `storage.local` 2023-09-06 20:10:55 +02:00
Thomas Rupprecht 6c622b4ef0 feat(popup): improve colors, refactor css, support rtl lang 2023-06-07 00:10:09 +02:00
Thomas Rupprecht c7607652e9 style: improve codestyle 2023-06-01 01:49:38 +02:00
Thomas Rupprecht f3d8199b97 refactor(config): move homepage url to config 2023-06-01 00:02:31 +02:00
Thomas Rupprecht 8aa6db1275 refactor(build): improve browser-polyfill inject 2023-05-25 08:07:37 +02:00
Thomas Rupprecht 2575d48e9e 0.9.2 2023-05-24 22:05:39 +02:00
Thomas Rupprecht d2d9aa70ca refactor(popup): remove "browser_style" setting and include cleaned up extension.css 2023-05-24 20:10:35 +02:00
Thomas Rupprecht 7a707c9fb0 refactor(background): remove background.html and import directly as ES module 2023-05-24 19:42:58 +02:00
Thomas Rupprecht a193a6923c fix(js): replace deprecated substr() with substring() and add checks for promise results 2023-02-04 18:07:52 +01:00
Thomas Rupprecht 848e1abee4 docs(js): add type definitions for Calendar and SpaceApi 2023-02-04 18:03:49 +01:00
Thomas Rupprecht 701ec4b226 chore: unify and improve codestyle 2023-02-04 17:21:18 +01:00
Thomas Rupprecht 7d1ecd166a 0.9.1 2023-01-22 11:45:04 +01:00
Thomas Rupprecht e985995ddd add link to Pad 2023-01-22 11:38:44 +01:00
Thomas Rupprecht 5682f2322b await init 2023-01-21 03:39:41 +01:00
Thomas Rupprecht 82bcdef199 don't fetch data if offline 2023-01-21 02:10:50 +01:00
Thomas Rupprecht ad9abe3c94 extract code into setBadgeStatus and createStatusChangedNotification function 2023-01-20 17:42:45 +01:00
Thomas Rupprecht b1dc1a0d21 0.9.0 2023-01-20 17:14:00 +01:00
Thomas Rupprecht 74a0d577ee make code compatible with manifest_version v3 2023-01-20 17:12:49 +01:00
Thomas Rupprecht c91e519c08 update to manifest_version v3 2023-01-20 17:12:16 +01:00
Thomas Rupprecht a3890589b3 manifest_v3 2023-01-20 16:15:10 +01:00
Thomas Rupprecht 5e0182c513 0.8.7 2023-01-20 16:08:31 +01:00
Thomas Rupprecht c216676084 open usrspace.at homepage on install 2023-01-20 16:06:17 +01:00
Thomas Rupprecht 60c367521e remove persistent flag in manifest config 2023-01-20 16:00:08 +01:00
Thomas Rupprecht 05c6cb5cfa remove unnecessary permissions 2023-01-20 15:59:56 +01:00
Thomas Rupprecht 8202083710 use globalThis instead of window to also work in service worker 2023-01-06 02:19:12 +01:00
Thomas Rupprecht f97b9a7538 improve config 2023-01-06 02:02:50 +01:00
Thomas Rupprecht 91fb5ac155 0.8.6 2023-01-05 19:36:57 +01:00
Thomas Rupprecht f7e38cbcc5 change addon id to currently used one 2023-01-05 19:36:33 +01:00
Thomas Rupprecht 74251335e8 0.8.5 2023-01-05 19:15:09 +01:00
Thomas Rupprecht 5e4dd40d0c add addon id 2023-01-05 19:14:02 +01:00
Thomas Rupprecht ae0c2ded1b inject browser-polyfill only in chromium builds 2023-01-05 18:40:19 +01:00
Thomas Rupprecht 39b69904ac 0.8.4 2023-01-05 14:39:04 +01:00
Thomas Rupprecht 859f9bce19 simplify updateSpaceApiJson 2023-01-05 14:29:15 +01:00
Thomas Rupprecht 6c95aa978e change strict_min_version to v79 2023-01-05 14:11:22 +01:00
Thomas Rupprecht c07f82322d use html template tag 2023-01-05 04:31:19 +01:00
Thomas Rupprecht 35d2a0fafb 0.8.3 2023-01-05 00:39:21 +01:00