NikGapps 3.88__py3-none-any.whl → 3.89__py3-none-any.whl
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/build/PackageConstants.py +7 -7
- NikGapps/helper/assets/changelogs.yaml +5 -0
- {nikgapps-3.88.dist-info → nikgapps-3.89.dist-info}/METADATA +2 -2
- {nikgapps-3.88.dist-info → nikgapps-3.89.dist-info}/RECORD +8 -8
- {nikgapps-3.88.dist-info → nikgapps-3.89.dist-info}/WHEEL +1 -1
- {nikgapps-3.88.dist-info → nikgapps-3.89.dist-info}/entry_points.txt +0 -0
- {nikgapps-3.88.dist-info → nikgapps-3.89.dist-info}/licenses/LICENSE +0 -0
- {nikgapps-3.88.dist-info → nikgapps-3.89.dist-info}/top_level.txt +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,3 +1,8 @@
|
|
|
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
|
|
1
6
|
- date: 28th Nov 2025 (Android 16)
|
|
2
7
|
changes:
|
|
3
8
|
- item: Updated gms overlays to adapt android 16 QPR1
|
|
@@ -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,7 +14,7 @@ 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
|
|
@@ -9,7 +9,7 @@ NikGapps/test.py,sha256=M6fpDBtOpwHgR9bjAEhhjgGtAN9UuLEKZSU0HFX-xdE,84
|
|
|
9
9
|
NikGapps/build/Build.py,sha256=_-gEQD2vkci-dQOmiE-SCULiAGQ-LkyKWXhvCP61884,7621
|
|
10
10
|
NikGapps/build/NikGappsManager.py,sha256=AhCoHS6c4XrMNXk6dwPETQyh4JWMzFRk57_MzNBMwBk,22240
|
|
11
11
|
NikGapps/build/NikGappsOverlays.py,sha256=bbAIuIeE7HICdXRNeZJrvuW58_tUuDH9Du_1k6QPkxg,569
|
|
12
|
-
NikGapps/build/PackageConstants.py,sha256=
|
|
12
|
+
NikGapps/build/PackageConstants.py,sha256=UMbnro_pCvRBSK7hEiZlJoRcrY6AQolo0AJe7HQCcZI,17883
|
|
13
13
|
NikGapps/build/Release.py,sha256=3YjZ2puzBE_QuaJMXQxRtphX0WGtU4SKYrGDD3RztL0,4944
|
|
14
14
|
NikGapps/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
NikGapps/config/NikGappsConfig.py,sha256=5S7P3j0JM4fwiTn05q4kVVavcDHlDoD1Dg5fFE3gJYQ,20738
|
|
@@ -23,7 +23,7 @@ NikGapps/helper/Package.py,sha256=P8BU3r_5t_6-Qs0WoTAt0rB64oVzqAE-NERItwYW1X4,91
|
|
|
23
23
|
NikGapps/helper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
NikGapps/helper/assets/addon.sh,sha256=qXwZ7GQVnOrkSNRcJTKycKRKkUa8kRA_iDwsKVDMHwY,9424
|
|
25
25
|
NikGapps/helper/assets/appsets.json,sha256=SWRhw0VXDQND_9obS69NYk58F4RFoMV4wCSQ4FPveYs,5739
|
|
26
|
-
NikGapps/helper/assets/changelogs.yaml,sha256=
|
|
26
|
+
NikGapps/helper/assets/changelogs.yaml,sha256=8SawHGW36bJMAcGCsJzmfzVJmnOmohzXA0qNqdfzPuQ,50608
|
|
27
27
|
NikGapps/helper/assets/config_versions.json,sha256=biRyzp7PSVo-BJqX1hZXxI2mbNR2LcXOSSaPFmZ730E,116
|
|
28
28
|
NikGapps/helper/assets/customize.sh,sha256=w7xzVplO2us9cWafBlGj-3biMCvwttLwV1q40d63W50,10255
|
|
29
29
|
NikGapps/helper/assets/debloater.config,sha256=7Wx-WH93JSJHTYJCT5-y8TtPFFIzQgMKJcKJaf583bU,878
|
|
@@ -54,9 +54,9 @@ NikGapps/helper/overlay/Resources.py,sha256=bKWJEF2avl3j2ud390HQq9fRMMA8GKh9-KAB
|
|
|
54
54
|
NikGapps/helper/overlay/String.py,sha256=nyCAD_dNfwHlOgj4zuKGGz71n20CLEKyZCgrVAmiX2I,469
|
|
55
55
|
NikGapps/helper/overlay/StringArray.py,sha256=DYPEAIdpicaJ3C08IYW6Q2tnTH6gUFXmu3KhQlHGY5g,563
|
|
56
56
|
NikGapps/helper/overlay/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
|
-
nikgapps-3.
|
|
58
|
-
nikgapps-3.
|
|
59
|
-
nikgapps-3.
|
|
60
|
-
nikgapps-3.
|
|
61
|
-
nikgapps-3.
|
|
62
|
-
nikgapps-3.
|
|
57
|
+
nikgapps-3.89.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
58
|
+
nikgapps-3.89.dist-info/METADATA,sha256=GGJmLTbKdNxgTAUh9wHRbhdVpdExcYpAGasGZLbqve4,4314
|
|
59
|
+
nikgapps-3.89.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
60
|
+
nikgapps-3.89.dist-info/entry_points.txt,sha256=iKbeOiuELwTDu5kmQHrU9XBVASWRR6_TuRIRva2UnAY,286
|
|
61
|
+
nikgapps-3.89.dist-info/top_level.txt,sha256=CD7RpCb7bzjyvpQLt8hh2gU6X1wj3Z0NIErVkg-nJI4,9
|
|
62
|
+
nikgapps-3.89.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|