Update URLs
- TOS URL redirects to play.google.com - blob mode offers better formatting compared to raw - Redirect to the valid FAQ page on wiki Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -4,34 +4,34 @@
|
|||||||
"title": "FAQs",
|
"title": "FAQs",
|
||||||
"subtitle": "Have questions? Find out the answers.",
|
"subtitle": "Have questions? Find out the answers.",
|
||||||
"icon": "ic_faq",
|
"icon": "ic_faq",
|
||||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore"
|
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/wikis/Frequently%20Asked%20Questions"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1",
|
"id": "1",
|
||||||
"title": "Source code",
|
"title": "Source code",
|
||||||
"icon": "ic_code",
|
"icon": "ic_code",
|
||||||
"subtitle": "Find out what's inside.",
|
"subtitle": "Find out what's inside.",
|
||||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master"
|
"url": "https://gitlab.com/AuroraOSS/AuroraStore/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"title": "License",
|
"title": "License",
|
||||||
"subtitle": "Yes we do have one ;)",
|
"subtitle": "Yes we do have one ;)",
|
||||||
"icon": "ic_license",
|
"icon": "ic_license",
|
||||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/LICENSE"
|
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "3",
|
"id": "3",
|
||||||
"title": "Privacy policy",
|
"title": "Privacy policy",
|
||||||
"subtitle": "Find out if we have your nudes :p",
|
"subtitle": "Find out if we have your nudes :p",
|
||||||
"icon": "ic_privacy",
|
"icon": "ic_privacy",
|
||||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/POLICY.md"
|
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/POLICY.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "4",
|
"id": "4",
|
||||||
"title": "Disclaimer",
|
"title": "Disclaimer",
|
||||||
"subtitle": "Hold your own beer!",
|
"subtitle": "Hold your own beer!",
|
||||||
"icon": "ic_disclaimer",
|
"icon": "ic_disclaimer",
|
||||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/DISCLAIMER.md"
|
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/DISCLAIMER.md"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -49,9 +49,9 @@ class AccountActivity : BaseActivity() {
|
|||||||
private lateinit var authData: AuthData
|
private lateinit var authData: AuthData
|
||||||
private lateinit var accountProvider: AccountProvider
|
private lateinit var accountProvider: AccountProvider
|
||||||
|
|
||||||
private val URL_TOS = "https://www.google.com/mobile/android/market-tos.html"
|
private val URL_TOS = "https://play.google.com/about/play-terms/"
|
||||||
private val URL_LICENSE = "https://gitlab.com/AuroraOSS/AuroraStore/raw/master/LICENSE"
|
private val URL_LICENSE = "https://gitlab.com/AuroraOSS/AuroraStore/blob/master/LICENSE"
|
||||||
private val URL_DISCLAIMER = "https://gitlab.com/AuroraOSS/AuroraStore/raw/master/DISCLAIMER.md"
|
private val URL_DISCLAIMER = "https://gitlab.com/AuroraOSS/AuroraStore/blob/master/DISCLAIMER.md"
|
||||||
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
|
|||||||
Reference in New Issue
Block a user