Skip to content

Latest commit

 

History

History
187 lines (130 loc) · 7.6 KB

README.md

File metadata and controls

187 lines (130 loc) · 7.6 KB


Logo

Ephemeral

Share files temporarily on Android, using file.io API
Logo

Play Store · Report a Bug · Suggest a feature

About the project



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

(back to top)

Built with

(back to top)

Plugins

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

Roadmap

  • 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

(back to top)

Changes needed

You'll need to change the following lines on app.js:

  • ONESIGNALAPPID with your own OneSignal APP ID
  • adUnitId: 'ca-app-pub-1111111111111111/2222222222222222', for your own Google AdMob ID

Known Issues

  • 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

Contribute

  1. Fork
  2. Create a Branch of the feature (git checkout -b feature/AmazingFeature)
  3. Commit (git commit -m 'Add some AmazingFeature')
  4. Push (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

apps@pedronetoweb.com.br

(back to top)