All Projects → AndreAle94 → Moneywallet

AndreAle94 / Moneywallet

Licence: gpl-3.0
An android application that let you track your expenses

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Moneywallet

Images To Pdf
An app to convert images to PDF file!
Stars: ✭ 602 (+155.08%)
Mutual labels:  hacktoberfest, playstore
Asset Packagist
Asset Packagist
Stars: ✭ 235 (-0.42%)
Mutual labels:  hacktoberfest
Docker Starter
🏗️ A skeleton to start a new web project with PHP, Docker and Invoke
Stars: ✭ 233 (-1.27%)
Mutual labels:  hacktoberfest
Orcid Source
ORCID Open Source Project
Stars: ✭ 233 (-1.27%)
Mutual labels:  hacktoberfest
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (-4.24%)
Mutual labels:  hacktoberfest
Gwion
🎵 strongly-timed musical programming language
Stars: ✭ 235 (-0.42%)
Mutual labels:  hacktoberfest
Revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
Stars: ✭ 3,139 (+1230.08%)
Mutual labels:  hacktoberfest
Chart Fx
A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.
Stars: ✭ 227 (-3.81%)
Mutual labels:  hacktoberfest
React Sight
Visualization tool for React, with support for Fiber, Router (v4), and Redux
Stars: ✭ 2,716 (+1050.85%)
Mutual labels:  hacktoberfest
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (-1.27%)
Mutual labels:  hacktoberfest
Celery Progress
Drop in, configurable, dependency-free progress bars for your Django/Celery applications.
Stars: ✭ 230 (-2.54%)
Mutual labels:  hacktoberfest
Grimoirelab
GrimoireLab: toolset for software development analytics
Stars: ✭ 231 (-2.12%)
Mutual labels:  hacktoberfest
Syncthingtray
Tray application and Dolphin/Plasma integration for Syncthing
Stars: ✭ 234 (-0.85%)
Mutual labels:  hacktoberfest
Rhino3dm
Libraries based on OpenNURBS with a RhinoCommon style
Stars: ✭ 232 (-1.69%)
Mutual labels:  hacktoberfest
Neos Development Collection
The unified repository containing the Neos core packages, used for Neos development.
Stars: ✭ 235 (-0.42%)
Mutual labels:  hacktoberfest
Doc2pen
An open source project aimed at making your student life easier!
Stars: ✭ 226 (-4.24%)
Mutual labels:  hacktoberfest
Percona Xtradb Cluster Operator
A Kubernetes Operator for Percona XtraDB Cluster
Stars: ✭ 230 (-2.54%)
Mutual labels:  hacktoberfest
Baker
Orchestrate microservice-based process flows
Stars: ✭ 233 (-1.27%)
Mutual labels:  hacktoberfest
Skrape.it
A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
Stars: ✭ 231 (-2.12%)
Mutual labels:  hacktoberfest
Esbulk
Bulk indexing command line tool for elasticsearch
Stars: ✭ 235 (-0.42%)
Mutual labels:  hacktoberfest

MoneyWallet - Expense Manager [BETA]

License Release Donate

Download from Google Play Get it on F-Droid

Showcase

MoneyWallet is an application designed to help you keep track of your expenses. This repository contains the source code of the latest version, completely rewritten from scratch.

Redistributing this app as your own is NOT permitted.

Table of Contents

  1. History
  2. Donations
  3. Build
  4. FAQ
  5. Credits
  6. License

History

I have been working behind this project for a long time, originally born as a tool to learn Android development, it has evolved over time and has recently been completely revised as a university project for the DIMA course at Politecnico di Milano. As you may have noticed, the previous version on the PlayStore required a small in-app purchase to handle more than just one wallet. The idea was to invest the money earned to pay for my studies, unfortunately among the interest rates of the PlayStore and the local taxes of the individual countries the profit was practically derisory. I did not had the opportunity to continue the development with continuity due to the university and the little free time available. Only recently I had the opportunity to get the project in hand and I decided to make it open source. In this way, anyone who wants can contribute.

Donations

This project is completely free, I decided to completely remove the in-app purchase in favor of a donation policy. It contains no advertising and never will contain it. If you find this application useful you may consider the option of offering me a beer, in real life or through a donation. It would be a very appreciated gesture to support my work.

  • PayPal: https://www.paypal.me/andreale94
  • BTC: 1J3APoaFT2jcqRzpb8bEt2rwUn3mDpWE5U
  • BCH: qzaw9naw5c367r4du2eg6fvmkr7smwagru53lt67zl
  • ETH: 0x4ee996Bf75a89c75B18b4f0509c8c77B87D81392
  • LTC: LZW1AUMWN4BdUvSu8fujEYVLgqWH2HsLZs

Build

You can compile the application very simply: just clone this repository locally to your computer and Android Studio will take care of the rest. You have four different options to build it with two choices. The first choice is which version you want to build:

  • proprietary: this build flavor is designed to integrate Google Drive and Dropbox for a better user experience. It contains proprietary libraries (not open source) and requires the inclusion of valid api-keys to use these services. These keys must be registered in the file called gradle.properties in the root folder of the project before compiling.
  • floss: this build flavor is designed to contain only open source code and for this reason the integration with Google Drive and Dropbox has been removed.

The second choice is which map provider you want to use and you can choose between:

  • gmap: this build flavor uses Google Map as map provider and requires you to provide a valid API-key. This key must be registered in the file called gradle.properties in the root folder of the project before compiling.
  • osm: this build flavor uses OpenStreetMap as map provider.

To decide what kind of build to compile, use the appropriate menu of gradle to choose the desired combination of build flavors. If you want to build only open source code (e.g. for the F-Droid market) you should use 'floss' and 'osm'.

The current release in Google Play Store uses 'proprietary' and 'osm' with some changes to integrate also the Crashlytics framework and the In-App billing library.

FAQ

  1. why does the precompiled binary contain a huge icon pack while there are only a few icons in the source code? The icon pack license clearly states that the icons can not be distributed publicly. If you want to have the same package of icons you will have to buy them on their website. The few icons in the repository come from their small free icon pack with a license that allows their free use.
  2. Is this project still in development? Currently I do not have much time to devote to the project, as already explained I am a university student close to graduation and very busy. I can work on it from time to time but I can't promise continued and lasting support.
  3. Can i contribute to this project? Oh yes! You can freely fork this project and open new pull requests. Translations in other languages are also welcome (you will be credited within the application).

Credits

License

Copyright (c) 2018.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].