Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jan 15, 2024
  2. Apr 19, 2023
  3. Jan 19, 2023
  4. Dec 16, 2022
  5. Nov 02, 2022
  6. Sep 21, 2022
  7. Aug 25, 2022
  8. May 20, 2022
  9. May 19, 2022
  10. May 18, 2022
  11. May 12, 2022
  12. May 09, 2022
  13. May 06, 2022
  14. Apr 28, 2022
  15. Apr 22, 2022
  16. Apr 19, 2022
  17. Apr 14, 2022
  18. Mar 31, 2022
  19. 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
  20. Mar 18, 2022
  21. Mar 17, 2022
  22. Mar 01, 2022
  23. Feb 28, 2022
  24. 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
Loading