Commit graph

181 commits

Author SHA1 Message Date
Tixie
eac0d59cb8 chore(svg): Fix post-processor removing some attribute from svg 2019-03-15 20:16:09 +01:00
wryk
133fe2a75d Merge branch 'master' of github.com:GlitchFamily/souvenir 2019-03-15 20:02:28 +01:00
wryk
b741779265 refactor(capture): fix delay before completion 2019-03-15 20:02:20 +01:00
Tixie
9bc17b95ae style(welcome): New welcome screen 2019-03-15 20:00:46 +01:00
wryk
b403a78437 Merge branch 'master' of github.com:GlitchFamily/souvenir 2019-03-15 19:25:42 +01:00
wryk
3a2c80a2a5 refactor(capture): expose an Event Emitter API 2019-03-15 19:25:36 +01:00
Tixie
560d27b5c9 feat: Add Open Graph & Twitter Card 2019-03-15 19:17:08 +01:00
Tixie
2b6c7744a2 docs(build): Explain how to build with absolute urls 2019-03-15 19:17:08 +01:00
wryk
21eaa1bda7 Merge branch 'master' of github.com:GlitchFamily/souvenir 2019-03-15 19:07:48 +01:00
wryk
c762f35fde refactor(configuration): centralize constants 2019-03-15 19:07:26 +01:00
Tixie
fcc44687d2 fix(service worker): Fix typo 2019-03-15 18:25:24 +01:00
Tixie
01e04161ab feat: Setup precache with service-worker 2019-03-15 15:04:23 +01:00
wryk
388a1f4bb5 fix(encoder): remove nested worker
Nested worker is not supported on safari
2019-03-15 12:59:24 +01:00
wryk
57d4a8dd52 perf(encoder): add worker pool 2019-03-14 18:27:05 +01:00
wryk
3229a00604 perf(encoder): naive parallel frame process 2019-03-13 20:40:53 +01:00
wryk
8748502ee8 feat(capture): stop/start camera on app hide/show 2019-03-13 15:05:14 +01:00
wryk
446cded7e4 fix(capture): Show welcome on camera denied access 2019-03-13 14:50:46 +01:00
Tixie
5ff7b47fde fix(capture): Fix black gif rendered on Chrome Android 2019-03-13 00:30:53 +01:00
Tixie
8c945d36bb style(capture): Test to remove scroll for landscape mobiles 2019-03-13 00:26:02 +01:00
Tixie
889494f569 feat(capture): Setup object-fit polyfill 2019-03-13 00:26:02 +01:00
Tixie
eaba57ec57 feat: Add object-fit 2019-03-13 00:26:02 +01:00
Tixie
cddf0ca346 style: Adapt welcome+download screens and capture progress bar to landscape mobile 2019-03-13 00:26:02 +01:00
Tixie
5cfa031c75 style: Setup a landscape design prototype 2019-03-13 00:26:02 +01:00
Tixie
13f28e1cf4 fix(Safari iOS): Prevent video to go fullscreen on capture beginning 🙅🙅🙅 2019-03-12 21:54:17 +01:00
wryk
481e30a01c refactor(gif encoder): expose an Event Emitter API 2019-03-12 20:14:54 +01:00
wryk
73d37d2c23 I sucks at git 2019-03-12 17:49:25 +01:00
wryk
7e7502f507 feat(capture option): Switch camera 2019-03-12 17:47:48 +01:00
wryk
8b5ec8f471 Merge branch 'refactor/use-parcel-bundler' of github.com:GlitchFamily/souvenir into refactor/use-parcel-bundler 2019-03-12 17:41:40 +01:00
wryk
84e58f0e8f feat(capture option): Switch camera 2019-03-12 17:41:30 +01:00
Tixie
8e5f0b5907 fix(capture option): Remove self-closing tag 2019-03-12 15:50:32 +01:00
Tixie
3d690ab416 chore(css): Add auto-prefixer 2019-03-12 15:45:24 +01:00
Tixie
ffbc9c069e style(capture options): Fix select appearance 2019-03-12 15:10:52 +01:00
wryk
e278ea149e refactor(preview): use bind to property feature 2019-03-12 12:38:51 +01:00
Tixie
8002296e79 feat: Add complete meta lines for pwa 2019-03-12 10:43:27 +01:00
Tixie
c68e1e856f chore(vuex): Setup strict mode 2019-03-12 10:34:41 +01:00
Tixie
4e5ba43dcb refactor: Reorganize assets 2019-03-12 10:33:10 +01:00
Tixie
6c3037e3c4 refactor: clean vue-cli vestiges 2019-03-12 10:14:14 +01:00
Tixie
332b4c4f03 refactor: clean service-worker vestiges 2019-03-12 10:09:48 +01:00
Tixie
7fabde0359 refactor: Put all vue files together in src/views 2019-03-12 10:07:32 +01:00
Tixie
bc93be0fd8 chore(csscomb): Update 2019-03-11 22:14:54 +01:00
Tixie
ec993fbbb7 chore: Re-setup eslint 2019-03-11 22:10:12 +01:00
Tixie
2285b58322 refactor: clean useless folders 2019-03-11 20:51:02 +01:00
Tixie
9b969ebeba refactor: Remove service worker import for now 2019-03-11 20:48:54 +01:00
Tixie
a997796388 fix(bundler): Remove self-closing syntax for components 2019-03-11 20:48:18 +01:00
wryk
a363a81f39 refactor(builder): replace vue-cli by parcel (wip) 2019-03-11 17:46:21 +01:00
Tixie
7dbdc405a2 feat(capture preview): Rescale on screen resize 2019-03-11 01:26:33 +01:00
Tixie
69e31c3304 feat(capture preview): Add ratio 1/1 2019-03-11 01:14:34 +01:00
wryk
f47554e6e1 use objectUrl instead of dataUrl 2019-03-10 23:35:26 +01:00
wryk
8eaafa6028 Merge branch 'master' of github.com:GlitchFamily/souvenir 2019-03-10 06:34:42 +01:00
wryk
7f985963b7 request front facing camera 2019-03-10 06:34:37 +01:00