feat(backup): implement platform-specific database backup service

- Add Capacitor-specific DatabaseBackupService implementation
- Update PlatformServiceFactory to correctly load platform services
- Fix Filesystem API usage in Capacitor backup service
- Add detailed logging throughout backup process
- Improve error handling and cleanup of temporary files
- Update web platform backup implementation
- Add proper TypeScript types and documentation

This commit implements a robust platform-specific backup service that:
- Uses Capacitor's Filesystem and Share APIs for mobile platforms
- Properly handles file paths and URIs
- Includes comprehensive logging for debugging
- Cleans up temporary files after sharing
- Maintains consistent interface across platforms
This commit is contained in:
Matthew Raymer
2025-04-03 08:33:00 +00:00
parent 42d706b1fb
commit a0cf9ea721
33 changed files with 1156 additions and 158 deletions

View File

@@ -1,2 +1,2 @@
#Fri Mar 21 07:27:50 UTC 2025
gradle.version=8.2.1
#Thu Apr 03 08:01:00 UTC 2025
gradle.version=8.11.1