Files
simplefileupload-android/README.md

45 lines
2.1 KiB
Markdown
Raw Normal View History

2024-10-07 22:55:44 -04:00
# SimpleFileUpload
2025-04-15 12:36:18 -04:00
Android client written in Java to easily upload files, including Samsung dumpstate files.
2024-10-07 22:55:44 -04:00
Note - this requires that you leverage SimpleFileUpload-Server
2025-04-14 22:40:14 -04:00
## Features
2025-04-15 12:36:18 -04:00
- General file upload capability from device storage
- Support for Samsung dumpstate files as a specialized feature
- Automatic dumpstate file detection
2025-04-15 14:33:42 -04:00
- Multi-select capability for uploading multiple dumpstate files in one package
- Expandable dumpstate file list with detailed information
2025-04-14 22:40:14 -04:00
- Automatically compress files to .zip format before upload
2025-04-15 14:33:42 -04:00
- Modern Material Design interface with intuitive UI
2025-04-14 22:40:14 -04:00
- View upload history with received codes
- Copy codes for easy sharing
- Support for Android 14+ with proper foreground service implementation
- MVC architecture for clean code separation
## Recent Updates
2025-04-15 14:33:42 -04:00
- Added multi-select capability for dumpstate files
- Implemented zipping multiple files into a single package for upload
- Added in-place expandable file list to avoid popup dialogs
2025-04-15 12:36:18 -04:00
- Redesigned UI with improved user experience
- Added general file upload capability as the main feature
- Dumpstate upload functionality moved to a sub-feature
- Updated app icons for a more modern look
2025-04-14 22:40:14 -04:00
- Fixed broadcast receiver registration for Android 13+
- Added proper foreground service type declaration for Android 14+
- Improved reliability of upload completion handling
- Enhanced error handling and logging
2025-04-15 14:33:42 -04:00
## How to Use
1. **Upload a File**: Tap "Select File from Storage" to pick any file from your device.
2. **Upload a Dumpstate**: The app automatically detects Samsung dumpstate files on your device.
3. **Multi-select Mode**: When multiple dumpstate files are detected, tap "Show Files" to view and select multiple files for upload.
4. **Select Files**: Check multiple files to upload them as a single package.
5. **View History**: Access your upload history from the menu to find previously uploaded file codes.
2025-04-15 12:36:18 -04:00
## Upcoming Features
- Progress tracking for large files
- Dark mode support
- Upload history filtering and search
- QR code generation for quick sharing
2025-04-15 14:33:42 -04:00
- Custom upload parameters (expiry time, download limit)