Skip to content

Fix creation of duplicate files #6

Description

@DejaVuMan

If a decrypted file is a duplicate, the "(x)" appended to the file name appears in the wrong place and looks like this:
image

Should be a simple fix, most likely something to do with MediaStore implementation in CryptoReadWrite, where we do

        private bool ReadAPI29(string filePath, string pass, string fileName)
        {
            fileName = fileName.Remove(fileName.LastIndexOf('.')); // remove ".AES" from end of file
            ContentValues contentValues = new ContentValues();
            contentValues.Put(Android.Provider.MediaStore.IMediaColumns.DisplayName, fileName);
            ......

inside of ReadAPI29.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions