Skip to content

Commit 1fd15a5

Browse files
authored
Merge pull request libre-tube#7136 from Bnyro/master
chore: bump version to v0.27.1
2 parents 218c9e9 + 35a8274 commit 1fd15a5

3 files changed

Lines changed: 8 additions & 32 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "com.github.libretube"
1616
minSdk = 26
1717
targetSdk = 34
18-
versionCode = 59
19-
versionName = "0.27.0"
18+
versionCode = 60
19+
versionName = "0.27.1"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
resValue("string", "app_name", "LibreTube")
2222

app/src/main/java/com/github/libretube/ui/activities/MainActivity.kt

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.github.libretube.ui.activities
22

33
import android.annotation.SuppressLint
4-
import android.content.Context
54
import android.content.Intent
65
import android.content.res.Configuration
76
import android.os.Build
@@ -19,8 +18,6 @@ import androidx.appcompat.widget.SearchView
1918
import androidx.core.content.pm.ShortcutManagerCompat
2019
import androidx.core.net.toUri
2120
import androidx.core.os.bundleOf
22-
import androidx.core.text.bold
23-
import androidx.core.text.buildSpannedString
2421
import androidx.core.view.allViews
2522
import androidx.core.view.children
2623
import androidx.core.view.isNotEmpty
@@ -607,7 +604,7 @@ class MainActivity : BaseActivity() {
607604

608605
// mapping of version code to info message
609606
val infoMessages = listOf(
610-
59 to getUpdateInfoText(this)
607+
60 to "If you use Local Streams Extraction, please disable \"Use HLS\" in the instance settings."
611608
)
612609

613610
val message =
@@ -626,30 +623,4 @@ class MainActivity : BaseActivity() {
626623
}
627624
.show()
628625
}
629-
630-
private fun getUpdateInfoText(context: Context) = buildSpannedString {
631-
append("Most public Piped instances are not able to load any videos as of today because they're rate-limited very quickly by YouTube. Therefore please consider enabling ")
632-
bold {
633-
append(context.getString(R.string.local_stream_extraction))
634-
}
635-
append(" under ")
636-
bold {
637-
append("Settings -> Instance")
638-
}
639-
append(" in order to fetch video streams directly from YouTube without Piped in-between. Any other content will still be loaded via Piped.")
640-
641-
appendLine()
642-
appendLine()
643-
644-
append("Due to the above mentioned issue, some instances do not properly generate the subscriptions feed. To fetch the feed directly from your phone, enable ")
645-
bold {
646-
append(context.getString(R.string.local_feed_extraction))
647-
}
648-
append(". Note that this might be slow if you have a lot of subscriptions.")
649-
650-
appendLine()
651-
appendLine()
652-
653-
append("Please see the pinned issues at GitHub for more information on that topic.")
654-
}
655626
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This release fixes the "iOS player response not valid" error yet another time.
2+
3+
If you don't self-host a Piped instance and therefore use "Local streams extraction", please disable "Use HLS" in the instance settings.
4+
5+
Please note that Android versions below 7.1.1 are no longer supported by LibreTube.!

0 commit comments

Comments
 (0)