* Rewrote Backup
* Save automatic backups with datetime
* Minor improvements
* Remove suggested directories for backup and hardcoded strings. Rename JSON -> Backup
* Bugfix
* Fix tests
* Run restore inside a transaction, use external cache dir for log and other minor changes
* Added french string values in res
* Added french in the list of languages available
* Fixed remaining //
* Update manga plural according to http://www.academie-francaise.fr/niky-orange
* Update translation based on M2ck's remarks
* Translating remaining english bits and fixing some typos
* Further fixes according to M2ck's suggestions
* Ninja typo fix !
* Updated tapping string with french translation and updated a pretty awkward literal translation
* Updated translation to new strings
* Implement language switching using BaseActivity
* Add requested changes
* Cleanup App.kt Imports and add pref_language_key
* Acutally use @string for key
* Use string resource for language preference title
* Added option to download page or set page as cover
* Removed network call now copies from page image
* Format fix + notification feedback
* Added code to prevent OutOfMemory error. Made notification optional. Can now save image on long press. Bug fixes
* Now uses glide for notification
* Fixed webtoon page
* Fixes + API 16 support
* fixes
* Fixed API 24 FileProvider error
* Added page.ready check
* Indention