-
Phandroid v2.0.8 Stable
released this
2026-08-05 14:40:59 +02:00 | 4476 commits to main since this releaseFixed
- Exporting accounts works again. The export built the file as a Blob and clicked an
<a download>, which silently does nothing in the Android WebView (noDownloadListener,
and Android's DownloadManager rejectsblob:URLs) — the export appeared to do nothing at
all. It now writes the file and hands it to the system share sheet, so you can save it to
Files, a cloud app or send it wherever you like. Importing was never affected.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
- Exporting accounts works again. The export built the file as a Blob and clicked an