Make it possible to receive files

The files are saved to $HOME/downloads/, after which the user
may choose to open the downloads/ folder or edit the file with
the $HOME/bin/termux-file-editor program.

It's also possible to receive URL:s, in which case the
$HOME/bin/termux-url-opener program will be called.
This commit is contained in:
Fredrik Fornwall
2016-03-19 00:17:38 +01:00
parent 51181c2d49
commit d6eea83bfc
5 changed files with 302 additions and 46 deletions

View File

@@ -55,4 +55,8 @@
<string name="empty_folder">Empty folder.</string>
<string name="file_received_title">Save file in ~/downloads/</string>
<string name="file_received_edit_button">Edit</string>
<string name="file_received_open_folder_button">Open folder</string>
</resources>