Nolan Lawson
c67be9acc2
fix: fix bell notifications, add tests
2022-05-01 08:54:37 -07:00
hellojaccc
10ed291950
feat: fix ios white status bar + add iOS splash screen ( #2108 )
...
* Fix iOS statusbar #2
add theme-color mea tag
* change default to black
* Update template.html
* return to 'default'
* Update template.html
* Add splash screen
* Update template.html
* Update template.html
* fix: filter splash files in service worker
* perf: zopfli-optimize splash pngs
* fix: wrong cache
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2022-04-10 10:34:56 -07:00
Nolan Lawson
f2d752bfc2
fix: add country flag emoji on windows ( #2117 )
...
* fix: add country flag emoji on windows
* fix: missing file
* fix: cache font file on-demand
* fix: attempt to fix
* fix: working
* fix: ordering
* fix: ordering
* fix: ordering
* fix: fixup
* fix: fixup
* fix: add comment
* fix: fix vercel
* fix: fix vercel.json
* fix: vercel
* refactor: refactor
2022-03-27 20:59:02 -07:00
Nolan Lawson
16e66346d7
fix!: remove esm package, use native Node ES modules ( #2064 )
...
BREAKING CHANGE: Node v12.20+, v14.14+, or v16.0+ is required
* fix!: remove esm package, use native Node ES modules
* fix: fix some CJS imports
2021-07-04 20:19:04 -07:00
Nolan Lawson
d044e12aee
feat: add PWA shortcuts for compose/notifications ( #2019 )
...
* feat: add PWA shortcuts for compose/notifications
Fixes #2012
* fix: fix icon path
2021-03-21 13:49:59 -07:00
Nolan Lawson
3bf744d2c5
fix: add pwa=true query param when sharing files ( #2004 )
2021-03-18 07:00:48 -07:00
Nolan Lawson
cf0f1d884a
feat: add screenshots/categories to web app manifest ( #1993 )
...
* feat: add screenshots/categories to web app manifest
fixes #1971
* fix: whoops forgot the screenshots
2021-03-14 13:39:11 -07:00
Nolan Lawson
5e7440aaee
feat: accept files in web share target ( #1992 )
...
fixes #1009
2021-03-14 10:20:23 -07:00
Nolan Lawson
9cf8f8b516
perf: cache polyfills on-demand ( #1954 )
...
* perf: cache polyfills on-demand
* fix: actually apply the name
2021-02-15 16:47:18 -08:00
Nolan Lawson
a028a7e880
feat: intl support for emoji picker ( #1910 )
...
* feat: intl support for emoji picker
Fixes #1908
* fix: update emoji-picker-element
* fix: fix typo
2020-12-18 20:02:36 -08:00
Nolan Lawson
0022286b46
fix: first stab at i18n, extract English strings, add French ( #1904 )
...
* first attempt
* progress
* working
* working
* test timeago
* rm
* get timeago working
* reduce size
* fix whitespace
* more intl stuff
* more effort
* more work
* more progress
* more work
* more intl
* set lang=LOCALE
* flatten
* more work
* add ltr/rtl
* more work
* add comments
* yet more work
* still more work
* more work
* fix tests
* more test and string fixes
* fix test
* fix test
* fix test
* fix some more strings, add test
* fix snackbar
* fix }
* fix typo
* fix english
* measure perf
* start on french
* more work on french
* more french
* more french
* finish french
* fix some missing translations
* update readme
* fix test
2020-11-29 14:13:27 -08:00
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 3cd2d94469
.
* 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