From: Nathaniel Wesley Filardo Date: Tue, 2 Jun 2020 19:15:20 +0000 (+0100) Subject: Small fixes X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=ec0371a119668ad4fb17931e1760fa30fcd9d06f;p=acmetensortoys-ctfws-android Small fixes --- diff --git a/mobile/src/main/assets/licenses.html b/mobile/src/main/assets/licenses.html index 19c31c7..7e3fd84 100644 --- a/mobile/src/main/assets/licenses.html +++ b/mobile/src/main/assets/licenses.html @@ -17,7 +17,7 @@ Foundation's website: The application itself is licensed under the GNU Affero General Public License, Version 3, reproduced here. Authoritative copies of the license text -is available at +are available at https://www.gnu.org/licenses/agpl-3.0.en.html

License Text

diff --git a/mobile/src/main/res/menu/mainmenu.xml b/mobile/src/main/res/menu/mainmenu.xml index 05c1a57..d7121fb 100644 --- a/mobile/src/main/res/menu/mainmenu.xml +++ b/mobile/src/main/res/menu/mainmenu.xml @@ -22,7 +22,8 @@ android:enabled="true" android:icon="@android:drawable/ic_menu_manage" android:title="@string/menutext_prf" - android:visible="true" /> + android:visible="true" + app:showAsAction="never" /> + android:visible="true" + app:showAsAction="never" /> - \ No newline at end of file + android:visible="true" + app:showAsAction="never" /> + diff --git a/mobile/src/main/res/xml/preferences.xml b/mobile/src/main/res/xml/preferences.xml index 98c4949..8e7540f 100644 --- a/mobile/src/main/res/xml/preferences.xml +++ b/mobile/src/main/res/xml/preferences.xml @@ -53,7 +53,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:defaultValue="true" - android:key="prf_vibr_mesg" + android:key="prf_sound_mesg" android:title="@string/preftext_sound_mesg" />