aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gkrellmaflag
ModeNameSize
-rw-r--r--Makefile851logstatsplainblame
-rw-r--r--distinfo63logstatsplainblame
d---------files42logstatsplain
-rw-r--r--pkg-descr161logstatsplainblame
-rw-r--r--pkg-plist38logstatsplainblame
0800'>2019-03-062-1/+7 * Metametrics fixes (#6238)Dan J Miller2019-03-066-38/+43 * Merge pull request #6237 from MetaMask/metrics-descriptionThomas Huang2019-03-062-2/+2 |\ | * Wrap in spanThomas Huang2019-03-061-1/+1 | * Fix typoThomas Huang2019-03-061-1/+1 |/ * Fix MetaMetrics Environment Check (#6235)Dan J Miller2019-03-061-1/+1 * Metametrics (#6171)Dan J Miller2019-03-0594-162/+2203 * Merge pull request #6223 from MetaMask/fix-6221Thomas Huang2019-03-051-1/+1 |\ | * SimplifyThomas Huang2019-03-051-1/+1 | * ImprovementThomas Huang2019-03-011-1/+1 | * Show popup if notification or activeMMtab is true but not if popup is openThomas Huang2019-03-011-1/+1 * | bump trezor-connect to v7 (#6224)Bruno Barbieri2019-03-052-37/+46 |/ * First time flow updates (#6192)Dan J Miller2019-02-2741-528/+763 * Show/Hide Fiat on Testnets based on User Preference (#6153)Chi Kei Chan2019-02-2739-113/+1169 * Merge pull request #6190 from whymarrh/tmp.RvdXXs4ikumavis2019-02-261-1/+0 |\ | * Remove public property from package.json fileWhymarrh Whitby2019-02-211-1/+0 * | Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-2618-78/+760 * | Fix gas estimation when sending to contracts (#6195)Dan J Miller2019-02-266-8/+16 * | Merge pull request #6166 from whymarrh/bye-bye-old-uiWhymarrh Whitby2019-02-21127-20282/+12 |\ \ | * | Remove unused CI jobs, rename e2e beta jobsWhymarrh Whitby2019-02-212-16/+12 | * | Remove outdated ui dev and ui mock docsWhymarrh Whitby2019-02-214-18/+0 | * | Delete old-ui folderWhymarrh Whitby2019-02-21121-20248/+0 | |/ * / account tracker - update accounts from balanceChecker contract (#6181)Jenny Pollack2019-02-213-3/+70 |/ * Disable npm audit (#6188)Thomas Huang2019-02-211-13/+13 * fix: update README to add a missing " " space (#6191)Alon Bukai2019-02-211-1/+1 * EIP-1193: standard provider API (#6170)Paul Bouchon2019-02-209-23/+138 * Merge pull request #6184 from chikeichan/6132Dan J Miller2019-02-202-1/+26 |\ | * turn camcelCase method name to space separatedChi Kei Chan2019-02-192-1/+26 * | Merge pull request #6185 from chikeichan/5681Dan J Miller2019-02-201-5/+0 |\ \ | * | Remove password check when importing Account JSONChi Kei Chan2019-02-191-5/+0 | |/ * | Merge pull request #6183 from chikeichan/5171Dan J Miller2019-02-201-1/+1 |\ \ | * | Bring Popup to front when ui is tiggeredChi Kei Chan2019-02-191-1/+1 | |/ * | Merge pull request #6187 from MetaMask/Version-6.1.0Thomas Huang2019-02-204-1/+56 |\ \ | * | Add sensitive publishing protocolv6.1.0Dan Finlay2019-02-202-0/+47 | * | Version 6.1.0 RC1Dan Finlay2019-02-202-1/+9 |/ / * / Change "Token Address" to "Token Contract Address" (#6182)Chi Kei Chan2019-02-202-1/+4 |/ * Fix inpage.js event handler memory leak (#6177)Graham Kaemmer2019-02-191-4/+5 * Add Copy Tx ID button to transaction-list-item-details (#6146)Chi Kei Chan2019-02-174-2/+42 * Merge pull request #6164 from whymarrh/delete-travis-configWhymarrh Whitby2019-02-151-13/+0 |\ | * Delete unused Travis CI configWhymarrh Whitby2019-02-151-13/+0 |/ * Merge pull request #6137 from whymarrh/es6-backgroundWhymarrh Whitby2019-02-148-32/+32 |\ | * Update popup-core script to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-6/+6 | * Update platforms/extension to use ES6 destructuring requiresWhymarrh Whitby2019-02-121-1/+1 | * Update phishing-detect script to use ES6 destructuring requiresWhymarrh Whitby2019-02-121-1/+1 | * Update NoticesController to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-3/+3 | * Update MetaMaskController to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-5/+5 | * Fix all "var used instead of let or const" problems in inpage.jsWhymarrh Whitby2019-02-121-4/+4 | * Update contentscript to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-5/+5 | * Fix all "var used instead of let or const" problems in background.jsWhymarrh Whitby2019-02-121-7/+7 * | Checksum address before slicing it for the confirm screen (#6133)Whymarrh Whitby2019-02-141-2/+6 * | Fixed issue #5838 (#6001)Jonathan Smirnoff2019-02-1414-18/+46 * | Adds tests for advanced gas controls on confim screen (#6144)Dan J Miller2019-02-131-1/+47 * | Add button to force edit token symbol when adding custom token (#6147)Chi Kei Chan2019-02-132-2/+38 * | Merge pull request #6124 from MetaMask/dissable-recent-block-controllerThomas Huang2019-02-133-4/+30 |\ \ | * | fix typofrankiebee2019-02-131-4/+4 | * | recent-blocks - dont listen for block when on infura providersfrankiebee2019-02-123-4/+30 * | | Version 6.0.1 (#6141)v6.0.1Whymarrh Whitby2019-02-132-1/+9 * | | Merge pull request #6139 from whymarrh/fix-confirm-advanced-gasWhymarrh Whitby2019-02-121-1/+1 |\ \ \ | * | | Fix advanced gas controls on the confirm screenWhymarrh Whitby2019-02-121-1/+1 | | |/ | |/| * | | Merge pull request #6134 from whymarrh/first-time-seed-whitespaceWhymarrh Whitby2019-02-121-2/+4 |\ \ \ | |/ / |/| | | * | Trim whitespace from seed phrase during importWhymarrh Whitby2019-02-121-2/+4 * | | Update Italian translation (#6119)matteopey2019-02-121-40/+277 * | | Improved Traditional Chinese translation (#6125)S.C. Chen2019-02-121-102/+735 |/ / * | Version 6 RC1 (#6117)Dan Finlay2019-02-122-1/+12 * | Merge pull request #6131 from MetaMask/docs-patchWhymarrh Whitby2019-02-121-0/+1 |\ \ | |/ |/| | * Add native deps compilation troubleshooting to docsWhymarrh Whitby2019-02-111-0/+1 |/ * Merge pull request #6122 from whymarrh/fix-gas-editingWhymarrh Whitby2019-02-097-76/+147 |\ | * Add e2e tests adjusting gas before sendingWhymarrh Whitby2019-02-092-12/+96 | * Fix inline advanced gas editingWhymarrh Whitby2019-02-096-64/+51 * | Fix locale codes contains underscore will never be preferred (#6116)S.C. Chen2019-02-091-4/+11 |/ * Merge pull request #6121 from whymarrh/audit-depsWhymarrh Whitby2019-02-091-12/+40 |\ | * Fix 1 moderate severity vulnerability with depsWhymarrh Whitby2019-02-081-12/+40 * | implement class for sign footer button (#6120)Brandon Wissmann2019-02-081-0/+1 |/ * Set custom gas data in state from inline advance gas controls on send screen ...Dan J Miller2019-02-072-2/+11 * Add Swap feature to CurrencyInput (#6091)Chi Kei Chan2019-02-068-45/+152 * Change gas labels to Slow/Average/Fast (#6090)Chi Kei Chan2019-02-062-60/+60 * Add togglable advanced gas controls on send and confirm screens (#6112)Dan J Miller2019-02-0620-36/+609 * Merge pull request #5929 from whymarrh/phishing-redesignWhymarrh Whitby2019-02-063-77/+465 |\ | * Update design of phishing warning screenWhymarrh Whitby2019-02-063-77/+465 |/ * Merge pull request #6082 from whymarrh/migrate-to-new-uiWhymarrh Whitby2019-02-05