mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-23 09:29:41 +02:00
Compare commits
19 Commits
v0.14.26-b
...
v0.14.28-b
Author | SHA1 | Date | |
---|---|---|---|
|
52b1d1fe33 | ||
|
8b4709c132 | ||
|
b4217a791e | ||
|
9b3a982d54 | ||
|
0a47d3eab5 | ||
|
7d7803247d | ||
|
aa8d45e636 | ||
|
7f3e87767c | ||
|
1eefeae060 | ||
|
03447c33be | ||
|
f6c6cd5cb8 | ||
|
67b56cee50 | ||
|
2d7465cca6 | ||
|
d06f20690d | ||
|
e613a494ff | ||
|
503a01675e | ||
|
723f7e63e9 | ||
|
7ff6916e5f | ||
|
910ed26525 |
@@ -1,318 +1,329 @@
|
|||||||
{
|
{
|
||||||
"invalidURLForSource": "Nije važeći URL aplikacije {}",
|
"invalidURLForSource": "Nije važeći URL aplikacije {}",
|
||||||
"noReleaseFound": "Nije moguće pronaći odgovarajuće izdanje",
|
"noReleaseFound": "Nije moguće pronaći odgovarajuće izdanje",
|
||||||
"noVersionFound": "Nije moguće odrediti verziju izdanja",
|
"noVersionFound": "Nije moguće odrediti verziju izdanja",
|
||||||
"urlMatchesNoSource": "URL se ne podudara s poznatim izvorom",
|
"urlMatchesNoSource": "URL se ne podudara s poznatim izvorom",
|
||||||
"cantInstallOlderVersion": "Nije moguće instalirati stariju verziju aplikacije",
|
"cantInstallOlderVersion": "Nije moguće instalirati stariju verziju aplikacije",
|
||||||
"appIdMismatch": "ID preuzetog paketa se ne podudara s postojećim ID-om aplikacije",
|
"appIdMismatch": "ID preuzetog paketa se ne podudara s postojećim ID-om aplikacije",
|
||||||
"functionNotImplemented": "Ova klasa nije implementirala ovu funkciju",
|
"functionNotImplemented": "Ova klasa nije implementirala ovu funkciju",
|
||||||
"placeholder": "Rezervirano mjesto",
|
"placeholder": "Rezervirano mjesto",
|
||||||
"someErrors": "Došlo je do nekih grešaka",
|
"someErrors": "Došlo je do nekih grešaka",
|
||||||
"unexpectedError": "Neočekivana greška",
|
"unexpectedError": "Neočekivana greška",
|
||||||
"ok": "Dobro",
|
"ok": "Dobro",
|
||||||
"and": "i",
|
"and": "i",
|
||||||
"githubPATLabel": "GitHub token za lični pristup (eng. PAT, povećava ograničenje stope)",
|
"githubPATLabel": "GitHub token za lični pristup (eng. PAT, povećava ograničenje stope)",
|
||||||
"includePrereleases": "Uključi preliminarna izdanja",
|
"includePrereleases": "Uključi preliminarna izdanja",
|
||||||
"fallbackToOlderReleases": "Povratak na starija izdanja",
|
"fallbackToOlderReleases": "Povratak na starija izdanja",
|
||||||
"filterReleaseTitlesByRegEx": "Filtrirajte naslove izdanja prema regularnom izrazu",
|
"filterReleaseTitlesByRegEx": "Filtrirajte naslove izdanja prema regularnom izrazu",
|
||||||
"invalidRegEx": "Nevažeći regularni izraz",
|
"invalidRegEx": "Nevažeći regularni izraz",
|
||||||
"noDescription": "Bez opisa",
|
"noDescription": "Bez opisa",
|
||||||
"cancel": "Otkaži",
|
"cancel": "Otkaži",
|
||||||
"continue": "Nastavite",
|
"continue": "Nastavite",
|
||||||
"requiredInBrackets": "(obavezno)",
|
"requiredInBrackets": "(obavezno)",
|
||||||
"dropdownNoOptsError": "GREŠKA: PADAJUĆI MENI MORA IMATI NAJMANJE JEDNU OPCIJU",
|
"dropdownNoOptsError": "GREŠKA: PADAJUĆI MENI MORA IMATI NAJMANJE JEDNU OPCIJU",
|
||||||
"colour": "Boja",
|
"colour": "Boja",
|
||||||
"githubStarredRepos": "GitHub repo-i sa zvjezdicom",
|
"githubStarredRepos": "GitHub repo-i sa zvjezdicom",
|
||||||
"uname": "Korisničko ime",
|
"uname": "Korisničko ime",
|
||||||
"wrongArgNum": "Naveden je pogrešan broj argumenata",
|
"wrongArgNum": "Naveden je pogrešan broj argumenata",
|
||||||
"xIsTrackOnly": "{} je samo za praćenje",
|
"xIsTrackOnly": "{} je samo za praćenje",
|
||||||
"source": "Izvor",
|
"source": "Izvor",
|
||||||
"app": "Aplikacija. ",
|
"app": "Aplikacija. ",
|
||||||
"appsFromSourceAreTrackOnly": "Aplikacije iz ovog izvora su 'Samo za praćenje'.",
|
"appsFromSourceAreTrackOnly": "Aplikacije iz ovog izvora su 'Samo za praćenje'.",
|
||||||
"youPickedTrackOnly": "Odabrali ste opciju „Samo za praćenje”.",
|
"youPickedTrackOnly": "Odabrali ste opciju „Samo za praćenje”.",
|
||||||
"trackOnlyAppDescription": "Aplikacija će se pratiti radi ažuriranja, ali Obtainium neće moći da je preuzme ili instalira.",
|
"trackOnlyAppDescription": "Aplikacija će se pratiti radi ažuriranja, ali Obtainium neće moći da je preuzme ili instalira.",
|
||||||
"cancelled": "Otkazano",
|
"cancelled": "Otkazano",
|
||||||
"appAlreadyAdded": "Aplikacija je već dodana",
|
"appAlreadyAdded": "Aplikacija je već dodana",
|
||||||
"alreadyUpToDateQuestion": "Aplikacija je već ažurirana?",
|
"alreadyUpToDateQuestion": "Aplikacija je već ažurirana?",
|
||||||
"addApp": "Dodaj aplikaciju",
|
"addApp": "Dodaj aplikaciju",
|
||||||
"appSourceURL": "Izvorni URL aplikacije",
|
"appSourceURL": "Izvorni URL aplikacije",
|
||||||
"error": "Greška",
|
"error": "Greška",
|
||||||
"add": "Dodaj",
|
"add": "Dodaj",
|
||||||
"searchSomeSourcesLabel": "Pretraživanje (samo neki izvori)",
|
"searchSomeSourcesLabel": "Pretraživanje (samo neki izvori)",
|
||||||
"search": "Pretraživanje",
|
"search": "Pretraživanje",
|
||||||
"additionalOptsFor": "Dodatne opcije za {}",
|
"additionalOptsFor": "Dodatne opcije za {}",
|
||||||
"supportedSources": "Podržani izvori",
|
"supportedSources": "Podržani izvori",
|
||||||
"trackOnlyInBrackets": "(Samo za praćenje)",
|
"trackOnlyInBrackets": "(Samo za praćenje)",
|
||||||
"searchableInBrackets": "(Može se pretraživati)",
|
"searchableInBrackets": "(Može se pretraživati)",
|
||||||
"appsString": "Aplikacije",
|
"appsString": "Aplikacije",
|
||||||
"noApps": "Nema aplikacija",
|
"noApps": "Nema aplikacija",
|
||||||
"noAppsForFilter": "Nema aplikacija za filter",
|
"noAppsForFilter": "Nema aplikacija za filter",
|
||||||
"byX": "Autor {}",
|
"byX": "Autor {}",
|
||||||
"percentProgress": "Napredak: {}%",
|
"percentProgress": "Napredak: {}%",
|
||||||
"pleaseWait": "Molimo sačekajte",
|
"pleaseWait": "Molimo sačekajte",
|
||||||
"updateAvailable": "Ažuriranje dostupno",
|
"updateAvailable": "Ažuriranje dostupno",
|
||||||
"estimateInBracketsShort": "(Procjena)",
|
"estimateInBracketsShort": "(Procjena)",
|
||||||
"notInstalled": "Nije instalirano",
|
"notInstalled": "Nije instalirano",
|
||||||
"estimateInBrackets": "(Procjena)",
|
"estimateInBrackets": "(Procjena)",
|
||||||
"selectAll": "Označi sve",
|
"selectAll": "Označi sve",
|
||||||
"deselectN": "Poništi odabir {}",
|
"deselectN": "Poništi odabir {}",
|
||||||
"xWillBeRemovedButRemainInstalled": "{} će biti uklonjen iz Obtainiuma, ali će ostati instaliran na uređaju.",
|
"xWillBeRemovedButRemainInstalled": "{} će biti uklonjen iz Obtainiuma, ali će ostati instaliran na uređaju.",
|
||||||
"removeSelectedAppsQuestion": "Želite li ukloniti odabrane aplikacije?",
|
"removeSelectedAppsQuestion": "Želite li ukloniti odabrane aplikacije?",
|
||||||
"removeSelectedApps": "Ukloni odabrane aplikacije",
|
"removeSelectedApps": "Ukloni odabrane aplikacije",
|
||||||
"updateX": "Nadogradi {}",
|
"updateX": "Nadogradi {}",
|
||||||
"installX": "Instaliraj {}",
|
"installX": "Instaliraj {}",
|
||||||
"markXTrackOnlyAsUpdated": "Označi {}\n(samo za praćenje)\nkao ažurirano",
|
"markXTrackOnlyAsUpdated": "Označi {}\n(samo za praćenje)\nkao ažurirano",
|
||||||
"changeX": "Promjena {}",
|
"changeX": "Promjena {}",
|
||||||
"installUpdateApps": "Instalirajte/ažurirajte aplikacije",
|
"installUpdateApps": "Instalirajte/ažurirajte aplikacije",
|
||||||
"installUpdateSelectedApps": "Instalirajte/ažurirajte odabrane aplikacije",
|
"installUpdateSelectedApps": "Instalirajte/ažurirajte odabrane aplikacije",
|
||||||
"markXSelectedAppsAsUpdated": "Označite {} odabrane aplikacije kao ažurirane?",
|
"markXSelectedAppsAsUpdated": "Označite {} odabrane aplikacije kao ažurirane?",
|
||||||
"no": "Ne",
|
"no": "Ne",
|
||||||
"yes": "Da",
|
"yes": "Da",
|
||||||
"markSelectedAppsUpdated": "Označi odabrane aplikacije kao ažurirane",
|
"markSelectedAppsUpdated": "Označi odabrane aplikacije kao ažurirane",
|
||||||
"pinToTop": "Prikvači na vrh",
|
"pinToTop": "Prikvači na vrh",
|
||||||
"unpinFromTop": "Otkvači sa vrha",
|
"unpinFromTop": "Otkvači sa vrha",
|
||||||
"resetInstallStatusForSelectedAppsQuestion": "Resetujte status instalacije za odabrane aplikacije?",
|
"resetInstallStatusForSelectedAppsQuestion": "Resetujte status instalacije za odabrane aplikacije?",
|
||||||
"installStatusOfXWillBeResetExplanation": "Status instalacije bilo koje odabrane aplikacije će se resetovati.\n\nTo može pomoći kada je verzija aplikacije prikazana u Obtainiumu netačna zbog neuspjelih ažuriranja ili drugih problema.",
|
"installStatusOfXWillBeResetExplanation": "Status instalacije bilo koje odabrane aplikacije će se resetovati.\n\nTo može pomoći kada je verzija aplikacije prikazana u Obtainiumu netačna zbog neuspjelih ažuriranja ili drugih problema.",
|
||||||
"shareSelectedAppURLs": "Podijeli odabrane URL-ove aplikacija",
|
"shareSelectedAppURLs": "Podijeli odabrane URL-ove aplikacija",
|
||||||
"resetInstallStatus": "Resetujte status instalacije",
|
"resetInstallStatus": "Resetujte status instalacije",
|
||||||
"more": "Više",
|
"more": "Više",
|
||||||
"removeOutdatedFilter": "Uklonite zastarjeli filter aplikacija",
|
"removeOutdatedFilter": "Uklonite zastarjeli filter aplikacija",
|
||||||
"showOutdatedOnly": "Prikaži samo zastarjele aplikacije",
|
"showOutdatedOnly": "Prikaži samo zastarjele aplikacije",
|
||||||
"filter": "Filtriranje",
|
"filter": "Filtriranje",
|
||||||
"filterActive": "Filtriranje",
|
"filterActive": "Filtriranje",
|
||||||
"filterApps": "Filtriraj aplikacije",
|
"filterApps": "Filtriraj aplikacije",
|
||||||
"appName": "Naziv aplikacije",
|
"appName": "Naziv aplikacije",
|
||||||
"author": "Autor",
|
"author": "Autor",
|
||||||
"upToDateApps": "Ažurirane aplikacije",
|
"upToDateApps": "Ažurirane aplikacije",
|
||||||
"nonInstalledApps": "Neinstalirane aplikacije",
|
"nonInstalledApps": "Neinstalirane aplikacije",
|
||||||
"importExport": "Uvoz/izvoz",
|
"importExport": "Uvoz/izvoz",
|
||||||
"settings": "Postavke",
|
"settings": "Postavke",
|
||||||
"exportedTo": "Izvezeno u {}",
|
"exportedTo": "Izvezeno u {}",
|
||||||
"obtainiumExport": "Obtainium Export",
|
"obtainiumExport": "Obtainium Export",
|
||||||
"invalidInput": "Neispravan unos.",
|
"invalidInput": "Neispravan unos.",
|
||||||
"importedX": "Uvezeno {}",
|
"importedX": "Uvezeno {}",
|
||||||
"obtainiumImport": "Obtainium uvoz",
|
"obtainiumImport": "Obtainium uvoz",
|
||||||
"importFromURLList": "Uvoz iz URL liste",
|
"importFromURLList": "Uvoz iz URL liste",
|
||||||
"searchQuery": "Pretraga za: ",
|
"searchQuery": "Pretraga za: ",
|
||||||
"appURLList": "Lista URL adresa aplikacija",
|
"appURLList": "Lista URL adresa aplikacija",
|
||||||
"line": "Linija",
|
"line": "Linija",
|
||||||
"searchX": "Pretraživanje {}",
|
"searchX": "Pretraživanje {}",
|
||||||
"noResults": "Nema rezultata",
|
"noResults": "Nema rezultata",
|
||||||
"importX": "Uvoz {}",
|
"importX": "Uvoz {}",
|
||||||
"importedAppsIdDisclaimer": "Uvezene aplikacije mogu se pogrešno prikazati kao „Nije instalirano”.\nDa biste to riješili, ponovo ih instalirajte putem aplikacije Obtainium.\nTo ne bi trebalo uticati na podatke aplikacije.\n\nUtječe samo na URL i metode uvoza treće strane.",
|
"importedAppsIdDisclaimer": "Uvezene aplikacije mogu se pogrešno prikazati kao „Nije instalirano”.\nDa biste to riješili, ponovo ih instalirajte putem aplikacije Obtainium.\nTo ne bi trebalo uticati na podatke aplikacije.\n\nUtječe samo na URL i metode uvoza treće strane.",
|
||||||
"importErrors": "Uvezi greške",
|
"importErrors": "Uvezi greške",
|
||||||
"importedXOfYApps": "{} od {} aplikacija uvezeno.",
|
"importedXOfYApps": "{} od {} aplikacija uvezeno.",
|
||||||
"followingURLsHadErrors": "Sljedeći URL-ovi su imali greške:",
|
"followingURLsHadErrors": "Sljedeći URL-ovi su imali greške:",
|
||||||
"okay": "Dobro",
|
"okay": "Dobro",
|
||||||
"selectURL": "Odaberite URL",
|
"selectURL": "Odaberite URL",
|
||||||
"selectURLs": "Odaberite URL-ove",
|
"selectURLs": "Odaberite URL-ove",
|
||||||
"pick": "Odaberi",
|
"pick": "Odaberi",
|
||||||
"theme": "Tema",
|
"theme": "Tema",
|
||||||
"dark": "Tamna",
|
"dark": "Tamna",
|
||||||
"light": "Svijetla",
|
"light": "Svijetla",
|
||||||
"followSystem": "Pratite sistem",
|
"followSystem": "Pratite sistem",
|
||||||
"obtainium": "Obtainium",
|
"obtainium": "Obtainium",
|
||||||
"materialYou": "Material You",
|
"materialYou": "Material You",
|
||||||
"useBlackTheme": "Koristite čisto crnu tamnu temu",
|
"useBlackTheme": "Koristite čisto crnu tamnu temu",
|
||||||
"appSortBy": "Aplikacije sortirane po",
|
"appSortBy": "Aplikacije sortirane po",
|
||||||
"authorName": "Autor/Ime",
|
"authorName": "Autor/Ime",
|
||||||
"nameAuthor": "Ime/Autor",
|
"nameAuthor": "Ime/Autor",
|
||||||
"asAdded": "Kao što je dodano",
|
"asAdded": "Kao što je dodano",
|
||||||
"appSortOrder": "Redoslijed sortiranja aplikacija",
|
"appSortOrder": "Redoslijed sortiranja aplikacija",
|
||||||
"ascending": "Uzlazno",
|
"ascending": "Uzlazno",
|
||||||
"descending": "Silazno",
|
"descending": "Silazno",
|
||||||
"bgUpdateCheckInterval": "Interval provjere ažuriranja u pozadini",
|
"bgUpdateCheckInterval": "Interval provjere ažuriranja u pozadini",
|
||||||
"neverManualOnly": "Nikada - samo ručno",
|
"neverManualOnly": "Nikada - samo ručno",
|
||||||
"appearance": "Izgled",
|
"appearance": "Izgled",
|
||||||
"showWebInAppView": "Prikaži izvornu web stranicu u prikazu aplikacije",
|
"showWebInAppView": "Prikaži izvornu web stranicu u prikazu aplikacije",
|
||||||
"pinUpdates": "Prikvačite ažuriranja na vrh prikaza aplikacija",
|
"pinUpdates": "Prikvačite ažuriranja na vrh prikaza aplikacija",
|
||||||
"updates": "Nadogradnje",
|
"updates": "Nadogradnje",
|
||||||
"sourceSpecific": "Specifično za izvor",
|
"sourceSpecific": "Specifično za izvor",
|
||||||
"appSource": "Izvor aplikacije",
|
"appSource": "Izvor aplikacije",
|
||||||
"noLogs": "Nema evidencije",
|
"noLogs": "Nema evidencije",
|
||||||
"appLogs": "Evidencije aplikacija",
|
"appLogs": "Evidencije aplikacija",
|
||||||
"close": "Zatvori",
|
"close": "Zatvori",
|
||||||
"share": "Podijeli",
|
"share": "Podijeli",
|
||||||
"appNotFound": "Aplikacija nije pronađena",
|
"appNotFound": "Aplikacija nije pronađena",
|
||||||
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
||||||
"pickAnAPK": "Odaberite APK",
|
"pickAnAPK": "Odaberite APK",
|
||||||
"appHasMoreThanOnePackage": "{} ima više od jednog paketa:",
|
"appHasMoreThanOnePackage": "{} ima više od jednog paketa:",
|
||||||
"deviceSupportsXArch": "Vaš uređaj podržava {} arhitekturu procesora.",
|
"deviceSupportsXArch": "Vaš uređaj podržava {} arhitekturu procesora.",
|
||||||
"deviceSupportsFollowingArchs": "Vaš uređaj podržava sljedeće arhitekture procesora:",
|
"deviceSupportsFollowingArchs": "Vaš uređaj podržava sljedeće arhitekture procesora:",
|
||||||
"warning": "Upozorenje",
|
"warning": "Upozorenje",
|
||||||
"sourceIsXButPackageFromYPrompt": "Izvor aplikacije je '{}', ali paket za izdavanje dolazi iz '{}'. Želite li nastaviti?",
|
"sourceIsXButPackageFromYPrompt": "Izvor aplikacije je '{}', ali paket za izdavanje dolazi iz '{}'. Želite li nastaviti?",
|
||||||
"updatesAvailable": "Dostupna ažuriranja",
|
"updatesAvailable": "Dostupna ažuriranja",
|
||||||
"updatesAvailableNotifDescription": "Obavještava korisnika da su ažuriranja dostupna za jednu ili više aplikacija koje prati Obtainium",
|
"updatesAvailableNotifDescription": "Obavještava korisnika da su ažuriranja dostupna za jednu ili više aplikacija koje prati Obtainium",
|
||||||
"noNewUpdates": "Nema novih ažuriranja.",
|
"noNewUpdates": "Nema novih ažuriranja.",
|
||||||
"xHasAnUpdate": "{} ima ažuriranje.",
|
"xHasAnUpdate": "{} ima ažuriranje.",
|
||||||
"appsUpdated": "Aplikacije su ažurirane",
|
"appsUpdated": "Aplikacije su ažurirane",
|
||||||
"appsUpdatedNotifDescription": "Obavještava korisnika da su u pozadini primijenjena ažuriranja na jednu ili više aplikacija",
|
"appsUpdatedNotifDescription": "Obavještava korisnika da su u pozadini primijenjena ažuriranja na jednu ili više aplikacija",
|
||||||
"xWasUpdatedToY": "{} je ažuriran na {}.",
|
"xWasUpdatedToY": "{} je ažuriran na {}.",
|
||||||
"errorCheckingUpdates": "Greška pri provjeri ažuriranja",
|
"errorCheckingUpdates": "Greška pri provjeri ažuriranja",
|
||||||
"errorCheckingUpdatesNotifDescription": "Obavijest koja se prikazuje kada provjera sigurnosnog ažuriranja ne uspije",
|
"errorCheckingUpdatesNotifDescription": "Obavijest koja se prikazuje kada provjera sigurnosnog ažuriranja ne uspije",
|
||||||
"appsRemoved": "Aplikacije su uklonjene",
|
"appsRemoved": "Aplikacije su uklonjene",
|
||||||
"appsRemovedNotifDescription": "Obavještava korisnika da je jedna ili više aplikacija uklonjeno zbog grešaka prilikom učitavanja",
|
"appsRemovedNotifDescription": "Obavještava korisnika da je jedna ili više aplikacija uklonjeno zbog grešaka prilikom učitavanja",
|
||||||
"xWasRemovedDueToErrorY": "{} je uklonjen zbog ove greške: {}",
|
"xWasRemovedDueToErrorY": "{} je uklonjen zbog ove greške: {}",
|
||||||
"completeAppInstallation": "Dovršite instalaciju aplikacije",
|
"completeAppInstallation": "Dovršite instalaciju aplikacije",
|
||||||
"obtainiumMustBeOpenToInstallApps": "Obtainium mora biti otvoren za instalaciju aplikacija",
|
"obtainiumMustBeOpenToInstallApps": "Obtainium mora biti otvoren za instalaciju aplikacija",
|
||||||
"completeAppInstallationNotifDescription": "Traži od korisnika da se vrati u Obtainium kako bi dovršio instalaciju aplikacije",
|
"completeAppInstallationNotifDescription": "Traži od korisnika da se vrati u Obtainium kako bi dovršio instalaciju aplikacije",
|
||||||
"checkingForUpdates": "Tražim moguće nadogradnje",
|
"checkingForUpdates": "Tražim moguće nadogradnje",
|
||||||
"checkingForUpdatesNotifDescription": "Privremeno obavještenje koje se pojavljuje prilikom provjere ažuriranja",
|
"checkingForUpdatesNotifDescription": "Privremeno obavještenje koje se pojavljuje prilikom provjere ažuriranja",
|
||||||
"pleaseAllowInstallPerm": "Dozvolite Obtainiumu da instalira aplikacije",
|
"pleaseAllowInstallPerm": "Dozvolite Obtainiumu da instalira aplikacije",
|
||||||
"trackOnly": "Samo za praćenje",
|
"trackOnly": "Samo za praćenje",
|
||||||
"errorWithHttpStatusCode": "Greška {}",
|
"errorWithHttpStatusCode": "Greška {}",
|
||||||
"versionCorrectionDisabled": "Ispravka verzije je onemogućena (izgleda da plugin ne radi)",
|
"versionCorrectionDisabled": "Ispravka verzije je onemogućena (izgleda da plugin ne radi)",
|
||||||
"unknown": "Nepoznato",
|
"unknown": "Nepoznato",
|
||||||
"none": "Ništa",
|
"none": "Ništa",
|
||||||
"never": "Nikad",
|
"never": "Nikad",
|
||||||
"latestVersionX": "Najnovija verzija: {}",
|
"latestVersionX": "Najnovija verzija: {}",
|
||||||
"installedVersionX": "Instalirana verzija: {}",
|
"installedVersionX": "Instalirana verzija: {}",
|
||||||
"lastUpdateCheckX": "Posljednja provjera ažuriranja: {}",
|
"lastUpdateCheckX": "Posljednja provjera ažuriranja: {}",
|
||||||
"remove": "Izbriši",
|
"remove": "Izbriši",
|
||||||
"yesMarkUpdated": "Da, označi kao ažurirano",
|
"yesMarkUpdated": "Da, označi kao ažurirano",
|
||||||
"fdroid": "F-Droid Official",
|
"fdroid": "F-Droid Official",
|
||||||
"appIdOrName": "ID ili ime aplikacije",
|
"appIdOrName": "ID ili ime aplikacije",
|
||||||
"appId": "Apl ID",
|
"appId": "Apl ID",
|
||||||
"appWithIdOrNameNotFound": "Nije pronađena aplikacija s tim ID-om ili imenom",
|
"appWithIdOrNameNotFound": "Nije pronađena aplikacija s tim ID-om ili imenom",
|
||||||
"reposHaveMultipleApps": "Repo-i mogu sadržavati više aplikacija",
|
"reposHaveMultipleApps": "Repo-i mogu sadržavati više aplikacija",
|
||||||
"fdroidThirdPartyRepo": "F-Droid Repo treće strane",
|
"fdroidThirdPartyRepo": "F-Droid Repo treće strane",
|
||||||
"steam": "Steam",
|
"steam": "Steam",
|
||||||
"steamMobile": "Steam Mobile",
|
"steamMobile": "Steam Mobile",
|
||||||
"steamChat": "Razgovor na Steamu (chat)",
|
"steamChat": "Razgovor na Steamu (chat)",
|
||||||
"install": "Instaliraj",
|
"install": "Instaliraj",
|
||||||
"markInstalled": "Označi kao instalirano",
|
"markInstalled": "Označi kao instalirano",
|
||||||
"update": "Nadogradi",
|
"update": "Nadogradi",
|
||||||
"markUpdated": "Označi kao ažurirano",
|
"markUpdated": "Označi kao ažurirano",
|
||||||
"additionalOptions": "Dodatne opcije",
|
"additionalOptions": "Dodatne opcije",
|
||||||
"disableVersionDetection": "Onemogući detekciju verzije",
|
"disableVersionDetection": "Onemogući detekciju verzije",
|
||||||
"noVersionDetectionExplanation": "Ova opcija bi se trebala koristiti samo za aplikacije gdje detekcija verzije ne radi ispravno.",
|
"noVersionDetectionExplanation": "Ova opcija bi se trebala koristiti samo za aplikacije gdje detekcija verzije ne radi ispravno.",
|
||||||
"downloadingX": "Preuzimanje {}",
|
"downloadingX": "Preuzimanje {}",
|
||||||
"downloadNotifDescription": "Obavještava korisnika o napretku u preuzimanju aplikacije",
|
"downloadNotifDescription": "Obavještava korisnika o napretku u preuzimanju aplikacije",
|
||||||
"noAPKFound": "APK nije pronađen",
|
"noAPKFound": "APK nije pronađen",
|
||||||
"noVersionDetection": "Nema detekcije verzije",
|
"noVersionDetection": "Nema detekcije verzije",
|
||||||
"categorize": "Kategoriziraj",
|
"categorize": "Kategoriziraj",
|
||||||
"categories": "Kategorije",
|
"categories": "Kategorije",
|
||||||
"category": "Kategorija",
|
"category": "Kategorija",
|
||||||
"noCategory": "Nema kategorije",
|
"noCategory": "Nema kategorije",
|
||||||
"noCategories": "Nema kategorija",
|
"noCategories": "Nema kategorija",
|
||||||
"deleteCategoriesQuestion": "Želite li izbrisati kategorije?",
|
"deleteCategoriesQuestion": "Želite li izbrisati kategorije?",
|
||||||
"categoryDeleteWarning": "Sve aplikacije u izbrisanim kategorijama će biti postavljene kao nekategorisane.",
|
"categoryDeleteWarning": "Sve aplikacije u izbrisanim kategorijama će biti postavljene kao nekategorisane.",
|
||||||
"addCategory": "Dodaj kategoriju",
|
"addCategory": "Dodaj kategoriju",
|
||||||
"label": "Oznaka",
|
"label": "Oznaka",
|
||||||
"language": "Jezik",
|
"language": "Jezik",
|
||||||
"copiedToClipboard": "Podaci kopirani u međuspremnik",
|
"copiedToClipboard": "Podaci kopirani u međuspremnik",
|
||||||
"storagePermissionDenied": "Dozvola za pohranu je odbijena",
|
"storagePermissionDenied": "Dozvola za pohranu je odbijena",
|
||||||
"selectedCategorizeWarning": "Ovo će zamijeniti sve postojeće postavke kategorije za odabrane aplikacije.",
|
"selectedCategorizeWarning": "Ovo će zamijeniti sve postojeće postavke kategorije za odabrane aplikacije.",
|
||||||
"filterAPKsByRegEx": "Filtrirajte APK-ove prema regularnom izrazu",
|
"filterAPKsByRegEx": "Filtrirajte APK-ove prema regularnom izrazu",
|
||||||
"removeFromObtainium": "Ukloni iz Obtainiuma",
|
"removeFromObtainium": "Ukloni iz Obtainiuma",
|
||||||
"uninstallFromDevice": "Deinstaliraj s uređaja",
|
"uninstallFromDevice": "Deinstaliraj s uređaja",
|
||||||
"onlyWorksWithNonVersionDetectApps": "Radi samo za aplikacije s onemogućenom detekcijom verzije.",
|
"onlyWorksWithNonVersionDetectApps": "Radi samo za aplikacije s onemogućenom detekcijom verzije.",
|
||||||
"releaseDateAsVersion": "Koristi datum izdanja kao verziju",
|
"releaseDateAsVersion": "Koristi datum izdanja kao verziju",
|
||||||
"releaseDateAsVersionExplanation": "Ova opcija bi se trebala koristiti samo za aplikacije gdje detekcija verzije ne radi ispravno, ali je datum izdavanja dostupan.",
|
"releaseDateAsVersionExplanation": "Ova opcija bi se trebala koristiti samo za aplikacije gdje detekcija verzije ne radi ispravno, ali je datum izdavanja dostupan.",
|
||||||
"changes": "Promjene",
|
"changes": "Promjene",
|
||||||
"releaseDate": "Datum izdavanja",
|
"releaseDate": "Datum izdavanja",
|
||||||
"importFromURLsInFile": "Uvoz iz URL-ova u datoteci (kao što je OPML)",
|
"importFromURLsInFile": "Uvoz iz URL-ova u datoteci (kao što je OPML)",
|
||||||
"versionDetection": "Otkrivanje verzije",
|
"versionDetection": "Otkrivanje verzije",
|
||||||
"standardVersionDetection": "Detekcija standardne verzije",
|
"standardVersionDetection": "Detekcija standardne verzije",
|
||||||
"groupByCategory": "Grupiši po kategoriji",
|
"groupByCategory": "Grupiši po kategoriji",
|
||||||
"autoApkFilterByArch": "Pokušajte filtrirati APK-ove po arhitekturi procesora ako je moguće",
|
"autoApkFilterByArch": "Pokušajte filtrirati APK-ove po arhitekturi procesora ako je moguće",
|
||||||
"overrideSource": "Premosti izvor",
|
"overrideSource": "Premosti izvor",
|
||||||
"dontShowAgain": "Ne prikazuj ovo ponovo",
|
"dontShowAgain": "Ne prikazuj ovo ponovo",
|
||||||
"dontShowTrackOnlyWarnings": "Ne prikazuj upozorenja „Samo za praćenje”",
|
"dontShowTrackOnlyWarnings": "Ne prikazuj upozorenja „Samo za praćenje”",
|
||||||
"dontShowAPKOriginWarnings": "Ne prikazuj upozorenja o porijeklu APK-a",
|
"dontShowAPKOriginWarnings": "Ne prikazuj upozorenja o porijeklu APK-a",
|
||||||
"moveNonInstalledAppsToBottom": "Premjesti neinstalirane aplikacije na dno prikaza aplikacija",
|
"moveNonInstalledAppsToBottom": "Premjesti neinstalirane aplikacije na dno prikaza aplikacija",
|
||||||
"gitlabPATLabel": "GitLab token za lični pristup\n(Omogućava pretraživanje i bolje otkrivanje APK-a)",
|
"gitlabPATLabel": "GitLab token za lični pristup\n(Omogućava pretraživanje i bolje otkrivanje APK-a)",
|
||||||
"about": "O nama",
|
"about": "O nama",
|
||||||
"requiresCredentialsInSettings": "Za ovo su potrebni dodatni akreditivi (u Postavkama)",
|
"requiresCredentialsInSettings": "Za ovo su potrebni dodatni akreditivi (u Postavkama)",
|
||||||
"checkOnStart": "Provjerite ima li novosti pri pokretanju",
|
"checkOnStart": "Provjerite ima li novosti pri pokretanju",
|
||||||
"tryInferAppIdFromCode": "Pokušati otkriti ID aplikacije iz izvornog koda",
|
"tryInferAppIdFromCode": "Pokušati otkriti ID aplikacije iz izvornog koda",
|
||||||
"removeOnExternalUninstall": "Automatski ukloni eksterno deinstalirane aplikacije",
|
"removeOnExternalUninstall": "Automatski ukloni eksterno deinstalirane aplikacije",
|
||||||
"pickHighestVersionCode": "Automatski odaberite najviši kôd verzije APK-a",
|
"pickHighestVersionCode": "Automatski odaberite najviši kôd verzije APK-a",
|
||||||
"checkUpdateOnDetailPage": "Provjerite ima li novosti pri otvaranju stranice s detaljima aplikacije",
|
"checkUpdateOnDetailPage": "Provjerite ima li novosti pri otvaranju stranice s detaljima aplikacije",
|
||||||
"disablePageTransitions": "Ugasite animaciju prijelaza stranice",
|
"disablePageTransitions": "Ugasite animaciju prijelaza stranice",
|
||||||
"reversePageTransitions": "Reverzne animacije prijelaza stranice",
|
"reversePageTransitions": "Reverzne animacije prijelaza stranice",
|
||||||
"minStarCount": "Minimum Star Count",
|
"minStarCount": "Minimum Star Count",
|
||||||
"addInfoBelow": "Add this info below.",
|
"addInfoBelow": "Add this info below.",
|
||||||
"addInfoInSettings": "Add this info in the Settings.",
|
"addInfoInSettings": "Add this info in the Settings.",
|
||||||
"githubSourceNote": "GitHub rate limiting can be avoided using an API key.",
|
"githubSourceNote": "GitHub rate limiting can be avoided using an API key.",
|
||||||
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
||||||
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
||||||
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
||||||
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
"enableBackgroundUpdates": "Enable background updates",
|
"enableBackgroundUpdates": "Enable background updates",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
"intermediateLinkRegex": "Filter for an 'Intermediate' Link to Visit First",
|
"intermediateLinkRegex": "Filter for an 'Intermediate' Link to Visit First",
|
||||||
"intermediateLinkNotFound": "Intermediate link not found",
|
"intermediateLinkNotFound": "Intermediate link not found",
|
||||||
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
|
"autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
|
||||||
"versionExtractionRegEx": "Version Extraction RegEx",
|
"versionExtractionRegEx": "Version Extraction RegEx",
|
||||||
"matchGroupToUse": "Match Group to Use",
|
"matchGroupToUse": "Match Group to Use",
|
||||||
"highlightTouchTargets": "Highlight less obvious touch targets",
|
"highlightTouchTargets": "Highlight less obvious touch targets",
|
||||||
"pickExportDir": "Pick Export Directory",
|
"pickExportDir": "Pick Export Directory",
|
||||||
"autoExportOnChanges": "Auto-export on changes",
|
"autoExportOnChanges": "Auto-export on changes",
|
||||||
"filterVersionsByRegEx": "Filter Versions by Regular Expression",
|
"filterVersionsByRegEx": "Filter Versions by Regular Expression",
|
||||||
"trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK",
|
"trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK",
|
||||||
"dontSortReleasesList": "Retain release order from API",
|
"dontSortReleasesList": "Retain release order from API",
|
||||||
"reverseSort": "Reverse sorting",
|
"reverseSort": "Reverse sorting",
|
||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
"removeAppQuestion": {
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
"one": "Želite li ukloniti aplikaciju?",
|
"installing": "Installing",
|
||||||
"other": "Želite li ukloniti aplikacije?"
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
},
|
"updatesAvailableNotifChannel": "Dostupna ažuriranja",
|
||||||
"tooManyRequestsTryAgainInMinutes": {
|
"appsUpdatedNotifChannel": "Aplikacije su ažurirane",
|
||||||
"one": "Previše zahtjeva (ograničena broj zahteva) - pokušajte ponovo za {} minutu",
|
"appsPossiblyUpdatedNotifChannel": "App Updates Attempted",
|
||||||
"other": "Previše zahtjeva (ograničena cijena) - pokušajte ponovo za {} min."
|
"errorCheckingUpdatesNotifChannel": "Greška pri provjeri ažuriranja",
|
||||||
},
|
"appsRemovedNotifChannel": "Aplikacije su uklonjene",
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
"downloadingXNotifChannel": "Preuzimanje {}",
|
||||||
"one": "Provjera ažuriranja u pozadini naišla je na {}, zakazuje se ponovni pokušaj za {} minutu",
|
"completeAppInstallationNotifChannel": "Dovršite instalaciju aplikacije",
|
||||||
"other": "Provjera ažuriranja u pozadini naišla je na {}, zakazuje se ponovni pokušaj za {} min."
|
"checkingForUpdatesNotifChannel": "Tražim moguće nadogradnje",
|
||||||
},
|
"removeAppQuestion": {
|
||||||
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
"one": "Želite li ukloniti aplikaciju?",
|
||||||
"one": "Provjera ažuriranja u pozadini je pronašla {} ažuriranje - korisnik će biti obavješten ako je to potrebno",
|
"other": "Želite li ukloniti aplikacije?"
|
||||||
"other": "Provjera ažuriranja u pozadini je pronašla {} ažuriranja - korisnik će biti obavješten ako je to potrebno"
|
},
|
||||||
},
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
"apps": {
|
"one": "Previše zahtjeva (ograničena broj zahteva) - pokušajte ponovo za {} minutu",
|
||||||
"one": "{} aplikacija",
|
"other": "Previše zahtjeva (ograničena cijena) - pokušajte ponovo za {} min."
|
||||||
"other": "{} aplikacije"
|
},
|
||||||
},
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
"url": {
|
"one": "Provjera ažuriranja u pozadini naišla je na {}, zakazuje se ponovni pokušaj za {} minutu",
|
||||||
"one": "{} URL",
|
"other": "Provjera ažuriranja u pozadini naišla je na {}, zakazuje se ponovni pokušaj za {} min."
|
||||||
"other": "{} URL-ovi"
|
},
|
||||||
},
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
"minute": {
|
"one": "Provjera ažuriranja u pozadini je pronašla {} ažuriranje - korisnik će biti obavješten ako je to potrebno",
|
||||||
"one": "{} minuta",
|
"other": "Provjera ažuriranja u pozadini je pronašla {} ažuriranja - korisnik će biti obavješten ako je to potrebno"
|
||||||
"other": "min."
|
},
|
||||||
},
|
"apps": {
|
||||||
"hour": {
|
"one": "{} aplikacija",
|
||||||
"one": "{} sat",
|
"other": "{} aplikacije"
|
||||||
"other": "{} sat/i"
|
},
|
||||||
},
|
"url": {
|
||||||
"day": {
|
"one": "{} URL",
|
||||||
"one": "{} dan",
|
"other": "{} URL-ovi"
|
||||||
"other": "{} dana"
|
},
|
||||||
},
|
"minute": {
|
||||||
"clearedNLogsBeforeXAfterY": {
|
"one": "{} minuta",
|
||||||
"one": "Izbrisan {n} log (prije = {before}, nakon = {after})",
|
"other": "min."
|
||||||
"other": "Izbrisano {n} log-ova (prije = {before}, nakon = {after})"
|
},
|
||||||
},
|
"hour": {
|
||||||
"xAndNMoreUpdatesAvailable": {
|
"one": "{} sat",
|
||||||
"one": "{} i još 1 aplikacija ima ažuriranja.",
|
"other": "{} sat/i"
|
||||||
"other": "{} i još {} aplikacija imaju ažuriranja."
|
},
|
||||||
},
|
"day": {
|
||||||
"xAndNMoreUpdatesInstalled": {
|
"one": "{} dan",
|
||||||
"one": "{} i još 1 aplikacija je ažurirana.",
|
"other": "{} dana"
|
||||||
"other": "{} i još {} aplikacija je ažurirano."
|
},
|
||||||
},
|
"clearedNLogsBeforeXAfterY": {
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"one": "Izbrisan {n} log (prije = {before}, nakon = {after})",
|
||||||
"one": "{} and 1 more app may have been updated.",
|
"other": "Izbrisano {n} log-ova (prije = {before}, nakon = {after})"
|
||||||
"other": "{} and {} more apps may have been updated."
|
},
|
||||||
}
|
"xAndNMoreUpdatesAvailable": {
|
||||||
|
"one": "{} i još 1 aplikacija ima ažuriranja.",
|
||||||
|
"other": "{} i još {} aplikacija imaju ažuriranja."
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesInstalled": {
|
||||||
|
"one": "{} i još 1 aplikacija je ažurirana.",
|
||||||
|
"other": "{} i još {} aplikacija je ažurirano."
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
|
"one": "{} and 1 more app may have been updated.",
|
||||||
|
"other": "{} and {} more apps may have been updated."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
"githubStarredRepos": "GitHub Starred Repos",
|
"githubStarredRepos": "GitHub Starred Repos",
|
||||||
"uname": "username",
|
"uname": "username",
|
||||||
"wrongArgNum": "Špatný počet předložených argumentů",
|
"wrongArgNum": "Špatný počet předložených argumentů",
|
||||||
"xIsTrackOnly":"{} je určeno pouze pro sledování",
|
"xIsTrackOnly": "{} je určeno pouze pro sledování",
|
||||||
"source": "zdroj",
|
"source": "zdroj",
|
||||||
"app": "App",
|
"app": "App",
|
||||||
"appsFromSourceAreTrackOnly": "Aplikace z tohoto zdroje jsou 'Jen sledovány'.",
|
"appsFromSourceAreTrackOnly": "Aplikace z tohoto zdroje jsou 'Jen sledovány'.",
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
"estimateInBrackets": "(přibližně)",
|
"estimateInBrackets": "(přibližně)",
|
||||||
"selectAll": "Vybrat Vše",
|
"selectAll": "Vybrat Vše",
|
||||||
"deselectN": "{} deselected",
|
"deselectN": "{} deselected",
|
||||||
"xWillBeRemovedButRemainInstalled":"{} bude odstraněn z Obtainium, ale zůstane nainstalován v zařízení.",
|
"xWillBeRemovedButRemainInstalled": "{} bude odstraněn z Obtainium, ale zůstane nainstalován v zařízení.",
|
||||||
"removeSelectedAppsQuestion": "Odebrat vybrané aplikace?",
|
"removeSelectedAppsQuestion": "Odebrat vybrané aplikace?",
|
||||||
"removeSelectedApps": "Odebrat vybrané aplikace",
|
"removeSelectedApps": "Odebrat vybrané aplikace",
|
||||||
"updateX": "Aktualizovat {}",
|
"updateX": "Aktualizovat {}",
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
"importX": "Import {}",
|
"importX": "Import {}",
|
||||||
"importedAppsIdDisclaimer": "Importované aplikace mohou být nesprávně zobrazeny jako \"Neinstalované\". Chcete-li to opravit, nainstalujte je znovu prostřednictvím Obtainium. To nemá vliv na data aplikací. Ovlivňuje pouze metody importu URL a třetích stran.",
|
"importedAppsIdDisclaimer": "Importované aplikace mohou být nesprávně zobrazeny jako \"Neinstalované\". Chcete-li to opravit, nainstalujte je znovu prostřednictvím Obtainium. To nemá vliv na data aplikací. Ovlivňuje pouze metody importu URL a třetích stran.",
|
||||||
"importErrors": "Import Errors",
|
"importErrors": "Import Errors",
|
||||||
"importedXOfYApps":"{}importováno {}aplikací.",
|
"importedXOfYApps": "{}importováno {}aplikací.",
|
||||||
"followingURLsHadErrors": "U následujících adres URL došlo k chybám:",
|
"followingURLsHadErrors": "U následujících adres URL došlo k chybám:",
|
||||||
"okay": "Okay",
|
"okay": "Okay",
|
||||||
"selectURL": "Select URL",
|
"selectURL": "Select URL",
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
"appNotFound": "App not found",
|
"appNotFound": "App not found",
|
||||||
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
||||||
"pickAnAPK": "Vybrat APK",
|
"pickAnAPK": "Vybrat APK",
|
||||||
"appHasMoreThanOnePackage":"{} má více než jeden balíček:",
|
"appHasMoreThanOnePackage": "{} má více než jeden balíček:",
|
||||||
"deviceSupportsXArch": "Vaše zařízení podporuje architekturu CPU {}.",
|
"deviceSupportsXArch": "Vaše zařízení podporuje architekturu CPU {}.",
|
||||||
"deviceSupportsFollowingArchs": "Vaše zařízení podporuje následující architektury CPU:",
|
"deviceSupportsFollowingArchs": "Vaše zařízení podporuje následující architektury CPU:",
|
||||||
"warning": "Varování",
|
"warning": "Varování",
|
||||||
@@ -144,15 +144,15 @@
|
|||||||
"updatesAvailable": "dostupné aktualizace",
|
"updatesAvailable": "dostupné aktualizace",
|
||||||
"updatesAvailableNotifDescription": "Upozorňuje uživatele, že jsou k dispozici aktualizace pro jednu nebo více aplikací sledovaných Obtainium",
|
"updatesAvailableNotifDescription": "Upozorňuje uživatele, že jsou k dispozici aktualizace pro jednu nebo více aplikací sledovaných Obtainium",
|
||||||
"noNewUpdates": "Žádné nové aktualizace.",
|
"noNewUpdates": "Žádné nové aktualizace.",
|
||||||
"xHasAnUpdate":"{} má aktualizaci.",
|
"xHasAnUpdate": "{} má aktualizaci.",
|
||||||
"appsUpdated": "Aplikace aktualizovány",
|
"appsUpdated": "Aplikace aktualizovány",
|
||||||
"appsUpdatedNotifDescription": "Upozorňuje uživatele, že byly provedeny aktualizace jedné nebo více aplikací na pozadí",
|
"appsUpdatedNotifDescription": "Upozorňuje uživatele, že byly provedeny aktualizace jedné nebo více aplikací na pozadí",
|
||||||
"xWasUpdatedToY":"{} byl aktualizován na {}",
|
"xWasUpdatedToY": "{} byl aktualizován na {}",
|
||||||
"errorCheckingUpdates": "Chybová kontrola aktualizací",
|
"errorCheckingUpdates": "Chybová kontrola aktualizací",
|
||||||
"errorCheckingUpdatesNotifDescription": "Oznámení zobrazené při neúspěšné kontrole aktualizací na pozadí",
|
"errorCheckingUpdatesNotifDescription": "Oznámení zobrazené při neúspěšné kontrole aktualizací na pozadí",
|
||||||
"appsRemoved": "Odstraněné aplikace",
|
"appsRemoved": "Odstraněné aplikace",
|
||||||
"appsRemovedNotifDescription": "Oznámení uživateli, že jedna nebo více aplikací byly odstraněny z důvodu chyb při načítání",
|
"appsRemovedNotifDescription": "Oznámení uživateli, že jedna nebo více aplikací byly odstraněny z důvodu chyb při načítání",
|
||||||
"xWasRemovedDueToErrorY":"{} byla odstraněna z důvodu následující chyby: {}",
|
"xWasRemovedDueToErrorY": "{} byla odstraněna z důvodu následující chyby: {}",
|
||||||
"completeAppInstallation": "Dokončit instalaci aplikace",
|
"completeAppInstallation": "Dokončit instalaci aplikace",
|
||||||
"obtainiumMustBeOpenToInstallApps": "Obtainium musí být otevřeno, aby bylo možné instalovat aplikace",
|
"obtainiumMustBeOpenToInstallApps": "Obtainium musí být otevřeno, aby bylo možné instalovat aplikace",
|
||||||
"completeAppInstallationNotifDescription": "Vyzvat uživatele k návratu do Obtainium pro dokončení instalace aplikací",
|
"completeAppInstallationNotifDescription": "Vyzvat uživatele k návratu do Obtainium pro dokončení instalace aplikací",
|
||||||
@@ -241,7 +241,7 @@
|
|||||||
"customLinkFilterRegex": "Vlastní filtr odkazů APK podle regulárního výrazu (výchozí '.apk$')",
|
"customLinkFilterRegex": "Vlastní filtr odkazů APK podle regulárního výrazu (výchozí '.apk$')",
|
||||||
"appsPossiblyUpdated": "Byly provedeny pokusy o aktualizaci aplikací",
|
"appsPossiblyUpdated": "Byly provedeny pokusy o aktualizaci aplikací",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Upozorňuje uživatele, že na pozadí mohly být provedeny aktualizace jedné nebo více aplikací",
|
"appsPossiblyUpdatedNotifDescription": "Upozorňuje uživatele, že na pozadí mohly být provedeny aktualizace jedné nebo více aplikací",
|
||||||
"xWasPossiblyUpdatedToY":"{} mohlo být aktualizováno na {}.",
|
"xWasPossiblyUpdatedToY": "{} mohlo být aktualizováno na {}.",
|
||||||
"enableBackgroundUpdates": "Povolit aktualizace na pozadí",
|
"enableBackgroundUpdates": "Povolit aktualizace na pozadí",
|
||||||
"backgroundUpdateReqsExplanation": "Aktualizace na pozadí nemusí být možné pro všechny aplikace.",
|
"backgroundUpdateReqsExplanation": "Aktualizace na pozadí nemusí být možné pro všechny aplikace.",
|
||||||
"backgroundUpdateLimitsExplanation": "Úspěšnost instalace na pozadí lze určit pouze v případě, že je otevřen Obtainium.",
|
"backgroundUpdateLimitsExplanation": "Úspěšnost instalace na pozadí lze určit pouze v případě, že je otevřen Obtainium.",
|
||||||
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "dostupné aktualizace",
|
||||||
|
"appsUpdatedNotifChannel": "Aplikace aktualizovány",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "Byly provedeny pokusy o aktualizaci aplikací",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Chybová kontrola aktualizací",
|
||||||
|
"appsRemovedNotifChannel": "Odstraněné aplikace",
|
||||||
|
"downloadingXNotifChannel": "download {}",
|
||||||
|
"completeAppInstallationNotifChannel": "Dokončit instalaci aplikace",
|
||||||
|
"checkingForUpdatesNotifChannel": "Zkontrolovat aktualizace",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Odstranit Apku?",
|
"one": "Odstranit Apku?",
|
||||||
"other": "Odstranit Apky?"
|
"other": "Odstranit Apky?"
|
||||||
@@ -280,15 +291,15 @@
|
|||||||
"other": "Kontrola aktualizací na pozadí našla {} aktualizací - v případě potřeby upozorní uživatele"
|
"other": "Kontrola aktualizací na pozadí našla {} aktualizací - v případě potřeby upozorní uživatele"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"one":"{} App",
|
"one": "{} App",
|
||||||
"other":"{} apps"
|
"other": "{} apps"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"jedna": "{} URL",
|
"jedna": "{} URL",
|
||||||
"other": "{} URLs"
|
"other": "{} URLs"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one":"{} minute",
|
"one": "{} minute",
|
||||||
"other": "{} minutes"
|
"other": "{} minutes"
|
||||||
},
|
},
|
||||||
"hour": {
|
"hour": {
|
||||||
@@ -300,20 +311,19 @@
|
|||||||
"other": "{} dny"
|
"other": "{} dny"
|
||||||
},
|
},
|
||||||
"clearedNLogsBeforeXAfterY": {
|
"clearedNLogsBeforeXAfterY": {
|
||||||
"one":"{n} log vymazán (před = {před}, po = {po})",
|
"one": "{n} log vymazán (před = {před}, po = {po})",
|
||||||
"other": "{n} logů vymazáno (před = {před}, po = {po})"
|
"other": "{n} logů vymazáno (před = {před}, po = {po})"
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesAvailable": {
|
"xAndNMoreUpdatesAvailable": {
|
||||||
"one":"{} a 1 další aplikace mají aktualizace.",
|
"one": "{} a 1 další aplikace mají aktualizace.",
|
||||||
"other":"{} a {} další aplikace mají aktualizace."
|
"other": "{} a {} další aplikace mají aktualizace."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesInstalled": {
|
"xAndNMoreUpdatesInstalled": {
|
||||||
"one":"{} a {} další aplikace mají aktualizace.",
|
"one": "{} a {} další aplikace mají aktualizace.",
|
||||||
"další":"{} a {} další aplikace byly aktualizovány."
|
"další": "{} a {} další aplikace byly aktualizovány."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
"one":"{} a {} další aplikace byly možná aktualizovány",
|
"one": "{} a {} další aplikace byly možná aktualizovány",
|
||||||
"other":"{} a {} další aplikace mohly být aktualizovány."
|
"other": "{} a {} další aplikace mohly být aktualizovány."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -170,7 +170,7 @@
|
|||||||
"lastUpdateCheckX": "Letzte Aktualisierungsprüfung: {}",
|
"lastUpdateCheckX": "Letzte Aktualisierungsprüfung: {}",
|
||||||
"remove": "Entfernen",
|
"remove": "Entfernen",
|
||||||
"yesMarkUpdated": "Ja, als aktualisiert markieren",
|
"yesMarkUpdated": "Ja, als aktualisiert markieren",
|
||||||
"fdroid": "F-Droid Official",
|
"fdroid": "offizielles F-Droid-Repo",
|
||||||
"appIdOrName": "App ID oder Name",
|
"appIdOrName": "App ID oder Name",
|
||||||
"appId": "App ID",
|
"appId": "App ID",
|
||||||
"appWithIdOrNameNotFound": "Es wurde keine App mit dieser ID oder diesem Namen gefunden",
|
"appWithIdOrNameNotFound": "Es wurde keine App mit dieser ID oder diesem Namen gefunden",
|
||||||
@@ -246,23 +246,34 @@
|
|||||||
"backgroundUpdateReqsExplanation": "Die Hintergrundaktualisierung ist möglicherweise nicht für alle Apps möglich.",
|
"backgroundUpdateReqsExplanation": "Die Hintergrundaktualisierung ist möglicherweise nicht für alle Apps möglich.",
|
||||||
"backgroundUpdateLimitsExplanation": "Der Erfolg einer Hintergrundinstallation kann nur festgestellt werden, wenn Obtainium geöffnet wird.",
|
"backgroundUpdateLimitsExplanation": "Der Erfolg einer Hintergrundinstallation kann nur festgestellt werden, wenn Obtainium geöffnet wird.",
|
||||||
"verifyLatestTag": "Überprüfe das „latest“ Tag",
|
"verifyLatestTag": "Überprüfe das „latest“ Tag",
|
||||||
"intermediateLinkRegex": "Filter für einen \"Zwischen\"-Link, der zuerst besucht werden soll",
|
"intermediateLinkRegex": "Filter für einen „Zwischen“-Link, der zuerst besucht werden soll",
|
||||||
"intermediateLinkNotFound": "Zwischenlink nicht gefunden",
|
"intermediateLinkNotFound": "„Zwischen“link nicht gefunden",
|
||||||
"exemptFromBackgroundUpdates": "Ausschluss von Hintergrundaktualisierungen (falls aktiviert)",
|
"exemptFromBackgroundUpdates": "Ausschluss von Hintergrundaktualisierungen (falls aktiviert)",
|
||||||
"bgUpdatesOnWiFiOnly": "Hintergrundaktualisierungen deaktivieren, wenn kein WLAN vorhanden ist",
|
"bgUpdatesOnWiFiOnly": "Hintergrundaktualisierungen deaktivieren, wenn kein WLAN vorhanden ist",
|
||||||
"autoSelectHighestVersionCode": "Automatisch höchste APK-Code-Version auswählen",
|
"autoSelectHighestVersionCode": "Automatisch höchste APK-Code-Version auswählen",
|
||||||
"versionExtractionRegEx": "Versions-Extraktion RegEx",
|
"versionExtractionRegEx": "Versions-Extraktion per RegEx",
|
||||||
"matchGroupToUse": "Zu verwendende Gruppe abgleichen",
|
"matchGroupToUse": "Zu verwendende Gruppe abgleichen",
|
||||||
"highlightTouchTargets": "Weniger offensichtliche Ziele hervorheben",
|
"highlightTouchTargets": "Weniger offensichtliche Ziele hervorheben",
|
||||||
"pickExportDir": "Export-Verzeichnis wählen",
|
"pickExportDir": "Export-Verzeichnis wählen",
|
||||||
"autoExportOnChanges": "Automatischer Export bei Änderung",
|
"autoExportOnChanges": "Automatischer Export bei Änderung",
|
||||||
"filterVersionsByRegEx": "Versionen nach regulären Ausdrücken filtern",
|
"filterVersionsByRegEx": "Versionen nach regulären Ausdrücken filtern",
|
||||||
"trySelectingSuggestedVersionCode": "Versuchen, die vorgeschlagene APK-Code-Version auszuwählen",
|
"trySelectingSuggestedVersionCode": "Versuchen, die vorgeschlagene APK-Code-Version auszuwählen",
|
||||||
"dontSortReleasesList": "Retain release order from API",
|
"dontSortReleasesList": "Freigaberelease von der API ordern",
|
||||||
"reverseSort": "Umgekehrtes Sortieren",
|
"reverseSort": "Umgekehrtes Sortieren",
|
||||||
"debugMenu": "Debug Menü",
|
"debugMenu": "Debug-Menü",
|
||||||
"bgTaskStarted": "Hintergrundaufgabe gestartet – Logs prüfen.",
|
"bgTaskStarted": "Hintergrundaufgabe gestartet – Logs prüfen.",
|
||||||
"runBgCheckNow": "Hintergrundaktualisierungsprüfung jetzt durchführen",
|
"runBgCheckNow": "Hintergrundaktualisierungsprüfung jetzt durchführen",
|
||||||
|
"versionExtractWholePage": "Versions-Extraktion per RegEx auf die gesamte Seite anwenden",
|
||||||
|
"installing": "Installiere",
|
||||||
|
"skipUpdateNotifications": "Keine Benachrichtigung zu App-Updates geben",
|
||||||
|
"updatesAvailableNotifChannel": "Aktualisierungen verfügbar",
|
||||||
|
"appsUpdatedNotifChannel": "Apps aktualisiert",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "App Aktualisierungen wurden versucht",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Fehler beim Prüfen auf Aktualisierungen",
|
||||||
|
"appsRemovedNotifChannel": "Apps entfernt",
|
||||||
|
"downloadingXNotifChannel": "Lade {} herunter",
|
||||||
|
"completeAppInstallationNotifChannel": "App Installation abschließen",
|
||||||
|
"checkingForUpdatesNotifChannel": "Nach Aktualisierungen suchen",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "App entfernen?",
|
"one": "App entfernen?",
|
||||||
"other": "Apps entfernen?"
|
"other": "Apps entfernen?"
|
||||||
|
@@ -252,7 +252,7 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
|
"autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
|
||||||
"versionExtractionRegEx": "Version Extraction RegEx",
|
"versionExtractionRegEx": "Version Extraction RegEx",
|
||||||
"matchGroupToUse": "Match Group to Use",
|
"matchGroupToUse": "Match Group to Use for Version Extraction Regex",
|
||||||
"highlightTouchTargets": "Highlight less obvious touch targets",
|
"highlightTouchTargets": "Highlight less obvious touch targets",
|
||||||
"pickExportDir": "Pick Export Directory",
|
"pickExportDir": "Pick Export Directory",
|
||||||
"autoExportOnChanges": "Auto-export on changes",
|
"autoExportOnChanges": "Auto-export on changes",
|
||||||
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "Updates Available",
|
||||||
|
"appsUpdatedNotifChannel": "Apps Updated",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "App Updates Attempted",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Error Checking for Updates",
|
||||||
|
"appsRemovedNotifChannel": "Apps Removed",
|
||||||
|
"downloadingXNotifChannel": "Downloading {}",
|
||||||
|
"completeAppInstallationNotifChannel": "Complete App Installation",
|
||||||
|
"checkingForUpdatesNotifChannel": "Checking for Updates",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Remove App?",
|
"one": "Remove App?",
|
||||||
"other": "Remove Apps?"
|
"other": "Remove Apps?"
|
||||||
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "Actualizaciones Disponibles",
|
||||||
|
"appsUpdatedNotifChannel": "Aplicaciones Actualizadas",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "App Updates Attempted",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Error Buscando Actualizaciones",
|
||||||
|
"appsRemovedNotifChannel": "Aplicaciones Eliminadas",
|
||||||
|
"downloadingXNotifChannel": "Descargando {}",
|
||||||
|
"completeAppInstallationNotifChannel": "Instalación Completa de la Aplicación",
|
||||||
|
"checkingForUpdatesNotifChannel": "Buscando Actualizaciones",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "¿Eliminar Aplicación?",
|
"one": "¿Eliminar Aplicación?",
|
||||||
"other": "¿Eliminar Aplicaciones?"
|
"other": "¿Eliminar Aplicaciones?"
|
||||||
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "بروزرسانی در دسترس ",
|
||||||
|
"appsUpdatedNotifChannel": "برنامه ها به روز شدند",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "App Updates Attempted",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "خطا در بررسی بهروزرسانیها",
|
||||||
|
"appsRemovedNotifChannel": "برنامه ها حذف شدند",
|
||||||
|
"downloadingXNotifChannel": "در حال دانلود {}",
|
||||||
|
"completeAppInstallationNotifChannel": "نصب کامل برنامه",
|
||||||
|
"checkingForUpdatesNotifChannel": "بررسی بهروزرسانیها",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "برنامه حذف شود؟",
|
"one": "برنامه حذف شود؟",
|
||||||
"other": "برنامه ها حذف شوند؟"
|
"other": "برنامه ها حذف شوند؟"
|
||||||
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "Mises à jour disponibles",
|
||||||
|
"appsUpdatedNotifChannel": "Applications mises à jour",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "App Updates Attempted",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Erreur lors de la vérification des mises à jour",
|
||||||
|
"appsRemovedNotifChannel": "Applications supprimées",
|
||||||
|
"downloadingXNotifChannel": "Téléchargement {}",
|
||||||
|
"completeAppInstallationNotifChannel": "Installation complète de l'application",
|
||||||
|
"checkingForUpdatesNotifChannel": "Vérification des mises à jour",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Supprimer l'application ?",
|
"one": "Supprimer l'application ?",
|
||||||
"other": "Supprimer les applications ?"
|
"other": "Supprimer les applications ?"
|
||||||
|
@@ -242,7 +242,6 @@
|
|||||||
"appsPossiblyUpdated": "App frissítési kísérlet",
|
"appsPossiblyUpdated": "App frissítési kísérlet",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Értesíti a felhasználót, hogy egy vagy több alkalmazás frissítése lehetséges a háttérben",
|
"appsPossiblyUpdatedNotifDescription": "Értesíti a felhasználót, hogy egy vagy több alkalmazás frissítése lehetséges a háttérben",
|
||||||
"xWasPossiblyUpdatedToY": "{} frissítve lehet erre {}.",
|
"xWasPossiblyUpdatedToY": "{} frissítve lehet erre {}.",
|
||||||
"enableBackgroundUpdates": "Enable background updates",
|
|
||||||
"backgroundUpdateReqsExplanation": "Előfordulhat, hogy nem minden appnál lehetséges a háttérbeli frissítés.",
|
"backgroundUpdateReqsExplanation": "Előfordulhat, hogy nem minden appnál lehetséges a háttérbeli frissítés.",
|
||||||
"backgroundUpdateLimitsExplanation": "A háttérben történő telepítés sikeressége csak az Obtainium megnyitásakor állapítható meg.",
|
"backgroundUpdateLimitsExplanation": "A háttérben történő telepítés sikeressége csak az Obtainium megnyitásakor állapítható meg.",
|
||||||
"verifyLatestTag": "Ellenőrizze a „legújabb” címkét",
|
"verifyLatestTag": "Ellenőrizze a „legújabb” címkét",
|
||||||
@@ -264,6 +263,17 @@
|
|||||||
"bgTaskStarted": "A háttérfeladat elindult – ellenőrizze a naplókat.",
|
"bgTaskStarted": "A háttérfeladat elindult – ellenőrizze a naplókat.",
|
||||||
"enableBackgroundUpdates": "Frissítések a háttérben",
|
"enableBackgroundUpdates": "Frissítések a háttérben",
|
||||||
"runBgCheckNow": "Futtassa a Háttérben frissítés ellenőrzését most",
|
"runBgCheckNow": "Futtassa a Háttérben frissítés ellenőrzését most",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "Frissítések érhetők el",
|
||||||
|
"appsUpdatedNotifChannel": "Alkalmazások frissítve",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "App frissítési kísérlet",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Hiba a frissítések keresésekor",
|
||||||
|
"appsRemovedNotifChannel": "Alkalmazások eltávolítva",
|
||||||
|
"downloadingXNotifChannel": "{} letöltés",
|
||||||
|
"completeAppInstallationNotifChannel": "Teljes app telepítés",
|
||||||
|
"checkingForUpdatesNotifChannel": "Frissítések keresése",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Eltávolítja az alkalmazást?",
|
"one": "Eltávolítja az alkalmazást?",
|
||||||
"other": "Eltávolítja az alkalmazást?"
|
"other": "Eltávolítja az alkalmazást?"
|
||||||
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "Aggiornamenti disponibili",
|
||||||
|
"appsUpdatedNotifChannel": "App aggiornate",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "App Updates Attempted",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Controllo degli errori per gli aggiornamenti",
|
||||||
|
"appsRemovedNotifChannel": "App rimosse",
|
||||||
|
"downloadingXNotifChannel": "Scaricamento di {} in corso",
|
||||||
|
"completeAppInstallationNotifChannel": "Completa l'installazione dell'app",
|
||||||
|
"checkingForUpdatesNotifChannel": "Controllo degli aggiornamenti in corso",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Rimuovere l'app?",
|
"one": "Rimuovere l'app?",
|
||||||
"other": "Rimuovere le app?"
|
"other": "Rimuovere le app?"
|
||||||
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Debug Menu",
|
"debugMenu": "Debug Menu",
|
||||||
"bgTaskStarted": "Background task started - check logs.",
|
"bgTaskStarted": "Background task started - check logs.",
|
||||||
"runBgCheckNow": "Run Background Update Check Now",
|
"runBgCheckNow": "Run Background Update Check Now",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "アップデートが利用可能",
|
||||||
|
"appsUpdatedNotifChannel": "アプリをアップデートしました",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "アプリのアップデートを試行",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "アップデート確認中のエラー",
|
||||||
|
"appsRemovedNotifChannel": "削除されたアプリ",
|
||||||
|
"downloadingXNotifChannel": "{} をダウンロード中",
|
||||||
|
"completeAppInstallationNotifChannel": "アプリのインストールを完了する",
|
||||||
|
"checkingForUpdatesNotifChannel": "アップデートを確認中",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "アプリを削除しますか?",
|
"one": "アプリを削除しますか?",
|
||||||
"other": "アプリを削除しますか?"
|
"other": "アプリを削除しますか?"
|
||||||
|
@@ -142,20 +142,20 @@
|
|||||||
"warning": "Uwaga",
|
"warning": "Uwaga",
|
||||||
"sourceIsXButPackageFromYPrompt": "Źródłem aplikacji jest '{}', ale pakiet wydania pochodzi z '{}'. Kontynuować?",
|
"sourceIsXButPackageFromYPrompt": "Źródłem aplikacji jest '{}', ale pakiet wydania pochodzi z '{}'. Kontynuować?",
|
||||||
"updatesAvailable": "Dostępne aktualizacje",
|
"updatesAvailable": "Dostępne aktualizacje",
|
||||||
"updatesAvailableNotifDescription": "Powiadamia użytkownika o dostępności aktualizacji dla jednej lub więcej aplikacji obserwowanych przez Obtainium",
|
"updatesAvailableNotifDescription": "Informuje o dostępności aktualizacji dla jednej lub więcej aplikacji obserwowanych przez Obtainium",
|
||||||
"noNewUpdates": "Brak nowych aktualizacji.",
|
"noNewUpdates": "Brak nowych aktualizacji.",
|
||||||
"xHasAnUpdate": "{} ma aktualizację.",
|
"xHasAnUpdate": "{} ma aktualizację.",
|
||||||
"appsUpdated": "Zaktualizowane aplikacje",
|
"appsUpdated": "Zaktualizowano aplikacje",
|
||||||
"appsUpdatedNotifDescription": "Powiadamia użytkownika, gdy jedna lub więcej aplikacji zostało zaktualizowanych w tle",
|
"appsUpdatedNotifDescription": "Informuje, gdy co najmniej jedna aplikacja została zaktualizowana w tle",
|
||||||
"xWasUpdatedToY": "{} zaktualizowano do {}.",
|
"xWasUpdatedToY": "{} zaktualizowano do {}.",
|
||||||
"errorCheckingUpdates": "Sprawdzanie błędów aktualizacji",
|
"errorCheckingUpdates": "Błąd sprawdzania aktualizacji",
|
||||||
"errorCheckingUpdatesNotifDescription": "Powiadomienie wyświetlane, gdy sprawdzanie aktualizacji w tle nie powiedzie się",
|
"errorCheckingUpdatesNotifDescription": "Jest wyświetlane, gdy sprawdzanie aktualizacji w tle nie powiedzie się",
|
||||||
"appsRemoved": "Usunięte aplikacje",
|
"appsRemoved": "Usunięte aplikacje",
|
||||||
"appsRemovedNotifDescription": "Powiadamia użytkownika, gdy jedna lub więcej aplikacji zostało usuniętych z powodu błędów wczytywania",
|
"appsRemovedNotifDescription": "Informuje, gdy co najmniej jedna aplikacja została usunięta z powodu błędów podczas wczytywania",
|
||||||
"xWasRemovedDueToErrorY": "Usunięto {} z powodu błędu: {}",
|
"xWasRemovedDueToErrorY": "Usunięto {} z powodu błędu: {}",
|
||||||
"completeAppInstallation": "Ukończenie instalacji aplikacji",
|
"completeAppInstallation": "Ukończenie instalacji aplikacji",
|
||||||
"obtainiumMustBeOpenToInstallApps": "Aby zainstalować aplikacje, Obtainium musi być otwarte",
|
"obtainiumMustBeOpenToInstallApps": "Aby zainstalować aplikacje, Obtainium musi być otwarte",
|
||||||
"completeAppInstallationNotifDescription": "Prosi użytkownika o powrót do Obtainium w celu dokończenia instalacji aplikacji",
|
"completeAppInstallationNotifDescription": "Informuje o możliwości powrotu do Obtainium w celu dokończenia instalacji aplikacji",
|
||||||
"checkingForUpdates": "Sprawdzanie aktualizacji",
|
"checkingForUpdates": "Sprawdzanie aktualizacji",
|
||||||
"checkingForUpdatesNotifDescription": "Tymczasowe powiadomienie pojawiające się podczas sprawdzania aktualizacji",
|
"checkingForUpdatesNotifDescription": "Tymczasowe powiadomienie pojawiające się podczas sprawdzania aktualizacji",
|
||||||
"pleaseAllowInstallPerm": "Pozwól Obtainium instalować aplikacje",
|
"pleaseAllowInstallPerm": "Pozwól Obtainium instalować aplikacje",
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
"disableVersionDetection": "Wyłącz wykrywanie wersji",
|
"disableVersionDetection": "Wyłącz wykrywanie wersji",
|
||||||
"noVersionDetectionExplanation": "Opcja ta powinna być używana tylko w przypadku aplikacji, w których wykrywanie wersji nie działa poprawnie.",
|
"noVersionDetectionExplanation": "Opcja ta powinna być używana tylko w przypadku aplikacji, w których wykrywanie wersji nie działa poprawnie.",
|
||||||
"downloadingX": "Pobieranie {}",
|
"downloadingX": "Pobieranie {}",
|
||||||
"downloadNotifDescription": "Powiadamia użytkownika o postępach w pobieraniu aplikacji",
|
"downloadNotifDescription": "Informuje o postępach w pobieraniu aplikacji",
|
||||||
"noAPKFound": "Nie znaleziono pakietu APK",
|
"noAPKFound": "Nie znaleziono pakietu APK",
|
||||||
"noVersionDetection": "Bez wykrywania wersji",
|
"noVersionDetection": "Bez wykrywania wersji",
|
||||||
"categorize": "Kategoryzuj",
|
"categorize": "Kategoryzuj",
|
||||||
@@ -240,19 +240,19 @@
|
|||||||
"filterReleaseNotesByRegEx": "Filtruj informacje o wersji według wyrażenia regularnego",
|
"filterReleaseNotesByRegEx": "Filtruj informacje o wersji według wyrażenia regularnego",
|
||||||
"customLinkFilterRegex": "Filtruj linki APK według wyrażenia regularnego (domyślnie \".apk$\")",
|
"customLinkFilterRegex": "Filtruj linki APK według wyrażenia regularnego (domyślnie \".apk$\")",
|
||||||
"appsPossiblyUpdated": "Próbowano zaktualizować aplikację",
|
"appsPossiblyUpdated": "Próbowano zaktualizować aplikację",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Powiadamiaj o potencjalnym zastosowaniu w tle aktualizacji jednej lub większej ilości aplikacji",
|
"appsPossiblyUpdatedNotifDescription": "Powiadamia, gdy co najmniej jedna aktualizacja aplikacji została potencjalnie zastosowana w tle",
|
||||||
"xWasPossiblyUpdatedToY": "{} być może zaktualizowano do {}.",
|
"xWasPossiblyUpdatedToY": "{} być może zaktualizowano do {}.",
|
||||||
"enableBackgroundUpdates": "Włącz aktualizacje w tle",
|
"enableBackgroundUpdates": "Włącz aktualizacje w tle",
|
||||||
"backgroundUpdateReqsExplanation": "Aktualizacje w tle mogą nie być możliwe dla wszystkich aplikacji.",
|
"backgroundUpdateReqsExplanation": "Aktualizacje w tle mogą nie być możliwe dla wszystkich aplikacji.",
|
||||||
"backgroundUpdateLimitsExplanation": "Powodzenie instalacji w tle można określić dopiero po otwarciu Obtainium.",
|
"backgroundUpdateLimitsExplanation": "Powodzenie instalacji w tle można określić dopiero po otwarciu Obtainium.",
|
||||||
"verifyLatestTag": "Zweryfikuj najnowszy tag",
|
"verifyLatestTag": "Zweryfikuj najnowszy tag",
|
||||||
"intermediateLinkRegex": "Filtr linków \"pośrednich\" do odwiedzenia w pierwszej kolejności",
|
"intermediateLinkRegex": "Filtr linków \"pośrednich\" do odwiedzenia w pierwszej kolejności",
|
||||||
"intermediateLinkNotFound": "Nie znaleziono linku pośredniego"
|
"intermediateLinkNotFound": "Nie znaleziono linku pośredniego",
|
||||||
"exemptFromBackgroundUpdates": "Wyklucz z uaktualnień w tle (jeśli są włączone)",
|
"exemptFromBackgroundUpdates": "Wyklucz z uaktualnień w tle (jeśli są włączone)",
|
||||||
"bgUpdatesOnWiFiOnly": "Wyłącz aktualizacje w tle, gdy nie ma połączenia z Wi-Fi",
|
"bgUpdatesOnWiFiOnly": "Wyłącz aktualizacje w tle, gdy nie ma połączenia z Wi-Fi",
|
||||||
"autoSelectHighestVersionCode": "Automatycznie wybierz najwyższy kod wersji APK",
|
"autoSelectHighestVersionCode": "Automatycznie wybierz najwyższy kod wersji APK",
|
||||||
"versionExtractionRegEx": "Wyrażenie regularne wyodrębniające wersję",
|
"versionExtractionRegEx": "Wyrażenie regularne wyodrębniające wersję",
|
||||||
"matchGroupToUse": "Dopasuj grupę do użycia",
|
"matchGroupToUse": "Dopasuj grupę do użycia dla wyrażenia regularnego wyodrębniania wersji",
|
||||||
"highlightTouchTargets": "Wyróżnij mniej oczywiste elementy dotykowe",
|
"highlightTouchTargets": "Wyróżnij mniej oczywiste elementy dotykowe",
|
||||||
"pickExportDir": "Wybierz katalog eksportu",
|
"pickExportDir": "Wybierz katalog eksportu",
|
||||||
"autoExportOnChanges": "Automatyczny eksport po wprowadzeniu zmian",
|
"autoExportOnChanges": "Automatyczny eksport po wprowadzeniu zmian",
|
||||||
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Menu debugowania",
|
"debugMenu": "Menu debugowania",
|
||||||
"bgTaskStarted": "Uruchomiono zadanie w tle - sprawdź logi.",
|
"bgTaskStarted": "Uruchomiono zadanie w tle - sprawdź logi.",
|
||||||
"runBgCheckNow": "Wymuś sprawdzenie aktualizacji w tle",
|
"runBgCheckNow": "Wymuś sprawdzenie aktualizacji w tle",
|
||||||
|
"versionExtractWholePage": "Zastosuj wyrażenie regularne wyodrębniania wersji dla całej strony",
|
||||||
|
"installing": "Instalacja",
|
||||||
|
"skipUpdateNotifications": "Pomiń powiadomienia o aktualizacjach",
|
||||||
|
"updatesAvailableNotifChannel": "Dostępne aktualizacje aplikacji",
|
||||||
|
"appsUpdatedNotifChannel": "Zaktualizowane aplikacje",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "Informuj o próbach aktualizacji",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Błędy sprawdzania aktualizacji",
|
||||||
|
"appsRemovedNotifChannel": "Usunięte aplikacje",
|
||||||
|
"downloadingXNotifChannel": "Pobieranie aplikacji",
|
||||||
|
"completeAppInstallationNotifChannel": "Ukończenie instalacji aplikacji",
|
||||||
|
"checkingForUpdatesNotifChannel": "Sprawdzanie dostępności aktualizacji",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Usunąć aplikację?",
|
"one": "Usunąć aplikację?",
|
||||||
"few": "Usunąć aplikacje?",
|
"few": "Usunąć aplikacje?",
|
||||||
@@ -275,7 +286,7 @@
|
|||||||
"many": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minut",
|
"many": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minut",
|
||||||
"other": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minuty"
|
"other": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minuty"
|
||||||
},
|
},
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
"one": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minutę",
|
"one": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minutę",
|
||||||
"few": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minuty",
|
"few": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minuty",
|
||||||
"many": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minut",
|
"many": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minut",
|
||||||
@@ -341,3 +352,4 @@
|
|||||||
"many": "{} i {} innych apek mogło zostać zaktualizowanych.",
|
"many": "{} i {} innych apek mogło zostać zaktualizowanych.",
|
||||||
"other": "{} i {} inne apki mogły zostać zaktualizowane."
|
"other": "{} i {} inne apki mogły zostać zaktualizowane."
|
||||||
}
|
}
|
||||||
|
}
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Menu Debug",
|
"debugMenu": "Menu Debug",
|
||||||
"bgTaskStarted": "Tarefa em segundo plano iniciada - verifique os logs.",
|
"bgTaskStarted": "Tarefa em segundo plano iniciada - verifique os logs.",
|
||||||
"runBgCheckNow": "Execute a verificação de atualização em segundo plano agora",
|
"runBgCheckNow": "Execute a verificação de atualização em segundo plano agora",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "Atualizações Disponíveis",
|
||||||
|
"appsUpdatedNotifChannel": "Apps Atualizados",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "Tentativas de atualização de Apps",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Erro ao Procurar por Atualizações",
|
||||||
|
"appsRemovedNotifChannel": "Apps Removidos",
|
||||||
|
"downloadingXNotifChannel": "Baixando {}",
|
||||||
|
"completeAppInstallationNotifChannel": "Instalação completa do App",
|
||||||
|
"checkingForUpdatesNotifChannel": "Checando por Atualizações",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Remover App?",
|
"one": "Remover App?",
|
||||||
"other": "Remover Apps?"
|
"other": "Remover Apps?"
|
||||||
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "Меню Отладки",
|
"debugMenu": "Меню Отладки",
|
||||||
"bgTaskStarted": "Фоновая задача начата - проверьте журналы.",
|
"bgTaskStarted": "Фоновая задача начата - проверьте журналы.",
|
||||||
"runBgCheckNow": "Запустить проверку фонового обновления сейчас",
|
"runBgCheckNow": "Запустить проверку фонового обновления сейчас",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "Доступны обновления",
|
||||||
|
"appsUpdatedNotifChannel": "Приложения обновлены",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "Попытки обновления приложений",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Ошибка при проверке обновлений",
|
||||||
|
"appsRemovedNotifChannel": "Приложение удалено",
|
||||||
|
"downloadingXNotifChannel": "Загрузка {}",
|
||||||
|
"completeAppInstallationNotifChannel": "Завершение установки приложения",
|
||||||
|
"checkingForUpdatesNotifChannel": "Проверка обновлений",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Удалить приложение?",
|
"one": "Удалить приложение?",
|
||||||
"other": "Удалить приложения?"
|
"other": "Удалить приложения?"
|
||||||
|
@@ -263,6 +263,17 @@
|
|||||||
"debugMenu": "调试选项",
|
"debugMenu": "调试选项",
|
||||||
"bgTaskStarted": "后台任务已启动 - 详见日志",
|
"bgTaskStarted": "后台任务已启动 - 详见日志",
|
||||||
"runBgCheckNow": "立即进行后台更新检查",
|
"runBgCheckNow": "立即进行后台更新检查",
|
||||||
|
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
|
||||||
|
"installing": "Installing",
|
||||||
|
"skipUpdateNotifications": "Skip update notifications",
|
||||||
|
"updatesAvailableNotifChannel": "更新可用",
|
||||||
|
"appsUpdatedNotifChannel": "应用已更新",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "已尝试更新应用",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "检查更新出错",
|
||||||
|
"appsRemovedNotifChannel": "应用已删除",
|
||||||
|
"downloadingXNotifChannel": "正在下载{}",
|
||||||
|
"completeAppInstallationNotifChannel": "完成应用安装",
|
||||||
|
"checkingForUpdatesNotifChannel": "正在检查更新",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "是否删除应用?",
|
"one": "是否删除应用?",
|
||||||
"other": "是否删除应用?"
|
"other": "是否删除应用?"
|
||||||
|
@@ -7,6 +7,7 @@ import 'package:obtainium/providers/source_provider.dart';
|
|||||||
class FDroidRepo extends AppSource {
|
class FDroidRepo extends AppSource {
|
||||||
FDroidRepo() {
|
FDroidRepo() {
|
||||||
name = tr('fdroidThirdPartyRepo');
|
name = tr('fdroidThirdPartyRepo');
|
||||||
|
canSearch = true;
|
||||||
|
|
||||||
additionalSourceAppSpecificSettingFormItems = [
|
additionalSourceAppSpecificSettingFormItems = [
|
||||||
[
|
[
|
||||||
@@ -22,12 +23,85 @@ class FDroidRepo extends AppSource {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String removeQueryParamsFromUrl(String url, {List<String> keep = const []}) {
|
||||||
|
var uri = Uri.parse(url);
|
||||||
|
Map<String, dynamic> resultParams = {};
|
||||||
|
uri.queryParameters.forEach((key, value) {
|
||||||
|
if (keep.contains(key)) {
|
||||||
|
resultParams[key] = value;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
url = uri.replace(queryParameters: resultParams).toString();
|
||||||
|
if (url.endsWith('?')) {
|
||||||
|
url = url.substring(0, url.length - 1);
|
||||||
|
}
|
||||||
|
return url;
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String sourceSpecificStandardizeURL(String url) {
|
||||||
|
var standardUri = Uri.parse(url);
|
||||||
|
var pathSegments = standardUri.pathSegments;
|
||||||
|
if (pathSegments.last == 'index.xml') {
|
||||||
|
pathSegments.removeLast();
|
||||||
|
standardUri = standardUri.replace(path: pathSegments.join('/'));
|
||||||
|
}
|
||||||
|
return removeQueryParamsFromUrl(standardUri.toString(), keep: ['appId']);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<Map<String, List<String>>> search(String query,
|
||||||
|
{Map<String, dynamic> querySettings = const {}}) async {
|
||||||
|
query = removeQueryParamsFromUrl(standardizeUrl(query));
|
||||||
|
var res = await sourceRequest('$query/index.xml');
|
||||||
|
if (res.statusCode == 200) {
|
||||||
|
var body = parse(res.body);
|
||||||
|
Map<String, List<String>> results = {};
|
||||||
|
body.querySelectorAll('application').toList().forEach((app) {
|
||||||
|
String appId = app.attributes['id']!;
|
||||||
|
results['$query?appId=$appId'] = [
|
||||||
|
app.querySelector('name')?.innerHtml ?? appId,
|
||||||
|
app.querySelector('desc')?.innerHtml ?? ''
|
||||||
|
];
|
||||||
|
});
|
||||||
|
return results;
|
||||||
|
} else {
|
||||||
|
throw getObtainiumHttpError(res);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
App endOfGetAppChanges(App app) {
|
||||||
|
var uri = Uri.parse(app.url);
|
||||||
|
String? appId;
|
||||||
|
if (!isTempId(app)) {
|
||||||
|
appId = app.id;
|
||||||
|
} else if (uri.queryParameters['appId'] != null) {
|
||||||
|
appId = uri.queryParameters['appId'];
|
||||||
|
}
|
||||||
|
if (appId != null) {
|
||||||
|
app.url = uri
|
||||||
|
.replace(
|
||||||
|
queryParameters: Map.fromEntries(
|
||||||
|
[...uri.queryParameters.entries, MapEntry('appId', appId)]))
|
||||||
|
.toString();
|
||||||
|
app.additionalSettings['appIdOrName'] = appId;
|
||||||
|
app.id = appId;
|
||||||
|
}
|
||||||
|
return app;
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<APKDetails> getLatestAPKDetails(
|
Future<APKDetails> getLatestAPKDetails(
|
||||||
String standardUrl,
|
String standardUrl,
|
||||||
Map<String, dynamic> additionalSettings,
|
Map<String, dynamic> additionalSettings,
|
||||||
) async {
|
) async {
|
||||||
String? appIdOrName = additionalSettings['appIdOrName'];
|
String? appIdOrName = additionalSettings['appIdOrName'];
|
||||||
|
var standardUri = Uri.parse(standardUrl);
|
||||||
|
if (standardUri.queryParameters['appId'] != null) {
|
||||||
|
appIdOrName = standardUri.queryParameters['appId'];
|
||||||
|
}
|
||||||
|
standardUrl = removeQueryParamsFromUrl(standardUrl);
|
||||||
bool pickHighestVersionCode = additionalSettings['pickHighestVersionCode'];
|
bool pickHighestVersionCode = additionalSettings['pickHighestVersionCode'];
|
||||||
if (appIdOrName == null) {
|
if (appIdOrName == null) {
|
||||||
throw NoReleasesError();
|
throw NoReleasesError();
|
||||||
@@ -41,7 +115,7 @@ class FDroidRepo extends AppSource {
|
|||||||
if (foundApps.isEmpty) {
|
if (foundApps.isEmpty) {
|
||||||
foundApps = body.querySelectorAll('application').where((element) {
|
foundApps = body.querySelectorAll('application').where((element) {
|
||||||
return element.querySelector('name')?.innerHtml.toLowerCase() ==
|
return element.querySelector('name')?.innerHtml.toLowerCase() ==
|
||||||
appIdOrName.toLowerCase();
|
appIdOrName!.toLowerCase();
|
||||||
}).toList();
|
}).toList();
|
||||||
}
|
}
|
||||||
if (foundApps.isEmpty) {
|
if (foundApps.isEmpty) {
|
||||||
@@ -50,7 +124,7 @@ class FDroidRepo extends AppSource {
|
|||||||
.querySelector('name')
|
.querySelector('name')
|
||||||
?.innerHtml
|
?.innerHtml
|
||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
.contains(appIdOrName.toLowerCase()) ??
|
.contains(appIdOrName!.toLowerCase()) ??
|
||||||
false;
|
false;
|
||||||
}).toList();
|
}).toList();
|
||||||
}
|
}
|
||||||
@@ -58,8 +132,9 @@ class FDroidRepo extends AppSource {
|
|||||||
throw ObtainiumError(tr('appWithIdOrNameNotFound'));
|
throw ObtainiumError(tr('appWithIdOrNameNotFound'));
|
||||||
}
|
}
|
||||||
var authorName = body.querySelector('repo')?.attributes['name'] ?? name;
|
var authorName = body.querySelector('repo')?.attributes['name'] ?? name;
|
||||||
var appName =
|
String appId = foundApps[0].attributes['id']!;
|
||||||
foundApps[0].querySelector('name')?.innerHtml ?? appIdOrName;
|
foundApps[0].querySelector('name')?.innerHtml ?? appId;
|
||||||
|
var appName = foundApps[0].querySelector('name')?.innerHtml ?? appId;
|
||||||
var releases = foundApps[0].querySelectorAll('package');
|
var releases = foundApps[0].querySelectorAll('package');
|
||||||
String? latestVersion = releases[0].querySelector('version')?.innerHtml;
|
String? latestVersion = releases[0].querySelector('version')?.innerHtml;
|
||||||
String? added = releases[0].querySelector('added')?.innerHtml;
|
String? added = releases[0].querySelector('added')?.innerHtml;
|
||||||
|
@@ -22,7 +22,7 @@ String ensureAbsoluteUrl(String ambiguousUrl, Uri referenceAbsoluteUrl) {
|
|||||||
} else if (ambiguousUrl.split('/').where((e) => e.isNotEmpty).length == 1) {
|
} else if (ambiguousUrl.split('/').where((e) => e.isNotEmpty).length == 1) {
|
||||||
return '${referenceAbsoluteUrl.origin}/${currPathSegments.join('/')}/$ambiguousUrl';
|
return '${referenceAbsoluteUrl.origin}/${currPathSegments.join('/')}/$ambiguousUrl';
|
||||||
} else {
|
} else {
|
||||||
return '${referenceAbsoluteUrl.origin}/${currPathSegments.sublist(0, currPathSegments.length - 1).join('/')}/$ambiguousUrl';
|
return '${referenceAbsoluteUrl.origin}/${currPathSegments.sublist(0, currPathSegments.length - (currPathSegments.last.contains('.') ? 1 : 0)).join('/')}/$ambiguousUrl';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,6 +117,8 @@ class HTML extends AppSource {
|
|||||||
label: tr('versionExtractionRegEx'),
|
label: tr('versionExtractionRegEx'),
|
||||||
required: false,
|
required: false,
|
||||||
additionalValidators: [(value) => regExValidator(value)]),
|
additionalValidators: [(value) => regExValidator(value)]),
|
||||||
|
],
|
||||||
|
[
|
||||||
GeneratedFormTextField('matchGroupToUse',
|
GeneratedFormTextField('matchGroupToUse',
|
||||||
label: tr('matchGroupToUse'),
|
label: tr('matchGroupToUse'),
|
||||||
required: false,
|
required: false,
|
||||||
@@ -131,6 +133,10 @@ class HTML extends AppSource {
|
|||||||
return intValidator(value);
|
return intValidator(value);
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
],
|
||||||
|
[
|
||||||
|
GeneratedFormSwitch('versionExtractWholePage',
|
||||||
|
label: tr('versionExtractWholePage'))
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
overrideVersionDetectionFormDefault('noVersionDetection',
|
overrideVersionDetectionFormDefault('noVersionDetection',
|
||||||
@@ -212,7 +218,8 @@ class HTML extends AppSource {
|
|||||||
var versionExtractionRegEx =
|
var versionExtractionRegEx =
|
||||||
additionalSettings['versionExtractionRegEx'] as String?;
|
additionalSettings['versionExtractionRegEx'] as String?;
|
||||||
if (versionExtractionRegEx?.isNotEmpty == true) {
|
if (versionExtractionRegEx?.isNotEmpty == true) {
|
||||||
var match = RegExp(versionExtractionRegEx!).allMatches(rel);
|
var match = RegExp(versionExtractionRegEx!).allMatches(
|
||||||
|
res.body.split('\r\n').join('\n').split('\n').join('\\n'));
|
||||||
if (match.isEmpty) {
|
if (match.isEmpty) {
|
||||||
throw NoVersionError();
|
throw NoVersionError();
|
||||||
}
|
}
|
||||||
|
@@ -101,9 +101,9 @@ class MultiAppMultiError extends ObtainiumError {
|
|||||||
.join('\n\n');
|
.join('\n\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
showError(dynamic e, BuildContext context) {
|
showMessage(dynamic e, BuildContext context, {bool isError = false}) {
|
||||||
Provider.of<LogsProvider>(context, listen: false)
|
Provider.of<LogsProvider>(context, listen: false)
|
||||||
.add(e.toString(), level: LogLevels.error);
|
.add(e.toString(), level: isError ? LogLevels.error : LogLevels.info);
|
||||||
if (e is String || (e is ObtainiumError && !e.unexpected)) {
|
if (e is String || (e is ObtainiumError && !e.unexpected)) {
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(content: Text(e.toString())),
|
SnackBar(content: Text(e.toString())),
|
||||||
@@ -115,8 +115,8 @@ showError(dynamic e, BuildContext context) {
|
|||||||
return AlertDialog(
|
return AlertDialog(
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
title: Text(e is MultiAppMultiError
|
title: Text(e is MultiAppMultiError
|
||||||
? tr('someErrors')
|
? tr(isError ? 'someErrors' : 'updates')
|
||||||
: tr('unexpectedError')),
|
: tr(isError ? 'unexpectedError' : 'unknown')),
|
||||||
content: GestureDetector(
|
content: GestureDetector(
|
||||||
onLongPress: () {
|
onLongPress: () {
|
||||||
Clipboard.setData(ClipboardData(text: e.toString()));
|
Clipboard.setData(ClipboardData(text: e.toString()));
|
||||||
@@ -137,6 +137,10 @@ showError(dynamic e, BuildContext context) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
showError(dynamic e, BuildContext context) {
|
||||||
|
showMessage(e, context, isError: true);
|
||||||
|
}
|
||||||
|
|
||||||
String list2FriendlyString(List<String> list) {
|
String list2FriendlyString(List<String> list) {
|
||||||
return list.length == 2
|
return list.length == 2
|
||||||
? '${list[0]} ${tr('and')} ${list[1]}'
|
? '${list[0]} ${tr('and')} ${list[1]}'
|
||||||
|
@@ -19,7 +19,7 @@ import 'package:easy_localization/src/easy_localization_controller.dart';
|
|||||||
// ignore: implementation_imports
|
// ignore: implementation_imports
|
||||||
import 'package:easy_localization/src/localization.dart';
|
import 'package:easy_localization/src/localization.dart';
|
||||||
|
|
||||||
const String currentVersion = '0.14.26';
|
const String currentVersion = '0.14.28';
|
||||||
const String currentReleaseTag =
|
const String currentReleaseTag =
|
||||||
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
|
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
|
||||||
|
|
||||||
|
@@ -153,7 +153,7 @@ class _AddAppPageState extends State<AddAppPage> {
|
|||||||
overrideSource: pickedSourceOverride,
|
overrideSource: pickedSourceOverride,
|
||||||
inferAppIdIfOptional: inferAppIdIfOptional);
|
inferAppIdIfOptional: inferAppIdIfOptional);
|
||||||
// Only download the APK here if you need to for the package ID
|
// Only download the APK here if you need to for the package ID
|
||||||
if (sourceProvider.isTempId(app) &&
|
if (isTempId(app) &&
|
||||||
app.additionalSettings['trackOnly'] != true) {
|
app.additionalSettings['trackOnly'] != true) {
|
||||||
// ignore: use_build_context_synchronously
|
// ignore: use_build_context_synchronously
|
||||||
var apkUrl = await appsProvider.confirmApkUrl(app, context);
|
var apkUrl = await appsProvider.confirmApkUrl(app, context);
|
||||||
|
@@ -292,7 +292,7 @@ class _AppPageState extends State<AppPage> {
|
|||||||
if (source?.enforceTrackOnly == true) {
|
if (source?.enforceTrackOnly == true) {
|
||||||
app.app.additionalSettings['trackOnly'] = true;
|
app.app.additionalSettings['trackOnly'] = true;
|
||||||
// ignore: use_build_context_synchronously
|
// ignore: use_build_context_synchronously
|
||||||
showError(tr('appsFromSourceAreTrackOnly'), context);
|
showMessage(tr('appsFromSourceAreTrackOnly'), context);
|
||||||
}
|
}
|
||||||
if (app.app.additionalSettings['versionDetection'] ==
|
if (app.app.additionalSettings['versionDetection'] ==
|
||||||
'releaseDateAsVersion') {
|
'releaseDateAsVersion') {
|
||||||
@@ -343,7 +343,7 @@ class _AppPageState extends State<AppPage> {
|
|||||||
);
|
);
|
||||||
if (app?.app.installedVersion != null && !trackOnly) {
|
if (app?.app.installedVersion != null && !trackOnly) {
|
||||||
// ignore: use_build_context_synchronously
|
// ignore: use_build_context_synchronously
|
||||||
showError(tr('appsUpdated'), context);
|
showMessage(tr('appsUpdated'), context);
|
||||||
}
|
}
|
||||||
if (res.isNotEmpty && mounted) {
|
if (res.isNotEmpty && mounted) {
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
|
@@ -566,7 +566,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
.toInt()
|
.toInt()
|
||||||
.toString()
|
.toString()
|
||||||
])
|
])
|
||||||
: tr('pleaseWait'),
|
: tr('installing'),
|
||||||
textAlign: (listedApps[index].downloadProgress! >= 0)
|
textAlign: (listedApps[index].downloadProgress! >= 0)
|
||||||
? TextAlign.start
|
? TextAlign.start
|
||||||
: TextAlign.end,
|
: TextAlign.end,
|
||||||
@@ -705,7 +705,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
return <String>[];
|
return <String>[];
|
||||||
}).then((value) {
|
}).then((value) {
|
||||||
if (shouldInstallUpdates) {
|
if (shouldInstallUpdates) {
|
||||||
showError(tr('appsUpdated'), context);
|
showMessage(tr('appsUpdated'), context);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@@ -81,7 +81,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
|||||||
});
|
});
|
||||||
appsProvider.addAppsByURL(urls).then((errors) {
|
appsProvider.addAppsByURL(urls).then((errors) {
|
||||||
if (errors.isEmpty) {
|
if (errors.isEmpty) {
|
||||||
showError(tr('importedX', args: [plural('apps', urls.length)]),
|
showMessage(tr('importedX', args: [plural('apps', urls.length)]),
|
||||||
context);
|
context);
|
||||||
} else {
|
} else {
|
||||||
showDialog(
|
showDialog(
|
||||||
@@ -111,7 +111,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
|||||||
sp: settingsProvider)
|
sp: settingsProvider)
|
||||||
.then((String? result) {
|
.then((String? result) {
|
||||||
if (result != null) {
|
if (result != null) {
|
||||||
showError(tr('exportedTo', args: [result]), context);
|
showMessage(tr('exportedTo', args: [result]), context);
|
||||||
}
|
}
|
||||||
}).catchError((e) {
|
}).catchError((e) {
|
||||||
showError(e, context);
|
showError(e, context);
|
||||||
@@ -141,7 +141,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
appsProvider.addMissingCategories(settingsProvider);
|
appsProvider.addMissingCategories(settingsProvider);
|
||||||
showError(tr('importedX', args: [plural('apps', value)]), context);
|
showMessage(tr('importedX', args: [plural('apps', value)]), context);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// User canceled the picker
|
// User canceled the picker
|
||||||
@@ -216,7 +216,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
|||||||
var errors = await appsProvider.addAppsByURL(selectedUrls);
|
var errors = await appsProvider.addAppsByURL(selectedUrls);
|
||||||
if (errors.isEmpty) {
|
if (errors.isEmpty) {
|
||||||
// ignore: use_build_context_synchronously
|
// ignore: use_build_context_synchronously
|
||||||
showError(
|
showMessage(
|
||||||
tr('importedX',
|
tr('importedX',
|
||||||
args: [plural('apps', selectedUrls.length)]),
|
args: [plural('apps', selectedUrls.length)]),
|
||||||
context);
|
context);
|
||||||
@@ -274,7 +274,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
|||||||
var errors = await appsProvider.addAppsByURL(selectedUrls);
|
var errors = await appsProvider.addAppsByURL(selectedUrls);
|
||||||
if (errors.isEmpty) {
|
if (errors.isEmpty) {
|
||||||
// ignore: use_build_context_synchronously
|
// ignore: use_build_context_synchronously
|
||||||
showError(
|
showMessage(
|
||||||
tr('importedX', args: [plural('apps', selectedUrls.length)]),
|
tr('importedX', args: [plural('apps', selectedUrls.length)]),
|
||||||
context);
|
context);
|
||||||
} else {
|
} else {
|
||||||
|
@@ -535,7 +535,7 @@ class _SettingsPageState extends State<SettingsPage> {
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
context.read<LogsProvider>().get().then((logs) {
|
context.read<LogsProvider>().get().then((logs) {
|
||||||
if (logs.isEmpty) {
|
if (logs.isEmpty) {
|
||||||
showError(ObtainiumError(tr('noLogs')), context);
|
showMessage(ObtainiumError(tr('noLogs')), context);
|
||||||
} else {
|
} else {
|
||||||
showDialog(
|
showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
@@ -577,7 +577,7 @@ class _SettingsPageState extends State<SettingsPage> {
|
|||||||
const Duration(seconds: 0),
|
const Duration(seconds: 0),
|
||||||
bgUpdateCheckAlarmId + 200,
|
bgUpdateCheckAlarmId + 200,
|
||||||
bgUpdateCheck);
|
bgUpdateCheck);
|
||||||
showError(tr('bgTaskStarted'), context);
|
showMessage(tr('bgTaskStarted'), context);
|
||||||
},
|
},
|
||||||
child: Text(tr('runBgCheckNow')))
|
child: Text(tr('runBgCheckNow')))
|
||||||
],
|
],
|
||||||
|
@@ -263,25 +263,29 @@ class AppsProvider with ChangeNotifier {
|
|||||||
return downloadedFile;
|
return downloadedFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<File> handleAPKIDChange(App app, PackageInfo newInfo,
|
Future<File> handleAPKIDChange(App app, PackageInfo? newInfo,
|
||||||
File downloadedFile, String downloadUrl) async {
|
File downloadedFile, String downloadUrl) async {
|
||||||
// If the APK package ID is different from the App ID, it is either new (using a placeholder ID) or the ID has changed
|
// If the APK package ID is different from the App ID, it is either new (using a placeholder ID) or the ID has changed
|
||||||
// The former case should be handled (give the App its real ID), the latter is a security issue
|
// The former case should be handled (give the App its real ID), the latter is a security issue
|
||||||
if (app.id != newInfo.packageName) {
|
var isTempIdBool = isTempId(app);
|
||||||
var isTempId = SourceProvider().isTempId(app);
|
if (newInfo != null) {
|
||||||
if (apps[app.id] != null && !isTempId && !app.allowIdChange) {
|
if (app.id != newInfo.packageName) {
|
||||||
throw IDChangedError(newInfo.packageName!);
|
if (apps[app.id] != null && !isTempIdBool && !app.allowIdChange) {
|
||||||
}
|
throw IDChangedError(newInfo.packageName!);
|
||||||
var idChangeWasAllowed = app.allowIdChange;
|
}
|
||||||
app.allowIdChange = false;
|
var idChangeWasAllowed = app.allowIdChange;
|
||||||
var originalAppId = app.id;
|
app.allowIdChange = false;
|
||||||
app.id = newInfo.packageName!;
|
var originalAppId = app.id;
|
||||||
downloadedFile = downloadedFile.renameSync(
|
app.id = newInfo.packageName!;
|
||||||
'${downloadedFile.parent.path}/${app.id}-${downloadUrl.hashCode}.${downloadedFile.path.split('.').last}');
|
downloadedFile = downloadedFile.renameSync(
|
||||||
if (apps[originalAppId] != null) {
|
'${downloadedFile.parent.path}/${app.id}-${downloadUrl.hashCode}.${downloadedFile.path.split('.').last}');
|
||||||
await removeApps([originalAppId]);
|
if (apps[originalAppId] != null) {
|
||||||
await saveApps([app], onlyIfExists: !isTempId && !idChangeWasAllowed);
|
await removeApps([originalAppId]);
|
||||||
|
await saveApps([app], onlyIfExists: !isTempIdBool && !idChangeWasAllowed);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
} else if (isTempIdBool) {
|
||||||
|
throw ObtainiumError('Could not get ID from APK');
|
||||||
}
|
}
|
||||||
return downloadedFile;
|
return downloadedFile;
|
||||||
}
|
}
|
||||||
@@ -344,7 +348,7 @@ class AppsProvider with ChangeNotifier {
|
|||||||
await pm.getPackageArchiveInfo(archiveFilePath: apks.first.path);
|
await pm.getPackageArchiveInfo(archiveFilePath: apks.first.path);
|
||||||
}
|
}
|
||||||
downloadedFile =
|
downloadedFile =
|
||||||
await handleAPKIDChange(app, newInfo!, downloadedFile, downloadUrl);
|
await handleAPKIDChange(app, newInfo, downloadedFile, downloadUrl);
|
||||||
// Delete older versions of the file if any
|
// Delete older versions of the file if any
|
||||||
for (var file in downloadedFile.parent.listSync()) {
|
for (var file in downloadedFile.parent.listSync()) {
|
||||||
var fn = file.path.split('/').last;
|
var fn = file.path.split('/').last;
|
||||||
@@ -1321,18 +1325,19 @@ class _APKOriginWarningDialogState extends State<APKOriginWarningDialog> {
|
|||||||
///
|
///
|
||||||
/// @param List<MapEntry<String, int>>? toCheck: The appIds to check for updates (with the number of previous attempts made per appid) (defaults to all apps)
|
/// @param List<MapEntry<String, int>>? toCheck: The appIds to check for updates (with the number of previous attempts made per appid) (defaults to all apps)
|
||||||
///
|
///
|
||||||
/// @param List<String>? toInstall: The appIds to attempt to update (defaults to an empty array)
|
/// @param List<String>? toInstall: The appIds to attempt to update (if empty - which is the default - all pending updates are taken)
|
||||||
///
|
///
|
||||||
/// When toCheck is empty, the function is in "install mode" (else it is in "update mode").
|
/// When toCheck is empty, the function is in "install mode" (else it is in "update mode").
|
||||||
/// In update mode, all apps in toCheck are checked for updates.
|
/// In update mode, all apps in toCheck are checked for updates (in parallel).
|
||||||
/// If an update is available, the appId is either added to toInstall (if a background update is possible) or the user is notified.
|
/// If an update is available and it cannot be installed silently, the user is notified of the available update.
|
||||||
/// If there are errors, the task is run again for the remaining apps after a few minutes (duration depends on the errors), up to a maximum of 5 tries for any app.
|
/// If there are any errors, the task is run again for the remaining apps after a few minutes (based on the error with the longest retry interval).
|
||||||
|
/// Any app that has reached it's retry limit, the user is notified that it could not be checked.
|
||||||
///
|
///
|
||||||
/// Once all update checks are complete, the task is run again in install mode.
|
/// Once all update checks are complete, the task is run again in install mode.
|
||||||
/// In this mode, all apps in toInstall are downloaded and installed in the background (install result is unknown).
|
/// In this mode, all pending silent updates are downloaded and installed in the background (serially - one at a time).
|
||||||
/// If there is an error, the function tries to continue after a few minutes (duration depends on the error), up to a maximum of 5 tries.
|
/// If there is an error, the offending app is moved to the back of the line of remaining apps, and the task is retried.
|
||||||
|
/// If an app repeatedly fails to install up to its retry limit, the user is notified.
|
||||||
///
|
///
|
||||||
/// In either mode, if the function fails after the maximum number of tries, the user is notified.
|
|
||||||
@pragma('vm:entry-point')
|
@pragma('vm:entry-point')
|
||||||
Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
@@ -1401,94 +1406,120 @@ Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
|||||||
bool installMode =
|
bool installMode =
|
||||||
toCheck.isEmpty; // Task is either in update mode or install mode
|
toCheck.isEmpty; // Task is either in update mode or install mode
|
||||||
|
|
||||||
// In install mode, grab all available silent updates unless explicitly told otherwise
|
|
||||||
if (installMode && toInstall.isEmpty && !networkRestricted) {
|
|
||||||
var temp = appsProvider.findExistingUpdates(installedOnly: true);
|
|
||||||
for (var i = 0; i < temp.length; i++) {
|
|
||||||
if (await appsProvider
|
|
||||||
.canInstallSilently(appsProvider.apps[temp[i]]!.app)) {
|
|
||||||
toInstall.add(MapEntry(temp[i], 0));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
logs.add(
|
logs.add(
|
||||||
'BG ${installMode ? 'install' : 'update'} task $taskId: Started (${installMode ? toInstall.length : toCheck.length}).');
|
'BG ${installMode ? 'install' : 'update'} task $taskId: Started (${installMode ? toInstall.length : toCheck.length}).');
|
||||||
|
|
||||||
if (!installMode) {
|
if (!installMode) {
|
||||||
// If in update mode...
|
// If in update mode, we check for updates.
|
||||||
var didCompleteChecking = false;
|
// We divide the results into 4 groups:
|
||||||
CheckingUpdatesNotification? notif;
|
// - toNotify - Apps with updates that the user will be notified about (can't be silently installed)
|
||||||
// Loop through all updates and check each
|
// - toRetry - Apps with update check errors that will be retried in a while
|
||||||
List<App> toNotify = [];
|
// - toThrow - Apps with update check errors that the user will be notified about (no retry)
|
||||||
|
// After grouping the updates, we take care of toNotify and toThrow first
|
||||||
|
// Then if toRetry is not empty, we schedule another update task to run in a while
|
||||||
|
// If toRetry is empty, we take care of schedule another task that will run in install mode (toCheck is empty)
|
||||||
|
|
||||||
|
// Init. vars.
|
||||||
|
List<App> updates = []; // All updates found (silent and non-silent)
|
||||||
|
List<App> toNotify =
|
||||||
|
[]; // All non-silent updates that the user will be notified about
|
||||||
|
List<MapEntry<String, int>> toRetry =
|
||||||
|
[]; // All apps that got errors while checking
|
||||||
|
var retryAfterXSeconds =
|
||||||
|
0; // How long to wait until the next attempt (if there are errors)
|
||||||
|
MultiAppMultiError?
|
||||||
|
errors; // All errors including those that will lead to a retry
|
||||||
|
MultiAppMultiError toThrow =
|
||||||
|
MultiAppMultiError(); // All errors that will not lead to a retry, just a notification
|
||||||
|
CheckingUpdatesNotification notif = CheckingUpdatesNotification(
|
||||||
|
plural('apps', toCheck.length)); // The notif. to show while checking
|
||||||
|
|
||||||
|
// Set a bool for when we're no on wifi/wired and the user doesn't want to download apps in that state
|
||||||
|
var networkRestricted = false;
|
||||||
|
if (appsProvider.settingsProvider.bgUpdatesOnWiFiOnly) {
|
||||||
|
var netResult = await (Connectivity().checkConnectivity());
|
||||||
|
networkRestricted = (netResult != ConnectivityResult.wifi) &&
|
||||||
|
(netResult != ConnectivityResult.ethernet);
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
for (int i = 0; i < toCheck.length; i++) {
|
// Check for updates
|
||||||
var appId = toCheck[i].key;
|
notificationsProvider.notify(notif, cancelExisting: true);
|
||||||
var attemptCount = toCheck[i].value + 1;
|
updates = await appsProvider.checkUpdates(
|
||||||
AppInMemory? app = appsProvider.apps[appId];
|
specificIds: toCheck.map((e) => e.key).toList());
|
||||||
if (app?.app.installedVersion != null) {
|
} catch (e) {
|
||||||
try {
|
// If there were errors, group them into toRetry and toThrow based on max retry count per app
|
||||||
notificationsProvider.notify(
|
if (e is Map) {
|
||||||
notif = CheckingUpdatesNotification(app?.name ?? appId),
|
updates = e['updates'];
|
||||||
cancelExisting: true);
|
errors = e['errors'];
|
||||||
App? newApp = await appsProvider.checkUpdate(appId);
|
errors!.rawErrors.forEach((key, err) {
|
||||||
if (newApp != null) {
|
logs.add(
|
||||||
if (networkRestricted ||
|
'BG update task $taskId: Got error on checking for $key \'${err.toString()}\'.');
|
||||||
!(await appsProvider.canInstallSilently(app!.app))) {
|
var toCheckApp = toCheck.where((element) => element.key == key).first;
|
||||||
toNotify.add(newApp);
|
if (toCheckApp.value < maxAttempts) {
|
||||||
}
|
toRetry.add(MapEntry(toCheckApp.key, toCheckApp.value + 1));
|
||||||
}
|
// Next task interval is based on the error with the longest retry time
|
||||||
if (i == (toCheck.length - 1)) {
|
var minRetryIntervalForThisApp = err is RateLimitError
|
||||||
didCompleteChecking = true;
|
? (err.remainingMinutes * 60)
|
||||||
}
|
: e is ClientException
|
||||||
} catch (e) {
|
? (15 * 60)
|
||||||
// If you got an error, move the offender to the back of the line (increment their fail count) and schedule another task to continue checking shortly
|
: pow(toCheckApp.value + 1, 2).toInt();
|
||||||
logs.add(
|
if (minRetryIntervalForThisApp > retryAfterXSeconds) {
|
||||||
'BG update task $taskId: Got error on checking for $appId \'${e.toString()}\'.');
|
retryAfterXSeconds = minRetryIntervalForThisApp;
|
||||||
if (attemptCount < maxAttempts) {
|
|
||||||
var remainingSeconds = e is RateLimitError
|
|
||||||
? (i == 0 ? (e.remainingMinutes * 60) : (5 * 60))
|
|
||||||
: e is ClientException
|
|
||||||
? (15 * 60)
|
|
||||||
: pow(attemptCount, 2).toInt();
|
|
||||||
logs.add(
|
|
||||||
'BG update task $taskId: Will continue in $remainingSeconds seconds (with $appId moved to the end of the line).');
|
|
||||||
var remainingToCheck = moveStrToEndMapEntryWithCount(
|
|
||||||
toCheck.sublist(i), MapEntry(appId, attemptCount));
|
|
||||||
AndroidAlarmManager.oneShot(Duration(seconds: remainingSeconds),
|
|
||||||
taskId + 1, bgUpdateCheck,
|
|
||||||
params: {
|
|
||||||
'toCheck': remainingToCheck
|
|
||||||
.map(
|
|
||||||
(entry) => {'key': entry.key, 'value': entry.value})
|
|
||||||
.toList(),
|
|
||||||
'toInstall': toInstall
|
|
||||||
.map(
|
|
||||||
(entry) => {'key': entry.key, 'value': entry.value})
|
|
||||||
.toList(),
|
|
||||||
});
|
|
||||||
break;
|
|
||||||
} else {
|
|
||||||
// If the offender has reached its fail limit, notify the user and remove it from the list (task can continue)
|
|
||||||
toCheck.removeAt(i);
|
|
||||||
i--;
|
|
||||||
notificationsProvider
|
|
||||||
.notify(ErrorCheckingUpdatesNotification(e.toString()));
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
if (notif != null) {
|
|
||||||
notificationsProvider.cancel(notif.id);
|
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
toThrow.add(key, err, appName: errors?.appIdNames[key]);
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
|
} else {
|
||||||
|
// We don't expect to ever get here in any situation so no need to catch (but log it in case)
|
||||||
|
logs.add('Fatal error in BG update task: ${e.toString()}');
|
||||||
|
rethrow;
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
if (toNotify.isNotEmpty) {
|
notificationsProvider.cancel(notif.id);
|
||||||
notificationsProvider.notify(UpdateNotification(toNotify));
|
}
|
||||||
|
|
||||||
|
// Filter out updates that will be installed silently (the rest go into toNotify)
|
||||||
|
for (var i = 0; i < updates.length; i++) {
|
||||||
|
if (networkRestricted ||
|
||||||
|
!(await appsProvider.canInstallSilently(updates[i]))) {
|
||||||
|
if (updates[i].additionalSettings['skipUpdateNotifications'] != true) {
|
||||||
|
toNotify.add(updates[i]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If you're done checking and found some silently installable updates, schedule another task which will run in install mode
|
|
||||||
if (didCompleteChecking) {
|
// Send the update notification
|
||||||
|
if (toNotify.isNotEmpty) {
|
||||||
|
notificationsProvider.notify(UpdateNotification(toNotify));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Send the error notifications (grouped by error string)
|
||||||
|
if (toThrow.rawErrors.isNotEmpty) {
|
||||||
|
for (var element in toThrow.idsByErrorString.entries) {
|
||||||
|
notificationsProvider.notify(ErrorCheckingUpdatesNotification(
|
||||||
|
errors!.errorsAppsString(element.key, element.value),
|
||||||
|
id: Random().nextInt(10000)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// if there are update checks to retry, schedule a retry task
|
||||||
|
if (toRetry.isNotEmpty) {
|
||||||
|
logs.add(
|
||||||
|
'BG update task $taskId: Will retry in $retryAfterXSeconds seconds.');
|
||||||
|
AndroidAlarmManager.oneShot(
|
||||||
|
Duration(seconds: retryAfterXSeconds), taskId + 1, bgUpdateCheck,
|
||||||
|
params: {
|
||||||
|
'toCheck': toRetry
|
||||||
|
.map((entry) => {'key': entry.key, 'value': entry.value})
|
||||||
|
.toList(),
|
||||||
|
'toInstall': toInstall
|
||||||
|
.map((entry) => {'key': entry.key, 'value': entry.value})
|
||||||
|
.toList(),
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// If there are no more update checks, schedule an install task
|
||||||
logs.add(
|
logs.add(
|
||||||
'BG update task $taskId: Done. Scheduling install task to run immediately.');
|
'BG update task $taskId: Done. Scheduling install task to run immediately.');
|
||||||
AndroidAlarmManager.oneShot(
|
AndroidAlarmManager.oneShot(
|
||||||
@@ -1499,11 +1530,19 @@ Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
|||||||
.map((entry) => {'key': entry.key, 'value': entry.value})
|
.map((entry) => {'key': entry.key, 'value': entry.value})
|
||||||
.toList()
|
.toList()
|
||||||
});
|
});
|
||||||
} else if (didCompleteChecking) {
|
|
||||||
logs.add('BG update task $taskId: Done.');
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// If in install mode...
|
// In install mode...
|
||||||
|
// If you haven't explicitly been given updates to install (which is the case for new tasks), grab all available silent updates
|
||||||
|
if (toInstall.isEmpty && !networkRestricted) {
|
||||||
|
var temp = appsProvider.findExistingUpdates(installedOnly: true);
|
||||||
|
for (var i = 0; i < temp.length; i++) {
|
||||||
|
if (await appsProvider
|
||||||
|
.canInstallSilently(appsProvider.apps[temp[i]]!.app)) {
|
||||||
|
toInstall.add(MapEntry(temp[i], 0));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
var didCompleteInstalling = false;
|
var didCompleteInstalling = false;
|
||||||
var tempObtArr = toInstall.where((element) => element.key == obtainiumId);
|
var tempObtArr = toInstall.where((element) => element.key == obtainiumId);
|
||||||
if (tempObtArr.isNotEmpty) {
|
if (tempObtArr.isNotEmpty) {
|
||||||
@@ -1555,9 +1594,9 @@ Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
|||||||
.notify(ErrorCheckingUpdatesNotification(e.toString()));
|
.notify(ErrorCheckingUpdatesNotification(e.toString()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (didCompleteInstalling) {
|
}
|
||||||
logs.add('BG install task $taskId: Done.');
|
if (didCompleteInstalling || toInstall.isEmpty) {
|
||||||
}
|
logs.add('BG install task $taskId: Done.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -28,7 +28,7 @@ class UpdateNotification extends ObtainiumNotification {
|
|||||||
tr('updatesAvailable'),
|
tr('updatesAvailable'),
|
||||||
'',
|
'',
|
||||||
'UPDATES_AVAILABLE',
|
'UPDATES_AVAILABLE',
|
||||||
tr('updatesAvailable'),
|
tr('updatesAvailableNotifChannel'),
|
||||||
tr('updatesAvailableNotifDescription'),
|
tr('updatesAvailableNotifDescription'),
|
||||||
Importance.max) {
|
Importance.max) {
|
||||||
message = updates.isEmpty
|
message = updates.isEmpty
|
||||||
@@ -42,8 +42,14 @@ class UpdateNotification extends ObtainiumNotification {
|
|||||||
|
|
||||||
class SilentUpdateNotification extends ObtainiumNotification {
|
class SilentUpdateNotification extends ObtainiumNotification {
|
||||||
SilentUpdateNotification(List<App> updates, {int? id})
|
SilentUpdateNotification(List<App> updates, {int? id})
|
||||||
: super(id ?? 3, tr('appsUpdated'), '', 'APPS_UPDATED', tr('appsUpdated'),
|
: super(
|
||||||
tr('appsUpdatedNotifDescription'), Importance.defaultImportance) {
|
id ?? 3,
|
||||||
|
tr('appsUpdated'),
|
||||||
|
'',
|
||||||
|
'APPS_UPDATED',
|
||||||
|
tr('appsUpdatedNotifChannel'),
|
||||||
|
tr('appsUpdatedNotifDescription'),
|
||||||
|
Importance.defaultImportance) {
|
||||||
message = updates.length == 1
|
message = updates.length == 1
|
||||||
? tr('xWasUpdatedToY',
|
? tr('xWasUpdatedToY',
|
||||||
args: [updates[0].finalName, updates[0].latestVersion])
|
args: [updates[0].finalName, updates[0].latestVersion])
|
||||||
@@ -59,7 +65,7 @@ class SilentUpdateAttemptNotification extends ObtainiumNotification {
|
|||||||
tr('appsPossiblyUpdated'),
|
tr('appsPossiblyUpdated'),
|
||||||
'',
|
'',
|
||||||
'APPS_POSSIBLY_UPDATED',
|
'APPS_POSSIBLY_UPDATED',
|
||||||
tr('appsPossiblyUpdated'),
|
tr('appsPossiblyUpdatedNotifChannel'),
|
||||||
tr('appsPossiblyUpdatedNotifDescription'),
|
tr('appsPossiblyUpdatedNotifDescription'),
|
||||||
Importance.defaultImportance) {
|
Importance.defaultImportance) {
|
||||||
message = updates.length == 1
|
message = updates.length == 1
|
||||||
@@ -77,15 +83,21 @@ class ErrorCheckingUpdatesNotification extends ObtainiumNotification {
|
|||||||
tr('errorCheckingUpdates'),
|
tr('errorCheckingUpdates'),
|
||||||
error,
|
error,
|
||||||
'BG_UPDATE_CHECK_ERROR',
|
'BG_UPDATE_CHECK_ERROR',
|
||||||
tr('errorCheckingUpdates'),
|
tr('errorCheckingUpdatesNotifChannel'),
|
||||||
tr('errorCheckingUpdatesNotifDescription'),
|
tr('errorCheckingUpdatesNotifDescription'),
|
||||||
Importance.high);
|
Importance.high);
|
||||||
}
|
}
|
||||||
|
|
||||||
class AppsRemovedNotification extends ObtainiumNotification {
|
class AppsRemovedNotification extends ObtainiumNotification {
|
||||||
AppsRemovedNotification(List<List<String>> namedReasons)
|
AppsRemovedNotification(List<List<String>> namedReasons)
|
||||||
: super(6, tr('appsRemoved'), '', 'APPS_REMOVED', tr('appsRemoved'),
|
: super(
|
||||||
tr('appsRemovedNotifDescription'), Importance.max) {
|
6,
|
||||||
|
tr('appsRemoved'),
|
||||||
|
'',
|
||||||
|
'APPS_REMOVED',
|
||||||
|
tr('appsRemovedNotifChannel'),
|
||||||
|
tr('appsRemovedNotifDescription'),
|
||||||
|
Importance.max) {
|
||||||
message = '';
|
message = '';
|
||||||
for (var r in namedReasons) {
|
for (var r in namedReasons) {
|
||||||
message += '${tr('xWasRemovedDueToErrorY', args: [r[0], r[1]])} \n';
|
message += '${tr('xWasRemovedDueToErrorY', args: [r[0], r[1]])} \n';
|
||||||
@@ -101,7 +113,7 @@ class DownloadNotification extends ObtainiumNotification {
|
|||||||
tr('downloadingX', args: [appName]),
|
tr('downloadingX', args: [appName]),
|
||||||
'',
|
'',
|
||||||
'APP_DOWNLOADING',
|
'APP_DOWNLOADING',
|
||||||
tr('downloadingX', args: [tr('app')]),
|
tr('downloadingXNotifChannel', args: [tr('app')]),
|
||||||
tr('downloadNotifDescription'),
|
tr('downloadNotifDescription'),
|
||||||
Importance.low,
|
Importance.low,
|
||||||
onlyAlertOnce: true,
|
onlyAlertOnce: true,
|
||||||
@@ -113,7 +125,7 @@ final completeInstallationNotification = ObtainiumNotification(
|
|||||||
tr('completeAppInstallation'),
|
tr('completeAppInstallation'),
|
||||||
tr('obtainiumMustBeOpenToInstallApps'),
|
tr('obtainiumMustBeOpenToInstallApps'),
|
||||||
'COMPLETE_INSTALL',
|
'COMPLETE_INSTALL',
|
||||||
tr('completeAppInstallation'),
|
tr('completeAppInstallationNotifChannel'),
|
||||||
tr('completeAppInstallationNotifDescription'),
|
tr('completeAppInstallationNotifDescription'),
|
||||||
Importance.max);
|
Importance.max);
|
||||||
|
|
||||||
@@ -124,7 +136,7 @@ class CheckingUpdatesNotification extends ObtainiumNotification {
|
|||||||
tr('checkingForUpdates'),
|
tr('checkingForUpdates'),
|
||||||
appName,
|
appName,
|
||||||
'BG_UPDATE_CHECK',
|
'BG_UPDATE_CHECK',
|
||||||
tr('checkingForUpdates'),
|
tr('checkingForUpdatesNotifChannel'),
|
||||||
tr('checkingForUpdatesNotifDescription'),
|
tr('checkingForUpdatesNotifDescription'),
|
||||||
Importance.min);
|
Importance.min);
|
||||||
}
|
}
|
||||||
|
@@ -372,6 +372,10 @@ abstract class AppSource {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
App endOfGetAppChanges(App app) {
|
||||||
|
return app;
|
||||||
|
}
|
||||||
|
|
||||||
Future<Response> sourceRequest(String url,
|
Future<Response> sourceRequest(String url,
|
||||||
{bool followRedirects = true,
|
{bool followRedirects = true,
|
||||||
Map<String, dynamic> additionalSettings =
|
Map<String, dynamic> additionalSettings =
|
||||||
@@ -442,6 +446,10 @@ abstract class AppSource {
|
|||||||
[
|
[
|
||||||
GeneratedFormSwitch('exemptFromBackgroundUpdates',
|
GeneratedFormSwitch('exemptFromBackgroundUpdates',
|
||||||
label: tr('exemptFromBackgroundUpdates'))
|
label: tr('exemptFromBackgroundUpdates'))
|
||||||
|
],
|
||||||
|
[
|
||||||
|
GeneratedFormSwitch('skipUpdateNotifications',
|
||||||
|
label: tr('skipUpdateNotifications'))
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -537,6 +545,11 @@ intValidator(String? value, {bool positive = false}) {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool isTempId(App app) {
|
||||||
|
// return app.id == generateTempID(app.url, app.additionalSettings);
|
||||||
|
return RegExp('^[0-9]+\$').hasMatch(app.id);
|
||||||
|
}
|
||||||
|
|
||||||
class SourceProvider {
|
class SourceProvider {
|
||||||
// Add more source classes here so they are available via the service
|
// Add more source classes here so they are available via the service
|
||||||
List<AppSource> get sources => [
|
List<AppSource> get sources => [
|
||||||
@@ -622,11 +635,6 @@ class SourceProvider {
|
|||||||
String standardUrl, Map<String, dynamic> additionalSettings) =>
|
String standardUrl, Map<String, dynamic> additionalSettings) =>
|
||||||
(standardUrl + additionalSettings.toString()).hashCode.toString();
|
(standardUrl + additionalSettings.toString()).hashCode.toString();
|
||||||
|
|
||||||
bool isTempId(App app) {
|
|
||||||
// return app.id == generateTempID(app.url, app.additionalSettings);
|
|
||||||
return RegExp('^[0-9]+\$').hasMatch(app.id);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<App> getApp(
|
Future<App> getApp(
|
||||||
AppSource source, String url, Map<String, dynamic> additionalSettings,
|
AppSource source, String url, Map<String, dynamic> additionalSettings,
|
||||||
{App? currentApp,
|
{App? currentApp,
|
||||||
@@ -668,7 +676,7 @@ class SourceProvider {
|
|||||||
String apkVersion = apk.version.replaceAll('/', '-');
|
String apkVersion = apk.version.replaceAll('/', '-');
|
||||||
var name = currentApp != null ? currentApp.name.trim() : '';
|
var name = currentApp != null ? currentApp.name.trim() : '';
|
||||||
name = name.isNotEmpty ? name : apk.names.name;
|
name = name.isNotEmpty ? name : apk.names.name;
|
||||||
return App(
|
App finalApp = App(
|
||||||
currentApp?.id ??
|
currentApp?.id ??
|
||||||
((!source.appIdInferIsOptional ||
|
((!source.appIdInferIsOptional ||
|
||||||
(source.appIdInferIsOptional && inferAppIdIfOptional))
|
(source.appIdInferIsOptional && inferAppIdIfOptional))
|
||||||
@@ -694,6 +702,7 @@ class SourceProvider {
|
|||||||
source.appIdInferIsOptional &&
|
source.appIdInferIsOptional &&
|
||||||
inferAppIdIfOptional // Optional ID inferring may be incorrect - allow correction on first install
|
inferAppIdIfOptional // Optional ID inferring may be incorrect - allow correction on first install
|
||||||
);
|
);
|
||||||
|
return source.endOfGetAppChanges(finalApp);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns errors in [results, errors] instead of throwing them
|
// Returns errors in [results, errors] instead of throwing them
|
||||||
|
24
pubspec.lock
24
pubspec.lock
@@ -142,10 +142,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: cross_file
|
name: cross_file
|
||||||
sha256: fd832b5384d0d6da4f6df60b854d33accaaeb63aa9e10e736a87381f08dee2cb
|
sha256: "445db18de832dba8d851e287aff8ccf169bed30d2e94243cb54c7d2f1ed2142c"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.3.3+5"
|
version: "0.3.3+6"
|
||||||
crypto:
|
crypto:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -238,18 +238,18 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: file
|
name: file
|
||||||
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
|
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.1.4"
|
version: "7.0.0"
|
||||||
file_picker:
|
file_picker:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: file_picker
|
name: file_picker
|
||||||
sha256: be325344c1f3070354a1d84a231a1ba75ea85d413774ec4bdf444c023342e030
|
sha256: "903dd4ba13eae7cef64acc480e91bf54c3ddd23b5b90b639c170f3911e489620"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.5.0"
|
version: "6.0.0"
|
||||||
flutter:
|
flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description: flutter
|
description: flutter
|
||||||
@@ -546,10 +546,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: permission_handler_android
|
name: permission_handler_android
|
||||||
sha256: ace7d15a3d1a4a0b91c041d01e5405df221edb9de9116525efc773c74e6fc790
|
sha256: f9fddd3b46109bd69ff3f9efa5006d2d309b7aec0f3c1c5637a60a2d5659e76e
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "11.0.5"
|
version: "11.1.0"
|
||||||
permission_handler_apple:
|
permission_handler_apple:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -658,10 +658,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_linux
|
name: shared_preferences_linux
|
||||||
sha256: c2eb5bf57a2fe9ad6988121609e47d3e07bb3bdca5b6f8444e4cf302428a128a
|
sha256: "9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.1"
|
version: "2.3.2"
|
||||||
shared_preferences_platform_interface:
|
shared_preferences_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -682,10 +682,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_windows
|
name: shared_preferences_windows
|
||||||
sha256: f763a101313bd3be87edffe0560037500967de9c394a714cd598d945517f694f
|
sha256: "841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.1"
|
version: "2.3.2"
|
||||||
shared_storage:
|
shared_storage:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 0.14.26+218 # When changing this, update the tag in main() accordingly
|
version: 0.14.28+220 # When changing this, update the tag in main() accordingly
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
@@ -49,7 +49,7 @@ dependencies:
|
|||||||
permission_handler: ^11.0.0
|
permission_handler: ^11.0.0
|
||||||
fluttertoast: ^8.0.9
|
fluttertoast: ^8.0.9
|
||||||
device_info_plus: ^9.0.0
|
device_info_plus: ^9.0.0
|
||||||
file_picker: ^5.2.10
|
file_picker: ^6.0.0
|
||||||
animations: ^2.0.4
|
animations: ^2.0.4
|
||||||
android_package_installer:
|
android_package_installer:
|
||||||
git:
|
git:
|
||||||
|
Reference in New Issue
Block a user