Coder Social home page Coder Social logo

adammc331 / cashcaretaker Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 15.0 18.11 MB

A finance tracking application for Android. Get the app here: https://play.google.com/store/apps/details?id=com.androidessence.cashcaretaker

License: MIT License

Kotlin 98.80% Ruby 0.11% Python 1.09%

cashcaretaker's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cashcaretaker's Issues

Improve Wearable performance

After watching the Udacity course on Wear development, I realized I'm using poor development decisions on Wear.

We should use Data Items instead of Messages, since they are always guaranteed to be delivered when the Watch/Phone sync up. In addition, we should reduce the amount of operations the watch is doing to save battery. We should consider having the watch request information from the phone when the watch activity starts, and the phone will spit back a response and the watch can cache it as necessary.

Planning to do a release focused on this: 1.4.2

Implement Add Account View

Create a view that allows the user to enter a new account. We will need to collect:

  • Account Name
  • Starting Balance

Strip Out Content Provider

While having a ContentProvider is nice and works for the super simple CRUD things, I'm tired of writing new URIs every time I need them when it's a bit unnecessary, since this app doesn't display any data externally.

The CCProvider class will be replaced by CCDataSource which will run all of our operations.

NOTE: With overhauls like this, the milestone might turn into 2.0.

1.4.0 code analysis

Before releasing update 1.4.0, run code analysis and clear up a lot of clutter.

Remove JodaDate library

As beautiful as this library is, it adds a lot of methods to the method count of the app and when updating some gradle dependencies the app went over single dex. Changes have been reverted for now, but JD will likely need to go in the future to keep down app size.

Add support for pending transactions

Currently a user can enter a transaction for any date and it will affect the account balance, including if the transaction is set in the future. Find a way to set this up so that transactions don't change account balance until it is time.

Add About Page

Show a fragment that has key information about the app like icon, version name, 3rd party libs, etc.

Extract Simple Dialogs

Find a way to extract 'AccountDialog', 'CategoryDialog' and 'RepeatingPeriodDialog' to the same bit of code since they are all similar.

Remove Wear Module

Just need to remove the wear module completely until it can be rewritten correctly.

Implement Add Transaction View

Allow the user to enter a new transaction. Will need to collect:

  • Description
  • Amount
  • Notes
  • Date
  • Category
  • Withdrawal or deposit

Implement Fabric

After conversations on #22 I would like to implement the Fabric SDK as well.

Implement Account View

As part of my attempt to do a kotlin refresh (all/mostly non-UI updates), I'll be creating new tickets for all of the tasks that need to be done. This is the first of those tickets, they will all be part of the "Kotlin Refresh" milestone.

Need to create a landing page that shows a list of the users accounts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.