Skip to content

Commit

Permalink
Moved to src/, refs #58
Browse files Browse the repository at this point in the history
Had to move it to the buildozer source.dir
  • Loading branch information
AndreMiras committed Jul 14, 2017
1 parent f5397a2 commit a20f877
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 50 deletions.
51 changes: 1 addition & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,2 @@
# Change Log

## [Unreleased]

- 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, fixes #54

## [v20170706]

- 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

## [v20170625]

- 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

## [v20170621]

- 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

## [v20170618]

- Show transactions history, refs #16

## [v20170617]

- Show default account balance
- Receive ETH, refs #10
Moved to [src/CHANGELOG.md](src/CHANGELOG.md).
51 changes: 51 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Change Log

## [Unreleased]

- 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, fixes #54

## [v20170706]

- 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

## [v20170625]

- 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

## [v20170621]

- 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

## [v20170618]

- Show transactions history, refs #16

## [v20170617]

- Show default account balance
- Receive ETH, refs #10

0 comments on commit a20f877

Please sign in to comment.