Commit graph

330 commits

Author SHA1 Message Date
Michael Muré
e6dcb2d859 fix currency selection 2014-03-19 23:00:20 +01:00
Michael Muré
a99b7d6d41 fix forgotten currency dependant crypto 2014-03-19 23:00:19 +01:00
Lucas Legname
61aac517c6 Paperwallet design update. 2014-03-19 22:27:12 +01:00
Lucas Legname
f034287ea1 Code cleaning. 2014-03-19 21:13:26 +01:00
Lucas Legname
d6ceeb0131 Commit of the main page to apply all pending changes. 2014-03-13 22:02:22 +01:00
Lucas Legname
d646c051fe Fix: private code is now correctly displayed when BIP38 encryption is enabled. 2014-03-13 22:00:43 +01:00
Lucas Legname
cafdc7e22e Advanced function for paper wallet generation have been deleted (not used in our case). 2014-03-13 21:53:31 +01:00
Lucas Legname
bb046575a5 README part of index.html as been updated. 2014-03-10 22:52:55 +01:00
Lucas Legname
9c0acc5b81 Pictures have been sorted out, only essentials have been saved. 2014-03-10 22:45:52 +01:00
Michael Muré
ae6ee86db9 remove bitcoin in text 2014-03-10 22:27:43 +01:00
Lucas Legname
fbef532c48 README file update. 2014-03-10 22:18:35 +01:00
Lucas Legname
76ea9405d6 qr code border is hidden until first link is hovered. 2014-03-10 21:52:06 +01:00
Lucas Legname
4d0582e9da Donate page has been improved (qr codes are now showed on the right side of the page). 2014-03-10 21:49:58 +01:00
Michael Muré
781b95104e rename main html file to index.html 2014-03-10 21:19:03 +01:00
Michael Muré
8c99d6bc8d fix javascript fart 2014-03-10 21:10:58 +01:00
Michael Muré
3d6bae386e expand the donate tab to show the qr code and a link to open a wallet 2014-03-10 20:57:16 +01:00
Lucas Legname
1dd2c163a5 Moved dropdown list on the right side of the banner. 2014-03-10 20:36:33 +01:00
Lucas Legname
54cc876ed1 New banner added, page’s stylesheet updated. 2014-03-10 20:28:34 +01:00
Lucas Legname
1b1c714bd6 PGP signature has been deleted, github url has been updated. 2014-03-10 20:28:34 +01:00
Lucas Legname
8004c16f76 Page’s stylesheet update. 2014-03-10 20:28:22 +01:00
Lucas Legname
d7399b5333 Cleaning useless pics. 2014-03-09 14:40:48 +01:00
Michael Muré
ff5fdb81d6 add a donate tab with auto generated content 2014-03-06 23:55:46 +01:00
Lucas Legname
66248e45e5 Borders are now thinner and better looking. 2014-03-06 23:53:17 +01:00
Lucas Legname
fcb54aedcb New paper wallet styles added! :) 2014-03-06 23:15:14 +01:00
Michael Muré
03385f2858 add more currencies 2014-03-06 22:36:21 +01:00
Lucas Legname
8627928c4f Page’s stylesheet update. 2014-03-06 22:20:01 +01:00
Michael Muré
582f04d293 Generate currency drop-down list from know currency 2014-03-06 22:14:03 +01:00
Lucas Legname
9376987e6c Page’s stylesheet update. 2014-03-06 22:01:53 +01:00
Michael Muré
fadeabd396 refactor js for storing/using the different currency
remove support for testnet, as it will be implemented as yet another currency
wallet generation should work at this point
TODO: detect currency type from a key
2014-03-06 21:52:32 +01:00
Lucas Legname
2ab9acc3fc RegEx update depending on currency chosen. Looks like it works, yey! 2014-03-05 21:30:30 +01:00
Lucas Legname
90e86a56b6 WalletManager script added to the project. With event triggered when currency type is changed by user. Crypto config is not completely changed so far. 2014-03-04 16:52:58 +01:00
pointbiz
b6fb655b3a v2.8.1 Czech translation. Remove firstbits link. Fix mouse movement visualization for Firefox and IE. 2014-01-19 01:42:16 -04:00
pointbiz
4b01c4cd56 Merge pull request #59 from onovy/translation-cz
Czech translation.
2014-01-18 19:13:31 -08:00
pointbiz
3d135f7ea6 v2.8.0 visualize entropy collection 2014-01-18 01:21:52 -04:00
pointbiz
09e6fb2f2f Merge pull request #58 from onovy/gitignore
Ignore node_modules sub-directory in git.
2014-01-15 15:55:37 -08:00
pointbiz
cc691c872c Merge pull request #62 from onovy/poolSize-256
Change pool size back to 256 bytes.
2014-01-15 15:49:37 -08:00
onovy
d389e975fe Change pool size back to 256 bytes. 2014-01-15 14:23:27 +01:00
onovy
64251ae565 Czech translation. 2014-01-12 19:19:51 +01:00
onovy
488fff3d64 Ignore node_modules sub-directory. 2014-01-12 16:59:44 +01:00
pointbiz
76704bfce2 v2.7.6 increase seed pool size. show seed pool while moving mouse. add textbox for keyboard entropy. do not generate address without human added entropy. browser fingerprint entropy added to seed pool starting in a random position. whole seed pool initialized with getRandomValues. 2014-01-10 18:53:31 -04:00
pointbiz
b100c39dac Merge pull request #51 from onovy/random-pptr-seed
Initialize pptr to pseudo-random place before seeding.
2014-01-09 18:59:43 -08:00
pointbiz
da89fc1f93 v2.7.5 seed mouse movements as 16-bit numbers 2014-01-09 21:53:29 -04:00
pointbiz
fcfa7a0f16 Merge pull request #52 from onovy/16-bit-mouse
Seed mouse movements as 16-bit numbers.
2014-01-09 17:39:49 -08:00
onovy
19627f73cf Seed mouse movements as 16-bit numbers. 2014-01-09 06:18:36 +01:00
pointbiz
9861b3311b v2.7.4 more entropy. user added entropy through hash tag. 2014-01-09 00:41:38 -04:00
pointbiz
429d77b864 Merge pull request #53 from onovy/more-entropy
Just more entropy
2014-01-08 20:22:04 -08:00
pointbiz
3c819a19ca v2.7.3 improved labels to focus on inputs 2014-01-08 21:47:54 -04:00
pointbiz
707dee0f24 Merge pull request #55 from danbartram/usable_labels
Improved labels to focus on inputs
2014-01-08 17:34:16 -08:00
Daney
0d4d007ae6 Improved labels to focus on inputs 2014-01-07 13:00:01 +00:00
onovy
dc52dfe703 More entropy. 2014-01-05 20:03:34 +01:00