feat: system app update for test build
Description
Added support to fetch system app information for test build. Now App lounge will be capable to show system app updates in test build also.
Technical details
App Lounge finds the source (stable, community, test) should be used to fetch system app updates info by checking the full system name. If name exists in the full name, then app lounge considers test build as source.
Tests
Issues
10 commandments of code reviews
Summary by CodeRabbit
-
New Features
- Updated the
AuthDataProvider
configuration for improved debugging. - Introduced logic to determine eligibility for fetching app lists from a test endpoint.
- Updated the
-
Bug Fixes
- Enhanced readability and maintainability of the app list fetching logic.
-
Chores
- Reviewed permissions and receiver declarations for clarity.
Edited by CodeRabbitAI