Skip to content

Commit

Permalink
Rolled Version to 1.1.2.
Browse files Browse the repository at this point in the history
Rolled version ID code to 12.
  • Loading branch information
chandler-stevens committed Mar 29, 2024
1 parent 95d555b commit 6e318bf
Show file tree
Hide file tree
Showing 9 changed files with 3,022 additions and 3,003 deletions.
2 changes: 1 addition & 1 deletion APK_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Step-By-Step Walkthrough
1. On your Android Device, download WalletWatch using this link:
- https://github.com/thedavidang/CSC4151/raw/master/WalletWatch-v1.1.1-Installer.apk
- https://github.com/thedavidang/CSC4151/raw/master/WalletWatch-v1.1.2-Installer.apk
2. Navigate to the downloaded APK file on your Android device using the _Files_ app.
- Typically located in the _Downloads_ folder.
3. Tap the _WalletWatch-Installer.apk_ file.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions Development/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.spendsages.walletwatch"
minSdkVersion 28
targetSdk 34
versionCode 11
versionName '1.1.1'
versionCode 12
versionName '1.1.2'
}

base {
Expand Down
1,915 changes: 967 additions & 948 deletions Development/app/obfuscation/mapping.txt

Large diffs are not rendered by default.

4,094 changes: 2,047 additions & 2,047 deletions Development/app/obfuscation/seeds.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Development/app/obfuscation/unused.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35700,9 +35700,9 @@ com.spendsages.walletwatch.SettingsPagerAdapter
com.spendsages.walletwatch.SharedViewModel:
public static androidx.lifecycle.MutableLiveData getLive()
public final java.lang.String getString(org.w3c.dom.Document)
com.spendsages.walletwatch.Tab1Fragment$$InternalSyntheticLambda$2$9590797d025cc61abf2c1caadd64a87657bdb78394894ffb60af62134d8a6868$3
com.spendsages.walletwatch.Tab1Fragment$$InternalSyntheticLambda$2$9590797d025cc61abf2c1caadd64a87657bdb78394894ffb60af62134d8a6868$4
com.spendsages.walletwatch.Tab1Fragment$onCreateView$3
com.spendsages.walletwatch.Tab1Fragment$$InternalSyntheticLambda$2$9590797d025cc61abf2c1caadd64a87657bdb78394894ffb60af62134d8a6868$5
com.spendsages.walletwatch.Tab1Fragment$onCreateView$4
com.spendsages.walletwatch.Tab1Fragment$sam$androidx_lifecycle_Observer$0:
public final kotlin.jvm.functions.Function1 getFunctionDelegate()
com.spendsages.walletwatch.Tab1Fragment:
Expand Down
2 changes: 1 addition & 1 deletion Development/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<string name="mottoString">
Self-discover your spending habits with this simple, secure, and offline Android app.
</string>
<string name="versionString">Version 1.1.1</string>
<string name="versionString">Version 1.1.2</string>
<string name="githubString">https://github.com/thedavidang/CSC4151</string>
<string name="copyrightString">Copyright © 2020–2024 SpendSages</string>
<string name="logoString">Logo of a watch wrapped around a wallet.</string>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WalletWatch© is an app designed for budget-minded individuals that are unwillin
Not only is WalletWatch© securely offline, but it is also extremely quick and easy to use! A simplicity-driven design and intuitive user interface allow you the capability to rapidly add purchases and visualize charts of your aggregated expenses. This app is excellent for those who are juggling multiple bank accounts, want to discover how much money they spend in a particular category, or who simply want to keep their financial information more private.

## Latest Stable Version
- 1.1.1
- 1.1.2

## Recommended System Requirements
- Android 14 (Upside Down Cake) and up
Expand All @@ -47,7 +47,7 @@ If you prefer not to install WalletWatch from the Google Play Store, then you ma
- https://github.com/thedavidang/CSC4151/blob/master/APK_SETUP.md

Basically, you will download and install the WalletWatch APK installer file from this link:
- https://github.com/thedavidang/CSC4151/raw/master/WalletWatch-v1.1.1-Installer.apk
- https://github.com/thedavidang/CSC4151/raw/master/WalletWatch-v1.1.2-Installer.apk

### Alternative 2 - Download repo and run in Android Studio:
If you do not have an Android smartphone device or have a version of Android earlier than Android 9 (Pie) installed, then follow this step-by-step walkthrough to run the WalletWatch app in an emulator on your computer:
Expand Down
Binary file added WalletWatch-v1.1.2-Installer.apk
Binary file not shown.

0 comments on commit 6e318bf

Please sign in to comment.