]> git.ktnx.net Git - mobile-ledger.git/commitdiff
remove two done TODO items
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Dec 2018 11:13:34 +0000 (11:13 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Dec 2018 11:13:34 +0000 (11:13 +0000)
app/src/main/java/net/ktnx/mobileledger/NewTransactionActivity.java

index 5b382873aa6b9a02a0f174dd72f63a6ae3e5da25..d2b3b476b7a39e230f92ec89027eeada1bef0d64 100644 (file)
@@ -37,15 +37,12 @@ import java.util.Objects;
  * TODO: auto-fill of transaction description
  *       if Android O's implementation won't work, add a custom one
  * TODO: nicer progress while transaction is submitted
- * TODO: periodic and manual refresh of available accounts
- *         (now done forcibly each time the main activity is started)
  * TODO: latest transactions, maybe with browsing further in the past?
  * TODO: reports
  * TODO: get rid of the custom session/cookie and auth code?
  *         (the last problem with the POST was the missing content-length header)
  * TODO: app icon
  * TODO: nicer swiping removal with visual feedback
- * TODO: activity with current balance
  * TODO: setup wizard
  * TODO: update accounts/check settings upon change of backend settings
  *  */