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
Silvio Leite
625eee756c
fix travis
2018-11-16 16:39:41 -02:00
Silvio Leite
eba9fe5951
fix travis
2018-11-16 16:25:26 -02:00
Silvio Leite
7c0df3201e
Fix travis.yml
2018-11-16 16:12:22 -02:00
Silvio Leite
fc56890d83
Fix travis.yml
2018-11-16 16:08:27 -02:00
Silvio Leite
45d344503f
Fix travis.yml
2018-11-16 16:04:14 -02:00
Silvio Leite
86ed4b6504
Fix travis.yml
2018-11-16 15:47:21 -02:00
Silvio Leite
e45b83d54c
Test coverage on codeclimate
2018-11-16 14:44:31 -02:00
Silvio Leite
92c9df6204
settings
v1.0.0
2018-11-16 13:42:40 -02:00
Silvio Leite
d0e1efd41f
Updated the README.md with orientation option
2018-10-29 19:52:52 -03:00
Silvio Leite
a23888f6e1
Include the orientation option to manifest.json
2018-10-29 19:43:41 -03:00
Silvio Leite
8bd401827d
Update the Travis and Tox to work
2018-08-15 11:12:51 -03:00
Silvio Leite
c950daee2e
Implementing the tox and travis
2018-08-14 15:39:13 -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
447bf17e63
rollback to correct release
2018-08-13 18:00:31 -03:00
Silvio Leite
bf77efaa1b
Include BACKGROUND_COLOR to config options
2018-08-13 17:17:22 -03:00
Scott Vitale
d2a15f4ec4
Update .gitignore file for build/distribution files.
2018-01-31 21:36:15 -07:00