Skip to content

Release 0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 01:37

Major Features and Improvements

  • Testing Paradigm Enhanced:

    • Unit Tests: Introduced unit tests for PixabayImagePagingSource and PixabayVideoPagingSource to ensure their proper functionality.
  • UI Preview:

    • Implemented previews for VideoLibraryScreen and PhotoLibraryListScreen.

Bug Fixes and Other Changes

  • Bug Fixes:

    • Resolved an issue with an incorrect API parameter. (#26)
    • Fixed a bug where the video continued to play in the background after leaving the screen. (#67)
    • Addressed a jumping issue in the currentPage of pagerState within VideoLibraryRoute. (#76)
    • Fixed the missing 'No Data Found' view in VideoLibraryScreen. (#78)
  • CI/CD:

    • Implemented automated dependency updates.