mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 13:13:00 +01:00
071e283f87
* Fix #877 Implement Start page (Empty State) Design * Update some kotlin and android sdk things, and update to the latest code in vnext * Begin implementing the card ui which shows after uploading. * Implement a progress bar. |
||
---|---|---|
.. | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
android.iml | ||
android.js | ||
build.gradle | ||
generateAndLinkBundle.js | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
SendAndroid.iml | ||
settings.gradle |
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.