]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionActivity.java
NT: pass save error to the data entry fragment upon re-appearance
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / NewTransactionActivity.java
2019-11-26 Damyan IvanovNT: pass save error to the data entry fragment upon...
2019-11-24 Damyan Ivanovreplace single case switch() with if()
2019-11-24 Damyan Ivanovmove new transaction UI into a fragment, have a clean...
2019-11-17 Damyan Ivanovreplace anonymous class with lambda
2019-11-17 Damyan Ivanovwhitespace
2019-11-17 Damyan IvanovNT activity: drop method resetForm()
2019-11-10 Damyan Ivanovrewrap
2019-11-10 Damyan Ivanovfix swipe-away in reworked new transaction activity
2019-11-10 Damyan IvanovNewTransAct: set global profile in initProfile() when...
2019-11-09 Damyan Ivanovrework new transaction activity with a RecyclerView
2019-09-21 Damyan Ivanovwhitespace
2019-09-21 Damyan IvanovhookAutocompletion: leave the "focus the next view...
2019-09-21 Damyan Ivanovmove clear button implementation to a new custom class
2019-09-21 Damyan Ivanovnew transaction: add a clear button to edited fields
2019-09-21 Damyan Ivanovnew transaction: dynamically add all of the account...
2019-05-05 Damyan Ivanovfix method signature
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-10 Damyan Ivanovfixed last couple of glitchs when adding transaction...
2019-04-08 Damyan Ivanovfix account name auto-completion in new transaction...
2019-04-06 Damyan Ivanovuse the activity's mProfile, not the global current...
2019-04-04 Damyan Ivanovadd app shortcuts (Android 7.1+) for adding new transac...
2019-04-04 Damyan IvanovJSON API for adding transactions
2019-03-29 Damyan Ivanovtransaction auto-fill: honor the preferred account...
2019-03-29 Damyan Ivanovwhitespace
2019-03-29 Damyan IvanovTODO done: visual feedback on transaction account removal
2019-03-29 Damyan Ivanovnew transaction: remove account on right swipe too
2019-03-25 Damyan Ivanovlocks around observable list's access
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-25 Damyan Ivanovremove the distinction between "readable" and "writable...
2019-03-03 Damyan Ivanovmake the profile details activity use the theme of...
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-17 Damyan Ivanovwhitespace
2019-02-11 Damyan Ivanov"Crash app" menu item in the new transaction menu....
2019-02-11 Damyan Ivanovadd crash handling dialog with optional sending of...
2019-02-10 Damyan Ivanovimprove auto-fill of new transaction for more streamlin...
2019-02-10 Damyan Ivanovdrop two TODO items, done
2019-02-09 Damyan Ivanovfill transaction details when a previous transaction...
2019-02-09 Damyan IvanovRevert "new transaction: pop up the date picker upon...
2019-02-09 Damyan Ivanovnew transaction: use a fab button for submission
2019-02-09 Damyan Ivanovnew transaction: pop up the date picker upon activity...
2019-02-06 Damyan IvanovRename to MoLe
2019-01-13 Damyan Ivanovremove TODO about app icon
2019-01-13 Damyan Ivanovshow profile name in the new transaction activity
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-12 Damyan IvanovtoCamelCase
2019-01-12 Damyan Ivanovupdate TODO
2019-01-12 Damyan Ivanovnew transaction: advance to next field upon autocomplet...
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2018-12-31 Damyan Ivanovmajor refactor, make account summary and transaction...