Port two upstream PRs: - PR #1207: Replace manual chunked download loop with HTTPClient::writeToStream via a FileWriteStream adapter, improving reliability for OPDS file downloads including chunked transfers. - PR #1209: Add support for multiple OPDS servers with a new OpdsServerStore (JSON persistence with MAC-based password obfuscation), OpdsServerListActivity and OpdsSettingsActivity UIs, per-server credentials passed to HttpDownloader, web UI management endpoints, and migration from legacy single-server settings. Made-with: Cursor
This commit is contained in:
@@ -344,3 +344,9 @@ STR_INDEXING_STATUS_ICON: "Icône barre d'état"
|
||||
STR_SYNC_CLOCK: "Sync Clock"
|
||||
STR_TIME_SYNCED: "Time synced!"
|
||||
STR_AUTO_NTP_SYNC: "Auto Sync on Boot"
|
||||
STR_ADD_SERVER: "Ajouter un serveur"
|
||||
STR_SERVER_NAME: "Nom du serveur"
|
||||
STR_NO_SERVERS: "Aucun serveur OPDS configuré"
|
||||
STR_DELETE_SERVER: "Supprimer le serveur"
|
||||
STR_DELETE_CONFIRM: "Supprimer ce serveur ?"
|
||||
STR_OPDS_SERVERS: "Serveurs OPDS"
|
||||
|
||||
Reference in New Issue
Block a user