-
Notifications
You must be signed in to change notification settings - Fork 11
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
Another missing parsing of a Vodafone USSD response #255
Labels
bug
Something isn't working
Comments
mueller-ma
added a commit
that referenced
this issue
Nov 6, 2023
mueller-ma
added a commit
that referenced
this issue
Nov 6, 2023
mueller-ma
added a commit
that referenced
this issue
Nov 6, 2023
I thought this is easy to fix, but it seems |
I replace many special chars by whitespace here: https://github.com/mueller-ma/PrepaidBalance/blob/main/app/src/main/java/com/github/muellerma/prepaidbalance/utils/ResponseParser.kt#L25 |
mueller-ma
added a commit
that referenced
this issue
Nov 20, 2023
mueller-ma
added a commit
that referenced
this issue
Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The German Vodafone reseller "Lidl Connect" recently sent a USSD response that includes the service phone number 22922, which is currently misinterpreted as an account balance "22.922,00". See the screenshot:
App version 2.3 from F-Droid. (The marked "9,00" at the top of the screen seems to be fixed with v2.4, which is not on F-Droid yet.)
Device (please complete the following information):
This is similar to issue #249.
The cycling cat
The text was updated successfully, but these errors were encountered: