Skip to content

Commit 4e9456b

Browse files
committed
add new sponsors
1 parent c87f355 commit 4e9456b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

app/src/main/java/org/midorinext/android/components/Core.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,15 @@ class Core(
420420

421421
defaultTopSites.add(
422422
Pair(
423-
context.getString(R.string.default_top_site_eneba),
424-
SupportUtils.ENEBA_URL,
423+
context.getString(R.string.default_top_site_stakeus),
424+
SupportUtils.STAKEUS_URL,
425425
)
426426
)
427427

428428
defaultTopSites.add(
429429
Pair(
430-
context.getString(R.string.default_top_site_hotels),
431-
SupportUtils.HOTELS_URL,
430+
context.getString(R.string.default_top_site_stakecom),
431+
SupportUtils.STAKECOM_URL,
432432
)
433433
)
434434

app/src/main/java/org/midorinext/android/settings/SupportUtils.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ import java.util.Locale
2020

2121
object SupportUtils {
2222
const val RATE_APP_URL = "market://details?id=" + BuildConfig.APPLICATION_ID
23-
const val WIKIPEDIA_URL = "https://www.wikipedia.org/"
2423
const val MIDORI_PLAY_STORE_URL = "https://play.google.com/store/apps/details?id=${BuildConfig.APPLICATION_ID}"
2524
const val GOOGLE_URL = "https://www.google.com/"
2625
const val EXPEDIA_URL = "https://expedia.com/affiliate/WyybenA"
2726
const val AMAZON_URL = "https://www.amazon.com/?&_encoding=UTF8&tag=astian-20&linkCode=ur2&linkId=62378ad479147f7dc4e1be82192e6d10&camp=1789&creative=9325"
27+
const val STAKEUS_URL = "https://stake.us/?c=L0OhuV83"
28+
const val STAKECOM_URL = "https://stake.com/?offer=mori200bon&c=L0OhuV83"
2829
const val EBAY_URL = "https://ebay.us/mcNp23"
29-
const val ENEBA_URL = "https://www.eneba.com/latam/?af_id=Astian"
30-
const val HOTELS_URL = "https://www.hotels.com/affiliate/Ya3mgrV"
3130
const val ALIEXPRESS_URL = "https://s.click.aliexpress.com/e/_DCpnkVX"
3231
const val GOOGLE_US_URL = "https://www.google.com/webhp?client=midori-b-1-m&channel=ts"
3332
const val GOOGLE_XX_URL = "https://www.google.com/webhp?client=midori-b-m&channel=ts"

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,4 +1768,6 @@
17681768
<string name="midori_suggest_header">Midori Suggest</string>
17691769
<string name="default_top_site_eneba">Eneba</string>
17701770
<string name="default_top_site_hotels">Hotels</string>
1771+
<string name="default_top_site_stakeus">Stake US</string>
1772+
<string name="default_top_site_stakecom">Stake.com</string>
17711773
</resources>

0 commit comments

Comments
 (0)