diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index 0f94d09..1a85793 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -262,6 +262,35 @@ android:textAppearance="@android:style/TextAppearance.Material.Small" android:visibility="gone" /> + + + + + + + + diff --git a/app/src/main/res/layout/module_entry.xml b/app/src/main/res/layout/module_entry.xml index baac45d..264f306 100644 --- a/app/src/main/res/layout/module_entry.xml +++ b/app/src/main/res/layout/module_entry.xml @@ -98,6 +98,7 @@ android:layout_height="wrap_content" android:layout_marginVertical="2dp" android:padding="4dp" + android:autoLink="all" android:text="@string/loading" android:textAppearance="?attr/textAppearanceBodyMedium" android:textColor="?android:attr/textColorSecondary" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e933fb7..22772a2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -400,4 +400,7 @@ Creates a blur effect behind some dialogs and elements. Note that blur may not perform well on some devices and may not work for everyone. An error occurred reading shared preferences. Please reset the app. An app restart is required to enable showcase mode. + Other + This app is licensed under the LGPL-3.0, found at https://www.gnu.org/licenses/lgpl-3.0.en.html + By using this app, you are agreeing to the EULA in addition to the terms set forth in the LGPL, found at https://www.androidacy.com/foxmmm-eula/