Fixes silent file-delivery failure on Android Capacitor APK. Cleaned files now save via SAF (user picks location) and share via native intent (FileProvider-wrapped URI). - Custom Capacitor plugin (SaveToDownloadsPlugin.java) with saveAs() (SAF) and share() (ACTION_SEND). - FileProvider configured in AndroidManifest + res/xml/file_paths.xml. - BrowserFileBytes writes cleaned bytes to app-private cache; URI stashed for Save/Share. - Per-row Save + Share icons; per-batch Save zip + Share zip buttons. - outputPath added to FileEntry to thread the cleaned-output path through to the UI. - @capacitor/filesystem ^7 added; @capacitor/share intentionally not used (rejects content:// URIs). Closes #186 |
||
|---|---|---|
| .. | ||
| app | ||
| gradle/wrapper | ||
| .gitignore | ||
| build.gradle | ||
| capacitor.settings.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||
| variables.gradle | ||