Skip to content
Snippets Groups Projects
  1. Dec 14, 2021
  2. Dec 07, 2021
  3. Nov 24, 2021
  4. Nov 23, 2021
  5. Jul 01, 2021
  6. Jun 28, 2021
  7. Dec 09, 2020
  8. Dec 01, 2020
  9. Nov 30, 2020
  10. Nov 19, 2020
  11. Nov 17, 2020
  12. Nov 11, 2020
  13. Nov 09, 2020
  14. Nov 03, 2020
  15. Oct 28, 2020
  16. Oct 22, 2020
    • Reiter, Christoph's avatar
      Move the QR detection out of the redraw loop · a27d3e8e
      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.
      a27d3e8e
Loading