appml / neutrinote

neutriNote - the original extensible Markdown + Math note app. Non-commerical. No lock-ins. Only 3 MB footprint & highly optimized. Designed for plaintext purists.
GNU General Public License v3.0
335 stars 23 forks source link

Trash bin folder #51

Closed J70P closed 1 year ago

J70P commented 1 year ago

I'm trying to enable the trash bin folder with

com.appmindlab.nano.pref_keep_deleted_copies|true

in /storage/emulated/0/neutriNote/~neutrinote_settings_data.txt

For testing purposes I also added

com.appmindlab.nano.pref_max_deleted_copies_age|30

(I applied the changes with "Restore App Data")

But the files are getting deleted.

I think the location for the trash bin folder is "my repository path"/trash_bin. Even if I create this folder manually, the files are getting deleted.

I'm running Android 7 (LineageOS 14) on my device.

appml commented 1 year ago

Thanks. Fixed in v4.2.5.

J70P commented 1 year ago

Fixed. Thanks!