-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Release 2.2.2 #969
Release 2.2.2 #969
Conversation
This is somewhat weird, everything is building fine locally with Android Studio 🤔 |
Thanks!
That's what CI is for ;) You rarely test everything locally. |
@Altonss want me to push out this release? Did you test it? Also on clean install? |
It works fine for me on Android 5 emulator, and Android 13 device (clean |
Should be released now: https://github.com/grote/Transportr/releases/tag/2.2.2 |
@grote let's keep it beta for now. There seems to be a crash on Android 14, see #972, I cannot reproduce on Android 14 emulator :/ Maybe the best is to keep in beta, and also disable this build on F-Droid so it doesn't get pushed out other then GPlay beta while we investigate the bug? |
Exception java.lang.RuntimeException: An error occurred while executing doInBackground() |
Exception java.lang.IllegalArgumentException: Null Island is not a valid location |
Indeed that's what has been raised #972. I think I already have a fix for this (probably due to difference between the debug build and the release build). |
Always good to test the release build ;) |
Indeed, sorry for the oversight :/ (But it's a bit of a pain to make in work Android Studio ^^ by setting up a new fake release key, and I would have thought the CI is also testing the release build). Anyway, I'll test the fix for both release and debug build this time :) |
Is this a separate bug not related to slf4j or just the continuation of the stack trace? |
No fake key needed, just make a new "test key" and do this: https://github.com/grote/Transportr/blob/master/app/build.gradle#L67 then you can always use that to make release builds. |
separate bug it seems. I just pasted the stacktraces from google play here. |
@grote Pushed the small fix to master (wanted to do it through a PR, but inadvertadly pushed directly in github web ui, sorry for that :/ ) |
if nobody is there to review your stuff, feel free to push to master directly, faster this way. let me know when you want a new release. I paused beta track on google play. |
Here are the steps to follow when preparing a new release. Please check the following boxes with an x when done:
[ ] update translations from Transifex using tx pull --mode=developer -a in the root folder (you need proper permissions to do that)(I'm not sure I have the permissions, and it's probably not really usefull)[ ] add newly supported languages to the two arrays in app/src/main/res/values/arrays.xmlThis release will fix #960