PhilippC
PhilippC
This improves handling of connectivity issues when loading/saving the database. Closes #374
On some SSH machines, the server can respond with a banner to a login (https://www.ietf.org/rfc/rfc4252.txt, see 5.4) which should be possible to "Do not show again"
Closes https://github.com/PhilippC/keepass2android/issues/1617
The current default is to create new databases in the "ExternalFilesDir" (https://learn.microsoft.com/en-us/dotnet/api/android.content.context.getexternalfilesdir?view=net-android-35.0) which is accessible for other apps (intentionally, such that sync apps can read/write it or create backups). However,...
This PR adds support for accessing files shared using Samba (e.g. Windows file sharing), closing #82
Following #18, I am trying to build the plugin (first on Windows before I move to Android). I cannot build because in the line ``` PgpEncryptedDataGenerator.PubMethod pubMeth = (PgpEncryptedDataGenerator.PubMethod)pk.methods[0]; ```...