71ea4e74f6
* Merge branch 'vnext' of https://github.com/mozilla/send into android-preferences Fix conflicts * Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server * Use a try/catch in case localStorage isn't available, which it isn't in a ServiceWorker |
||
---|---|---|
.. | ||
app | ||
gradle/wrapper | ||
pages | ||
stores | ||
.gitignore | ||
android.iml | ||
android.js | ||
build.gradle | ||
generateAndLinkBundle.js | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
SendAndroid.iml | ||
settings.gradle |
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.