-
Notifications
You must be signed in to change notification settings - Fork 345
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
ReaderForSelfoss broke #1508
Comments
Thanks for reporting. What selfoss and Android version do you use? Are there any errors or will the app just crash? Are you able to get Android logs (e.g. by running I just tried running the version
I think that is just a remnant from the time the project used GitHub.
I think that is just the tarball auto-generated by Gitea from the repo. At least GitHub does the same thing.
Looking at the commit log, all of the last few changelogs have been only updated after the corresponding version was released. Perhaps this is a limitation of the automatic Fastlane workflow. Anyway, you can get the changes by comparing the tags directly https://gitea.amine-bouabdallaoui.fr/Louvorg/ReaderForSelfoss-multiplatform/compare/v124113301...v124113311
cc @aminecmi |
Selfoss is 2.19 + #1487. Android is stock Xiomi HyperOS on a Redmi Note 13 Something, so Android 14 plus some gunk (I don't root phones any more, life's too short and Google Pay is too convenient. Pretty sure Xiaomi is not to blame this time, though)
Or right, the same happens for me if I upgrade from the previous version of the app. Failure to login is something that happens after you clean the app data (I'll post those logs in another comment). Here is the log for the same crash on startup that you are probably experiencing:
|
[ ... continued ] Now, if you clear all app data and start the app again, it starts and presents you with the new connection screen. After you fill out the details and press "GO", you get this in logs after a while (and then you are back at the new connection screen):
|
[ ... moar ]
Yes, and you may notice that all those recent changes are just chores. |
@cmm sorry for the email issue. Your account is now activated. I'm looking into the issue. |
[ I realize this is not technically the right place to report issues with 3rd-party clients, but also kind of is because there is no other (working) outlet to do so at present, and this specific client is currently linked from the Selfoss home page, so ]
The breakage itself is inability to log in to the Selfoss instance, but something bigger and fishy-looking seems to be going on:
124113311-github
("-github"?). The corresponding source tarball ishttps://f-droid.org/repo/bou.amine.apps.readerforselfossv2.android_124113311_src.tar.gz
.v124113311
exists on "releases" page (the tarball linked from there is different from the one used by F-Droid, but source code therein seems identical apart from some Gradle stuff), but there are no commits in the repository, reachable from the release tag, that correspond to the (quite non-trivial) changelog of the F-Droid build. In fact,CHANGELOG.md
on both themaster
branch and thev124113311
tag ends at the previous release (v124113301
). On therelease
branch it does end onv124113311
, but with a trivial chore-only list of changes.FYI to anyone affected, I guess.
The text was updated successfully, but these errors were encountered: