optout

Results 144 comments of optout

One concern: handle case when a coin is already supported by wallet-core, but not (yet) bz the iOS/Android app. Range of data that could be synchronized: - symbol - handle...

I have implemented multi-language support in a fork (https://github.com/mikroncoin/mikron-vault-web), I plan to create a PR with the infrastructure, time permitting. Extracting all the strings into a dictionary file is a...

Note: this has been done in https://wallet.mikron.io https://github.com/mikroncoin/mikron-vault-web/issues/10

Working implementation is here: PR #80 . Screenshot: ![Screenshot from 2019-05-10 10-55-49](https://user-images.githubusercontent.com/13562139/57515525-2727bf80-7313-11e9-9f11-89045847c7c0.png)

I provide two possible solutions: - always use full nanovault URL -- a simpler solution -- PR #77 ; - QR code style configurable -- a complete solution -- PR...

Sample screenshots below. It trying out, be careful not to send a lot of Nano to my account :) ![image](https://user-images.githubusercontent.com/13562139/56194276-e64dcb00-6032-11e9-966d-b3faec2d1bbe.png) ![image](https://user-images.githubusercontent.com/13562139/56194344-0c736b00-6033-11e9-90c5-358a409943c8.png)

I think I misunderstood the real issue here. Here's how I think it should be: - There is a `TWAnyAddress` struct holding an address (incl. coin) ☑️ - Internals of...

Most non-test swift code is generated, so codegen logic has to be extended to: - read descriptions from source files (TW*.h) - generate documentation comments in a common format, understood...

Good ideas, we should do a cost/benefit analysis. Pro: - Allows projects to link only a subset of TW -- this is not needed for Trust Wallet, likely other projects...

A comment: this would include source folder reorganization, to match modules, resulting is more structured source tree; a benefit in itself.