mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
dmca be gone
This commit is contained in:
parent
83f31713eb
commit
3510208b90
4 changed files with 5 additions and 7 deletions
2
.github/ISSUE_TEMPLATE/application-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/application-bug.yml
vendored
|
@ -75,7 +75,7 @@ body:
|
|||
required: true
|
||||
- label: I have written a short but informative title.
|
||||
required: true
|
||||
- label: I have updated the app to pre-release version **[Latest](https://github.com/rereleased/release/releases)**.
|
||||
- label: I have updated the app to pre-release version **[Latest](https://github.com/recloudstream/cloudstream/releases)**.
|
||||
required: true
|
||||
- label: If related to a provider, I have checked the site and it works, but not the app.
|
||||
required: true
|
||||
|
|
|
@ -253,8 +253,6 @@ object APIHolder {
|
|||
3 = restricted, must donate 30 benenes to use
|
||||
*/
|
||||
const val PROVIDER_STATUS_KEY = "PROVIDER_STATUS_KEY"
|
||||
const val PROVIDER_STATUS_URL =
|
||||
"https://raw.githubusercontent.com/reduplicated/Cloudstream/master/docs/providers.json"
|
||||
const val PROVIDER_STATUS_BETA_ONLY = 3
|
||||
const val PROVIDER_STATUS_SLOW = 2
|
||||
const val PROVIDER_STATUS_OK = 1
|
||||
|
|
|
@ -31,8 +31,8 @@ import kotlin.concurrent.thread
|
|||
|
||||
class InAppUpdater {
|
||||
companion object {
|
||||
const val GITHUB_USER_NAME = "rereleased"
|
||||
const val GITHUB_REPO = "release"
|
||||
const val GITHUB_USER_NAME = "recloudstream"
|
||||
const val GITHUB_REPO = "cloudstream"
|
||||
|
||||
// === IN APP UPDATER ===
|
||||
data class GithubAsset(
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
<Preference
|
||||
android:title="@string/github"
|
||||
android:icon="@drawable/ic_github_logo"
|
||||
app:summary="https://github.com/rereleased/release/releases">
|
||||
app:summary="https://github.com/recloudstream/cloudstream">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/rereleased/release/releases" />
|
||||
android:data="https://github.com/recloudstream/cloudstream" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
|
|
Loading…
Reference in a new issue