Changes
- Improved Android TV support: all components are now focusable, and imports, exports, snapshots, and captures now have TV-specific implementations (#158, #160)
- Material Files or another file manager is still required to import data into the app (#161)
- That one weird bug that prevented folders from being created has been fixed (#76)
Note: If you use Linkora in a non-English language, download the updated language strings from the language settings screen, then tap "Load server strings" (or its localized equivalent) to apply them so dynamic values display correctly.
Internals
- Localization is rewritten from scratch. locales/default.json is the single source of truth for both the app and the server. Dynamic values are now handled using the new format, similar to Android string resources.
LocalizationKeyandLocalizedStringsare generated at build time and are not checked into source.
Full Changelog: release-v0.20.0...release-v0.21.0