Introduce AuthDataProvider
Description
Introduce AuthDataProvider to share AuthData from AppLounge with microG to implement Licensing feature.
Screenshots
Technical details
Tests
Issues
10 commandments of code reviews
Summary by CodeRabbit
-
New Features
- Introduced
AuthDataProviderto facilitate sharing Google auth data with other applications. - Added new permissions and provider declarations to support the new
AuthDataProvider. - Implemented a new library
auth-data-libthat includes theAuthDataContractfor managing authentication data.
- Introduced
-
Chores
- Updated build configurations and dependencies to include
auth-data-lib. - Added necessary permissions and configurations in
AndroidManifest.xml.
- Updated build configurations and dependencies to include
-
Refactor
- Updated project settings to include the new
auth-data-libmodule.
- Updated project settings to include the new
-
Documentation
- Updated comments regarding the addition of
splitinstall-libin the build configurations.
- Updated comments regarding the addition of
Edited by Jonathan Klee