From e95082cefbf704485179c60c63d6a4c399aca445 Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Wed, 2 Nov 2016 17:10:29 +0100 Subject: [PATCH] Download podlist at build time --- .gitignore | 1 + CONTRIBUTORS.txt | 1 + app/build.gradle | 26 +- app/src/main/res/raw/podlist.json | 1286 ------------------ app/src/main/res/values-pl/strings-about.xml | 2 +- 5 files changed, 28 insertions(+), 1288 deletions(-) delete mode 100644 app/src/main/res/raw/podlist.json diff --git a/.gitignore b/.gitignore index d4dfb2ef..ed1538b6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ app/src/main/res/raw/contributors.md app/src/main/res/raw/license.md app/src/main/res/raw/readme.md app/src/main/res/raw/contributors.txt +app/src/main/res/raw/podlist.json ############## ### Common ### diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 1bdb3c08..965a4288 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -12,4 +12,5 @@ Abhijith Balan (abhijithb21 AT openmailbox DOT org): Malayalam translation Airon90 (https://diasp.eu/u/airon90): Italian translation Gaukler Faun (https://github.com/scoute-dich): Diaspora Native WebApp additions Martín Vukovic (martinvukovic@protonmail.com): Diaspora Native WebApp +Paweł Szymon Kosiński (pskosinski): Polish translation SansPseudoFix (https://github.com/SansPseudoFix): French translation diff --git a/app/build.gradle b/app/build.gradle index 39d4444b..190e5920 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,5 +76,29 @@ task copyRepoFiles(type: Copy) { } } + // Download Podlist + final String PODLIST_PATH = "app/src/main/res/raw/podlist.json" + final String PODLIST_URL = 'https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android-extras/master/podList/podlist.json' + downloadFile(PODLIST_PATH, PODLIST_URL, false) + + // Do if we build in release (signed apk) mode + android.applicationVariants.all { v -> + if (v.buildType.name == "release"){ + v.assemble.doFirst { + downloadFile(PODLIST_PATH, PODLIST_URL, true) + } + } + } } -tasks.copyRepoFiles.execute() + +def downloadFile(filePath, url, downloadIfExists ) { + def f = new File(filePath) + if (f.exists() && downloadIfExists){ + f.delete(); + } + if (!f.exists()) { + new URL(url).withInputStream{ i -> f.withOutputStream{ it << i }} + } +} + +tasks.copyRepoFiles.execute() \ No newline at end of file diff --git a/app/src/main/res/raw/podlist.json b/app/src/main/res/raw/podlist.json deleted file mode 100644 index 0073808f..00000000 --- a/app/src/main/res/raw/podlist.json +++ /dev/null @@ -1,1286 +0,0 @@ -{ - "pods": [ - { - "score": 20, - "podUrls": [ - {"host": "joindiaspora.com"}, - { - "protocol": "http", - "port": 80, - "host": "diasporaaqmjixh5.onion" - } - ], - "name": "JoinDiaspora*", - "mainLangs": ["en"], - "id": 38077 - }, - { - "score": 20, - "podUrls": [{"host": "pod.geraspora.de"}], - "name": "Geraspora", - "mainLangs": ["de"], - "id": 24783 - }, - { - "score": 20, - "podUrls": [{"host": "diasp.org"}], - "name": "diasporg*", - "mainLangs": [], - "id": 12688 - }, - { - "score": 20, - "podUrls": [{"host": "framasphere.org"}], - "name": "Framasphere", - "mainLangs": [], - "id": 38776 - }, - { - "score": 20, - "podUrls": [{"host": "nerdpol.ch"}], - "name": "nerdpol.ch*", - "mainLangs": ["de"], - "id": 17343 - }, - { - "score": 20, - "podUrls": [{"host": "despora.de"}], - "name": "Despora*", - "mainLangs": ["de"], - "id": 6695 - }, - { - "score": 20, - "podUrls": [ - {"host": "sechat.org"}, - { - "protocol": "http", - "port": 80, - "host": "sechatqpscuj2npx.onion" - } - ], - "name": "Sechat*", - "mainLangs": [], - "id": 6524 - }, - { - "score": 0, - "podUrls": [{"host": "austriapod.at"}], - "name": "austriapod.at", - "mainLangs": ["de"], - "id": 38103 - }, - { - "score": 0, - "podUrls": [{"host": "berdaguermontes.eu"}], - "name": "berdaguermontes.eu", - "mainLangs": [], - "id": 25432 - }, - { - "score": 20, - "podUrls": [{"host": "berlinspora.de"}], - "name": "berlinspora.de", - "mainLangs": ["de"], - "id": 38327 - }, - { - "score": 20, - "podUrls": [{"host": "canfly.org"}], - "name": "canfly.org", - "mainLangs": [], - "id": 49516 - }, - { - "score": 20, - "podUrls": [{"host": "community.kanalinseln.de"}], - "name": "community.kanalinseln.de", - "mainLangs": ["de"], - "id": 37468 - }, - { - "score": -22, - "podUrls": [{"host": "cryptospora.net"}], - "name": "cryptospora.net", - "mainLangs": [], - "id": 46568 - }, - { - "score": 20, - "podUrls": [{"host": "d.consumium.org"}], - "name": "d.consumium.org", - "mainLangs": [], - "id": 2107 - }, - { - "score": 20, - "podUrls": [{"host": "dia.manuelbichler.at"}], - "name": "dia.manuelbichler.at", - "mainLangs": ["de"], - "id": 14817 - }, - { - "score": 20, - "podUrls": [{"host": "dia.myocastor.de"}], - "name": "dia.myocastor.de", - "mainLangs": ["de"], - "id": 7190 - }, - { - "score": 20, - "podUrls": [{"host": "diapod.net"}], - "name": "diapod.net", - "mainLangs": [], - "id": 43611 - }, - { - "score": 0, - "podUrls": [{"host": "diapod.org"}], - "name": "diapod.org", - "mainLangs": [], - "id": 13926 - }, - { - "score": 20, - "podUrls": [{"host": "diasp.ca"}], - "name": "diasp.ca", - "mainLangs": [], - "id": 40056 - }, - { - "score": 20, - "podUrls": [{"host": "diasp.cz"}], - "name": "diasp.cz", - "mainLangs": [], - "id": 21452 - }, - { - "score": -22, - "podUrls": [{"host": "diasp.de"}], - "name": "diasp.de", - "mainLangs": ["de"], - "id": 46864 - }, - { - "score": -22, - "podUrls": [{"host": "diasp.eu"}], - "name": "diasp.eu", - "mainLangs": [], - "id": 46423 - }, - { - "score": 0, - "podUrls": [{"host": "diasp.eu.com"}], - "name": "diasp.eu.com", - "mainLangs": [], - "id": 4343 - }, - { - "score": 20, - "podUrls": [{"host": "diasp.nl"}], - "name": "diasp.nl", - "mainLangs": ["nl"], - "id": 33262 - }, - { - "score": 20, - "podUrls": [{"host": "diaspod.de"}], - "name": "diaspod.de", - "mainLangs": ["de"], - "id": 2553 - }, - { - "score": -22, - "podUrls": [{"host": "diaspora-fr.org"}], - "name": "diaspora-fr.org", - "mainLangs": [], - "id": 13909 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.alfter.us"}], - "name": "alfter.us", - "mainLangs": ["en"], - "id": 13402 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.bohramt.de"}], - "name": "bohramt.de", - "mainLangs": ["de"], - "id": 8209 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.com.ar"}], - "name": "com.ar", - "mainLangs": [], - "id": 22994 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.deadhexagon.com"}], - "name": "deadhexagon.com", - "mainLangs": [], - "id": 16721 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.digi-merc.org"}], - "name": "digi-merc.org", - "mainLangs": [], - "id": 13165 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.digitalismus.org"}], - "name": "digitalismus.org", - "mainLangs": [], - "id": 21515 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.dorf-post.de"}], - "name": "dorf-post.de", - "mainLangs": ["de"], - "id": 43137 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.espiritolivre.org"}], - "name": "espiritolivre.org", - "mainLangs": [], - "id": 8690 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.fr33.co"}], - "name": "fr33.co", - "mainLangs": [], - "id": 46565 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.horwood.biz"}], - "name": "horwood.biz", - "mainLangs": [], - "id": 12684 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.hzsogood.net"}], - "name": "hzsogood.net", - "mainLangs": [], - "id": 3651 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.kapper.net"}], - "name": "kapper.net", - "mainLangs": [], - "id": 40765 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.koehn.com"}], - "name": "koehn.com", - "mainLangs": [], - "id": 25812 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.kosebamse.com"}], - "name": "kosebamse.com", - "mainLangs": [], - "id": 15474 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.lebarjack.com"}], - "name": "lebarjack.com", - "mainLangs": [], - "id": 36540 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.mazi.tk"}], - "name": "mazi.tk", - "mainLangs": [], - "id": 16191 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.microdata.co.uk"}], - "name": "microdata.co.uk", - "mainLangs": ["en"], - "id": 8704 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.moosje.nl"}], - "name": "moosje.nl", - "mainLangs": ["nl"], - "id": 45461 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.net.gr"}], - "name": "net.gr", - "mainLangs": [], - "id": 9863 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.permutationsofchaos.com"}], - "name": "permutationsofchaos.com", - "mainLangs": [], - "id": 1513 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.pimpmypony.eu"}], - "name": "pimpmypony.eu", - "mainLangs": [], - "id": 38497 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.pingupod.de"}], - "name": "pingupod.de", - "mainLangs": ["de"], - "id": 10135 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.podzimek.org"}], - "name": "podzimek.org", - "mainLangs": [], - "id": 12139 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.poleni.com"}], - "name": "poleni.com", - "mainLangs": [], - "id": 1154 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.psyco.fr"}], - "name": "psyco.fr", - "mainLangs": ["fr"], - "id": 31397 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.punkbeer.me"}], - "name": "punkbeer.me", - "mainLangs": [], - "id": 44751 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.raven-ip.com"}], - "name": "raven-ip.com", - "mainLangs": [], - "id": 17410 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.retrodigital.net"}], - "name": "retrodigital.net", - "mainLangs": [], - "id": 24640 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.sceal.ie"}], - "name": "sceal.ie", - "mainLangs": [], - "id": 38240 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.schrauger.com"}], - "name": "schrauger.com", - "mainLangs": [], - "id": 25745 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.slowb.ro"}], - "name": "slowb.ro", - "mainLangs": [], - "id": 24365 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.soh.re"}], - "name": "soh.re", - "mainLangs": [], - "id": 39183 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.subsignal.org"}], - "name": "subsignal.org", - "mainLangs": [], - "id": 22108 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.trash-talk.de"}], - "name": "trash-talk.de", - "mainLangs": ["de"], - "id": 46672 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.u4u.org"}], - "name": "u4u.org", - "mainLangs": [], - "id": 9278 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.undernet.uy"}], - "name": "undernet.uy", - "mainLangs": [], - "id": 14710 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.unixcorn.org"}], - "name": "unixcorn.org", - "mainLangs": [], - "id": 43416 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.weenmebrown.com"}], - "name": "weenmebrown.com", - "mainLangs": [], - "id": 37065 - }, - { - "score": 0, - "podUrls": [{"host": "diaspora.xcelor8.com"}], - "name": "xcelor8.com", - "mainLangs": [], - "id": 27412 - }, - { - "score": 20, - "podUrls": [{"host": "diasporabr.com.br"}], - "name": "diasporabr.com.br", - "mainLangs": [], - "id": 18248 - }, - { - "score": 20, - "podUrls": [{"host": "diasporabrazil.org"}], - "name": "diasporabrazil.org", - "mainLangs": [], - "id": 42422 - }, - { - "score": 0, - "podUrls": [{"host": "diasporanet.tk"}], - "name": "diasporanet.tk", - "mainLangs": [], - "id": 27962 - }, - { - "score": 20, - "podUrls": [{"host": "diasporapr.tk"}], - "name": "diasporapr.tk", - "mainLangs": [], - "id": 12020 - }, - { - "score": 0, - "podUrls": [{"host": "diasporausa.com"}], - "name": "diasporausa.com", - "mainLangs": [], - "id": 46740 - }, - { - "score": 20, - "podUrls": [{"host": "diasporing.ch"}], - "name": "Diasporing.ch", - "mainLangs": ["de"], - "id": 8471 - }, - { - "score": 0, - "podUrls": [{"host": "dissociateduse.rs"}], - "name": "dissociateduse.rs", - "mainLangs": [], - "id": 37634 - }, - { - "score": 20, - "podUrls": [{"host": "distributed.chat"}], - "name": "distributed.chat", - "mainLangs": [], - "id": 43459 - }, - { - "score": 0, - "podUrls": [{"host": "eat.egregious.ly"}], - "name": "eat.egregious.ly", - "mainLangs": [], - "id": 14227 - }, - { - "score": 20, - "podUrls": [{"host": "ege.land"}], - "name": "ege.land", - "mainLangs": [], - "id": 7825 - }, - { - "score": 0, - "podUrls": [{"host": "espora.com.es"}], - "name": "espora.com.es", - "mainLangs": [], - "id": 11247 - }, - { - "score": 20, - "podUrls": [{"host": "espora.social"}], - "name": "espora.social", - "mainLangs": [], - "id": 5948 - }, - { - "score": 0, - "podUrls": [{"host": "failure.net"}], - "name": "failure.net", - "mainLangs": [], - "id": 41690 - }, - { - "score": 20, - "podUrls": [{"host": "flokk.no"}], - "name": "flokk.no", - "mainLangs": [], - "id": 45658 - }, - { - "score": 20, - "podUrls": [{"host": "freehuman.fr"}], - "name": "freehuman.fr", - "mainLangs": ["fr"], - "id": 21531 - }, - { - "score": 0, - "podUrls": [{"host": "friendica.tk"}], - "name": "friendica.tk", - "mainLangs": [], - "id": 27402 - }, - { - "score": 20, - "podUrls": [{"host": "home.enslaver.net"}], - "name": "home.enslaver.net", - "mainLangs": [], - "id": 13758 - }, - { - "score": 20, - "podUrls": [{"host": "idoru.pl"}], - "name": "idoru.pl", - "mainLangs": [], - "id": 40630 - }, - { - "score": 20, - "podUrls": [{"host": "iliketoast.net"}], - "name": "iliketoast.net", - "mainLangs": [], - "id": 23287 - }, - { - "score": 20, - "podUrls": [{"host": "jons.gr"}], - "name": "jons.gr", - "mainLangs": [], - "id": 41539 - }, - { - "score": 20, - "podUrls": [{"host": "kapok.se"}], - "name": "kapok.se", - "mainLangs": [], - "id": 32786 - }, - { - "score": 20, - "podUrls": [{"host": "karmasphe.re"}], - "name": "karmasphe.re", - "mainLangs": [], - "id": 20368 - }, - { - "score": 20, - "podUrls": [{"host": "kosmospora.net"}], - "name": "kosmospora.net", - "mainLangs": [], - "id": 46869 - }, - { - "score": 20, - "podUrls": [{"host": "laba.mba"}], - "name": "laba.mba", - "mainLangs": [], - "id": 32393 - }, - { - "score": 20, - "podUrls": [{"host": "liberdade.digital"}], - "name": "liberdade.digital", - "mainLangs": [], - "id": 40958 - }, - { - "score": 0, - "podUrls": [{"host": "libertypod.org"}], - "name": "libertypod.org", - "mainLangs": [], - "id": 33200 - }, - { - "score": 20, - "podUrls": [{"host": "librenet.co.za"}], - "name": "librenet.co.za", - "mainLangs": [], - "id": 14862 - }, - { - "score": 20, - "podUrls": [{"host": "librenet.gr"}], - "name": "librenet.gr", - "mainLangs": [], - "id": 27582 - }, - { - "score": 0, - "podUrls": [{"host": "londor.be"}], - "name": "londor.be", - "mainLangs": [], - "id": 32281 - }, - { - "score": 20, - "podUrls": [{"host": "misamigos.online"}], - "name": "misamigos.online", - "mainLangs": [], - "id": 16366 - }, - { - "score": 20, - "podUrls": [{"host": "mondiaspora.net"}], - "name": "mondiaspora.net", - "mainLangs": [], - "id": 3365 - }, - { - "score": 20, - "podUrls": [{"host": "networkwizard.de"}], - "name": "networkwizard.de", - "mainLangs": ["de"], - "id": 47458 - }, - { - "score": 20, - "podUrls": [{"host": "nx-pod.de"}], - "name": "nx-pod.de", - "mainLangs": ["de"], - "id": 14678 - }, - { - "score": 0, - "podUrls": [{"host": "parteidervernunft.com"}], - "name": "parteidervernunft.com", - "mainLangs": [], - "id": 31558 - }, - { - "score": 20, - "podUrls": [{"host": "pe.spbstu.ru"}], - "name": "pe.spbstu.ru", - "mainLangs": ["ru"], - "id": 39808 - }, - { - "score": 20, - "podUrls": [{"host": "pod.4ray.co"}], - "name": "4ray.co", - "mainLangs": [], - "id": 2522 - }, - { - "score": 0, - "podUrls": [{"host": "pod.8n1.org"}], - "name": "8n1.org", - "mainLangs": [], - "id": 12504 - }, - { - "score": 20, - "podUrls": [{"host": "pod.alterworld.info"}], - "name": "alterworld.info", - "mainLangs": [], - "id": 1176 - }, - { - "score": 0, - "podUrls": [{"host": "pod.asap-soft.com"}], - "name": "asap-soft.com", - "mainLangs": [], - "id": 49271 - }, - { - "score": 20, - "podUrls": [{"host": "pod.cannyfoxx.me"}], - "name": "cannyfoxx.me", - "mainLangs": [], - "id": 3505 - }, - { - "score": 0, - "podUrls": [{"host": "pod.comin.dk"}], - "name": "comin.dk", - "mainLangs": [], - "id": 29446 - }, - { - "score": 20, - "podUrls": [{"host": "pod.cyberdungeon.de"}], - "name": "cyberdungeon.de", - "mainLangs": ["de"], - "id": 887 - }, - { - "score": 20, - "podUrls": [{"host": "pod.dapor.net"}], - "name": "dapor.net", - "mainLangs": [], - "id": 45578 - }, - { - "score": 20, - "podUrls": [{"host": "pod.datenknoten.me"}], - "name": "datenknoten.me", - "mainLangs": [], - "id": 34173 - }, - { - "score": 20, - "podUrls": [{"host": "pod.diaspora.software"}], - "name": "software", - "mainLangs": [], - "id": 33657 - }, - { - "score": 20, - "podUrls": [{"host": "pod.dirkomatik.de"}], - "name": "dirkomatik.de", - "mainLangs": ["de"], - "id": 47570 - }, - { - "score": 20, - "podUrls": [{"host": "pod.disroot.org"}], - "name": "disroot.org", - "mainLangs": [], - "id": 39828 - }, - { - "score": 20, - "podUrls": [{"host": "pod.dobs.at"}], - "name": "dobs.at", - "mainLangs": ["de"], - "id": 48725 - }, - { - "score": 0, - "podUrls": [{"host": "pod.dragondreaming.de"}], - "name": "dragondreaming.de", - "mainLangs": ["de"], - "id": 16107 - }, - { - "score": 0, - "podUrls": [{"host": "pod.gaialabs.ch"}], - "name": "gaialabs.ch", - "mainLangs": ["de"], - "id": 45384 - }, - { - "score": 20, - "podUrls": [{"host": "pod.gedankenausbruch.com"}], - "name": "gedankenausbruch.com", - "mainLangs": [], - "id": 6893 - }, - { - "score": 20, - "podUrls": [{"host": "pod.gleisnetze.de"}], - "name": "gleisnetze.de", - "mainLangs": ["de"], - "id": 31471 - }, - { - "score": 20, - "podUrls": [{"host": "pod.goodsharing.at"}], - "name": "goodsharing.at", - "mainLangs": ["de"], - "id": 36615 - }, - { - "score": 20, - "podUrls": [{"host": "pod.hashtagueule.fr"}], - "name": "hashtagueule.fr", - "mainLangs": ["fr"], - "id": 10296 - }, - { - "score": 20, - "podUrls": [{"host": "pod.hfrc.de"}], - "name": "hfrc.de", - "mainLangs": ["de"], - "id": 45746 - }, - { - "score": 20, - "podUrls": [{"host": "pod.hoizi.net"}], - "name": "hoizi.net", - "mainLangs": [], - "id": 27479 - }, - { - "score": 0, - "podUrls": [{"host": "pod.infoduv.fr"}], - "name": "infoduv.fr", - "mainLangs": ["fr"], - "id": 26836 - }, - { - "score": 20, - "podUrls": [{"host": "pod.itabs.nl"}], - "name": "itabs.nl", - "mainLangs": ["nl"], - "id": 15016 - }, - { - "score": 20, - "podUrls": [{"host": "pod.jpope.org"}], - "name": "jpope.org", - "mainLangs": [], - "id": 11674 - }, - { - "score": 0, - "podUrls": [{"host": "pod.kepow.org"}], - "name": "kepow.org", - "mainLangs": [], - "id": 32151 - }, - { - "score": 20, - "podUrls": [{"host": "pod.liebeleu.de"}], - "name": "liebeleu.de", - "mainLangs": ["de"], - "id": 29566 - }, - { - "score": 0, - "podUrls": [{"host": "pod.neikos.me"}], - "name": "neikos.me", - "mainLangs": [], - "id": 9248 - }, - { - "score": 20, - "podUrls": [{"host": "pod.nomorestars.com"}], - "name": "nomorestars.com", - "mainLangs": [], - "id": 31958 - }, - { - "score": 20, - "podUrls": [{"host": "pod.orkz.net"}], - "name": "orkz.net", - "mainLangs": [], - "id": 41604 - }, - { - "score": 20, - "podUrls": [{"host": "pod.ponk.pink"}], - "name": "ponk.pink", - "mainLangs": [], - "id": 14849 - }, - { - "score": 20, - "podUrls": [{"host": "pod.promedol.com"}], - "name": "promedol.com", - "mainLangs": [], - "id": 21338 - }, - { - "score": 20, - "podUrls": [{"host": "pod.psynet.su"}], - "name": "psynet.su", - "mainLangs": [], - "id": 16045 - }, - { - "score": 0, - "podUrls": [{"host": "pod.readme.is"}], - "name": "readme.is", - "mainLangs": [], - "id": 32854 - }, - { - "score": 0, - "podUrls": [{"host": "pod.richtig.koeln"}], - "name": "richtig.koeln", - "mainLangs": [], - "id": 38790 - }, - { - "score": 20, - "podUrls": [{"host": "pod.roocita.com"}], - "name": "roocita.com", - "mainLangs": [], - "id": 47269 - }, - { - "score": 20, - "podUrls": [{"host": "pod.ros-it.ch"}], - "name": "ros-it.ch", - "mainLangs": ["de"], - "id": 17574 - }, - { - "score": 20, - "podUrls": [{"host": "pod.sccn.club"}], - "name": "sccn.club", - "mainLangs": [], - "id": 19070 - }, - { - "score": 20, - "podUrls": [{"host": "pod.sertelon.fr"}], - "name": "sertelon.fr", - "mainLangs": ["fr"], - "id": 15234 - }, - { - "score": 0, - "podUrls": [{"host": "pod.shouldit.work"}], - "name": "shouldit.work", - "mainLangs": [], - "id": 47610 - }, - { - "score": 20, - "podUrls": [{"host": "pod.storel.li"}], - "name": "storel.li", - "mainLangs": [], - "id": 33181 - }, - { - "score": 20, - "podUrls": [{"host": "pod.tchncs.de"}], - "name": "tchncs.de", - "mainLangs": ["de"], - "id": 20115 - }, - { - "score": 20, - "podUrls": [{"host": "pod.thomasdalichow.de"}], - "name": "thomasdalichow.de", - "mainLangs": ["de"], - "id": 12001 - }, - { - "score": 0, - "podUrls": [{"host": "pod.undreaming.org"}], - "name": "undreaming.org", - "mainLangs": [], - "id": 40460 - }, - { - "score": 20, - "podUrls": [{"host": "pod.volt.io"}], - "name": "volt.io", - "mainLangs": [], - "id": 19139 - }, - { - "score": 20, - "podUrls": [{"host": "podbay.net"}], - "name": "podbay.net", - "mainLangs": [], - "id": 16270 - }, - { - "score": 20, - "podUrls": [{"host": "poddery.com"}], - "name": "poddery.com", - "mainLangs": [], - "id": 36667 - }, - { - "score": 0, - "podUrls": [{"host": "podricing.pw"}], - "name": "podricing.pw", - "mainLangs": [], - "id": 6398 - }, - { - "score": 20, - "podUrls": [{"host": "pubpod.alqualonde.org"}], - "name": "pubpod.alqualonde.org", - "mainLangs": [], - "id": 26555 - }, - { - "score": 0, - "podUrls": [{"host": "realms.the-wizard.co.za"}], - "name": "realms.the-wizard.co.za", - "mainLangs": [], - "id": 7065 - }, - { - "score": 20, - "podUrls": [{"host": "revreso.de"}], - "name": "revreso.de", - "mainLangs": ["de"], - "id": 41788 - }, - { - "score": 20, - "podUrls": [{"host": "ruhrspora.de"}], - "name": "ruhrspora.de", - "mainLangs": ["de"], - "id": 46198 - }, - { - "score": 20, - "podUrls": [{"host": "russiandiaspora.org"}], - "name": "russiandiaspora.org", - "mainLangs": [], - "id": 22166 - }, - { - "score": 0, - "podUrls": [{"host": "shrekislove.us"}], - "name": "shrekislove.us", - "mainLangs": ["en"], - "id": 39003 - }, - { - "score": 20, - "podUrls": [{"host": "social.acclaro.digital"}], - "name": "acclaro.digital", - "mainLangs": [], - "id": 33853 - }, - { - "score": 20, - "podUrls": [{"host": "social.baldr.io"}], - "name": "baldr.io", - "mainLangs": [], - "id": 7781 - }, - { - "score": 20, - "podUrls": [{"host": "social.daxbau.net"}], - "name": "daxbau.net", - "mainLangs": [], - "id": 37517 - }, - { - "score": 20, - "podUrls": [{"host": "social.elaon.de"}], - "name": "elaon.de", - "mainLangs": ["de"], - "id": 30112 - }, - { - "score": 0, - "podUrls": [{"host": "social.lanham.id.au"}], - "name": "lanham.id.au", - "mainLangs": [], - "id": 48421 - }, - { - "score": 20, - "podUrls": [{"host": "social.mbuto.me"}], - "name": "mbuto.me", - "mainLangs": [], - "id": 18258 - }, - { - "score": 0, - "podUrls": [{"host": "social.sum7.de"}], - "name": "sum7.de", - "mainLangs": ["de"], - "id": 8983 - }, - { - "score": 20, - "podUrls": [{"host": "socializer.cc"}], - "name": "socializer.cc", - "mainLangs": [], - "id": 30584 - }, - { - "score": 0, - "podUrls": [{"host": "spora.zone"}], - "name": "spora.zone", - "mainLangs": [], - "id": 24735 - }, - { - "score": 20, - "podUrls": [{"host": "subvillage.de"}], - "name": "subvillage.de", - "mainLangs": ["de"], - "id": 29359 - }, - { - "score": 20, - "podUrls": [{"host": "sysad.org"}], - "name": "sysad.org", - "mainLangs": [], - "id": 45830 - }, - { - "score": 20, - "podUrls": [{"host": "teki.be"}], - "name": "teki.be", - "mainLangs": [], - "id": 5276 - }, - { - "score": 20, - "podUrls": [{"host": "therealtalk.org"}], - "name": "therealtalk.org", - "mainLangs": [], - "id": 26786 - }, - { - "score": 20, - "podUrls": [{"host": "thinkopen.net"}], - "name": "thinkopen.net", - "mainLangs": [], - "id": 7366 - }, - { - "score": 20, - "podUrls": [{"host": "tippentappen.de"}], - "name": "tippentappen.de", - "mainLangs": ["de"], - "id": 622 - }, - { - "score": 0, - "podUrls": [{"host": "united.zkp.fr"}], - "name": "united.zkp.fr", - "mainLangs": ["fr"], - "id": 25677 - }, - { - "score": 20, - "podUrls": [{"host": "whatsnewz.com"}], - "name": "whatsnewz.com", - "mainLangs": [], - "id": 5842 - }, - { - "score": 20, - "podUrls": [{"host": "wk3.org"}], - "name": "wk3.org", - "mainLangs": [], - "id": 39292 - }, - { - "score": 20, - "podUrls": [{"host": "www.datataffel.dk"}], - "name": "datataffel.dk", - "mainLangs": [], - "id": 35984 - }, - { - "score": 20, - "podUrls": [{"host": "www.diasporaix.de"}], - "name": "diasporaix.de", - "mainLangs": ["de"], - "id": 26219 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.hofud.com"}], - "name": "hofud.com", - "mainLangs": [], - "id": 10983 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.softwarelivre.org"}], - "name": "softwarelivre.org", - "mainLangs": [], - "id": 33510 - }, - { - "score": 20, - "podUrls": [{"host": "confetticake.club"}], - "name": "confetticake.club", - "mainLangs": [], - "id": 41623 - }, - { - "score": -15, - "podUrls": [{"host": "diaspora.mike-jones.me.uk"}], - "name": "mike-jones.me.uk", - "mainLangs": [], - "id": 8574 - }, - { - "score": 20, - "podUrls": [{"host": "diaspote.org"}], - "name": "diaspote.org", - "mainLangs": [], - "id": 33317 - }, - { - "score": 20, - "podUrls": [{"host": "diaspora.zone"}], - "name": "zone", - "mainLangs": [], - "id": 41976 - }, - { - "score": 20, - "podUrls": [{"host": "pod.userzap.de"}], - "name": "userzap.de", - "mainLangs": ["de"], - "id": 12816 - }, - { - "score": 0, - "podUrls": [{"host": "share.naturalnews.com"}], - "name": "share.naturalnews.com", - "mainLangs": ["en"], - "id": 12817 - } - ], - "timestamp": 1478036915038 -} diff --git a/app/src/main/res/values-pl/strings-about.xml b/app/src/main/res/values-pl/strings-about.xml index 78d4af3c..aa051962 100644 --- a/app/src/main/res/values-pl/strings-about.xml +++ b/app/src/main/res/values-pl/strings-about.xml @@ -15,7 +15,7 @@ Wersja systemu Android: %1$s Nazwa urządzenia: %1$s Nazwa kodowa: %1$s - Nazwa profilu na Podzie: %1$s + Alias Poda: %1$s Domena Poda: %1$s Log debugowania został skopiowany do schowka Lista bibliotek zewnętrznych