NikGapps 3.53__py3-none-any.whl → 3.54__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/helper/assets/changelogs.yaml +5 -0
- NikGapps/helper/overlay/Library.py +1 -0
- {NikGapps-3.53.dist-info → NikGapps-3.54.dist-info}/METADATA +1 -1
- {NikGapps-3.53.dist-info → NikGapps-3.54.dist-info}/RECORD +8 -8
- {NikGapps-3.53.dist-info → NikGapps-3.54.dist-info}/LICENSE +0 -0
- {NikGapps-3.53.dist-info → NikGapps-3.54.dist-info}/WHEEL +0 -0
- {NikGapps-3.53.dist-info → NikGapps-3.54.dist-info}/entry_points.txt +0 -0
- {NikGapps-3.53.dist-info → NikGapps-3.54.dist-info}/top_level.txt +0 -0
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
- date: 31st Dec 2024 (Android 10-15)
|
|
2
|
+
changes:
|
|
3
|
+
- item: Enable Circle to Search with Google Search Addon
|
|
4
|
+
- item: Clean up more packages with AIS installation
|
|
5
|
+
- item: Performance Improvements in Installer Script
|
|
1
6
|
- date: 12th Dec 2024 (Android 10-15)
|
|
2
7
|
changes:
|
|
3
8
|
- item: Updated AIS overlays to add more features. (Thanks to Ionuț - https://t.me/igram96)
|
|
@@ -180,6 +180,7 @@ class Library:
|
|
|
180
180
|
def get_velvet_resources():
|
|
181
181
|
r = Resources()
|
|
182
182
|
r.add(String('config_defaultAssistant', 'com.google.android.googlequicksearchbox'))
|
|
183
|
+
r.add(String('config_defaultContextualSearchPackageName', 'com.google.android.googlequicksearchbox'))
|
|
183
184
|
r.add(Bool('config_allowDisablingAssistDisclosure', True))
|
|
184
185
|
return r
|
|
185
186
|
|
|
@@ -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=bb4GYufMVwtMO76XRQfito2XlfSyXYgF_PRC0j1l1mM,49021
|
|
27
27
|
NikGapps/helper/assets/config_versions.json,sha256=-AT7NZVCpllI4cAHcy9oX7XQbvWvyiPYabT2OagrrXI,102
|
|
28
28
|
NikGapps/helper/assets/customize.sh,sha256=bfYUgf1vd7GGUix4CPIhzn2eFN-DJh67IVIY6eMIrGo,10242
|
|
29
29
|
NikGapps/helper/assets/debloater.config,sha256=7Wx-WH93JSJHTYJCT5-y8TtPFFIzQgMKJcKJaf583bU,878
|
|
@@ -47,16 +47,16 @@ NikGapps/helper/git/TestGit.py,sha256=DGSksIqMn3KpkbPpz-eiQEDJgHOoV6JpmgclEN_lS0
|
|
|
47
47
|
NikGapps/helper/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
48
|
NikGapps/helper/overlay/ApkMetaInfo.py,sha256=l8Au74MPXWqllzooNGF8AIn-JTWiwxIuYAnu1nwq-e0,1567
|
|
49
49
|
NikGapps/helper/overlay/Bool.py,sha256=1VfI30ytFvT5eTWHwRCePE2hVRb_X-lFYPhAxS6xVCM,372
|
|
50
|
-
NikGapps/helper/overlay/Library.py,sha256=
|
|
50
|
+
NikGapps/helper/overlay/Library.py,sha256=MkDYvVUCOhoJa_W_COyjQGWSDdY1pLZlmkCIhY3uAoA,54438
|
|
51
51
|
NikGapps/helper/overlay/Manifest.py,sha256=johNJ7iejBTBubTPUdsJLqr4NlxC6USaHn1NZzDzaHw,2450
|
|
52
52
|
NikGapps/helper/overlay/Overlay.py,sha256=g9pQNuw481yRN31Vj8oc1Q5wyOpNaocHb9K8dHxTv30,1000
|
|
53
53
|
NikGapps/helper/overlay/Resources.py,sha256=bKWJEF2avl3j2ud390HQq9fRMMA8GKh9-KABdvim-Wg,1458
|
|
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.54.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
58
|
+
NikGapps-3.54.dist-info/METADATA,sha256=I5J6Cm6F7wIIkEA5JBU9GgUBR5--fv2wM-ThUgNgtNc,4132
|
|
59
|
+
NikGapps-3.54.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
60
|
+
NikGapps-3.54.dist-info/entry_points.txt,sha256=iKbeOiuELwTDu5kmQHrU9XBVASWRR6_TuRIRva2UnAY,286
|
|
61
|
+
NikGapps-3.54.dist-info/top_level.txt,sha256=CD7RpCb7bzjyvpQLt8hh2gU6X1wj3Z0NIErVkg-nJI4,9
|
|
62
|
+
NikGapps-3.54.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|