Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use spaceapi-kt for parsing, add v14 support #85

Closed
wants to merge 5 commits into from

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    605280c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Add some code comments

    I hope this makes it a bit easier to read :)
    dbrgn committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    5c0a68a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Replace parser classes with spaceapi-kt based parsing

    Besides replacing the JSON / HashMap based parser, the whole layout
    setup code was also refactored. A few helpers were added to make the
    code a bit cleaner.
    
    The widget can be added but currently doesn't seem to work on Android
    11. However, as far as I know, it did not work previously either.
    Probably some APIs changed.
    dbrgn committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    501d9a6 View commit details
    Browse the repository at this point in the history
  2. Improve DE translation strings

    Co-authored-by: Matthias Jacob <[email protected]>
    dbrgn and cyroxx committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    99876b5 View commit details
    Browse the repository at this point in the history
  3. Reduce severity of MissingTranslation lint to warning

    This allows landing PRs and releases even if not all translation files
    are up to date. (If a string is missing, the english string is used as
    fallback. That's fine, translations should be done on a best-effort
    basis.)
    dbrgn committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    71dffce View commit details
    Browse the repository at this point in the history