SimpleTextEditor
This is simple text editor that can help you with editing text files.
Maxim Starikov Development Note Text Editor Writing
Screenshots
Description
This is simple text editor that can help you with editing text files.
This editor mostly used by me for small text notes, write down ideas while I have a break.
Supports only plain text files at the moment.
The code is open so can review code, send pull requests, new features, translations and so on. https://github.com/maxistar/TextPad.
Any suggestions for this project are welcomed. Thank you!
What’s new (1.31.1)
- protects your edits when an open file changes outside TextPad
- makes recovery of unsaved drafts more reliable
- keeps the cursor visible when the keyboard is open
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Write storageCreate and change files on the device storage.
- Read storageRead files on the device storage.
- Prevent sleepingKeep the device from going to sleep.
- textpad.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments