breadwallet / breadwallet-android

The Android version of the Bread bitcoin wallet.
MIT License
387 stars 424 forks source link

What features do they use the local HTTPServer? #171

Closed dabitdev closed 3 years ago

dabitdev commented 3 years ago

Hi, I would like to know what features are using the local HTTPServer. I am considering removing the local server in my fork. From what I saw the local server is used in the following features:

Am I missing something?

Best, David

DrewCarlson commented 3 years ago

I think that's all the features. Removing WebController, HTTPServer and dependents should get rid of everything.

We have started on a long-term goal of replacing the web server with native javascript interfaces. These are only used by WebController and found in com.platform.jsbridge.

dabitdev commented 3 years ago

Thank's for your response and for exposing the long-term goal.