Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix existing unit tests | Alexander Tseung | 2018-07-08 | 1 | -61/+41 |
| | |||||
* | Merge branch 'develop' into testing | tmashuang | 2018-05-22 | 2 | -35/+34 |
|\ | |||||
| * | Move setAccountLabel into PreferencesController | Whymarrh Whitby | 2018-05-17 | 2 | -35/+34 |
| | | |||||
* | | Update sinion methods. sandbox.create() -> createSandbox() | Thomas | 2018-04-05 | 1 | -1/+1 |
|/ | |||||
* | [NewUI] Fixes tests and sends user to NewUI after registering. (#2788) | Dan J Miller | 2017-12-22 | 1 | -2/+1 |
| | | | | | | | | | | * Fixes tests and sends user to NewUI after registering. * Karma config? * Empty commit * Remove unneeded json state mock file. | ||||
* | Remove dead tests | Dan Finlay | 2017-08-17 | 1 | -86/+1 |
| | |||||
* | test - actions - tx - fix async test | kumavis | 2017-08-04 | 1 | -5/+4 |
| | |||||
* | test - actions - remove commented code | kumavis | 2017-08-04 | 1 | -2/+0 |
| | |||||
* | fix test | frankiebee | 2017-08-04 | 1 | -2/+7 |
| | |||||
* | Lint tests | Thomas Huang | 2017-05-05 | 6 | -100/+87 |
| | |||||
* | Fix tests until new ones to-be-written. | Kevin Serrano | 2017-03-08 | 1 | -17/+0 |
| | |||||
* | Refactor of code into separate reducers and actions. | Kevin Serrano | 2017-03-08 | 1 | -10/+2 |
| | |||||
* | Modify tests.' | Kevin Serrano | 2017-03-08 | 1 | -15/+19 |
| | |||||
* | Fix merge conflicts. | Kevin Serrano | 2017-03-02 | 1 | -8/+4 |
|\ | |||||
| * | Remove irrelevant tests | Dan Finlay | 2017-02-24 | 1 | -8/+4 |
| | | |||||
* | | Tested against code to play nice with unit tests. | Kevin Serrano | 2017-02-24 | 1 | -3/+25 |
|/ | |||||
* | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -2/+2 |
|\ | |||||
| * | continue rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -2/+2 |
| | | |||||
* | | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -3/+3 |
|/ | | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern | ||||
* | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -1/+0 |
| | |||||
* | Fix tests | Dan Finlay | 2016-10-21 | 2 | -64/+4 |
| | |||||
* | Intermediary commit. | Kevin Serrano | 2016-10-20 | 2 | -5/+5 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 1 | -0/+36 |
| | | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature. | ||||
* | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 2 | -1/+28 |
| | | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view. | ||||
* | Fix test | Dan Finlay | 2016-05-11 | 1 | -1/+2 |
| | |||||
* | Remove test only statement | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Fix outdated transitions | Dan Finlay | 2016-04-30 | 1 | -23/+23 |
| | | | | | | | | Fixes #151 - Cancelling or completing a tx now goes back to account detail view. - Restoring a vault now does not select an unloaded account, shows account list. - Account list now never selects an item only uses the cells as buttons. | ||||
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -1/+1 |
| | | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection. | ||||
* | Unify test suites | Dan Finlay | 2016-04-19 | 6 | -0/+340 |