Danny Coates 6b9a735bec parameterize download count dropdown on android 6 years ago
..
app 5ec2486c57 Add ui for setting max downloads, max time, and password. 6 years ago
gradle b269712c32 Initial working proof-of-concept for android. 6 years ago
pages 6b9a735bec parameterize download count dropdown on android 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 6b9a735bec parameterize download count dropdown on android 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.