send/android
2021-06-04 14:03:58 +02:00
..
app Fix #1283 Prevent loading any pages other than our file:/// url resources and accounts.firefox.com in the webview 2019-04-05 12:18:22 -04:00
gradle/wrapper Fix #1145 Fix the back button after logging in. (#1158) 2019-02-19 09:35:37 -08:00
pages Dark theme 2019-10-03 23:10:11 -07:00
stores updated sentry libs from raven to @sentry 2019-08-09 11:06:21 -07:00
.eslintrc.yaml
.gitignore Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
android.js
build.gradle
gradle.properties Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
gradlew Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
gradlew.bat
README.md Add a readme 2018-05-24 11:47:13 -04:00
SendAndroid.iml
settings.gradle Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
user.js

Readme

The Send Android app allows you to choose any file from your android device, encrypt it with a password, and get a URL which will allow secure download of the file. By default, this URL will expire after one download or 24 hours.

Building the Send Android app.

First, install Android Studio. Open the android directory in Android Studio, plug in your android phone, and press the run button.