- Dec 01, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 19, 2020
-
-
Reiter, Christoph authored
-
- Nov 17, 2020
-
-
Reiter, Christoph authored
Takes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
-
Steinwender, Tamara authored
-
- Nov 11, 2020
-
-
Steinwender, Tamara authored
-
- Nov 09, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 03, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We already do all this in createVideoElement
-
Reiter, Christoph authored
We no logner use that library and the "qr-scanner" altternative turned out to be better, so remove it completely.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 28, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 22, 2020
-
-
Reiter, Christoph authored
We now queue it and in the callback check if the scan is still active, and go from there. This means we redraw all the time and detect mostly in the background. This results in worse perf with the old library since that isn't async, but we can always revert if needed.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This allows the detection to be async and pasue execution between capturing the image, analyzing it and then finally drawing it.
-
Reiter, Christoph authored
With both being async it's hard to follow what would happen if both run at the same time, so just prevent it and serialize start/stopping instead.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
so 'this' is the same
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This lets the user decide what to do (like scrolling)
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Instead handle everything throuh property updates.
-
Reiter, Christoph authored
Instead stop it form outside which gives us more control.
-
- Oct 21, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This way we can extend the message with more data in the future if needed.
-