NikGapps 3.81__tar.gz → 3.83__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/build/NikGappsManager.py +7 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/changelogs.yaml +4 -5
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/Library.py +23 -0
- {nikgapps-3.81 → nikgapps-3.83/NikGapps.egg-info}/PKG-INFO +1 -1
- {nikgapps-3.81/NikGapps.egg-info → nikgapps-3.83}/PKG-INFO +1 -1
- {nikgapps-3.81 → nikgapps-3.83}/setup.py +1 -1
- {nikgapps-3.81 → nikgapps-3.83}/LICENSE +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/MANIFEST.in +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/__init__.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/build/Build.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/build/NikGappsOverlays.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/build/PackageConstants.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/build/Release.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/build/__init__.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/build_config.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/cache.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/config/NikGappsConfig.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/config/__init__.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/config_upload.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/copy_repos.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/AppSet.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/Args.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/Assets.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/Config.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/ConfigObj.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/Package.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/__init__.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/addon.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/appsets.json +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/config_versions.json +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/customize.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/debloater.config +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/functions.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/gofile.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/header.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/installer.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/module.prop +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/mount.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/mtg_mount.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/nikgapps.config +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/packages.json +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/uninstaller.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/assets/unmount.sh +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/compression/CompOps.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/compression/Export.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/compression/__init__.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/git/TestGit.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/git/__init__.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/Bool.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/Manifest.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/Overlay.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/Resources.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/String.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/StringArray.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/helper/overlay/__init__.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/main.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/overlay_control.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps/test.py +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps.egg-info/SOURCES.txt +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps.egg-info/dependency_links.txt +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps.egg-info/entry_points.txt +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps.egg-info/requires.txt +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/NikGapps.egg-info/top_level.txt +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/README.md +0 -0
- {nikgapps-3.81 → nikgapps-3.83}/setup.cfg +0 -0
|
@@ -322,6 +322,13 @@ class NikGappsManager:
|
|
|
322
322
|
"resources": Library.get_google_partner_setup_resources()
|
|
323
323
|
}
|
|
324
324
|
],
|
|
325
|
+
"com.google.android.apps.work.clouddpc": [
|
|
326
|
+
{
|
|
327
|
+
"package_title": "AndroidDevicePolicy",
|
|
328
|
+
"package_name": "com.nikgapps.overlay.androiddevicepolicy",
|
|
329
|
+
"resources": Library.get_google_android_device_policy_resources()
|
|
330
|
+
}
|
|
331
|
+
],
|
|
325
332
|
"com.google.android.soundpicker": [
|
|
326
333
|
{
|
|
327
334
|
"package_title": "GoogleSounds",
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
- date:
|
|
1
|
+
- date: 12th Oct 2025 (Android 10-16)
|
|
2
2
|
changes:
|
|
3
|
-
- item:
|
|
4
|
-
- item:
|
|
5
|
-
- item:
|
|
6
|
-
- item: Fixed the uninstaller crashing before uninstalling gapps
|
|
3
|
+
- item: Updated gms overlays to adapt android 16 QPR1
|
|
4
|
+
- item: Enable option to choose Cloud Media app in settings
|
|
5
|
+
- item: More changes to enable contextual search (CTS)
|
|
7
6
|
- date: 11th June 2025 (Android 14-15)
|
|
8
7
|
changes:
|
|
9
8
|
- item: Updated google apps to make them QPR2 compatible
|
|
@@ -66,6 +66,15 @@ class Library:
|
|
|
66
66
|
r.add(String('config_defaultSupervisionProfileOwnerComponent',
|
|
67
67
|
'com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver'))
|
|
68
68
|
r.add(String('config_systemSupervision', 'com.google.android.gms.supervision'))
|
|
69
|
+
r.add(String('config_defaultWallet', 'com.google.android.gms'))
|
|
70
|
+
r.add(String('config_help_url_action_disabled_by_advanced_protection', 'intent:#Intent;action=com.google.android.gms.settings.ADVANCED_PROTECTION;package=com.google.android.gms;end'))
|
|
71
|
+
r.add(String('config_intrusionDetectionEventTransport', 'com.google.android.gms/.intrusiondetection.service.IntrusionDetectionEventTransportService'))
|
|
72
|
+
r.add(String('config_primaryLocationTimeZoneProviderPackageName', 'com.google.android.gms'))
|
|
73
|
+
r.add(String('config_sharedConnectivityServiceIntentAction', 'com.google.android.gms.magictether.BIND'))
|
|
74
|
+
r.add(String('config_sharedConnectivityServicePackage', 'com.google.android.gms'))
|
|
75
|
+
r.add(String('config_systemDependencyInstaller', 'com.google.android.gms'))
|
|
76
|
+
r.add(String('identity_check_settings_action', 'com.google.android.gms.personalsafety.settings.IDENTITY_CHECK_SWITCH'))
|
|
77
|
+
r.add(String('identity_check_settings_package_name', 'com.google.android.gms'))
|
|
69
78
|
r.add(String('def_backup_transport', 'com.google.android.gms/.backup.BackupTransportService'))
|
|
70
79
|
r.add(String('metadata_sync_pacakge', 'com.google.android.gms'))
|
|
71
80
|
r.add(String('config_defaultAutofillService', 'com.google.android.gms/.autofill.service.AutofillService'))
|
|
@@ -106,6 +115,12 @@ class Library:
|
|
|
106
115
|
r.add(StringArray('config_locationProviderPackageNames',
|
|
107
116
|
['com.google.android.gms', 'com.android.location.fused']))
|
|
108
117
|
r.add(StringArray('config_ephemeralResolverPackage', ['com.google.android.gms']))
|
|
118
|
+
r.add(StringArray('config_defaultCloudSearchServices', [
|
|
119
|
+
'com.android.vending/com.google.android.finsky.cloudsearch.PlayCloudSearchService',
|
|
120
|
+
'com.android.chrome/com.google.android.apps.chrome.cloudsearch.ChromeCloudSearchService',
|
|
121
|
+
'com.chrome.canary/com.google.android.apps.chrome.cloudsearch.ChromeCloudSearchService',
|
|
122
|
+
'com.chrome.dev/com.google.android.apps.chrome.cloudsearch.ChromeCloudSearchService',
|
|
123
|
+
'com.chrome.beta/com.google.android.apps.chrome.cloudsearch.ChromeCloudSearchService']))
|
|
109
124
|
r.add(StringArray('config_globallyDisabledComponents', [
|
|
110
125
|
'com.android.vending/com.google.android.finsky.systemupdate.SystemUpdateSettingsContentProvider',
|
|
111
126
|
'com.android.vending/com.google.android.finsky.systemupdateactivity.SettingsSecurityEntryPoint',
|
|
@@ -140,6 +155,8 @@ class Library:
|
|
|
140
155
|
r = Resources()
|
|
141
156
|
r.add(String('config_systemGallery', 'com.google.android.apps.photos'))
|
|
142
157
|
r.add(String('config_defaultGallery', 'com.google.android.apps.photos'))
|
|
158
|
+
r.add(String('config_default_cloud_media_provider_package', 'com.google.android.apps.photos'))
|
|
159
|
+
r.add(String('config_default_cloud_provider_authority', 'com.google.android.apps.photos.cloudpicker'))
|
|
143
160
|
return r
|
|
144
161
|
|
|
145
162
|
@staticmethod
|
|
@@ -587,3 +604,9 @@ class Library:
|
|
|
587
604
|
r = Resources()
|
|
588
605
|
r.add(String('config_sound_picker_package_name', 'com.google.android.soundpicker'))
|
|
589
606
|
return r
|
|
607
|
+
|
|
608
|
+
@staticmethod
|
|
609
|
+
def get_google_android_device_policy_resources():
|
|
610
|
+
r = Resources()
|
|
611
|
+
r.add(String('config_devicePolicyManagement', 'com.google.android.apps.work.clouddpc:23962F4B43B9857638EA66F4D419518EAE282491ACDA4B94707BD59003C45E58'))
|
|
612
|
+
return r
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|