Skip to content

Commit

Permalink
Merge pull request #5625 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: update list of fallback instances via script
  • Loading branch information
Bnyro committed Feb 12, 2024
2 parents 7a638a2 + 6f75935 commit 015af72
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 33 deletions.
22 changes: 9 additions & 13 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,25 +329,21 @@
<data android:scheme="https" />
<data android:pathPrefix="/" />

<data android:host="pd.vern.cc" />
<data android:host="api.piped.privacydev.net" />
<data android:host="pi.ggtyler.dev" />
<data android:host="piped.adminforge.de" />
<data android:host="piped.frontendfriendly.xyz" />
<data android:host="piped.hostux.net" />
<data android:host="piped.astartes.nl" />
<data android:host="piped.drgns.space" />
<data android:host="piped.in.projectsegfau.lt" />
<data android:host="piped.lunar.icu" />
<data android:host="piped.mha.fi" />
<data android:host="piped.osphost.fi" />
<data android:host="piped.palveluntarjoaja.eu" />
<data android:host="piped.privacydev.net" />
<data android:host="piped.minionflo.net" />
<data android:host="piped.ngn.tf" />
<data android:host="piped.projectsegfau.lt" />
<data android:host="piped.qdi.fi" />
<data android:host="piped.simpleprivacy.fr" />
<data android:host="piped.r4fo.com" />
<data android:host="piped.seitan-ayoub.lol" />
<data android:host="piped.smnz.de" />
<data android:host="piped.tokhmi.xyz" />
<data android:host="piped.video" />
<data android:host="piped.yt" />
<data android:host="watch.leptons.xyz" />
<data android:host="watch.whatever.social" />
<data android:host="yt.owo.si" />
</intent-filter>
</activity>

Expand Down
36 changes: 16 additions & 20 deletions app/src/main/res/values/array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,40 @@
<resources>
<string-array name="instances">
<item>kavin.rocks (Official)</item>
<item>tokhmi.xyz</item>
<item>mha.fi</item>
<item>leptons.xyz</item>
<item>lunar.icu</item>
<item>r4fo.com</item>
<item>kavin.rocks libre (Official)</item>
<item>projectsegfau.lt</item>
<item>projectsegfau.lt in</item>
<item>whatever.social</item>
<item>privacydev.net</item>
<item>palveluntarjoaja.eu</item>
<item>smnz.de</item>
<item>adminforge.de</item>
<item>qdi.fi</item>
<item>hostux.net</item>
<item>vern.cc</item>
<item>frontendfriendly.xyz</item>
<item>piped.yt</item>
<item>osphost.fi</item>
<item>simpleprivacy.fr</item>
<item>astartes.nl</item>
<item>drgns.space</item>
<item>ggtyler.dev</item>
<item>seitan-ayoub.lol</item>
<item>owo.si</item>
<item>minionflo.net</item>
<item>ngn.tf</item>
</string-array>

<string-array name="instancesValue">
<item>https://pipedapi.kavin.rocks</item>
<item>https://pipedapi.leptons.xyz</item>
<item>https://piped-api.lunar.icu</item>
<item>https://pipedapi.r4fo.com</item>
<item>https://pipedapi-libre.kavin.rocks</item>
<item>https://api.piped.projectsegfau.lt</item>
<item>https://pipedapi.in.projectsegfau.lt</item>
<item>https://watchapi.whatever.social</item>
<item>https://api.piped.privacydev.net</item>
<item>https://pipedapi.palveluntarjoaja.eu</item>
<item>https://pipedapi.smnz.de</item>
<item>https://pipedapi.adminforge.de</item>
<item>https://pipedapi.qdi.fi</item>
<item>https://piped-api.hostux.net</item>
<item>https://pdapi.vern.cc</item>
<item>https://pipedapi.frontendfriendly.xyz</item>
<item>https://pipedapi.simpleprivacy.fr</item>
<item>https://pipedapi.astartes.nl</item>
<item>https://pipedapi.drgns.space</item>
<item>https://piapi.ggtyler.dev</item>
<item>https://piped-backend.seitan-ayoub.lol</item>
<item>https://pipedapi.owo.si</item>
<item>https://api.piped.minionflo.net</item>
<item>https://pipedapi.ngn.tf</item>
</string-array>

<string-array name="languages">
Expand Down

0 comments on commit 015af72

Please sign in to comment.