- Add enhanced writeAndShareFile method with flexible save options - Support save to Downloads folder (Android) and Documents (iOS) - Add framework for file picker location selection - Improve error handling with detailed result objects - Update PlatformService interface for new options - Add writeFile method for basic app storage operations - Update DataExportSection to use enhanced API with location selection - Maintain backward compatibility with existing implementations - Add comprehensive logging for debugging and monitoring This provides users with better control over where files are saved while maintaining the existing share functionality and adding multiple fallback strategies for improved reliability.
59 lines
868 B
Plaintext
59 lines
868 B
Plaintext
squashfs-root
|
|
dist-electron
|
|
dist-electon-build
|
|
.DS_Store
|
|
node_modules
|
|
dist
|
|
signature.bin
|
|
# generated during `npm run build`
|
|
sw_scripts-combined.js
|
|
*.pem
|
|
verified.txt
|
|
myenv
|
|
|
|
*~
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log filesopenssl dgst -sha256 -verify public.pem -signature <(echo -n "$signature") "$signing_input"
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
android/app/src/main/res/
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/dist-electron-build/
|
|
/dist-capacitor/
|
|
/test-playwright-results/
|
|
playwright-tests
|
|
dist-electron-packages
|
|
.ruby-version
|
|
+.env
|
|
|
|
# Test files generated by scripts test-ios.js & test-android.js
|
|
.generated/
|
|
|
|
.env.default
|
|
vendor/
|
|
|
|
# Build logs
|
|
build_logs/
|
|
|
|
# PWA icon files generated by capacitor-assets
|
|
icons
|
|
|
|
|