drop.chapril.org-firefoxsend/android
Donovan Preston 71ea4e74f6
Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server (#918)
* 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
2018-09-06 18:56:04 -04:00
..
app Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server (#918) 2018-09-06 18:56:04 -04:00
gradle/wrapper Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
pages Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server (#918) 2018-09-06 18:56:04 -04:00
stores Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server (#918) 2018-09-06 18:56:04 -04:00
.gitignore Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
android.iml Hook up the android kotlin code to the send js code (#860) 2018-07-27 09:11:46 -04:00
android.js Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server (#918) 2018-09-06 18:56:04 -04:00
build.gradle Implement section 2.1 and parts of section 4.1 from the Send Android spec (#901) 2018-08-15 15:29:29 -04:00
generateAndLinkBundle.js Hook up the android kotlin code to the send js code (#860) 2018-07-27 09:11:46 -04: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
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
settings.gradle Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00

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.