-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Crashes of version 46 (1.3.2) #393
Labels
bug
Something isn't working
Comments
LivingWithHippos
added a commit
that referenced
this issue
Sep 26, 2024
LivingWithHippos
added a commit
that referenced
this issue
Sep 26, 2024
* fixed wrong int -> float formatting in torrent notification see #393 * Update libs.versions.toml * bumped version for release * updated symbols for debugging in release * fixed wrong version file link * better new version check Beta * user data caching * formatted code
LivingWithHippos
added a commit
that referenced
this issue
Sep 26, 2024
LivingWithHippos
added a commit
that referenced
this issue
Nov 29, 2024
see java.lang.IllegalArgumentException on #393
LivingWithHippos
added a commit
that referenced
this issue
Nov 29, 2024
* updated dependencies * fixed string plurals errors * added test for plurals * updated dependency * possible fix for crash on list tab fragment restoral see java.lang.IllegalArgumentException on #393 * fixed crash on opening links with an app missing exported=true * print error instead of crashing on download issues * bumped version for release * formatted code * removed plugins * updated changelogs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Multiple small issues causing crashes to people upgrading to this version, start from the previous version and update to this one to check these.
First one has a lot of errors, second and third one just some and the others have a single one and could be ignored
java.util.IllegalFormatConversionException
seems like we tried to format a float with something that wasn't a float in the torrent notification service
java.lang.IllegalArgumentException
Issue with retrieving the login token, probably a call done when the login is not up or when credentials are deleted
java.lang.IllegalArgumentException
no idea
android.content.res.Resources$NotFoundException
missing quantity string for something in the torrent details fragment
java.lang.RuntimeException
missing hilt tag in the torrent service? check tutorial
android.database.sqlite.SQLiteConstraintException
check the foreign keys in the repository data dao related entities
The text was updated successfully, but these errors were encountered: