zanedb / open-journal-android

This repository has been archived, but it was once a simple and easy notes platform on Android.
Apache License 2.0
2 stars 0 forks source link

Line breaks not preserved #4

Closed zanedb closed 7 years ago

zanedb commented 7 years ago

When saving a note, the line breaks (\n) are not preserved and the text is smushed together when re-opening the note. Pretty serious 🐛!

zanedb commented 7 years ago

Fixed in commits b53900d and d15c704. Will be in next release.

zanedb commented 7 years ago

What fixed the issue was switching to SQLite, which had a much better structure. I could've fixed it and kept it as local storage files, but I realized SQLite was a better solution altogether, and would make future updates much easier.