-
Notifications
You must be signed in to change notification settings - Fork 29
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
Updates / Maintenance #92
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I hope this makes it a bit easier to read :)
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.
Co-authored-by: Matthias Jacob <[email protected]>
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.)
Use spaceapi-kt for parsing, add v14 support fixme-lausanne#85
This allows us to re-publish the app as a new application.
Replace the old app icon with a new, adaptive icon. Fixes #2.
Prepare release 2.0.0
Previously the data was loaded from cache, even if the refresh button was pressed.
Thanks Google for kicking us out of the Play Store for "inactivity" 🙄 For resubmission we need a different application ID.
This is a temporary suffix until the old app is pulled from stores.
Maintenance 2023
- Version information - License - Repository URL and button to visit it
- Button doesn't seem to work on API 31, remove it and replace it with linked URL instead - Fix a few layout bugs - Remove unused imports
Add about entry in the settings
- refactoring widget update into its own method - shortcutting redirection of update though scheduled delay to in-app instant update
This fixes a parsing bug for certain endpoints. See spaceapi-community/spaceapi-kt#35
Tue to a server configuration issue(?), fetching directory.spaceapi.io can currently take quite a long time. Instead, use the directory from GitHub directly, until this is fixed.
Some cleanup
Timestamp formatting
Note: Unsigned commit because I'm travelling. Next one will be signed again.
Add MAINTENANCE.md
This resolves a parsing error for certain endpoints (#50).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Google Play needs a new release before the end of the month to avoid getting kicked out.
Use that occasion to update dependencies.