PCAPdroid/app
emanuele-f c9de035f3f Move synchronous exports to background threads
dumpHttpLog() and dumpCsv() ran file I/O on the UI thread, risking
ANR for large exports. Rewrite both to match the exportHttpLogHar()
pattern: snapshot data on the UI thread, then run the write loop on
a background ExecutorService with a cancellable progress dialog.

Also fix dumpCsv() using getBytes() without explicit charset.
2026-02-06 17:29:31 +01:00
..
src Move synchronous exports to background threads 2026-02-06 17:29:31 +01:00
build.gradle Bump version to 1.8.8 2025-09-03 09:24:42 +02:00
proguard-rules.pro Fix crash when downloading the Geolocation db 2025-03-04 20:34:44 +01:00