send/android
Danny Coates 1c44d1d0f9
added /config endpoint, use fewer globals (#1172)
* added /config endpoint, use fewer globals

* fixed integration tests
2019-02-26 10:39:50 -08:00
..
app Fix #1145 Fix the back button after logging in. (#1158) 2019-02-19 09:35:37 -08:00
gradle/wrapper Fix #1145 Fix the back button after logging in. (#1158) 2019-02-19 09:35:37 -08:00
pages fixed some scrollbars 2019-01-29 12:06:23 -08:00
stores Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
.eslintrc.yaml Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
.gitignore
android.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00
build.gradle Fix #1145 Fix the back button after logging in. (#1158) 2019-02-19 09:35:37 -08:00
gradle.properties
gradlew
gradlew.bat
README.md
SendAndroid.iml
settings.gradle
user.js added /config endpoint, use fewer globals (#1172) 2019-02-26 10:39:50 -08:00

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.