Skip to content

Release 0.1.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 17:05

Major Features and Improvements

  • New Feature:
    • 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)