Commit graph

155 commits

Author SHA1 Message Date
wryk
c361e6b8ac refactor(app state): reduce global state size 2019-04-06 19:53:36 +02:00
Tixie
4e5a57c72c fix(download): Redirect when there is no gif 2019-04-06 19:53:36 +02:00
Tixie
d84307dbc4 feat(router): Switch to history mode 2019-04-06 19:53:36 +02:00
Tixie
d75e606b1e fix(capture): Handle when camera isn't allowed 2019-04-06 19:53:36 +02:00
wryk
a3d6e2f4b9 refactor(routing): add vue router 2019-04-06 19:53:36 +02:00
Tixie
ec1e452118 style(capture mobile landscape): Put capture button in the middle 2019-04-05 01:46:03 +02:00
Tixie
21e1fee035 style(capture): Update switch button's icon 2019-04-05 01:46:03 +02:00
Tixie
667ce7f9a6 docs: Add license 2019-03-22 22:24:41 +01:00
wryk
4b4c3bac1b fix(preview/capture) flip with user facing camera 2019-03-22 17:30:04 +01:00
wryk
3c4652f6b0 turbo feat(configuration): up framerate to 15fps 2019-03-18 15:57:24 +01:00
wryk
d7132f95e5 fix(code style): fix lint and rename vars 2019-03-18 15:48:21 +01:00
wryk
061b739ad2 refactor(navigation): better camera usage 2019-03-18 15:25:20 +01:00
wryk
0ab48094fc fix(capture): show preview during encoding too 2019-03-18 12:15:35 +01:00
Tixie
cc3c3b2d75 feat: Capture in 350x350px 2019-03-18 11:25:18 +01:00
Tixie
73824f3aec style(encoding overlay): Reduce progress bar's transition time 2019-03-18 11:24:54 +01:00
wryk
c2361f5a7c fix(capture): preview is now available after back 2019-03-18 11:17:31 +01:00
Tixie
9691a18ac1 style(capture): Add a disabled style for capture button 2019-03-15 23:55:58 +01:00
Tixie
84aabe3c24 style(progress bar in encoding overlay): Make progress smoother 2019-03-15 23:50:03 +01:00
Tixie
0b5035a7ad style(layout): Fix layout alignement in mobile landscape 2019-03-15 23:44:17 +01:00
Tixie
0f6c1743f0 style(encoding overlay): Add new design with better progress feedback 2019-03-15 23:43:14 +01:00
Tixie
55d86cc642 feat(encoding overlay): Show a simple percentage of the progress 2019-03-15 22:50:01 +01:00
Tixie
6b893f272d feat(welcome): Add an alert when there is no camera or it's not allowed 2019-03-15 20:47:32 +01:00
wryk
bcf1dc9b52 fix(capture): enable/disable capture button 2019-03-15 20:43:48 +01:00
Tixie
81d0919f2a style(welcome): Adapt new design for mobile landscape 2019-03-15 20:33:25 +01:00
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