diff --git a/app/build.gradle b/app/build.gradle index 55f657c..b141d11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.starry.greenstash" minSdk 24 targetSdk 34 - versionCode 360 - versionName "3.6.0" + versionCode 370 + versionName "3.7.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -123,7 +123,7 @@ dependencies { implementation 'com.maxkeppeler.sheets-compose-dialogs:calendar:1.3.0' implementation 'com.maxkeppeler.sheets-compose-dialogs:date-time:1.3.0' // Tap-target compose. - implementation "com.pierfrancescosoffritti.taptargetcompose:core:1.1.1" + implementation "com.pierfrancescosoffritti.taptargetcompose:core:1.1.2" // Lottie animations. implementation "com.airbnb.android:lottie-compose:6.4.0" // Bio-metric authentication. diff --git a/fastlane/metadata/android/en-US/changelogs/370.txt b/fastlane/metadata/android/en-US/changelogs/370.txt new file mode 100644 index 0000000..a398518 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/370.txt @@ -0,0 +1,10 @@ +We now have a website! Come visit us at https://pooloftears.in to explore more! + +Changes: +- Improved widget design and responsiveness. +- Added launcher shortcuts for quick access to some functionalities. +- Added Italian translations. +- Added Portuguese translations. +- Disabled app locale settings on MIUI devices to prevent crashes due to Xiaomi's broken implementation. +- Fixed backup files were not being saved in some file managers, such as Solid Explorer. +- Some other minor fixes and improvements. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 997361d..33365d1 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,14 +1,14 @@ -GreenStash is a simple app to help you plan and manage your savings goals easily and establish the habit of saving money. +GreenStash is a straightforward, open-source, and privacy-friendly app designed to assist you in effortlessly planning and managing your saving goals, fostering the habit of saving money for better things. -Features: +🌟 Features / Highlights: +• Clean and beautiful UI based on Google's Material-3 Design guidelines. +• Add images to your savings goals to maintain motivation! +• Monitor the daily, weekly, or monthly amount required to achieve your goal by the deadline. +• Track detailed transaction history (withdrawals/deposits). +• Receive daily, semi-weekly, or weekly reminders for your savings goals based on priority. +• Supports approximately 100+ local currency symbols. +• Built-in biometric app lock ensures the safety and security of your financial data. +• Completely offline functionality; GreenStash operates without requiring internet permission. +• Compatible with the Material You theme on devices running Android 12+. +• Available in both light and dark mode. -- Clean & beautiful UI based on Google's Material Design 3 guidelines. -- Add image to your saving goal to keep you motivated! -- View how much you need to save daily/weekly/monthly to achieve your goal before deadline. -- View detailed transaction (withdraw/deposit) history. -- Supports around 100+ local currency symbols. -- Inbuilt biometric app lock to keep your financial data safe and secure. -- Fully offline, GreenSStash doesn't require internet permission to work. -- Compatible with Android 7.0 and above (API 24+) -- Supports Material You theming in devices running on Android 12+ -- Comes in both light and dark mode. diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt index ae9bdcc..1220bd2 100644 --- a/fastlane/metadata/android/en-US/title.txt +++ b/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -GreenStash \ No newline at end of file +GreenStash: Track Your Savings \ No newline at end of file