NikGapps 3.87__tar.gz → 3.89__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.87 → nikgapps-3.89}/NikGapps/build/PackageConstants.py +7 -7
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/changelogs.yaml +7 -1
- {nikgapps-3.87 → nikgapps-3.89/NikGapps.egg-info}/PKG-INFO +3 -3
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps.egg-info/requires.txt +2 -2
- {nikgapps-3.87/NikGapps.egg-info → nikgapps-3.89}/PKG-INFO +3 -3
- {nikgapps-3.87 → nikgapps-3.89}/setup.py +3 -3
- {nikgapps-3.87 → nikgapps-3.89}/LICENSE +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/MANIFEST.in +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/__init__.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/build/Build.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/build/NikGappsManager.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/build/NikGappsOverlays.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/build/Release.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/build/__init__.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/build_config.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/cache.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/config/NikGappsConfig.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/config/__init__.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/config_upload.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/copy_repos.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/AppSet.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/Args.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/Assets.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/Config.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/ConfigObj.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/Package.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/__init__.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/addon.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/appsets.json +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/config_versions.json +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/customize.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/debloater.config +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/functions.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/gofile.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/header.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/installer.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/module.prop +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/mount.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/mtg_mount.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/nikgapps.config +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/packages.json +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/uninstaller.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/assets/unmount.sh +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/compression/CompOps.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/compression/Export.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/compression/__init__.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/git/TestGit.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/git/__init__.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/Bool.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/Library.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/Manifest.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/Overlay.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/Resources.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/String.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/StringArray.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/helper/overlay/__init__.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/main.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/overlay_control.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps/test.py +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps.egg-info/SOURCES.txt +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps.egg-info/dependency_links.txt +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps.egg-info/entry_points.txt +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/NikGapps.egg-info/top_level.txt +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/README.md +0 -0
- {nikgapps-3.87 → nikgapps-3.89}/setup.cfg +0 -0
|
@@ -15,10 +15,10 @@ class PackageConstants:
|
|
|
15
15
|
package_deletes = {
|
|
16
16
|
"com.google.android.gms": ["PrebuiltGmsCoreQt", "PrebuiltGmsCoreRvc", "GmsCore"],
|
|
17
17
|
"com.google.android.dialer": ["Dialer"],
|
|
18
|
-
"com.google.android.contacts": ["Contacts"],
|
|
18
|
+
"com.google.android.contacts": ["Contacts", "ContactsProvider"],
|
|
19
19
|
"com.google.android.tts": ["PicoTts"],
|
|
20
20
|
"com.google.android.inputmethod.latin": ["LatinIME"],
|
|
21
|
-
"com.google.android.calendar": ["Calendar", "Etar", "SimpleCalendar"],
|
|
21
|
+
"com.google.android.calendar": ["Calendar", "Etar", "SimpleCalendar", "CalendarProvider"],
|
|
22
22
|
"com.google.android.apps.messaging": ["RevengeMessages", "messaging", "Messaging", "QKSMS", "Mms"],
|
|
23
23
|
"com.google.android.apps.photos": ["Gallery", "SimpleGallery", "Gallery2", "MotGallery", "MediaShortcuts",
|
|
24
24
|
"SimpleGallery", "FineOSGallery", "GalleryX", "MiuiGallery",
|
|
@@ -203,12 +203,12 @@ class PackageConstants:
|
|
|
203
203
|
set_prop "setupwizard.feature.show_pixel_tos" "false" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
204
204
|
set_prop "setupwizard.feature.show_digital_warranty" "true" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
205
205
|
set_prop "ro.setupwizard.esim_cid_ignore" "00000001" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
206
|
-
set_prop "ro.setupwizard.setupwizard.feature.show_support_link_in_deferred_setup" "false" "$product/etc/build.prop" "$package_title"
|
|
207
|
-
set_prop "setupwizard.feature.enable_wifi_tracker" "true" "$product/etc/build.prop" "$package_title"
|
|
208
|
-
set_prop "setupwizard.feature.day_night_mode_enabled" "true" "$product/etc/build.prop" "$package_title"
|
|
209
|
-
set_prop "setupwizard.feature.portal_notification" "true" "$product/etc/build.prop" "$package_title"
|
|
206
|
+
set_prop "ro.setupwizard.setupwizard.feature.show_support_link_in_deferred_setup" "false" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
207
|
+
set_prop "setupwizard.feature.enable_wifi_tracker" "true" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
208
|
+
set_prop "setupwizard.feature.day_night_mode_enabled" "true" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
209
|
+
set_prop "setupwizard.feature.portal_notification" "true" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
210
210
|
set_prop "setupwizard.feature.lifecycle_refactoring" "true" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
211
|
-
set_prop "setupwizard.feature.notification_refactoring" "true" "$product/etc/build.prop" "$package_title"
|
|
211
|
+
set_prop "setupwizard.feature.notification_refactoring" "true" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
212
212
|
""",
|
|
213
213
|
"Velvet": """
|
|
214
214
|
set_prop "ro.opa.eligible_device" "true" "$product/etc/build.prop" "$propFilePath" "$package_title"
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
- date:
|
|
1
|
+
- date: 2nd Feb 2026 (Android 10-16)
|
|
2
|
+
changes:
|
|
3
|
+
- item: Update all the apps to QPR2 versions (Android 16)
|
|
4
|
+
- item: Fixed the issue with setup wizard not surviving the OTA updates
|
|
5
|
+
- item: Fixed Calendar, Contacts not replacing AOSP counterparts
|
|
6
|
+
- date: 28th Nov 2025 (Android 16)
|
|
2
7
|
changes:
|
|
3
8
|
- item: Updated gms overlays to adapt android 16 QPR1
|
|
4
9
|
- item: Enable option to choose Cloud Media app in settings
|
|
5
10
|
- item: More changes to enable contextual search (CTS)
|
|
11
|
+
- item: Update all the apps to QPR1 versions
|
|
6
12
|
- date: 11th June 2025 (Android 14-15)
|
|
7
13
|
changes:
|
|
8
14
|
- item: Updated google apps to make them QPR2 compatible
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.89
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -14,14 +14,14 @@ Requires-Dist: colorama~=0.4.6
|
|
|
14
14
|
Requires-Dist: pytz~=2025.2
|
|
15
15
|
Requires-Dist: requests~=2.32.5
|
|
16
16
|
Requires-Dist: PyYAML~=6.0.3
|
|
17
|
-
Requires-Dist: psutil~=7.1.
|
|
17
|
+
Requires-Dist: psutil~=7.1.3
|
|
18
18
|
Requires-Dist: setuptools~=80.9.0
|
|
19
19
|
Requires-Dist: pexpect~=4.9.0
|
|
20
20
|
Requires-Dist: GitPython~=3.1.45
|
|
21
21
|
Requires-Dist: PyGithub~=2.8.1
|
|
22
22
|
Requires-Dist: python-gitlab~=7.0.0
|
|
23
23
|
Requires-Dist: cryptography~=46.0.3
|
|
24
|
-
Requires-Dist: python-dotenv~=1.
|
|
24
|
+
Requires-Dist: python-dotenv~=1.2.1
|
|
25
25
|
Requires-Dist: niklibrary~=0.53
|
|
26
26
|
Dynamic: author
|
|
27
27
|
Dynamic: author-email
|
|
@@ -2,12 +2,12 @@ colorama~=0.4.6
|
|
|
2
2
|
pytz~=2025.2
|
|
3
3
|
requests~=2.32.5
|
|
4
4
|
PyYAML~=6.0.3
|
|
5
|
-
psutil~=7.1.
|
|
5
|
+
psutil~=7.1.3
|
|
6
6
|
setuptools~=80.9.0
|
|
7
7
|
pexpect~=4.9.0
|
|
8
8
|
GitPython~=3.1.45
|
|
9
9
|
PyGithub~=2.8.1
|
|
10
10
|
python-gitlab~=7.0.0
|
|
11
11
|
cryptography~=46.0.3
|
|
12
|
-
python-dotenv~=1.
|
|
12
|
+
python-dotenv~=1.2.1
|
|
13
13
|
niklibrary~=0.53
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.89
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -14,14 +14,14 @@ Requires-Dist: colorama~=0.4.6
|
|
|
14
14
|
Requires-Dist: pytz~=2025.2
|
|
15
15
|
Requires-Dist: requests~=2.32.5
|
|
16
16
|
Requires-Dist: PyYAML~=6.0.3
|
|
17
|
-
Requires-Dist: psutil~=7.1.
|
|
17
|
+
Requires-Dist: psutil~=7.1.3
|
|
18
18
|
Requires-Dist: setuptools~=80.9.0
|
|
19
19
|
Requires-Dist: pexpect~=4.9.0
|
|
20
20
|
Requires-Dist: GitPython~=3.1.45
|
|
21
21
|
Requires-Dist: PyGithub~=2.8.1
|
|
22
22
|
Requires-Dist: python-gitlab~=7.0.0
|
|
23
23
|
Requires-Dist: cryptography~=46.0.3
|
|
24
|
-
Requires-Dist: python-dotenv~=1.
|
|
24
|
+
Requires-Dist: python-dotenv~=1.2.1
|
|
25
25
|
Requires-Dist: niklibrary~=0.53
|
|
26
26
|
Dynamic: author
|
|
27
27
|
Dynamic: author-email
|
|
@@ -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.89",
|
|
6
6
|
packages=find_packages(),
|
|
7
7
|
include_package_data=True,
|
|
8
8
|
package_data={
|
|
@@ -20,14 +20,14 @@ setup(
|
|
|
20
20
|
'pytz~=2025.2',
|
|
21
21
|
'requests~=2.32.5',
|
|
22
22
|
'PyYAML~=6.0.3',
|
|
23
|
-
'psutil~=7.1.
|
|
23
|
+
'psutil~=7.1.3',
|
|
24
24
|
'setuptools~=80.9.0',
|
|
25
25
|
'pexpect~=4.9.0',
|
|
26
26
|
'GitPython~=3.1.45',
|
|
27
27
|
'PyGithub~=2.8.1',
|
|
28
28
|
'python-gitlab~=7.0.0',
|
|
29
29
|
'cryptography~=46.0.3',
|
|
30
|
-
'python-dotenv~=1.
|
|
30
|
+
'python-dotenv~=1.2.1',
|
|
31
31
|
'niklibrary~=0.53'
|
|
32
32
|
],
|
|
33
33
|
entry_points={
|
|
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
|