send/android
Donovan Preston a42cec97f3 Fix #1145 Fix the back button after logging in. (#1158)
To do so, we clear the webview history once the login process is complete so that the intermediate redirect urls used by the login process are not in the history.

Also, update the versions of some of the libraries we use.
2019-02-19 09:35:37 -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
stores
.eslintrc.yaml
.gitignore
android.js
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

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.