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
AuthDataProvider
to 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-lib
that includes theAuthDataContract
for 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-lib
module.
- Updated project settings to include the new
-
Documentation
- Updated comments regarding the addition of
splitinstall-lib
in the build configurations.
- Updated comments regarding the addition of
Edited by Jonathan Klee