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

Convert help texts (html files) to string resource. #38

Closed santa4nt closed 10 years ago

santa4nt commented 10 years ago

Convert the localization and mechanism of displaying help texts from loading raw HTML files to using Android's first-class (localized) string resource.

As per guidance from upstream commit 714e8e3.

Note that using more compex HTML elements like <ul> and <span> is therefore not really supported in this model, but overall we gain in maintainability and in a clearer, more concise code and resource file layout.