Skip to content

Commit

Permalink
Merge pull request #1526 from moneymanagerex/fastlane
Browse files Browse the repository at this point in the history
add Fastlane
  • Loading branch information
guanlisheng authored Jan 16, 2024
2 parents a66f50e + e200d4b commit 79ffd36
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
applicationId "com.money.manager.ex"
versionCode 1013
versionCode 1014
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.01.13"
versionName "2024.01.16"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1013.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Update doc for asset by @wolfsolver in #1496
fix remoteLastChangedDate bug when triggering pollNewRemoteTimestamp by @guanlisheng in #1497
fill the change log fragment with the release page by @guanlisheng in #1509
Support Opt users out of tracking by @guanlisheng in #1510
auto transaction number per behavior settings by @guanlisheng in #1514
Update doc for asset by @wolfsolver in #1496
fix remoteLastChangedDate bug when triggering pollNewRemoteTimestamp by @guanlisheng in #1497
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1014.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
onboard to f-droid
17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
A simple and easy-to-use application to manage personal finances, bank accounts,
family budget, and so on.
It's main goal is to add a mobile implementation for
an application we love to use on our Desktop Money Manager EX.

-------------------------------------------------
<b>Features</b>
------------------------------------------------

* Management of single transactions
* Account, payee, category, currency management
* Storage card Import/Export
* Cloud Storage based synchronization
* Security, application lock/unlock
* Repeating transactions
* Charts
* Supported languages: English, Italian, Portuguese, Spanish and Russian
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79ffd36

Please sign in to comment.