Commit Graph

27 Commits

Author SHA1 Message Date
Sahil Nirkhe
991a6ee8c2 Escape wildcard in paths
Both serviceworker.js and manifest.json load even if the '.' character is replaced by any other character. This regex fix will prevent that.
2020-06-22 21:57:09 +05:30
Silvio Leite
8e39aebe17 feat(status_bar): Make status bar style configurable 2020-05-30 18:00:17 -03:00
Silvio Leite
43a8131e8e chore(version): new version on setup 2020-02-03 14:20:55 -03:00
Dominik George
67cf917a08 Fix URL inclusion
Closes #34.
2020-01-26 20:49:26 +01:00
Silvio Luis
3c36673a21 Merge pull request #32 from Natureshadow/reverse-urls
Allow view names in settings and mounting at subdirectory
2020-01-23 07:36:01 -03:00
Dominik George
4f641bc79a Fix PWA if app is not mounted in root of webserver
Uses the same method as Django itself (e.g. in LOGIN_URL).
2020-01-19 10:01:08 +01:00
Jonathan Weth
447aa7c06d Extend support for apple devices
Add option to specify special icons for apple devices because icons on
apple devices are tailored to size differently
2020-01-04 12:47:28 +01:00
Silvio Leite
595c258ca0 feat(debug): Added PWA_APP_DEBUG_MODE 2019-12-08 18:00:40 -03:00
Jaime Guajardo
f234cbe32f fixing redirect caching issue for offline page happening on Chrome 2019-05-20 15:49:05 -05:00
Philippe Gonzaga
2402674d2a Fixes #10 2019-04-12 12:20:41 -03:00
Embrace
ed8dc195fb Updated manifest.json and serviceworker by adding scope parameter. 2019-03-07 07:52:15 -03:00
André Setti
ab8db72bd3 Fix problem of multiple service workers being registered
Source:
https://stackoverflow.com/questions/33816342/how-to-prevent-the-same-service-worker-from-registering-over-multiple-pages
2019-02-08 02:20:26 -02:00
Embrace
2326895768 Restored support to oldest Django versions 2019-02-01 10:16:52 -02:00
Embrace
053afe1bc0 Added the splash screen for iOS and Meta tags to Android and Win8 2019-01-23 12:01:00 -02:00
Silvio Leite
79c6963219 Included the default serviceworker, updated the manifest, Add the default offline page, updated the unit test, Redme 2018-11-30 20:33:20 -02:00
Silvio Leite
73151d2585 Add coverage on changelog 2018-11-18 09:22:21 -02:00
Silvio Leite
92c9df6204 settings 2018-11-16 13:42:40 -02:00
Silvio Leite
a23888f6e1 Include the orientation option to manifest.json 2018-10-29 19:43:41 -03:00
Silvio Leite
fbad2744e1 tests to the news manifest options 2018-08-14 10:41:00 -03:00
Silvio Leite
02e7f914e3 Add the settings dir(Specifies the primary text direction for the name, short_name, and description) and the lang(Specifies the primary language for the values in the name and short_name) to manifest.json options 2018-08-14 08:59:05 -03:00
Silvio Leite
b8d87c8184 rollback the Background settings 2018-08-14 08:35:14 -03:00
Silvio Leite
7d399a8bfa Unit Tests 2018-08-14 08:03:25 -03:00
Silvio Leite
376f6e487a Unit Test and named urls 2018-08-13 22:34:56 -03:00
Silvio Leite
bf77efaa1b Include BACKGROUND_COLOR to config options 2018-08-13 17:17:22 -03:00
Scott Vitale
4a86f1b974 Include scope fix for service worker as shown: https://stackoverflow.com/questions/46541071/progressive-web-app-does-not-work-offline-error 2018-01-31 21:30:39 -07:00
joextodd
2977302cf9 Add more customisable options 2017-02-14 21:54:26 +00:00
Scott
a66325af7b Initial revision. 2017-02-04 22:20:40 -07:00