When sending a file from PC to phone the extension of the file is removed. For example: sending "master.kdb" results in file named "master" on phone.
Exactly the same thing happend to here an my tablet. Version on tablet is 1.6, on Desktop 1.0.1-1.4.
Git commit ecad7ccea220f75880ae64e545ee37490d41757a by Albert Vaca. Committed on 20/02/2017 at 19:20. Pushed by albertvaka into branch '1.x'. Try not to lose filename extensions. Android's Storage Access Framework abstraction wants us to use mimetypes instead of file extensions, but for some file types it can't guess a useful mimetype. In those cases, provide the extension as part of the base name. M +6 -2 src/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java https://commits.kde.org/kdeconnect-android/ecad7ccea220f75880ae64e545ee37490d41757a