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 27, 2022
  2. Apr 22, 2022
  3. Apr 14, 2022
  4. Apr 13, 2022
  5. Apr 12, 2022
  6. Apr 11, 2022
  7. 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
  8. Mar 17, 2022
  9. Mar 14, 2022
  10. Mar 07, 2022
  11. Mar 03, 2022
    • jojohoch's avatar
      [player] Refactor MediaPlayerService · a9348b39
      jojohoch authored
      Replace the direct method calls in media player components with events.
      For this purpose, expand the inputs of the media player components that
      are defined in the ElementMediaPlayerGroupComponent.
      a9348b39
  12. Mar 02, 2022
    • jojohoch's avatar
      [player] Add NavigationService for page navigation · d45bfc58
      jojohoch authored
      belongs to commit #f6668bdd
      d45bfc58
    • rhenck's avatar
      Refactor unit definition and sanatizer · 874c1af3
      rhenck authored
      - Units and element are now built via the factory. This ensures only the
        wanted properties are present. All others are discarded.
      - Since the sanatizer is supposed to check the unit defintion version
        it is used by player and editor and therefore put in common.
        This in turn makes it necessary to put the JSON resolver settings
        in the root-TSConfig file.
      - Renamed a couple of properties to have clearer names.
      874c1af3
  13. Mar 01, 2022
  14. Feb 28, 2022
  15. Feb 22, 2022
  16. Feb 17, 2022
    • rhenck's avatar
      Rework models from classes to interfaces · f416ce14
      rhenck authored
      This removes all the classes and goes back to simple interfaces for
      unit, pages etc and all elements. This makes creating them easier and
      cleaner.
      Things like specific needs when setting element properties and most
      importantly compatibility handling is done by a special service module,
      that knows all the elements and how to repair old their potentially
      outdated definitions.
      f416ce14
  17. Feb 16, 2022
  18. Jan 24, 2022
  19. Jan 21, 2022
    • jojohoch's avatar
      [player] Fix restoring of drop lists · b2d8ef81
      jojohoch authored
      Change creation of the list of possible drop list values.
      The values can be found at different hierarchy levels in the unit
      definition, as they can be sub elements of cloze elements
      b2d8ef81
  20. Jan 20, 2022
  21. Jan 18, 2022
  22. Jan 13, 2022
    • jojohoch's avatar
      [player] Calculate centering of layout · 76832ef7
      jojohoch authored
      Fixed-width pages are always centered in the browser, even if the
      specified percentage is not equal to 50%.
      
      The percentage weighting of the pages has an effect if the width of the
      pages is greater than the width of the browser window.
      76832ef7
  23. Jan 10, 2022
  24. Jan 06, 2022
Loading