Nolan Lawson
04b56f5dc5
fix: remove license files from service worker ( #1875 )
2020-09-20 14:31:15 -07:00
Nolan Lawson
7803bdf797
fix: remove LEGACY mode ( #1867 )
2020-09-13 13:37:54 -07:00
Nolan Lawson
1371175bce
feat: use emoji-picker-element, add emoji autocompletions/tooltips ( #1804 )
...
* feat: use emoji-picker-element, add emoji autocompletions/tooltips
* fix: fix lint bug
* test: fix emoji in chrome on linux in travis
* test: try bionic in travis
* chore: try to fix travis
* chore: try to fix travis
* fix: filter unsupported emoji
* chore: try to fix travis
* chore: try to fix travis
* chore: try to fix travis
* chore: try to fix travis
* Revert "chore: try to fix travis"
This reverts commit 3cd2d94469b2f1a20c847c2a69e088d7c8d1efdd.
* fix: fix emoji autosuggest
* test: fix test
2020-06-28 23:12:14 -07:00
Nolan Lawson
c83c12e617
fix: remove safari-specific service worker code ( #1712 )
...
fixes #1595
2020-02-26 07:38:55 -08:00
Sorin Davidoi
5f51bd5aad
fix(service-worker): Make API call to the right endpoint ( #1664 )
...
Closes #1663 .
2019-12-08 09:56:23 -08:00
Nolan Lawson
9f12d1ca07
fix: use small modules for userAgent.js instead of terser magic ( #1602 )
2019-10-24 20:37:23 -07:00
Nolan Lawson
7c04b86405
fix: use smooth scroll polyfill in Chrome for scroll-to-top ( #1601 )
...
* fix: use smooth scroll polyfill in Chrome for scroll-to-top
* rename thunk to __thunk__ for safety
2019-10-24 19:03:10 -07:00
Nolan Lawson
2a248cb482
fix: update tesseract to the latest version ( #1596 )
...
* chore: update tesseract to the latest version
* fix stuff
* fix delay
* fix caching, fixes #1457
2019-10-22 20:45:30 -07:00
Nolan Lawson
3bc6e3d777
fix: only do range request override in Safari ( #1594 )
...
should fix #1590
2019-10-18 19:03:04 -07:00
Nolan Lawson
ac4d512363
fix: do not cache license files in service worker ( #1575 )
2019-10-15 06:52:27 -07:00
sgenoud
3de7a5ba9a
fix: Return a synthetic response for range requests ( #1555 )
...
Fixes #1547
2019-10-07 08:36:05 -07:00
Nolan Lawson
3a2fe740c1
feat: add KaiOS manifest file ( #1528 )
2019-09-24 00:50:42 -07:00
Nolan Lawson
ca9a32d303
feat: add OCR for image descriptions using tesseract.js ( #1433 )
...
* feat: add OCR for image descriptions using tesseract.js
* tweak style of alt editor
* remove unnecessary files
2019-08-25 18:33:44 -07:00
Nolan Lawson
4232da5e33
fix: fix lint
2019-08-19 20:23:58 -07:00
Sorin Davidoi
66b247875f
fix(service-worker): Open notifications if no status ( #1378 )
...
* fix(service-worker): Open notifications if no status
If the notifications couldn't be fetched fallback to displaying all notifications (aligned with how the Mastodon Web UI [handles it](https://github.com/tootsuite/mastodon/blob/master/app/javascript/mastodon/service_worker/web_push_notifications.js#L118 )).
Might fix https://github.com/nolanlawson/pinafore/issues/1365 .
* fix(service-worker): Use self
2019-08-07 20:38:38 -07:00
Nolan Lawson
00945a3608
chore: update standard to v13 ( #1370 )
2019-08-03 13:49:37 -07:00
Nolan Lawson
c1b8a99dbe
perf: put apple touch icon in service worker cache ( #1367 )
2019-08-01 18:12:22 -07:00
Nolan Lawson
74230cfe8e
fix: fix service worker for real ( #1258 )
...
fixes #1243
2019-06-01 13:07:38 -07:00
Nolan Lawson
27864fc47f
fix: Revert "fix: no need for double reload of SW in Chrome ( #1251 )" ( #1257 )
...
This reverts commit fa2eb8fe52
.
2019-06-01 12:17:12 -07:00
Nolan Lawson
fa2eb8fe52
fix: no need for double reload of SW in Chrome ( #1251 )
...
fixes #1243
2019-05-28 08:18:11 -07:00
Nolan Lawson
8c74d0c7c8
fix: add push notification badge ( #1246 )
2019-05-27 14:25:45 -07:00
Nolan Lawson
3a2c56f0fa
fix: various push notification fixes ( #1245 )
2019-05-27 14:01:02 -07:00
Nolan Lawson
164768e6c9
fix: fix bug when faving/boosting push notification ( #1244 )
2019-05-27 12:32:06 -07:00
Nolan Lawson
12c5b732ae
feat: add poll result push notifications ( #1227 )
...
fixes one of the sub-tasks in #1130 .
I also went ahead and removed the reply feature, because I cannot get it to work in Android 6.0.1 and I can't find any documentation for it in W3C/WHATWG, so I'm not sure how it is supposed to work.
2019-05-25 15:20:09 -07:00
Nolan Lawson
7887d2c848
fix: remove deferred polyfill caching ( #999 )
...
As of #998 we can no longer rely on JS files containing , let alone . This was a nice idea, but it's just not maintainable anymore nor does it provide a huge benefit.
2019-02-15 20:31:22 -08:00
Nolan Lawson
beb4d6e119
perf: avoid caching robots.txt in service worker ( #820 )
2018-12-16 09:35:02 -08:00
Nolan Lawson
260f6acf0e
perf: download and cache polyfills on-the-fly ( #814 )
...
* perf: download and cache polyfills on-the-fly
* fixup the localhost switch for service worker, does nothing
2018-12-15 17:13:46 -08:00
Nolan Lawson
4bd181d3cc
fix: update Sapper to latest ( #775 )
...
* fix: update to latest sapper
fixes #416
* fix error and debug pages
* requestIdleCallback makes column switching feel way nicer than double rAF
* add export feature
* add better csp info
* workaround for sapper sub-page issue
* clarify in readme about exporting
* fix now config
* switch from rIC to triple raf
* style-loader is no longer used
* update theming guide
2018-12-11 07:31:48 -08:00