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
f3e56a91bd Bump to 2.7
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2024-07-22 19:38:44 +02:00
Jules Kerssemakers
b2de4df46f
Settings: use displayName if carrierName is not set. (#297)
This avoids a UI-bug.
If the SIM selected by prepaid balance setting has an empty carrierName, the settings UI element will mis-detect this as "Not Set".

Co-authored-by: Jules Kerssemakers <jules.kerssemakers@gmail.com>
2024-07-22 19:35:30 +02:00
mueller-ma
d2d5940ec7 Bump to 2.6
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2024-05-01 09:59:08 +02:00
renovate[bot]
15b43c57c0
Update about_libraries_version to v11.1.3 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-01 09:55:12 +02:00
renovate[bot]
1dca76f612
Update dependency com.android.tools.build:gradle to v8.3.2 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-01 09:55:02 +02:00
renovate[bot]
51a597d092
Update plugin com.google.devtools.ksp to v1.9.23-1.0.20 (#286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-01 09:54:19 +02:00
renovate[bot]
91833d1421
Update dependency androidx.core:core-ktx to v1.13.0 (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-01 09:54:11 +02:00
renovate[bot]
f3a78f3da3
Update about_libraries_version to v11 (#283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:16:58 +02:00
renovate[bot]
af8978f90b
Update dependency gradle to v8.7 (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:16:14 +02:00
renovate[bot]
f4343b6565
Update kotlin monorepo to v1.9.23 (#279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:15:55 +02:00
renovate[bot]
233bdb6683
Update plugin com.google.devtools.ksp to v1.9.23-1.0.19 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:15:41 +02:00
renovate[bot]
4f7d450244
Update dependency com.android.tools.build:gradle to v8.3.1 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:15:31 +02:00
mueller-ma
ce94183bb6
Use Renovate (#276) 2024-02-07 16:51:20 +00:00
Jules Kerssemakers
3021e051f5
speed up annotation processing: migrate Room kapt->ksp (#273)
* Bump kotlin idea-plugin to match updated kotlin.
* Migrate Room annotation processing to faster Kotlin-Symbol-Processing

per IDE suggestion, see also: https://developer.android.com/build/migrate-to-ksp
2024-02-07 16:48:53 +00:00
dependabot[bot]
dd66bb1c14
Bump com.android.tools.build:gradle from 8.1.2 to 8.2.2 (#271)
Bumps com.android.tools.build:gradle from 8.1.2 to 8.2.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 16:17:08 +00:00
mueller-ma
bd66ed4f28
Update gradle to 8.6 (#274) 2024-02-06 17:13:17 +01:00
dependabot[bot]
1e54d41047
Bump gradle/wrapper-validation-action from 1 to 2 (#270)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-03 16:40:27 +01:00
dependabot[bot]
2bb9ab555a
Bump about_libraries_version from 10.8.3 to 10.10.0 (#266)
Bumps `about_libraries_version` from 10.8.3 to 10.10.0.

Updates `com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin` from 10.8.3 to 10.10.0

Updates `com.mikepenz:aboutlibraries` from 10.8.3 to 10.10.0
- [Release notes](https://github.com/mikepenz/AboutLibraries/releases)
- [Commits](https://github.com/mikepenz/AboutLibraries/compare/v10.8.3...v10.10.0)

---
updated-dependencies:
- dependency-name: com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.mikepenz:aboutlibraries
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 17:52:25 +01:00
dependabot[bot]
0e293959fc
Bump com.google.android.material:material from 1.10.0 to 1.11.0 (#267)
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 17:52:00 +01:00
dependabot[bot]
7db7589b10
Bump kotlin_version from 1.9.21 to 1.9.22 (#268)
Bumps `kotlin_version` from 1.9.21 to 1.9.22.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.21 to 1.9.22
- [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.9.21...v1.9.22)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 1.9.22
- [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.9.21...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 17:51:43 +01:00
dependabot[bot]
e6a7062773
Bump actions/stale from 8 to 9 (#269)
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 17:51:31 +01:00
dependabot[bot]
2742f11f22
Bump room_version from 2.6.0 to 2.6.1 (#261)
Bumps `room_version` from 2.6.0 to 2.6.1.

Updates `androidx.room:room-runtime` from 2.6.0 to 2.6.1

Updates `androidx.room:room-ktx` from 2.6.0 to 2.6.1

Updates `androidx.room:room-compiler` from 2.6.0 to 2.6.1

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 22:03:41 +01:00
dependabot[bot]
4be4a16821
Bump androidx.work:work-runtime-ktx from 2.8.1 to 2.9.0 (#264)
Bumps androidx.work:work-runtime-ktx from 2.8.1 to 2.9.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 21:58:19 +01:00
dependabot[bot]
e213398c90
Bump kotlin_version from 1.9.20 to 1.9.21 (#260)
Bumps `kotlin_version` from 1.9.20 to 1.9.21.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.20 to 1.9.21
- [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.9.20...v1.9.21)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.20 to 1.9.21
- [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.9.20...v1.9.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 21:57:58 +01:00
dependabot[bot]
a0de584179
Bump androidx.fragment:fragment-ktx from 1.6.1 to 1.6.2 (#259)
Bumps androidx.fragment:fragment-ktx from 1.6.1 to 1.6.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 21:57:49 +01:00
dependabot[bot]
f8e49fce21
Bump actions/setup-java from 3 to 4 (#258)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 21:56:49 +01:00
mueller-ma
158096b6e4 Bump to 2.5
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-11-20 21:06:46 +01:00
mueller-ma
4f606ad9fd
Catch one more invalid reponse (#256)
Closes #255
2023-11-20 20:50:17 +01:00
mueller-ma
bfcc6afe72
New translations strings.xml (Polish) (#257) 2023-11-20 20:45:19 +01:00
mueller-ma
571d3079d1
New Crowdin updates (#254) 2023-11-06 17:55:32 +01:00
mueller-ma
01ce9280e1 Ignore case in NoBalanceParser 2023-11-06 17:51:35 +01:00
mueller-ma
3267b9e6df Bump to 2.4
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-11-05 12:45:25 +01:00
mueller-ma
b24e64470d Add hidden button to add demo values 2023-11-05 12:44:33 +01:00
mueller-ma
5b75669ab4
Long-press to delete an entry (#253) 2023-11-05 11:39:11 +00:00
mueller-ma
9008c37044
Require telephony feature and fix other issues in manifest (#252) 2023-11-05 12:21:14 +01:00
mueller-ma
6135ec5758
Prepare for Android 14 (#251) 2023-11-05 12:18:40 +01:00
mueller-ma
3e49d75740
Ignore service message of Vodafone (#250)
Closes #249
2023-11-05 12:07:53 +01:00
mueller-ma
58fc75b8f3
New translations strings.xml (Bulgarian) (#241) 2023-10-02 13:15:12 +02:00
dependabot[bot]
0c0fc91ddc
Bump actions/checkout from 3 to 4 (#242)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 13:14:25 +02:00
dependabot[bot]
05cdf2540b
Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 (#245)
Bumps com.android.tools.build:gradle from 8.1.1 to 8.1.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 13:14:13 +02:00
dependabot[bot]
828860fd59
Bump kotlin_version from 1.9.0 to 1.9.10 (#238)
Bumps `kotlin_version` from 1.9.0 to 1.9.10.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 08:37:26 +02:00
dependabot[bot]
0832f65c93
Bump androidx.preference:preference-ktx from 1.2.0 to 1.2.1 (#239)
Bumps androidx.preference:preference-ktx from 1.2.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.preference:preference-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 08:37:19 +02:00
dependabot[bot]
3848ce583a
Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 (#240)
Bumps com.android.tools.build:gradle from 8.1.0 to 8.1.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 08:37:11 +02:00
mueller-ma
97a8453a99 Bump to 2.3
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2023-08-09 09:15:42 +02:00
mueller-ma
afc6a95677 Enable automatic per-app language support
https://developer.android.com/guide/topics/resources/app-languages#auto-localeconfig
2023-08-09 09:11:19 +02:00
dependabot[bot]
d7a4bb6eca
Bump androidx.fragment:fragment-ktx from 1.6.0 to 1.6.1 (#237)
Bumps androidx.fragment:fragment-ktx from 1.6.0 to 1.6.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 20:17:46 +02:00
dependabot[bot]
2ffea7a38a
Bump kotlin_version from 1.8.22 to 1.9.0 (#236)
Bumps `kotlin_version` from 1.8.22 to 1.9.0.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.22 to 1.9.0
- [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.8.22...v1.9.0)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.22 to 1.9.0
- [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.8.22...v1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 20:17:39 +02:00
dependabot[bot]
7f38ba1fdb
Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 (#235)
Bumps com.android.tools.build:gradle from 8.0.2 to 8.1.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 20:17:33 +02:00
dependabot[bot]
ff3e17841b
Bump about_libraries_version from 10.8.0 to 10.8.3 (#234)
Bumps `about_libraries_version` from 10.8.0 to 10.8.3.

Updates `com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin` from 10.8.0 to 10.8.3

Updates `com.mikepenz:aboutlibraries` from 10.8.0 to 10.8.3
- [Release notes](https://github.com/mikepenz/AboutLibraries/releases)
- [Commits](https://github.com/mikepenz/AboutLibraries/compare/v10.8.0...v10.8.3)

---
updated-dependencies:
- dependency-name: com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.mikepenz:aboutlibraries
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 20:17:28 +02:00
dependabot[bot]
498c081acd
Bump room_version from 2.5.1 to 2.5.2 (#230)
Bumps `room_version` from 2.5.1 to 2.5.2.

Updates `androidx.room:room-runtime` from 2.5.1 to 2.5.2

Updates `androidx.room:room-ktx` from 2.5.1 to 2.5.2

Updates `androidx.room:room-compiler` from 2.5.1 to 2.5.2

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 19:49:28 +02:00