Akylas / OSS-DocumentScanner

Android document document scanning app
https://www.akylas.fr
MIT License
854 stars 32 forks source link

[FEATURE REQUEST] Syncing and File rename #343

Open schlackenfuchs opened 1 week ago

schlackenfuchs commented 1 week ago

I like this app very much! One feature would make it perfect:

When a file is renamed in the app the new name doesn't appear in sync order. It appears only the choosen time format. When a file is renamed in sync order it will be synced again next time (so you have it twice in sync order: one with old, one with new name).

Would it be possible to include the new file name in syncing process?

farfromrefug commented 6 days ago

@schlackenfuchs thanks! What do you mean by sync order? The issue is that if you change to name of a document it is not synced with remote (like webdav)?

schlackenfuchs commented 6 days ago

@farfromrefug Thanks for your fast reply! And sorry for my incomprehensible post... No, renamed documents are synced, but (1) they loose their name, if they are renamed before syncing, or (2) they will be synced again, if they are renamed in sync folder. For a better understanding a short description what I do and the results:

1

or

2

Clearer now?

It would be helpful if the sync process would regard the new file name. Or is there already such an option, but I didn't see it?

schlackenfuchs commented 5 days ago

I found a solution for me: Syncing not the document images, but the document PDFs allows to use the document name. That is what I need. Thanks a lot for that really helpfull app! Best regards

farfromrefug commented 4 days ago

@schlackenfuchs thanks for the great explanation! i see your issue. Indeed syncing image cant really use the document name as their could be multiple images. I could do documentName_$imageIndex. Seems like a good idea will look at it