By default, storage devices are kept hidden in some devices.
Paging is just view large files in parts to increase performance. Whenever file is saved, all pages are combined into single file.
You can turn off paging from settings but it is recommended for viewing large files.
Android 4.4 restricts the file saving in SD card. You can save your file in internal storage.
You might be facing this problem in device having Android 5 or above. If that's the case,
This is behaviour of android that sometimes when app in background are not active, they are killed. It is dangerous for unsaved data. So it is always advised to save unsaved data to prevent data loss.
There is no limit defined on file size. Performance depends upon system capabilities and available resources.
Auto saving is a feature to prevent accidental data loss due to not saving file or accidental or abnormal termination of editor.
Auto save feature will save file after periodic interval. Once you turn on auto save. It will try to save file right at the moment and in case of failure it will notify you.
You can even turn off the auto save notification if you find them annoying. But editor will always display notifications regarding any kind of failure. So you will always get notified if editor failed in saving your file.
There is an application crash handler that will try to save data present in the editor in a dump file with name as timestamp of crash event in default storage location. Directory with name OldSchool Editor will be created and inside that a directory with name CrashDump will be there. This CrashDump directory will contain all the dump files. Note : Editor always will create a new dump file and any existing dump file will not be touched by Editor.
Make sure you have selected android file picker and enabled the advance storage devices in location picker.
Advance storage devices option can be accessed through settings option in location picker or hamburger icon on top of toolbar.
This option is devices specific, location of that option may vary from device to device.
If you don't know what are encodings. UTF-8 is always safest option.
Currently it only support US-ASCII, IBM437, ISO-8859-1 and UTF-8. If possible, I will add more encodings.
Note : ANSI encoding is also called US-ASCII, so if you want to select ANSI, you can safely select US-ASCII.
Encoding detection is still in premature stage and is under development. Detecting encoding is tricky as there is no defined standard.
I will keep working on this in the future and will try to increase the accuracy of detection.
In case you feel that encoding is not guessed properly, select best possible encoding from the list and disable auto detection and then try reopening the same file.
Yes, you can paste any kind of data as long as it is text data. Most of the characters available in character set usually don't cause troubles after saving them in a file and reopening that file.
Some characters like text emojies, other non english alphabets, or symbols are handled differently. This is because of encodings.
If you don't what encodings are, then if you are saving characters like emojies, make sure to select UTF-8 from the encoding option than save file.
UTF-8 is always a safest option, irrespective of the fact that character is an alphabet (english, arabic, latin, hindi, etc.) or an emoji or any kind of symbol.
Find option will only highlight search result if cursor is available. Make sure cursor in edit area is available.
Android work on Java platform, so this application can work on syntax suitable to Java platform. You can find here the reference of regular expression.
If you still think something is not working fine. Just drop your email.
If you don't know much about new line styles. You can safely select "\n" from the option. You will see Unix(LF) below the text area.
Unix is written because it is standard adopted by unix based systems. It is also a standard in Android and it works everywhere.
Yes, you will be able to access it without any problem, even if you try to access the same file in Mac or unix/linux machines you will not face any problems.
This Unix(LF) is a way how a line of text is processed by text editor. Other than this are Windows(CRLF) and Mac(CR).
Every operating system has a way of treating line of text, but operating systems and underlying applications like text editors and word processors are smart enough to detect how to process lines of text.
Google Firebase is a development and analytics platform for building mobile and web applications. It was integrated in this application for purpose of collection of this application(OldSchool Editor) usage statistics which is helpful in development and improvement of OldSchool Editor.
No personal data is collected, neither the contents of the files are collected. If you don't want to share your application usage statistics. You can simply Opt out by selecting false in "Firebase Opt-In" option.
There is no difference between free version or Pro version. Pro version is just the support version.
I still encourage you to purchase the paid version of this application if you like this application. It will encourage me to put more efforts and keep development of this application alive.
Suggestions are always welcome. Just throw a mail at feedbackdtw@gmail.com. If possible I will add it in next update.