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
Implemented MainActivityViewModel for improved UI state management and lifecycle handling.
Introduced a :core:analytics module and integrated Firebase to facilitate better data analytics and user engagement tracking.
Codebase Refactor:
Optimized module dependencies, reducing build complexity and enhancing maintenance and performance. (fixes #85)
UI Refinements:
Enhanced the handling of Picture-in-Picture (PiP) mode on the VideoLibraryScreen, improving the integration and user interaction with video playback functionalities. (fixes #76)
Bug Fixes and Other Changes
Bug Fixes:
Align data model with Pixabay's new API, add thumbnail field, remove picture_id (fixed #122)
CI/CD:
Integrating the pq.android.lint plugin for unified lint configurations across modules, ensuring code quality and consistency. (#105)