Pros:
* Removed text update (now it is always updated and parsed from the file each time)
* Removed text storage (smaller app size)
* Dramatically sped up loading in Browse (10 books in ~1s)
Cons:
* Longer Reader loading time (~3x, partly fixable)
* More dependency on the file (fixable)
Resolves: #134