Commit graph

509 commits

Author SHA1 Message Date
Bruno Windels ab3c7b7d1f Use postcss plugins to fix flexbox bugs in IE11 and lack of css vars 2020-08-07 18:15:53 +01:00
Bruno Windels eb92b9a086 Disable rubberband scrolling for IE11 2020-08-07 18:15:17 +01:00
Bruno Windels e054dfb623 Merge branch 'master' into bwindels/legacy-css 2020-08-07 17:03:45 +01:00
Bruno Windels 9084dcd536
Merge pull request #3 from vector-im/bwindels/rename
More renaming
2020-08-07 14:17:47 +00:00
Bruno Windels 227e331435
Merge pull request #2 from vector-im/bwindels/ie11
Add IE11 support in Javascript
2020-08-07 13:51:37 +00:00
Bruno Windels fdc7f60f4d Build legacy bundle from same entry point as normal build
as the plan is to only use different CSS for IE11, but the same view code
2020-08-07 15:50:18 +01:00
Bruno Windels b0599e1b2f Merge branch 'master' into bwindels/ie11 2020-08-07 15:24:36 +01:00
Bruno Windels a0c8d147c3 Use parentNode, parentElement is not supported on IE11 2020-08-07 15:07:44 +01:00
Bruno Windels b1dd3933e2 WIP 2020-08-07 11:16:46 +01:00
Bruno Windels cb96cc7f36 Merge branch 'master' of github.com:vector-im/hydrogen-web into master 2020-08-07 11:16:23 +01:00
Bruno Windels a7acb0278d Element.remove polyfill 2020-08-07 11:14:07 +01:00
Bruno Windels 8a9bc315e6 don't pass core-js through babel
this is what caused the bundle not to load in IE11
2020-08-07 10:08:31 +02:00
Bruno Windels 395bd8e8d4 split up rollup input and output config to prevent warnings 2020-08-07 10:08:08 +02:00
Bruno Windels 73c0a92377 Add .closest polyfill 2020-08-06 10:38:38 +01:00
Bruno Windels 2accab9cb4 WIP 2020-08-05 18:17:35 +01:00
Bruno Windels a02e2e9426 rename brawl to hydrogent in manifest 2020-08-05 19:09:58 +02:00
Bruno Windels 5816ccfef0 change author 2020-08-05 19:08:11 +02:00
Bruno Windels 1699600ffc fix test 2020-08-05 19:06:54 +02:00
Bruno Windels 3154b047a6 Merge branch 'bwindels/ie11' of github.com:vector-im/hydrogen-web into bwindels/ie11 2020-08-05 19:02:42 +02:00
Bruno Windels d0ba894e2d apply new license headers in new code 2020-08-05 18:59:16 +02:00
Bruno Windels 45bd49861b Add build for IE 11 2020-08-05 18:56:06 +02:00
Bruno Windels 5ddc02ebc8 XHR request support for legacy browsers 2020-08-05 18:56:06 +02:00
Bruno Windels e8e9740521 Move timeout to fetch, as XHR has native timeout support 2020-08-05 18:56:06 +02:00
Bruno Windels 3a5e3a69f2 fix postcss api change (breaking semver?) 2020-08-05 18:56:06 +02:00
Bruno Windels 0434af5049 Merge remote-tracking branch 'upstream/master' 2020-08-05 18:55:06 +02:00
Bruno Windels 5c50a48eb5 Add build for IE 11 2020-08-05 16:47:48 +00:00
Bruno Windels ab72d5fdf8
Merge pull request #59 from bwindels/bwindels/add-license
License project under Apache License 2
2020-08-05 16:45:21 +00:00
Bruno Windels ff6dd67a8d change license field in manifest 2020-08-05 18:45:00 +02:00
Bruno Windels eec9bc21a0 add full license text 2020-08-05 18:40:45 +02:00
Bruno Windels 00a85697ab add license header in all source files 2020-08-05 18:38:55 +02:00
Bruno Windels 69142909d9 XHR request support for legacy browsers 2020-08-05 15:37:37 +00:00
Bruno Windels b26bc69042 Move timeout to fetch, as XHR has native timeout support 2020-08-05 15:36:44 +00:00
Bruno Windels bfcb23ee74 fix postcss api change (breaking semver?) 2020-08-04 18:02:34 +01:00
Bruno Windels 4b2a47fac7
Update README.md 2020-08-04 15:01:34 +00:00
Bruno Windels c46e2d6397
Update README.md
rename to hydrogen
2020-08-04 14:56:19 +00:00
Bruno Windels 0dcdf35821
Update README.md 2020-07-15 12:32:38 +00:00
Bruno Windels 24bf074aa3 wip timeline html/css prototype 2020-06-24 22:43:59 +02:00
Bruno Windels b96b68a11e doc changes 2020-06-24 22:43:46 +02:00
Bruno Windels e2c8b5e595 pass vm field to emitChange 2020-06-24 22:43:29 +02:00
Bruno Windels 40c19f867a
Update README.md 2020-06-03 12:38:47 +00:00
Bruno Windels 9712b397ce add TODO comment 2020-05-26 10:31:23 +02:00
Bruno Windels 464615ab21 update notes 2020-05-26 10:30:30 +02:00
Bruno Windels 209aa77a2e add some e2ee impl notes 2020-05-13 10:20:53 +02:00
Bruno Windels 0e5ad9805a use intrinsic aspect-ratio supported by chrome and firefox (although not safari) 2020-05-13 10:20:28 +02:00
Bruno Windels aa0692da3e release v0.0.27 2020-05-10 11:56:50 +02:00
Bruno Windels 1ec2543467 fix image aspect ratio when scaling, again
also when image hasn't loaded yet to prevent scroll position jumps
2020-05-10 11:56:05 +02:00
Bruno Windels c73bf96a58 release v0.0.26 2020-05-10 10:00:35 +02:00
Bruno Windels 174b0b7d52 disable pull to refresh on android 2020-05-10 10:00:13 +02:00
Bruno Windels d79e34e450 fix image height scaling when full width doesn't fit on screen 2020-05-10 09:59:51 +02:00
Bruno Windels b277d39ecf release v0.0.25 2020-05-09 21:23:04 +02:00