NikGapps 3.48__tar.gz → 3.50__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.48 → nikgapps-3.50}/NikGapps/build/PackageConstants.py +14 -1
- {nikgapps-3.48 → nikgapps-3.50/NikGapps.egg-info}/PKG-INFO +4 -4
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps.egg-info/requires.txt +2 -2
- {nikgapps-3.48/NikGapps.egg-info → nikgapps-3.50}/PKG-INFO +4 -4
- {nikgapps-3.48 → nikgapps-3.50}/README.md +1 -1
- {nikgapps-3.48 → nikgapps-3.50}/setup.py +3 -3
- {nikgapps-3.48 → nikgapps-3.50}/LICENSE +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/MANIFEST.in +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/__init__.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/build/Build.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/build/NikGappsManager.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/build/NikGappsOverlays.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/build/Release.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/build/__init__.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/build_config.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/cache.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/config/NikGappsConfig.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/config/__init__.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/config_upload.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/copy_repos.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/AppSet.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/Args.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/Assets.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/Config.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/ConfigObj.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/Package.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/__init__.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/addon.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/appsets.json +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/changelogs.yaml +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/config_versions.json +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/customize.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/debloater.config +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/functions.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/gofile.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/header.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/installer.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/module.prop +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/mount.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/mtg_mount.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/nikgapps.config +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/packages.json +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/uninstaller.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/assets/unmount.sh +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/compression/CompOps.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/compression/Export.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/compression/__init__.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/git/TestGit.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/git/__init__.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/Bool.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/Library.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/Manifest.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/Overlay.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/Resources.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/String.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/StringArray.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/helper/overlay/__init__.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/main.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/overlay_control.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps/test.py +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps.egg-info/SOURCES.txt +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps.egg-info/dependency_links.txt +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps.egg-info/entry_points.txt +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/NikGapps.egg-info/top_level.txt +0 -0
- {nikgapps-3.48 → nikgapps-3.50}/setup.cfg +0 -0
|
@@ -43,7 +43,20 @@ class PackageConstants:
|
|
|
43
43
|
"com.google.android.apps.restore": ["Seedvault"],
|
|
44
44
|
"com.google.android.deskclock": ["DeskClock"],
|
|
45
45
|
"org.lineageos.snap": ["GoogleCameraGo", "ScreenRecorder"],
|
|
46
|
-
"com.google.android.as": ["
|
|
46
|
+
"com.google.android.as": ["DevicePersonalizationPrebuiltPixel2", "DevicePersonalizationPrebuiltPixel3",
|
|
47
|
+
"DevicePersonalizationPrebuiltPixel4", "DevicePersonalizationPrebuiltPixel2020",
|
|
48
|
+
"DevicePersonalizationPrebuiltPixel2021", "DevicePersonalizationPrebuiltPixel2021-v.U.14.playstore",
|
|
49
|
+
"DevicePersonalizationPrebuiltPixel2021-U.32_V.7_playstore_aiai_20240725.00_RC08",
|
|
50
|
+
"DevicePersonalizationPrebuiltPixel2022", "DevicePersonalizationPrebuiltPixel2022-v.U.14.playstore",
|
|
51
|
+
"DevicePersonalizationPrebuiltPixel2022-U.32_V.7_playstore_aiai_20240725.00_RC08",
|
|
52
|
+
"DevicePersonalizationPrebuiltPixel2023", "DevicePersonalizationPrebuiltPixel2023-v.U.14.playstore",
|
|
53
|
+
"DevicePersonalizationPrebuiltPixel2023-U.32_V.7_playstore_aiai_20240725.00_RC08",
|
|
54
|
+
"DevicePersonalizationPrebuiltPixel2024-aiai_20240329.00_RC16",
|
|
55
|
+
"DevicePersonalizationPrebuiltPixelTablet2023-U.32_V.7_playstore_aiai_20240725.00_RC08",
|
|
56
|
+
"DevicePersonalizationPrebuiltPixelTablet2024-U.32_V.7_playstore_aiai_20240725.00_RC08"],
|
|
57
|
+
"com.google.android.as.oss": ["DeviceIntelligenceNetworkPrebuilt", "DeviceIntelligenceNetworkPrebuilt-v.U.14.playstore",
|
|
58
|
+
"DeviceIntelligenceNetworkPrebuilt-astrea_20240329.00_RC02"],
|
|
59
|
+
"com.google.android.aicore": ["AICorePrebuilt"],
|
|
47
60
|
"com.google.android.apps.nexuslauncher": ["TrebuchetQuickStep", "Launcher3QuickStep", "ArrowLauncher",
|
|
48
61
|
"Lawnchair"],
|
|
49
62
|
"com.android.systemui.plugin.globalactions.wallet": ["QuickAccessWallet"],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.50
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -20,8 +20,8 @@ Requires-Dist: setuptools~=75.3.0
|
|
|
20
20
|
Requires-Dist: pexpect~=4.9.0
|
|
21
21
|
Requires-Dist: GitPython~=3.1.43
|
|
22
22
|
Requires-Dist: PyGithub~=2.4.0
|
|
23
|
-
Requires-Dist: python-gitlab~=5.
|
|
24
|
-
Requires-Dist: cryptography~=
|
|
23
|
+
Requires-Dist: python-gitlab~=5.1.0
|
|
24
|
+
Requires-Dist: cryptography~=44.0.0
|
|
25
25
|
Requires-Dist: python-dotenv~=1.0.1
|
|
26
26
|
Requires-Dist: niklibrary~=0.31
|
|
27
27
|
|
|
@@ -94,7 +94,7 @@ Ensure you have the following tools installed:
|
|
|
94
94
|
## Total Downloads
|
|
95
95
|
<!-- 7312415 from 2019-07-22 to 2024-07-18 -->
|
|
96
96
|
<!-- 7653966 from 2019-07-22 to 2024-10-02 -->
|
|
97
|
-

|
|
98
98
|
<img alt="SourceForge" src="https://img.shields.io/sourceforge/dt/nikgapps?label=After%202nd%20Oct%202024&color=red">
|
|
99
99
|
<img alt="SourceForge" src="https://img.shields.io/sourceforge/dd/nikgapps?label=Downloads%20Per%20Day&color=blue">
|
|
100
100
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.50
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -20,8 +20,8 @@ Requires-Dist: setuptools~=75.3.0
|
|
|
20
20
|
Requires-Dist: pexpect~=4.9.0
|
|
21
21
|
Requires-Dist: GitPython~=3.1.43
|
|
22
22
|
Requires-Dist: PyGithub~=2.4.0
|
|
23
|
-
Requires-Dist: python-gitlab~=5.
|
|
24
|
-
Requires-Dist: cryptography~=
|
|
23
|
+
Requires-Dist: python-gitlab~=5.1.0
|
|
24
|
+
Requires-Dist: cryptography~=44.0.0
|
|
25
25
|
Requires-Dist: python-dotenv~=1.0.1
|
|
26
26
|
Requires-Dist: niklibrary~=0.31
|
|
27
27
|
|
|
@@ -94,7 +94,7 @@ Ensure you have the following tools installed:
|
|
|
94
94
|
## Total Downloads
|
|
95
95
|
<!-- 7312415 from 2019-07-22 to 2024-07-18 -->
|
|
96
96
|
<!-- 7653966 from 2019-07-22 to 2024-10-02 -->
|
|
97
|
-

|
|
98
98
|
<img alt="SourceForge" src="https://img.shields.io/sourceforge/dt/nikgapps?label=After%202nd%20Oct%202024&color=red">
|
|
99
99
|
<img alt="SourceForge" src="https://img.shields.io/sourceforge/dd/nikgapps?label=Downloads%20Per%20Day&color=blue">
|
|
100
100
|
|
|
@@ -67,7 +67,7 @@ Ensure you have the following tools installed:
|
|
|
67
67
|
## Total Downloads
|
|
68
68
|
<!-- 7312415 from 2019-07-22 to 2024-07-18 -->
|
|
69
69
|
<!-- 7653966 from 2019-07-22 to 2024-10-02 -->
|
|
70
|
-

|
|
71
71
|
<img alt="SourceForge" src="https://img.shields.io/sourceforge/dt/nikgapps?label=After%202nd%20Oct%202024&color=red">
|
|
72
72
|
<img alt="SourceForge" src="https://img.shields.io/sourceforge/dd/nikgapps?label=Downloads%20Per%20Day&color=blue">
|
|
73
73
|
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="NikGapps",
|
|
5
|
-
version="3.
|
|
5
|
+
version="3.50",
|
|
6
6
|
packages=find_packages(),
|
|
7
7
|
include_package_data=True,
|
|
8
8
|
package_data={
|
|
@@ -26,8 +26,8 @@ setup(
|
|
|
26
26
|
'pexpect~=4.9.0',
|
|
27
27
|
'GitPython~=3.1.43',
|
|
28
28
|
'PyGithub~=2.4.0',
|
|
29
|
-
'python-gitlab~=5.
|
|
30
|
-
'cryptography~=
|
|
29
|
+
'python-gitlab~=5.1.0',
|
|
30
|
+
'cryptography~=44.0.0',
|
|
31
31
|
'python-dotenv~=1.0.1',
|
|
32
32
|
'niklibrary~=0.31'
|
|
33
33
|
],
|
|
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
|