Whenever you want to add new topics to the Android client and the server, you have to add them in several places:
- In the
string-array
namedtopics_list_human
in fileres/values/global.xml
with a reference to the locale-specific translation - In the
string-array
namedtopics_list_machine
in fileres/values/global.xml
with the machine-readable topic name/key - In the
string-array
namedtopics_list_default
in fileres/values/global.xml
with the same value as intopics_list_machine
, unless the topic should not be selected/enabled by default - As single
string
resources in filestrings.xml
for each locale-specific directoryres/values[-xx]
- In the definition of the
topic
column in theCREATE TABLE messages (...)
statement in fileDatabase/STRUCTURE.sql