From a7c995751295fea09928539d8d5a0835bdb2cc6a Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 8 Aug 2024 16:59:33 +0200 Subject: [PATCH] new version --- .idea/other.xml | 11 - app/build.gradle.kts | 10 +- app/src/main/AndroidManifest.xml | 4 +- .../java/eu/m724/coincounter/MainActivity.kt | 430 ++++++++++-------- .../java/eu/m724/coincounter/MainViewModel.kt | 66 +++ .../main/java/eu/m724/coincounter/Wallet.kt | 41 ++ app/src/main/res/values/strings.xml | 1 + gradle/libs.versions.toml | 4 +- 8 files changed, 362 insertions(+), 205 deletions(-) create mode 100644 app/src/main/java/eu/m724/coincounter/MainViewModel.kt create mode 100644 app/src/main/java/eu/m724/coincounter/Wallet.kt diff --git a/.idea/other.xml b/.idea/other.xml index 0d3a1fb..4604c44 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -179,17 +179,6 @@