mtotschnig / MyExpenses

GPL licenced Android Expense Tracking App
http://www.myexpenses.mobi/
GNU General Public License v3.0
767 stars 209 forks source link

MyExpenses

GPL licenced Android Expense Tracking App.

My Expenses is an Android app designed to keep track of your expenses and incomes, and to export them as QIF files into a desktop finance tool, like Grisbi (Open Source), <a href="http://www.gnucash.org">Gnucash (Open Source), MS Money, Quicken or Wiso Mein Geld.
Works on Android 5.0 and above.

Get it on F-Droid Get it on Google Play

Features

Credits

My Expenses relies on many Open Source libraries and has borrowed code from other Open Source projects :

and on the contribution of many users that helped make My Expenses available in 34 different languages.

Code has also been contributed by:

Build

git clone --depth 1 https://github.com/mtotschnig/MyExpenses.git
cd MyExpenses
export ANDROID_HOME={sdk-dir}
./gradlew build

If gradlew gives you a "Failed to install the following Android SDK packages" error message, the packages can be installed manually with commands such as:

$ANDROID_HOME/cmdline-tools/bin/sdkmanager --install --sdk_root=$ANDROID_HOME "platforms;android-32"
$ANDROID_HOME/cmdline-tools/bin/sdkmanager --install --sdk_root=$ANDROID_HOME "build-tools;30.0.3"

If gradlew errors out with "Could not dispatch a message to the daemon", just re-run the command. This can happen when the system is low on memory. The same is true for the "Gradle build daemon disappeared unexpectedly" error.

Integrate

My Expenses now has experimental support for inserting data from third party apps. See TransactionsContract.java.