Branden Archer
Branden Archer
Thanks for the feature request. Currently there is not a lot of active development on this app. If someone were interested in adding this feature I'd be glad to review...
Is the WindowLeaked issue causing the app to fail, or is it a warning? As for the SQLiteConstraintException exception, this appears to be during an import of data, correct? An...
Thanks for the interest! > Auto-complete upon filling up details If you are interested in an auto-complete feature, take a look at https://github.com/brarcher/budget-watch/issues/110 and the discussion in https://github.com/brarcher/budget-watch/pull/152. > Notify...
> This feature is to be added for only transactions and revenues, for instance if users have too much transactions and revenues that are old and not used anymore, with...
> Has this bug been fixed yet? Nope. > Isn't this used to fix the Budget Name bug? Correct. That would need to be fixed in order to fix the...
> I see, does the issue #61 solves the Budget Name bug? There is probably something else broke in the Budget activity, as the budget renaming did work at one...
> are there perhaps any bugs other than the budget name? I looked through the issues and there are none that I know of. The other pending issues are feature...
I've not tried the changes, as they would need to be implemented as storing data in the database instead.
It may be better if you comment here for general questions as well as about what you may be interested in tackling. If you would like to work on a...
The [DBHelper](https://github.com/brarcher/budget-watch/blob/master/app/src/main/java/protect/budgetwatch/DBHelper.java) class has methods used to manipulate the database. There currently is not a method for deleting all transactions. If you are interested in creating a new method to...