aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/notice-controller.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove notice body after reading.Kevin Serrano2017-03-231-0/+1
|
* Fix bugs with notice. Add disclaimer notice.Kevin Serrano2017-02-101-3/+3
|
* migration #8 - break out NoticeController substatekumavis2017-02-031-26/+24
|
* Change filepath for new location of notices.Kevin Serrano2017-02-031-1/+1
|
* Lint.Kevin Serrano2016-12-211-11/+11
|
* move notice code from metamask-controller + config-manager, in to ↵kumavis2016-12-171-1/+79
| | | | notice-controller
* Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+18
Implement generation of markdown for notice files. Create npm command. Enhance notice generation. Add test files to test multiple notices. Add basic markdown support to notices. Interval checks for updates. Add extensionizer and linker Add terms and conditions state file Add link support to disclaimer. Changelog addition.