Release 0.1.2
Major Features and Improvements
-
Testing Paradigm Enhanced:
- Unit Tests: Introduced unit tests for
PixabayImagePagingSource
andPixabayVideoPagingSource
to ensure their proper functionality.
- Unit Tests: Introduced unit tests for
-
UI Preview:
- Implemented previews for
VideoLibraryScreen
andPhotoLibraryListScreen
.
- Implemented previews for
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.