0
0
mirror of https://github.com/mueller-ma/PrepaidBalance.git synced 2024-09-20 00:12:15 +02:00
App to check your prepaid balance
Go to file
dependabot[bot] d687d4cf14
Bump fragment-ktx from 1.4.1 to 1.5.0 (#101)
Bumps fragment-ktx from 1.4.1 to 1.5.0.

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: mueller-ma <mueller-ma@users.noreply.github.com>
2022-07-21 20:56:27 +02:00
.github Bump actions/setup-java from 2 to 3 (#73) 2022-04-11 07:54:19 +02:00
.idea Bump gradle from 7.1.3 to 7.2.0 (#83) 2022-05-11 21:03:49 +02:00
app Bump fragment-ktx from 1.4.1 to 1.5.0 (#101) 2022-07-21 20:56:27 +02:00
assets Fix F-Droid badge (#75) 2022-05-01 19:15:19 +02:00
fastlane/metadata/android Bump to 1.8 2022-07-17 15:31:35 +02:00
gradle/wrapper Bump gradle from 7.1.3 to 7.2.0 (#83) 2022-05-11 21:03:49 +02:00
.gitignore Show last USSD response in settings 2021-12-01 14:52:37 +01:00
build.gradle Bump kotlin_version from 1.7.0 to 1.7.10 (#102) 2022-07-17 15:29:59 +02:00
crowdin.yml Add title.txt to Fastlane metadata 2022-05-01 19:16:50 +02:00
gradle.properties Inital commit 2021-05-16 18:26:18 +02:00
gradlew Inital commit 2021-05-16 18:26:18 +02:00
gradlew.bat Inital commit 2021-05-16 18:26:18 +02:00
LICENSE Inital commit 2021-05-16 18:26:18 +02:00
README.md Add a note about menu-based USSD codes 2022-07-21 16:43:42 +02:00
SECURITY.md Inital commit 2021-05-16 18:26:18 +02:00
settings.gradle Inital commit 2021-05-16 18:26:18 +02:00

Prepaid balance

Build App CodeFactor Crowdin

This app keeps track of your prepaid balance. It can automatically record it and post a notification if your balance drops under a configurable threshold. It does so by parsing the response of a USSD code, that can be set in the settings.

Get it on F-Droid

Screenshot

Translations

App strings and the app store description can be translated via Crowdin: https://crowdin.com/project/prepaidbalance

Translations have to be approved before being merged into the app. To become a translator with approval rights or to request a new language, please poke me on Crowdin or open an issue here on GitHub.

Troubleshooting

You might run into on of these issues with the app:

  • The USSD code is different than the default. In this case please configure the correct one and open an issue, so I can change the default code for your provider.
  • Your provider doesn't provide a USSD code to query your prepaid balance. In this case you cannot use this app.
  • The USSD code to query the balance is "menu based", i.e. if you enter it in the dialer app, you get a menu. See this issue for more details.
  • Depending on the response pattern the parsing might fail. In this case please open an issue.

Android permissions

  • CALL_PHONE: Used to query USSD codes.
  • ACCESS_NETWORK_STATE, RECEIVE_BOOT_COMPLETED, FOREGROUND_SERVICE, WAKE_LOCK: Used by WorkManager to ensure work constraints are met and running workers aren't killed.

Credits