Commit Graph

79 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
0d4488a0c5 chore(setup): Update version v1.0.9 2020-05-30 18:15:07 -03:00
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
Silvio Luis
61cdbf6727 Merge pull request #35 from Natureshadow/patch-1
Fix URL inclusion
2020-02-03 14:12:03 -03:00
Dominik George
67cf917a08 Fix URL inclusion
Closes #34.
2020-01-26 20:49:26 +01:00
Silvio Leite
63139af3f3 feat(version): Update the version on setup 2020-01-23 07:38:48 -03:00
Silvio Luis
3c36673a21 Merge pull request #32 from Natureshadow/reverse-urls
Allow view names in settings and mounting at subdirectory
v1.0.7
2020-01-23 07:36:01 -03:00
Silvio Luis
82f1abb342 Merge pull request #31 from hansegucker/master
Extend support for apple devices
2020-01-23 07:25:48 -03:00
Dominik George
83fa72fcac Update changelog 2020-01-19 10:06:26 +01: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 Luis
9e44120320 Merge pull request #26 from silviolleite/dependabot/pip/urllib3-1.24.2
Bump urllib3 from 1.22 to 1.24.2
v1.0.6
2019-12-09 11:54:03 -03:00
dependabot[bot]
7ee22a23df Bump urllib3 from 1.22 to 1.24.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.24.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.22...1.24.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-09 14:50:39 +00:00
Silvio Luis
9c637d4f87 Merge pull request #29 from silviolleite/dependabot/pip/requests-2.20.0
Bump requests from 2.18.4 to 2.20.0
2019-12-09 11:49:42 -03:00
dependabot[bot]
6d2d6c529c Bump requests from 2.18.4 to 2.20.0
Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.18.4...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-08 21:04:03 +00:00
Silvio Leite
486dc3de6f chore(pypi): Updated setup.py settings 2019-12-08 18:03:02 -03:00
Silvio Leite
9759ea131c feat(djangoversion): Added the suport to Django 3.0 2019-12-08 18:01:52 -03:00
Silvio Leite
595c258ca0 feat(debug): Added PWA_APP_DEBUG_MODE 2019-12-08 18:00:40 -03:00
Silvio Leite
1e71602bfe chore(gitignore): Ignore .DS_Store 2019-12-08 17:59:00 -03:00
Silvio Leite
e6709c498b chore(gitignore): Ignore .DS_Store 2019-12-08 17:58:35 -03:00
Silvio Leite
fc258b95f5 fix(setup): fix install from github 2019-12-07 14:19:37 -03:00
Silvio Luis
17d80ee5a2 Merge pull request #17 from voronov007/patch-1
Fix PWA_APP_SCOPE variable declaration in README
2019-09-30 11:10:03 -03:00
Silvio Luis
5606e21849 Merge pull request #16 from seunwoolee/master
for using custom PWA_APP_ICONS src path, define STATICFILES_DIRS
2019-09-30 11:02:53 -03:00
Silvio Luis
7f43494994 Merge pull request #24 from eeriksp/patch-1
Remove coma after PWA_APP_SCOPE causing it to be understood as a tuple
2019-09-30 11:00:12 -03:00
Eerik Sven Puudist
ba8cddc3f4 Remove coma after PWA_APP_SCOPE causing it to be understood as a tuple
This caused to "property 'scope' ignored, type string expected" warning in Chrome
2019-09-06 16:48:10 +03:00
Andrew
982ef01743 Fix PWA_APP_SCOPE variable declaration
Coma isn't needed at the end of the variable declaration. If you set PWA_APP_SCOPE with coma at the end the django server starts without issues and worker registered but it will break an offline mode.
2019-07-18 14:41:20 +02:00
seungwoo
23fe62c887 for using custom PWA_APP_ICONS src path, define STATICFILES_DIRS 2019-07-18 10:40:17 +09:00
Silvio Luis
6ba28177ce Merge pull request #15 from jamesmgg/fix-14
fixing redirect caching issue for offline page happening on Chrome
2019-05-20 18:24:14 -03:00
Jaime Guajardo
f234cbe32f fixing redirect caching issue for offline page happening on Chrome 2019-05-20 15:49:05 -05:00
Silvio Luis
5bd1cb32e2 Merge pull request #11 from philippeoz/master
Fixed Error on collectstatic - file reference
2019-04-15 07:53:39 -03: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. v1.0.5 2019-03-07 07:52:15 -03:00
Embrace
f2fdf0c123 CHANGELOG updated v1.0.4 2019-02-11 07:43:32 -02:00
Silvio Luis
b1c697c1de Merge pull request #7 from Setti7/master
Fix problem of multiple service workers being registered over multiple URLs
2019-02-11 07:33:13 -02:00
André Setti
d687b0c047 Fixed tests 2019-02-09 01:37:58 -02: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 v1.0.3 2019-02-01 10:16:52 -02:00
Embrace
053afe1bc0 Added the splash screen for iOS and Meta tags to Android and Win8 v1.0.2 2019-01-23 12:01:00 -02:00
Embrace
d86732bb9a Readme updated 2018-12-17 07:48:17 -02:00
Silvio Leite
d4d0db5bea Fix tests v1.0.1 2018-11-30 20:39:20 -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
93133a3292 Badges 2018-11-17 11:33:08 -02:00
Silvio Leite
662cf155d7 codecov 2018-11-17 10:11:45 -02:00
Silvio Leite
0d31371002 coverage result 2018-11-17 08:43:16 -02:00
Silvio Leite
43cb44b5c0 Codeclimate config 2018-11-17 08:35:20 -02:00
Silvio Leite
c7e9813ac5 prefix path coverage 2018-11-16 17:23:25 -02:00
Silvio Leite
ed2caecbd7 prefix path coverage 2018-11-16 17:11:52 -02:00
Silvio Leite
cd144e2ef7 prefix path coverage 2018-11-16 17:07:58 -02:00