Skip to content

Commit

Permalink
v0.6.2107
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Jul 5, 2021
1 parent 2c67242 commit dbcb8cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,19 @@ The APK file can be installed on your Android device. If you do this for the fir
* Set up OpenJDK8 (not necessary when you installed Android Studio)
* Run `./gradlew assembleDebug`

### Tip the developer

If you want to tip the developer for making this app, thanks in advance! Send your tips to
[9ewA9T53dy5qvAkcR5jVCtbaDW2XgWzbLPs5H4uCJJavmA4fzDx](https://explorer.ergoplatform.com/payment-request?address=9ewA9T53dy5qvAkcR5jVCtbaDW2XgWzbLPs5H4uCJJavmA4fzDx&amount=0&description=)

## What's to come

### for first stable
- [ ] Progress indicator when restoring wallet (slow on some devices)
- [X] Password dialog with a second confirmation text field when setting up a wallet
- [X] Improved layouts when soft keyboard is open

### Extend core functionality
- [ ] Prevent sending transaction when there are unconfirmed transactions (transaction is discarded)
- [X] Check if assets are safe -> done, they are
- [ ] Filter unspent boxes with assets
- [ ] Support P2S addresses
- [ ] switch to Explorer API v1

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 2106
versionName "0.6.2106"
versionCode 2107
versionName "0.6.2107"

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

0 comments on commit dbcb8cd

Please sign in to comment.