Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Apr 22, 2022
  2. Apr 19, 2022
  3. Apr 14, 2022
  4. Mar 31, 2022
  5. Mar 28, 2022
    • rhenck's avatar
      Add software keyboard · 6e0cf490
      rhenck authored
      This can be enabled for TextFields and TextAreas and shows a keyboard
      at the bottom of the screen. This does NOT set the field to read-only
      which is probably wanted in a situation where the system keyboard is not
      to be used. For flexibility purposes it is not implicitly set and needs
      to be set manually. The same goes for other input assistance settings,
      which should not be used in addition to the keyboard but it is allowed.
      
      The keyboard has an extra switch to additionally show french special
      characters.
      6e0cf490
  6. Mar 18, 2022
  7. Mar 17, 2022
  8. Mar 01, 2022
  9. Feb 28, 2022
  10. Feb 09, 2022
    • rhenck's avatar
      Change all selector prefixes from "app" to "aspect" · a6bdf445
      rhenck authored
      This is done according to the Angular best practices and minimizes
      namespace collisions when using other packages which might use the same
      selectors.
      
      Technically the selectors are not even becessary since we use an Angular
      component factory to create element components but it is still useful
      for the DOM element naming, for debugging purposes for example.
      a6bdf445
  11. Jan 20, 2022
  12. Dec 13, 2021
  13. Nov 23, 2021
  14. Oct 29, 2021
  15. Oct 18, 2021
  16. Oct 15, 2021
  17. Oct 14, 2021
  18. Oct 05, 2021
  19. Oct 01, 2021
  20. Sep 30, 2021
    • jojohoch's avatar
      [player] Refactor validation messages · 4005b51e
      jojohoch authored
      * Delete validation message component
      * Use instead `mat-error` inside element components to take advantage
       of `mat-input-field`
      * Add get validators method to each form element component
      * Display validation messages via `error-transform` pipe
      4005b51e
  21. Sep 29, 2021
    • jojohoch's avatar
      [player] Fix centered layout · a37a90ac
      jojohoch authored
      * Bugfix for units without always visible page
      * Bugfix for aspect ratio over 50%
      * Integration of keyboard
      a37a90ac
  22. Sep 23, 2021
  23. Sep 21, 2021
  24. Sep 02, 2021
  25. Aug 18, 2021
  26. Aug 17, 2021
  27. Aug 16, 2021
Loading