- Custom APK versionCode
- Bumps dependencies
- Infura API key is now mandatory, fixes #158
- Bump to API level 28 as required by Play Store
- Use the eth-accounts library
- Bump kivymd, zbarcam and layoutmargin versions
- Improve the send UX and receiver bug
- Fix configurable pbkdf2 iterations
- Bump buildozer and p4a releases
- Check Etherscan response status
- Set Etherscan API key and user agent
- Mock network calls in tests refs #135, #141, #153
- Migration to Python3, refs #19, #146, #143
- Handle dynamic permissions, refs #149, #151
- Configurable gas price
- Configurable network/chainID, refs #1
- Fix broken Travis build, refs #148
- Send from different accounts, refs #147
- Linux & Android Travis build on Docker, refs #37
- One file per class refactoring, refs #124
- Unit test about screen, refs #126
- Better QRCode flash screen fit
- Cffi & secp256k1 compilation fixes, refs #136, #139, #140
- Handle contract creation tx, refs #142
- Fix back to home on empty account, refs #115
- Handle UnknownEtherscanException gracefully, refs #112
- Fix crash on delete last account, refs #120
- Fix laggy sidebar animations, refs #122
- Add UI testing to Travis, refs #105
- Add accounts history & balance caching, refs #76
- Fix lag after camera use, refs #106
- Reduce APK size from 21M to 15M, refs #60
- Add Android device info to error logs, refs #109
- Fix crash on fetch balance, refs #91
- Handle back button, refs #95
- Fix error loading texture, refs #101
- Fix android module ImportError, refs #103
- Fix PIL module AttributeError, refs #104
- Fix crash on startup, refs #94
- Fix crash on null account deletion, refs #90
- Fix crash on account deletion twice, refs #88
- Fix crash on dialog dismiss, refs #89
- Add flash QR Code support, refs #85
- Fix flaky scrypt test, refs #59
- Migrate kivyunittest==0.1.8, refs #78
- Add account alias feature, refs #66
- Add copy to clipboard feature, refs #84
- Add release version in Sentry reports
- Add install documentation
- Add tab key navigation (desktop app), refs #43
- Disable Sentry in "debug" mode, refs #64
- Add account deletion feature, refs #51
- Do not allow empty account password, refs #69
- Document testing, refs #62
- Fix account address on small screen, refs #75
- Fix account address not centered, refs #74
- Refresh account list after creation, refs #56
- Add global account selection control, refs #70
- Use upstream recipes, refs #28
- Toolbar title refactoring, refs #80
- Hide advanced account options, refs #53
- Show version in about, refs #46
- Fix rounding issues in send page
- Fix crash on send click, refs #63
- Fix crash on empty keystore
- Introduce UI unit testing, refs #41
- Run app unit tests in a thread, refs #42
- Add custon application icon, refs #24
- Add custon splash screen, refs #25
- Document release process, refs #47
- Fix account list overlap, refs #49
- Sentry error reporting, refs #54
- Fix Travis isort inconsistencies, refs #57
- Display changelog in the app, refs #58
- Introduce APK size reduction, refs #60
- Create new account, refs #9
- Manage account password, refs #9
- Run builds in parallel, refs #34
- Run unit tests from the app, refs #40
- Use a thread decorator, refs #33
- Round transaction history, refs #45
- Fit long address to screen
- Use toolbar space for dynamic titles
- Fix broken manage account layout, refs #38
- Skip pkg-config, refs #39
- Add coverage testing, refs #32
- Address selection widget fixes
- Send transaction through Etherscan, refs #21
- Android build on Travis CI, refs #20
- Run unlock account & send transaction in a thread
- Fixes "send" page layout, refs #27
- Travis-CI integration, refs #15
- Handle ConnectionError gracefully
- Fetch history in a thread, refs #22
- Load balance in a thread, refs #23
- Account selection on overview, refs #17
- Show transactions history, refs #16
- Show default account balance
- Receive ETH, refs #10