Changes some strings / Links

This commit is contained in:
stom79 2018-09-19 10:16:44 +02:00
parent a488d0f419
commit a229b6fc87
3 changed files with 7 additions and 6 deletions

View File

@ -105,7 +105,7 @@ public class AboutActivity extends BaseActivity implements OnRetrieveRemoteAccou
about_code.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/stom79/mastalab"));
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.com/tom79/mastalab"));
startActivity(browserIntent);
}
});
@ -149,7 +149,7 @@ public class AboutActivity extends BaseActivity implements OnRetrieveRemoteAccou
about_wiki.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/stom79/mastalab/wiki"));
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://mastalab.app/how-to-in-short-videos/"));
startActivity(browserIntent);
}
});

View File

@ -81,7 +81,7 @@
android:text="PayPal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
tools:ignore="HardcodedText" />
<TextView
android:id="@+id/about_wiki"
android:layout_gravity="center"
@ -89,10 +89,10 @@
android:textSize="16sp"
android:padding="10dp"
android:autoLink="web"
android:text="WIKI"
android:text="@string/how_to_videos"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:ignore="HardcodedText" />
/>
<TextView
android:id="@+id/about_website"

View File

@ -196,7 +196,7 @@
<string name="about_license">License: </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Source code: </string>
<string name="about_code_action" translatable="false">Github</string>
<string name="about_code_action" translatable="false">GitLab</string>
<string name="about_yandex">Translation of toots:</string>
<string name="about_yandex_action" translatable="false">Powered by Yandex.Translate</string>
<string name="about_thekinrar">Search instances:</string>
@ -620,6 +620,7 @@
<string name="set_notif_sound">Change notification sound</string>
<string name="select_sound">Select Tone</string>
<string name="set_enable_time_slot">Enable time slot</string>
<string name="how_to_videos">How To Videos</string>
<string-array name="filter_expire">
<item>Never</item>