You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Animal PDF card in the web PWA: viewing and share/download now work on every platform (byte pipeline via PdfDocument.openData, sharing through the Web Share API with a download fallback).
Interface width on web desktop is now capped inside a smartphone frame with a blurred matte backdrop on either side (unchanged on mobile).
Android builds now target ARM only (arm64-v8a, armeabi-v7a); x86_64 dropped.
App start-up parallelised; comment lists and photos now render lazily.
Fixed request races in the animal lists, details and search; single-flight refresh of the auth token.
Fixed subscription and gesture-recogniser leaks (dispose in prescription editing and the comment list).
GitLab mirroring no longer fails when pushing a new tag (would clobber existing tag).
По-русски
PDF-карточка животного в web-PWA: просмотр и «поделиться»/скачивание работают на всех платформах (byte-пайплайн PdfDocument.openData, share через Web Share API с фолбэком на скачивание).
Ширина интерфейса на web-десктопе ограничена рамкой смартфона с размытым матовым фоном по бокам (на мобильных без изменений).
Android-сборки только под ARM (arm64-v8a, armeabi-v7a), убран x86_64.
Инициализация приложения распараллелена; списки комментариев и фото рендерятся лениво.
Исправлены гонки запросов в списках животных, деталях и поиске; single-flight обновление токена авторизации.
Исправлены утечки подписок и жестовых распознавателей (dispose в редактировании назначений и списке комментариев).
Зеркалирование в GitLab больше не падает при push нового тега (would clobber existing tag).