Release 1.13.1

This commit is contained in:
Thomas 2021-01-23 17:14:32 +01:00
parent 540fb3e2dc
commit d5ad9b181b
4 changed files with 10 additions and 5 deletions

View File

@ -11,8 +11,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 38
versionName "1.13.0"
versionCode 39
versionName "1.13.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -61,7 +61,7 @@ public class AboutActivity extends AppCompatActivity {
content.setSpan(new ForegroundColorSpan(ContextCompat.getColor(AboutActivity.this, Helper.getColorAccent())), 0, content.length(), 0);
developer_mastodon.setText(content);
developer_mastodon.setOnClickListener(v -> {
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://toot.fedilab.app/@Tubelab"));
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://toot.fedilab.app/@apps"));
startActivity(browserIntent);
});

View File

@ -115,7 +115,7 @@
android:id="@+id/developer_mastodon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="\@TubeLab@toot.fedilab.org"
android:text="\@apps@toot.fedilab.org"
android:textSize="16sp"
android:textStyle="bold"
tools:ignore="HardcodedText" />
@ -249,7 +249,7 @@
android:layout_marginStart="5dp"
android:layout_weight="3"
android:autoLink="web"
android:text="https://github.com/stom79/TubeLab/issues"
android:text="https://framagit.org/imattau/fedilab-tube/-/issues"
tools:ignore="HardcodedText" />
</LinearLayout>

View File

@ -0,0 +1,5 @@
Changed:
- Make instance bookmarks also available for Mastodon/Pleroma accounts
Fixed:
- Instance issue with TubeAcad