Litecoin-Java / bitcoin-wallet

Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.
https://play.google.com/store/apps/details?id=de.schildbach.wallet
31 stars 42 forks source link

Implement in-app data usage control #44

Open santa4nt opened 10 years ago

santa4nt commented 10 years ago

Instead of relying on the system's data usage control, we should put such an option in the app itself, perhaps even with a more fine-grained control.

hank commented 10 years ago

Are you referring to data usage as in network data usage where it pulls up the system data usage panel? It could be possible to get bitcoinj to track data usage, but it would likely be a rather major modification. Why is the system data usage panel insufficient?

santa4nt commented 10 years ago

Just a consistency feel. Most apps (e.g. Google apps) use its own data control instead of using the system's, and it can be more granularized (e.g. don't do background sync at all, or only do so on WiFi, etc).