From 9c4e9cb42bc24366b2348162f127a4b0a4172477 Mon Sep 17 00:00:00 2001 From: Chris kerr Date: Sun, 7 Apr 2024 12:52:41 -0400 Subject: [PATCH] reorganized, removed old style --- .gitignore | 3 +- .idea/.gitignore | 3 - .idea/.name | 1 - .idea/codeStyles/Project.xml | 123 ------------------ .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/compiler.xml | 6 - .idea/gradle.xml | 20 --- .idea/kotlinc.xml | 6 - .idea/misc.xml | 9 -- .idea/vcs.xml | 6 - .../assets/style.old/styles/bitcoinPrice.css | 27 ---- .../main/assets/style.old/styles/exchange.css | 28 ---- .../assets/style.old/styles/fiatToSats.css | 7 - .../assets/style.old/styles/satsToFiat.css | 17 --- .../main/assets/style.old/styles/settings.css | 39 ------ app/src/main/assets/style.old/themes/Dark.css | 55 -------- app/src/main/assets/style.old/themes/Lava.css | 55 -------- .../main/assets/style.old/themes/Midnight.css | 55 -------- .../main/assets/style.old/themes/Solar.css | 55 -------- 19 files changed, 2 insertions(+), 518 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml delete mode 100644 app/src/main/assets/style.old/styles/bitcoinPrice.css delete mode 100644 app/src/main/assets/style.old/styles/exchange.css delete mode 100644 app/src/main/assets/style.old/styles/fiatToSats.css delete mode 100644 app/src/main/assets/style.old/styles/satsToFiat.css delete mode 100644 app/src/main/assets/style.old/styles/settings.css delete mode 100644 app/src/main/assets/style.old/themes/Dark.css delete mode 100644 app/src/main/assets/style.old/themes/Lava.css delete mode 100644 app/src/main/assets/style.old/themes/Midnight.css delete mode 100644 app/src/main/assets/style.old/themes/Solar.css diff --git a/.gitignore b/.gitignore index f9b94d4..7bda90e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ .externalNativeBuild .cxx local.properties -output.css \ No newline at end of file +output.css +/.idea/* \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 42b21d1..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -SatWorth \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 7643783..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index b589d56..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index ae388c2..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 2b8a50f..0000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 8978d23..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/assets/style.old/styles/bitcoinPrice.css b/app/src/main/assets/style.old/styles/bitcoinPrice.css deleted file mode 100644 index 5c0dab1..0000000 --- a/app/src/main/assets/style.old/styles/bitcoinPrice.css +++ /dev/null @@ -1,27 +0,0 @@ -#bitcoin-price { - font-size: 26px; - font-weight: bold; - text-align: center; -} - -.bitcoin-logo { - height: 50px; - /* Adjust this to match the font size of the Bitcoin price */ - width: 50px; - margin-right: 10px; - /* Add some space between the logo and the price */ -} - -.bitcoin-logo img { - height: 50px; - /* Adjust this to match the font size of the Bitcoin price */ - width: 50px; - /* Add some space between the logo and the price */ -} -.price-display { - width: auto; - margin-right: 10px; - display: flex; /* Add this to create a flexbox layout */ - align-items: center; /* Center items vertically within the container */ - justify-content: center; /* Center items horizontally within the container */ -} diff --git a/app/src/main/assets/style.old/styles/exchange.css b/app/src/main/assets/style.old/styles/exchange.css deleted file mode 100644 index d5f392c..0000000 --- a/app/src/main/assets/style.old/styles/exchange.css +++ /dev/null @@ -1,28 +0,0 @@ -/* CSS for the container */ -#exchange { - padding: 10px; - border-radius: 6px; - text-align: center; - position: fixed; - bottom: 10px; - right: 10px; -} - -/* CSS for the text */ -#exchange h2 { - font-size: 12px; - margin-top: 0; -} - -/* CSS for the app images */ -.app-image { - display: inline-block; - margin: 6px; -} - -.app-image img { - width: 40px; - height: 40px; - border-radius: 10px; - border: 1px solid #909090; -} \ No newline at end of file diff --git a/app/src/main/assets/style.old/styles/fiatToSats.css b/app/src/main/assets/style.old/styles/fiatToSats.css deleted file mode 100644 index 626aa43..0000000 --- a/app/src/main/assets/style.old/styles/fiatToSats.css +++ /dev/null @@ -1,7 +0,0 @@ -#dollars-to-sats { - width: auto; - align-items: center; /* Center items vertically within the container */ - justify-content: center; /* Center items horizontally within the container */ - font-size: 25px; - font-style: bolder; -} \ No newline at end of file diff --git a/app/src/main/assets/style.old/styles/satsToFiat.css b/app/src/main/assets/style.old/styles/satsToFiat.css deleted file mode 100644 index 30a81b9..0000000 --- a/app/src/main/assets/style.old/styles/satsToFiat.css +++ /dev/null @@ -1,17 +0,0 @@ -.satstodollars { - width: auto; - align-items: center; /* Center items vertically within the container */ - justify-content: center; /* Center items horizontally within the container */ -} - -#sats-input { - font-size: 18px; - border-radius: 7px; - font-family: monospace; - background: #101010; - font-style: bolder; - color: #fad000; - margin-right: 5px; - padding-right: 5px; - text-align: center; -} diff --git a/app/src/main/assets/style.old/styles/settings.css b/app/src/main/assets/style.old/styles/settings.css deleted file mode 100644 index d104fdc..0000000 --- a/app/src/main/assets/style.old/styles/settings.css +++ /dev/null @@ -1,39 +0,0 @@ -.settings { - width: auto; - display: flex; - align-items: center; -} - -.settings img { - width: 25px; - height: 25px; - margin-bottom: 30px; - margin-right: 10px; /* Add margin to separate cog image from dropdowns */ -} - -.theme-dropdown, -.currency-dropdown { - flex: 1; /* Distribute available space equally among dropdowns */ - display: flex; - align-items: center; - justify-content: flex-end; /* Align theme dropdown to the right */ - margin-right: 8px; /* Add some space between the dropdowns */ -} - -.currency-dropdown { - justify-content: center; /* Align currency dropdown to the center */ -} - -#theme-select, -#currency-select { - width: auto; - max-width: 130px; - overflow: hidden; /* Cut off overflow */ - text-overflow: ellipsis; /* Show ellipsis (...) for cut-off content */ - white-space: nowrap; /* Prevent line breaks */ - height: 40px; - padding: 4px; - border-radius: 8px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - font-family: monospace; -} diff --git a/app/src/main/assets/style.old/themes/Dark.css b/app/src/main/assets/style.old/themes/Dark.css deleted file mode 100644 index 876280a..0000000 --- a/app/src/main/assets/style.old/themes/Dark.css +++ /dev/null @@ -1,55 +0,0 @@ -/* CSS styles for the Bitcoin Price Tracker */ -body { - padding-left: 20px; - padding-right: 20px; - background: #151515; - font-family: monospace, Arial; - overflow-x: hidden; - text-align: center; - color: #ffffff; -} - -.container { - width: auto; - margin-top: 20px; - background-color: #252525; - border: 3px solid #ccc; - border-radius: 8px; - padding: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - align-items: center; /* Center items vertically within the container */ - justify-content: center; /* Center items horizontally within the container */ -} - -#theme-select, -#currency-select { - background-color: #282828; - border: 3px solid #ccc; - color: #ffffff; -} - -#exchange { - border: 2px solid #ccc; - background-color: #252525; -} - -h1 { - font-size: 30; - font-style: bolder; -} -h2 { - font-size: 20; - font-style: bolder; -} -h3 { - font-size: 10; - font-style: bold; -} - -a { - color: #f7931a; -} - -a:hover { - color: #8154e9; -} \ No newline at end of file diff --git a/app/src/main/assets/style.old/themes/Lava.css b/app/src/main/assets/style.old/themes/Lava.css deleted file mode 100644 index a1e9a5d..0000000 --- a/app/src/main/assets/style.old/themes/Lava.css +++ /dev/null @@ -1,55 +0,0 @@ -/* CSS styles for the Bitcoin Price Tracker */ -body { - padding-left: 20px; - padding-right: 20px; - background: #390000; - color: #f12727; - font-family: monospace, Arial; - overflow-x: hidden; - text-align: center; -} - -.container { - width: auto; - margin-top: 20px; - background-color: #610000; - border: 3px solid #000000; - border-radius: 8px; - padding: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - align-items: center; /* Center items vertically within the container */ - justify-content: center; /* Center items horizontally within the container */ -} - -#theme-select, -#currency-select { - background-color: #610000; - border: 3px solid #000000; - color: #f12727; -} - -#exchange { - border: 2px solid #000000; - background-color: #610000; -} - -h1 { - font-size: 30; - font-style: bolder; -} -h2 { - font-size: 20; - font-style: bolder; -} -h3 { - font-size: 10; - font-style: bold; -} - -a { - color: #f7931a; -} - -a:hover { - color: #8154e9; -} \ No newline at end of file diff --git a/app/src/main/assets/style.old/themes/Midnight.css b/app/src/main/assets/style.old/themes/Midnight.css deleted file mode 100644 index 4b112e4..0000000 --- a/app/src/main/assets/style.old/themes/Midnight.css +++ /dev/null @@ -1,55 +0,0 @@ -/* CSS styles for the Bitcoin Price Tracker */ -body { - padding-left: 20px; - padding-right: 20px; - background: #191830; - color: #b356c9; - font-family: monospace, Arial; - overflow-x: hidden; - text-align: center; -} - -.container { - width: auto; - margin-top: 20px; - background-color: #1f1f41; - border: 3px solid #fad000; - border-radius: 8px; - padding: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - align-items: center; /* Center items vertically within the container */ - justify-content: center; /* Center items horizontally within the container */ -} - -#theme-select, -#currency-select { - background-color: #1f1f41; - border: 3px solid #fad000; - color: #b356c9; -} - -#exchange { - border: 2px solid #fad000; - background-color: #1f1f41; -} - -h1 { - font-size: 30; - font-style: bolder; -} -h2 { - font-size: 20; - font-style: bolder; -} -h3 { - font-size: 10; - font-style: bold; -} - -a { - color: #f7931a; -} - -a:hover { - color: #8154e9; -} \ No newline at end of file diff --git a/app/src/main/assets/style.old/themes/Solar.css b/app/src/main/assets/style.old/themes/Solar.css deleted file mode 100644 index c6d9500..0000000 --- a/app/src/main/assets/style.old/themes/Solar.css +++ /dev/null @@ -1,55 +0,0 @@ -/* CSS styles for the Bitcoin Price Tracker */ -body { - padding-left: 20px; - padding-right: 20px; - background: #002b36; - color: #3794ff; - font-family: monospace, Arial; - overflow-x: hidden; - text-align: center; -} - -.container { - width: auto; - margin-top: 20px; - background-color: #073642; - border: 3px solid #73ae63; - border-radius: 8px; - padding: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - align-items: center; /* Center items vertically within the container */ - justify-content: center; /* Center items horizontally within the container */ -} - -#theme-select, -#currency-select { - background-color: #073642; - border: 3px solid #73ae63; - color: #3794ff; -} - -#exchange { - border: 2px solid #73ae63; - background-color: #073642; -} - -h1 { - font-size: 30; - font-style: bolder; -} -h2 { - font-size: 20; - font-style: bolder; -} -h3 { - font-size: 10; - font-style: bold; -} - -a { - color: #f7931a; -} - -a:hover { - color: #8154e9; -} \ No newline at end of file