Braden Farmer

Results 66 comments of Braden Farmer

Thanks for requesting this. A homescreen widget is something I've been wanting to get into the app for quite some time now, and with the ongoing app rewrite using Compose,...

Thanks for making me aware of this.

Saved notes are stored in the app's internal data folder, usually /data/data/com.farmerbb.notepad/files You can export notes to any location you'd like (on Android 4.4+) by long-pressing the notes in the...

@poobah88 As mentioned in the above comment, you can export multiple notes at once by long-pressing the notes in the note list and pressing the Export button (SD card icon)....

As @mehdisadeghi mentioned, Notepad not requesting the storage permission is a big reason why this feature hasn't been implemented yet. I could add the permission as well as an option...

Data is stored in `/data/data/com.farmerbb.notepad/files`, not `/storage/emulated/0/data/data/com.farmerbb.notepad/files`. As for navigating out of Downloads when importing notes, make sure you've enabled access to the internal storage via the overflow menu in...

I was able to reproduce the original bug. Thanks for bring this to my attention. I'll look into this and get this fixed.

Ok, I just committed a fix for this. I'll get a release out soon (within the next couple days, if not sooner) since this is a fairly critical issue.

Notepad currently only supports importing plain-text files, and doesn't try to do any sort of parsing for note titles or timestamps. It would be pretty easy to have Notepad parse...

Thank you for your suggestions - they are always welcomed. I don't have any immediate plans to implement these, but I will keep them in mind as I look to...