cab6f1bafb
* Implement the mechanics of fxa login on android, but don't show ui for it yet. Also, scopedKeys are not yet implemented. * Hopefully fix the package-lock conflict? * WIP on android scoped keys * Finish implementing login. * created android/user.js to handle android logins |
||
---|---|---|
.. | ||
app | ||
gradle/wrapper | ||
pages | ||
stores | ||
.eslintrc.yaml | ||
.gitignore | ||
README.md | ||
SendAndroid.iml | ||
android.iml | ||
android.js | ||
build.gradle | ||
generateAndLinkBundle.js | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle | ||
user.js |
README.md
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.