Fixed
- Ensure that
deck.meta
stays under ArkhamDB's limit (1024 chars). Saving decks with larger amount of text (an intro, annotations) will now work. See readme for implementation details. - Write data to storage more selectively. This results in better overall performance of the app, especially for instances with large amount of decks in storage. It also fixes a bunch of rare corner cases where a suspended tab could overwrite data in storage after becoming active again.
- Fix display when a deck contains cards that our application does not know about.
- When using a sealed deck, show deck limit for level null cards to align them with the rest.
- Consistently align attachments to the right edge of the card list when other buttons are present.
- Don't show the Sync button when no provider is present.
- Add some missing translations keys.
- Updates to russian translation by @Evgeny727.
- Update to german translation.