-
Notifications
You must be signed in to change notification settings - Fork 9
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
Verse 48 translates opens Verse 1. #3
Comments
#5 Fixed |
hi @WirelessAlien do you know which issue is related to packaging of this app to fdroid. |
I don't know, according to this F-Droid should automatically detect the update within 2 days but it has not done it yet, so maybe I have to manually update the metadata. I have asked them what to do - Link |
ok i see a commit happened 19hr ago. |
ooh, thanks, I did not see that. There is no issue now, build completed - https://gitlab.com/fdroid/fdroiddata/-/pipelines/974742750 |
looks like the build failed for this app. you can check more stuff here some mismatch between their build and the binary in releases.
You have release version 3 does that fix the issue ? |
Yeah, it is a reproducible build issue. The v3 was not released to solve the fdroid issue, I added new features and I published it. May be we can skip the version 2.1 and try to build build v3.0 to see if that solves the issue Let's see what happens 😔 |
Something is wrong for fdroid. |
The issue is solved now but rebuild has not started, it will. See this - #8 |
BhagavadGitaApp/app/src/main/java/com/wirelessalien/android/bhagavadgita/activity/VerseDetailActivity.kt
Lines 133 to 135 in cc48a21
this above line uses
verse_number
to open translation.But the json has verse number resets for each chapter.
BhagavadGitaApp/app/src/main/assets/verse.json
Lines 566 to 577 in cc48a21
Thus the translation on verse 48 open verse 1 and not the correct verse.
so the code should ideally use
verse_order
instead ofveser_number
.ps: thanks for the app.
The text was updated successfully, but these errors were encountered: