timvisee 1a923d21b5 Add DEFAULT_DOWNLOADS variable to set default download count 3 years ago
..
app 74ecb598d2 Fix #1283 Prevent loading any pages other than our file:/// url resources and accounts.firefox.com in the webview 5 years ago
gradle a42cec97f3 Fix #1145 Fix the back button after logging in. (#1158) 5 years ago
pages c71c246959 Dark theme 4 years ago
stores 807ecff471 updated sentry libs from raven to @sentry 4 years ago
.eslintrc.yaml cab6f1bafb Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 5 years ago
.gitignore b269712c32 Initial working proof-of-concept for android. 6 years ago
README.md 6baf385058 Add a readme 6 years ago
SendAndroid.iml b269712c32 Initial working proof-of-concept for android. 6 years ago
android.js 1a923d21b5 Add DEFAULT_DOWNLOADS variable to set default download count 3 years ago
build.gradle 48b5d85904 Cleanup Android project (Minor refactorings, etc.) (#1244) 5 years ago
gradle.properties b269712c32 Initial working proof-of-concept for android. 6 years ago
gradlew b269712c32 Initial working proof-of-concept for android. 6 years ago
gradlew.bat b269712c32 Initial working proof-of-concept for android. 6 years ago
settings.gradle b269712c32 Initial working proof-of-concept for android. 6 years ago
user.js da5f503dbc no-op startAuthFlow on android 5 years ago

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.