Commit Graph

70 Commits

Author SHA1 Message Date
Ian Coleman c3c3df473e Translation library does basic language switching 2016-11-29 16:21:45 +11:00
Ian Coleman 60599f7ae9 Strings in UI marked for translation
in preparation for adding multiple languages to the interface.
2016-11-29 15:28:37 +11:00
Ian Coleman ea12c8a97f BIP32 tab wallets use consistent vertical spacing 2016-11-28 15:19:31 +11:00
Ian Coleman a0a1962023 Blank rows in initial table have no missing cells 2016-11-28 15:13:23 +11:00
Ian Coleman dd1b0d4f84 Hive wallet is no longer available 2016-11-28 15:11:33 +11:00
Ian Coleman 535c9d0f4a Mycelium derivation paths contain more details 2016-11-28 15:11:08 +11:00
Ian Coleman 55b592b498 Entropy defaults to generating a 15 word mnemonic 2016-11-25 14:34:11 +11:00
Ian Coleman a3a61b68d1 Entropy feedback retains horizontal spacing
was previously wrapping poorly for entropy with zxcvbn suggestions, such
as many repeated 6s
2016-11-16 12:50:33 +11:00
Ian Coleman b6dbc2a1ae BigInteger library moved to own file 2016-11-16 10:54:34 +11:00
Ian Coleman b2d61f5602 Card suit font height is closer to text height 2016-11-14 13:39:07 +11:00
Ian Coleman b54c12180e Card suits have color and use larger font size 2016-11-14 13:03:43 +11:00
Ian Coleman 0a84fe6ae1 Entropy section consumes less vertical space 2016-11-14 12:38:40 +11:00
Ian Coleman eea357ca48 Entropy field consumes same vertical width as help 2016-11-10 21:45:16 +11:00
Ian Coleman b299a6a722 Entropy strength measured using zxcvbn 2016-11-10 21:34:15 +11:00
Ian Coleman 439f0e252b Entropy types are clearly indicated in UI 2016-11-10 21:12:21 +11:00
Ian Coleman 2dd6e8a969 Cards added to entropy placeholder text 2016-11-10 21:01:02 +11:00
Ian Coleman 3599674db4 Mnemonic length can be set when using raw entropy 2016-11-10 18:58:18 +11:00
Ian Coleman 1cf1bbaff5 Entropy feedback in tabular format, not sentence 2016-11-10 17:53:09 +11:00
Ian Coleman c6624d51f4 Entropy can be supplied by user 2016-11-04 15:14:13 +11:00
Ian Coleman d737abf680 Table uses monospace font.
See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567
2016-11-03 10:12:45 +11:00
Ian Coleman 1b12b2f5f1 Public key column in table, shown as hex 2016-11-02 12:13:21 +11:00
Ian Coleman 92b46ab44f Languages no longer experimental.
Still pending reference implementation unit tests, but the ones included
in jsbip39 were generated using the reference implementation.
2016-10-21 08:24:40 +11:00
Ian Coleman 398366165f Languages without unit tests marked 'experimental' 2016-10-20 16:52:57 +11:00
Ian Coleman 5ee7bb9ec2 Multiple language functionality added 2016-10-20 16:42:15 +11:00
Ian Coleman 3a8dbe99b4 jsBip39 and wordlists updated with new languages 2016-10-20 16:40:52 +11:00
Ian Coleman 7c31e3cd23 Languages html to select language 2016-10-20 09:18:51 +11:00
Ian Coleman b630f83d23 Links and author changed to iancoleman 2016-10-11 10:11:00 +11:00
Ian Coleman b0818b31e6 Generate button moved for simpler user experience 2016-10-05 12:48:29 +11:00
Ian Coleman aa51da1152 Derivation path for Block Explorers 2016-09-05 14:04:51 +10:00
Ian Coleman 54563907c7 Tests for passphrase and coin selection 2016-08-23 16:17:17 +10:00
Ian Coleman 8786746ba4 Bitcoin Core derivation path information 2016-08-23 11:14:41 +10:00
Ian Coleman 146e089e28 Hardened Addresses checkbox
This closes issue #25
2016-08-23 11:14:35 +10:00
Ian Coleman efe4158670 BIP32 Root Key can be specified by user 2016-08-23 10:31:39 +10:00
Ian Coleman 563e401a4f Words not in list show error with suggestion 2016-08-15 16:15:43 +10:00
Kirill Kovalenko 3e0ed16a93 Display BIP39 seed 2016-03-18 20:28:33 +01:00
Kirill Kovalenko cee442b16b Make CSS and JS path relative 2016-03-18 20:27:10 +01:00
Ian Coleman 18531979e8 Strength field uses select tag
Closes #17
2015-10-23 09:46:17 +11:00
Ian Coleman 504b2c325d Default mnemonic length is 15
Closes #11
2015-08-21 09:33:19 +10:00
Ian Coleman ae30fed803 Index column changed to Path 2015-08-16 21:28:14 +10:00
Ian Coleman 55a9e51a1b Wallet tabs removed, added text to BIP32 tab 2015-08-16 19:31:35 +10:00
Ian Coleman 9a39fb426f ShadowCash networks added to bitcoinjs 2015-08-16 19:17:06 +10:00
Ian Coleman c90c680e13 Brainwallet link works, must use web archive 2015-08-16 18:27:32 +10:00
Ian Coleman 29bcfbe82a CDN removed for js/css libraries 2015-08-16 18:25:39 +10:00
Ian Coleman 1759e5e80d bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7 2015-08-16 14:41:43 +10:00
Ian Coleman 7f15cb6eb9 Network select populated automatically by js 2015-08-16 14:32:25 +10:00
Ian Coleman bae07be32b Wordlists.js removed 2014-10-13 12:07:45 +11:00
Ian Coleman 7a58f37626 Mycelium Wallet is an option for derivation path 2014-10-13 11:55:56 +11:00
Ian Coleman 4288788818 Hive Wallet added as an option for derivation path 2014-10-13 11:26:15 +11:00
Ian Coleman 4d457a3836 Coin select input moved below passphrase input 2014-10-13 11:13:22 +11:00
Ian Coleman d9ca839792 Coin selection is done from a single control
There were three places to select the coin type, which was getting
confusing. Only one place to select it is needed.
2014-10-13 11:10:43 +11:00