24
1
Fork 0
drop.chapril.org-firefoxsend/android
Donovan Preston cab6f1bafb
Implement the mechanics of fxa login on android, but don't show ui fo… (#1000)
* 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
2018-11-08 16:35:19 -05:00
..
app Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
gradle/wrapper Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
pages parameterize download count dropdown on android 2018-09-25 11:36:23 -07: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 Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
README.md Add a readme 2018-05-24 11:47:13 -04:00
SendAndroid.iml Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
android.iml Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
android.js Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
build.gradle Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
generateAndLinkBundle.js Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
gradle.properties Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
gradlew Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
gradlew.bat Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
settings.gradle Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
user.js Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00

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.