Releasing Sealed 2.0, my Bitwarden Client for Ubuntu Touch.
Download in OpenStore:
This release brings a complete rework of the backend to use event-driven patterns and caching to access Bitwarden resources.
The binary calls are simply too slow to offer a great mobile experience. So now the app is caching every call, and returning the cache, while updating it in the background.
This was possible due to the recent updates to ut-components that implements an event loop in memory, allowing to run the calls in parallel.
While the events are being processed, you’ll notice a small blue bar in the header

In this process a small bug was found in ut-components, which is fixed in version 1.1.1, already released.
