From b926f6ba298f5383f9af7f776d6919a7ce49ef58 Mon Sep 17 00:00:00 2001 From: Danny Schapeit Date: Sat, 17 Apr 2021 13:23:41 +0200 Subject: [PATCH] v0.2: - Darkmode fixed - Binance Button fixed - Offlinemode fixed - Disabled APP Rotation. - add custom amount of Dogecoin feature --- .idea/jarRepositories.xml | 5 + README.md | 12 ++ app/src/main/AndroidManifest.xml | 7 +- .../com/danny/cryptkurs/MainActivity.java | 130 ++++++++++++++++-- app/src/main/res/drawable/pen_edit.png | Bin 0 -> 6616 bytes app/src/main/res/layout/activity_info.xml | 24 +++- app/src/main/res/layout/activity_main.xml | 62 ++++++--- app/src/main/res/values-night/themes.xml | 4 +- app/src/main/res/values/strings.xml | 8 +- app/src/main/res/values/themes.xml | 4 +- 10 files changed, 219 insertions(+), 37 deletions(-) create mode 100644 app/src/main/res/drawable/pen_edit.png diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd..2370474 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@