Skip to content

Commit

Permalink
v0.2.2103
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Jun 15, 2021
1 parent ba0c7d4 commit ed1777d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ Visit the [Ergo Discord](https://discord.gg/kj7s7nb) for more information.


# TODO
- [X] CoinGecko Fiat value request
- [X] Edit/Delete for Wallets
- [X] Configurable fiat currency, add link to CoinGecko to about screen
- [ ] Biometric Auth Security https://stackoverflow.com/a/62445439/7487013
- [ ] Generate new wallets
- [ ] Export secrets/mnemonic
- [X] Show error reasons for sending transaction (no unspent boxes)
- [ ] Prevent sending transaction when there are unconfirmed transactions (does not work)
- [ ] Generate new wallets when https://github.com/ergoplatform/ergo-appkit/issues/87 is released
- [ ] Prevent the same wallet being saved twice
- [ ] Amount input filter https://stackoverflow.com/a/13716371/7487013
- [ ] Prevent same wallet being saved twice
- [ ] Gradle verify dependencies
- [ ] API < 26 for all: https://github.com/ergoplatform/ergo-appkit/issues/82
- [ ] Change to appkit's secret storage https://github.com/ergoplatform/ergo-appkit/issues/84
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "org.ergoplatform.android"
minSdkVersion 24
targetSdkVersion 30
versionCode 2102
versionName "0.1.2102"
versionCode 2103
versionName "0.2.2103"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit ed1777d

Please sign in to comment.