Danny Coates 7ccf462bf8 implemented PKCE auth (#921) 6 years ago
..
app 17ee4e0058 load android ui in dev when browsing to /android (#919) 6 years ago
gradle b269712c32 Initial working proof-of-concept for android. 6 years ago
pages 17ee4e0058 load android ui in dev when browsing to /android (#919) 6 years ago
stores 7ccf462bf8 implemented PKCE auth (#921) 6 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.iml a80d007e0c Hook up the android kotlin code to the send js code (#860) 6 years ago
android.js 20528eb0d1 added ANDROID environment variable to dev server for hosting the android html 6 years ago
build.gradle 071e283f87 Implement section 2.1 and parts of section 4.1 from the Send Android spec (#901) 6 years ago
generateAndLinkBundle.js a80d007e0c Hook up the android kotlin code to the send js code (#860) 6 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

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.