0
0
mirror of https://github.com/mueller-ma/PrepaidBalance.git synced 2024-09-19 16:02:14 +02:00
Commit Graph

327 Commits

Author SHA1 Message Date
mueller-ma
98ec5f20bd Add default USSD code for Vodafone Germany 2021-06-09 22:00:44 +02:00
mueller-ma
65637f3819 Show as refreshing after permission granted 2021-06-09 13:55:16 +02:00
mueller-ma
c470b3eb11 Provide default USSD code based on provider
Closes #10
2021-06-09 13:53:51 +02:00
mueller-ma
9ac4c56999 Display MCC and MNC in Settings
Prepare for #10
2021-06-09 13:23:09 +02:00
mueller-ma
2a14f76784 Improve regex 2021-06-09 09:32:18 +02:00
mueller-ma
4f7ea9a66d Bump to 0.3
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2021-06-09 08:52:46 +02:00
mueller-ma
0ad0dd37ab Add issue template 'Failed to get current balance' 2021-06-09 08:50:35 +02:00
mueller-ma
1b3f9c8717 Fix parsing for Vodafone Germany 2021-06-09 08:44:13 +02:00
mueller-ma
8cf0db45f1
Add "Android permissions" to Readme 2021-06-08 10:39:11 +02:00
dependabot[bot]
210fca316d
Bump kotlin_version from 1.5.0 to 1.5.10 (#8)
Bumps `kotlin_version` from 1.5.0 to 1.5.10.

Updates `kotlin-gradle-plugin` from 1.5.0 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.0...v1.5.10)

Updates `kotlin-stdlib` from 1.5.0 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.0...v1.5.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 09:43:42 +02:00
dependabot[bot]
dbf07ef1bb
Bump fragment-ktx from 1.3.3 to 1.3.4 (#5)
Bumps fragment-ktx from 1.3.3 to 1.3.4.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 09:37:28 +02:00
dependabot[bot]
d2c1f2256e
Bump core-ktx from 1.3.2 to 1.5.0 (#6)
Bumps core-ktx from 1.3.2 to 1.5.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 08:49:48 +02:00
dependabot[bot]
5f7a14e1b0
Bump appcompat from 1.2.0 to 1.3.0 (#7)
Bumps appcompat from 1.2.0 to 1.3.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 08:49:41 +02:00
mueller-ma
5119e98f3b
Use Log.d in ReponseParser (#4) 2021-05-17 17:49:25 +02:00
mueller-ma
749ee18aa7 Add more logging 2021-05-17 15:22:24 +02:00
mueller-ma
c8cd29dfa6 Add option to not save duplicates 2021-05-17 15:18:13 +02:00
mueller-ma
c8f46e2181 Add Context.prefs() 2021-05-17 15:02:27 +02:00
mueller-ma
6d9c32840e Use formatAsCurrency() instead of Java string format 2021-05-16 20:18:11 +02:00
mueller-ma
9c70b9cbcd Rearange dependencies 2021-05-16 20:15:21 +02:00
mueller-ma
9676c3e2a1 Bump to 0.2
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2021-05-16 19:57:21 +02:00
mueller-ma
7c1b019120 Remove unused resources 2021-05-16 19:57:02 +02:00
mueller-ma
f382741af0 Ignore lint errors 2021-05-16 19:51:04 +02:00
dependabot[bot]
c638e89b35
Bump gradle from 4.2.0 to 4.2.1 (#3)
Bumps gradle from 4.2.0 to 4.2.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-16 19:42:27 +02:00
dependabot[bot]
62404f68e2
Bump kotlin_version from 1.4.32 to 1.5.0 (#2)
Bumps `kotlin_version` from 1.4.32 to 1.5.0.

Updates `kotlin-gradle-plugin` from 1.4.32 to 1.5.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.32...v1.5.0)

Updates `kotlin-stdlib` from 1.4.32 to 1.5.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.32...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-16 19:39:08 +02:00
imgbot[bot]
d5bb9707b3
[ImgBot] Optimize images (#1)
*Total -- 923.91kb -> 845.77kb (8.46%)

/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png -- 54.44kb -> 21.91kb (59.76%)
/fastlane/metadata/android/en-US/images/icon.png -- 17.32kb -> 15.09kb (12.91%)
/fastlane/metadata/android/en-US/images/featureGraphic.png -- 830.99kb -> 787.78kb (5.2%)
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- 12.52kb -> 12.37kb (1.16%)
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- 8.64kb -> 8.62kb (0.25%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-16 18:35:36 +02:00
mueller-ma
adfb0613f3 Fix test 2021-05-16 18:30:44 +02:00
mueller-ma
7a095cafd6 Inital commit 2021-05-16 18:26:18 +02:00