opendroneid / receiver-android

Example Android receiver application for unmanned aircraft Remote ID
Apache License 2.0
186 stars 61 forks source link

Add support for UI translations of the Help text #60

Closed friissoren closed 2 years ago

friissoren commented 2 years ago

The content of the Help text view is currently hard-coded in the HelpMenu.java file. The main reason was to have support for hyperlinks in the text.

Figure out a way to change this to use the string resources (while still preserving the hyperlinks), so that the standard framework for UI translations can be used.