Share files temporarily on Android, using file.io API
Play Store
·
Report a Bug
·
Suggest a feature
Ephemeral is an app that lets you upload any file and allow it to be downloaded just once (or if it reaches the time limit you set)
- ⬆️ Upload any file
- 🔗 Share with friends and once used the link no longer works
- ⏳ Set a timeout for the link to expire
- 🔒 Your files available to the right person - and only them
The project was made with the following Cordova Plugins:
admob-plus-cordova
cordova-clipboard
cordova-plugin-compat
cordova-plugin-device
cordova-plugin-file
cordova-plugin-web-share
cordova-support-android-plugin
onesignal-cordova-plugin
- Compatibility with Android 12+
- Improve "Copy"
- Improve "About" section
- Add a "Remove all" and "Remove expired" buttons
- Icons on menu
- Download link pointing to app store on share
- Visual improvement with lottie files
- New upload source
- Remote lang file
- Adjust date to US format when in English
- Fix alignment on larger screens
- If the mobile language is English, launch the app in English
You'll need to change the following lines on app.js
:
ONESIGNALAPPID
with your own OneSignal APP IDadUnitId: 'ca-app-pub-1111111111111111/2222222222222222'
, for your own Google AdMob ID
- If you cancel an upload and retry with the same file, nothing happens. You need to choose another file and retry with the original one or close the app
- Fork
- Create a Branch of the feature (
git checkout -b feature/AmazingFeature
) - Commit (
git commit -m 'Add some AmazingFeature'
) - Push (
git push origin feature/AmazingFeature
) - Open a Pull Request