Releases: azrael8576/picquest
Releases · azrael8576/picquest
Release 0.1.4
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.
- Implemented
- 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)
- Enhanced the handling of Picture-in-Picture (PiP) mode on the
Bug Fixes and Other Changes
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.
Release 0.1.1
Major Features and Improvements
- Video Module:
- Implement Picture-in-Picture Mode in Video Module.
Release 0.1.0
Breaking Changes
- Proto Structure Adjustment:
- Adjusted the structure of the UserPreferences proto file to better align with user preferences.
Major Features and Improvements
- Video Module:
- Introduced a Video module that allows users to search for and explore high-quality videos.
Release 0.0.0
PicQuest Initial Demo Release
This is the initial demo version of PicQuest, which includes the following features and updates:
Major Features and Improvements
- UI Scaffolding and Navigation:
- Introduced a foundational UI structure with seamless navigation.
- Photo Search Module:
- Implemented a photo search module with ListView and GridView options for browsing photos.
- Contact Me Module:
- Added a new module for users to easily contact the team or provide feedback.
Bug Fixes and Other Changes
- CI/CD:
- Initiated a Continuous Integration (CI) process, facilitating more efficient and streamlined development workflows.