NikGapps 3.72__py3-none-any.whl → 3.74__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 +1 -2
- NikGapps/helper/assets/changelogs.yaml +6 -0
- NikGapps/helper/assets/nikgapps_functions.sh +13 -13
- {nikgapps-3.72.dist-info → nikgapps-3.74.dist-info}/METADATA +4 -4
- {nikgapps-3.72.dist-info → nikgapps-3.74.dist-info}/RECORD +9 -9
- {nikgapps-3.72.dist-info → nikgapps-3.74.dist-info}/WHEEL +0 -0
- {nikgapps-3.72.dist-info → nikgapps-3.74.dist-info}/entry_points.txt +0 -0
- {nikgapps-3.72.dist-info → nikgapps-3.74.dist-info}/licenses/LICENSE +0 -0
- {nikgapps-3.72.dist-info → nikgapps-3.74.dist-info}/top_level.txt +0 -0
|
@@ -30,7 +30,6 @@ class PackageConstants:
|
|
|
30
30
|
"com.android.chrome": ["Bolt", "Browser", "Browser2", "BrowserIntl", "BrowserProviderProxy", "Chromium",
|
|
31
31
|
"DuckDuckGo", "Fluxion", "Gello", "Jelly", "PA_Browser", "PABrowser", "YuBrowser",
|
|
32
32
|
"BLUOpera", "BLUOperaPreinstall", "ViaBrowser", "Duckduckgo"],
|
|
33
|
-
"com.google.android.youtube.music": ["SnapdragonMusic", "GooglePlayMusic", "Eleven", "CrDroidMusic"],
|
|
34
33
|
"com.google.android.setupwizard": ["Provision", "SetupWizard", "LineageSetupWizard"],
|
|
35
34
|
"com.google.android.pixel.setupwizard": ["Provision", "SetupWizard", "LineageSetupWizard"],
|
|
36
35
|
"com.google.android.calculator": ["ExactCalculator", "MotoCalculator", "RevengeOSCalculator"],
|
|
@@ -64,7 +63,7 @@ class PackageConstants:
|
|
|
64
63
|
"com.google.android.apps.nexuslauncher": ["TrebuchetQuickStep", "Launcher3QuickStep", "ArrowLauncher",
|
|
65
64
|
"Lawnchair"],
|
|
66
65
|
"com.android.systemui.plugin.globalactions.wallet": ["QuickAccessWallet"],
|
|
67
|
-
"com.google.android.apps.youtube.music": ["SnapdragonMusic", "GooglePlayMusic", "Eleven", "CrDroidMusic"],
|
|
66
|
+
"com.google.android.apps.youtube.music": ["SnapdragonMusic", "GooglePlayMusic", "Eleven", "CrDroidMusic", "Twelve"],
|
|
68
67
|
"com.mixplorer.silver": ["MixPlorer"],
|
|
69
68
|
"app.lawnchair": ["Lawnchair"]
|
|
70
69
|
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
- date: 16th July 2025 (Android 10-16)
|
|
2
|
+
changes:
|
|
3
|
+
- item: Fixed incorrect display of partition while installing gapps
|
|
4
|
+
- item: Debloat Aosp counterpart (Twelve) with installing YouTube music in Los 22.2
|
|
5
|
+
- item: Add more Circle To Search changes
|
|
6
|
+
- item: Fixed the uninstaller crashing before uninstalling gapps
|
|
1
7
|
- date: 11th June 2025 (Android 14-15)
|
|
2
8
|
changes:
|
|
3
9
|
- item: Updated google apps to make them QPR2 compatible
|
|
@@ -1034,7 +1034,10 @@ install_app_set(){
|
|
|
1034
1034
|
;;
|
|
1035
1035
|
"-1")
|
|
1036
1036
|
addToLog "- $appset_name is disabled"
|
|
1037
|
-
|
|
1037
|
+
for i in $packages_in_appset; do
|
|
1038
|
+
current_package_title=$(echo "$i" | cut -d',' -f1)
|
|
1039
|
+
uninstall_the_package "$1" "$current_package_title" "$extn" "1"
|
|
1040
|
+
done
|
|
1038
1041
|
return
|
|
1039
1042
|
;;
|
|
1040
1043
|
esac
|
|
@@ -1043,7 +1046,10 @@ install_app_set(){
|
|
|
1043
1046
|
addToLog "- Install Mode On"
|
|
1044
1047
|
;;
|
|
1045
1048
|
"uninstall_by_name")
|
|
1046
|
-
|
|
1049
|
+
for i in $packages_in_appset; do
|
|
1050
|
+
current_package_title=$(echo "$i" | cut -d',' -f1)
|
|
1051
|
+
uninstall_the_package "$1" "$current_package_title" "$extn" "1"
|
|
1052
|
+
done
|
|
1047
1053
|
return
|
|
1048
1054
|
;;
|
|
1049
1055
|
"uninstall")
|
|
@@ -1111,7 +1117,11 @@ install_app_set(){
|
|
|
1111
1117
|
# we can also proceed ahead with installation as everything is acceptable now.
|
|
1112
1118
|
if [ "$install_partition" != "-1" ]; then
|
|
1113
1119
|
size_before=$(calculate_space_before "$current_package_title" "$install_partition")
|
|
1114
|
-
p=$
|
|
1120
|
+
p=$install_partition
|
|
1121
|
+
case "$install_partition" in
|
|
1122
|
+
/system/p*) [ -n "$PRODUCT_BLOCK" ] && p="/product" || p="/system" ;;
|
|
1123
|
+
/system/*_ext) [ -n "$SYSTEM_EXT_BLOCK" ] && p="/system_ext" || p="/system" ;;
|
|
1124
|
+
esac
|
|
1115
1125
|
ui_print " Partition: $p (Remaining: $size_before KB)" "$package_logDir/$current_package_title.log"
|
|
1116
1126
|
install_the_package "$appset_name" "$i" "$current_package_title" "$value" "$install_partition" "$package_size" "$size_before" "$extn"
|
|
1117
1127
|
size_after=$(calculate_space_after "$current_package_title" "$install_partition" "$size_before" "$package_size")
|
|
@@ -1505,13 +1515,3 @@ uninstall_the_package() {
|
|
|
1505
1515
|
delete_recursive "$pkgFile"
|
|
1506
1516
|
delete_recursive "$TMPDIR/$pkgContent"
|
|
1507
1517
|
}
|
|
1508
|
-
|
|
1509
|
-
uninstall_appset(){
|
|
1510
|
-
# appset_name = $1
|
|
1511
|
-
# packages_in_appset = $2
|
|
1512
|
-
# extn = $3
|
|
1513
|
-
for i in $2; do
|
|
1514
|
-
current_package_title=$(echo "$i" | cut -d',' -f1)
|
|
1515
|
-
uninstall_the_package "$1" "$current_package_title" "$3" "1"
|
|
1516
|
-
done
|
|
1517
|
-
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.74
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -13,16 +13,16 @@ License-File: LICENSE
|
|
|
13
13
|
Requires-Dist: colorama~=0.4.6
|
|
14
14
|
Requires-Dist: pytz~=2025.2
|
|
15
15
|
Requires-Dist: pysftp~=0.2.9
|
|
16
|
-
Requires-Dist: requests~=2.32.
|
|
16
|
+
Requires-Dist: requests~=2.32.4
|
|
17
17
|
Requires-Dist: PyYAML~=6.0.2
|
|
18
18
|
Requires-Dist: psutil~=7.0.0
|
|
19
19
|
Requires-Dist: setuptools~=80.9.0
|
|
20
20
|
Requires-Dist: pexpect~=4.9.0
|
|
21
21
|
Requires-Dist: GitPython~=3.1.44
|
|
22
22
|
Requires-Dist: PyGithub~=2.6.1
|
|
23
|
-
Requires-Dist: python-gitlab~=6.
|
|
23
|
+
Requires-Dist: python-gitlab~=6.1.0
|
|
24
24
|
Requires-Dist: cryptography~=45.0.4
|
|
25
|
-
Requires-Dist: python-dotenv~=1.1.
|
|
25
|
+
Requires-Dist: python-dotenv~=1.1.1
|
|
26
26
|
Requires-Dist: niklibrary~=0.42
|
|
27
27
|
Dynamic: author
|
|
28
28
|
Dynamic: author-email
|
|
@@ -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=6X1lxme5gQyllCqciVqazoN7d2mqXq29mbdDZRagg0c,21908
|
|
11
11
|
NikGapps/build/NikGappsOverlays.py,sha256=bbAIuIeE7HICdXRNeZJrvuW58_tUuDH9Du_1k6QPkxg,569
|
|
12
|
-
NikGapps/build/PackageConstants.py,sha256=
|
|
12
|
+
NikGapps/build/PackageConstants.py,sha256=QEq8tFngNXoFpNe87k3iBvfaGe1hjP7LCEINtFpnzFA,17763
|
|
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=7qqeKyWm-2GO39Z8vSOI9TqEd22u0QHLetu2urQxpMw,20318
|
|
@@ -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=owIBhintCyFDKC4JWaikD70TafrvUamU__9E1v7adeg,50396
|
|
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
|
|
@@ -36,7 +36,7 @@ NikGapps/helper/assets/module.prop,sha256=218gUx_RERtgAPXKID5dCgdGgYvxZuA11_MV4j
|
|
|
36
36
|
NikGapps/helper/assets/mount.sh,sha256=G_rAktQyrUQJpQlCpihbCwWrDCJ71zNEZJ3ZCARA7MQ,6018
|
|
37
37
|
NikGapps/helper/assets/mtg_mount.sh,sha256=M6oYs7aLmMRBJbIq8ANmHxGrTIf7Jxe0GLsPq3SdmJ0,2697
|
|
38
38
|
NikGapps/helper/assets/nikgapps.config,sha256=807lgmt0MhX2hx18ZgM7idj5ZwCgyHkKJ4VtSKOD3ew,1575
|
|
39
|
-
NikGapps/helper/assets/nikgapps_functions.sh,sha256=
|
|
39
|
+
NikGapps/helper/assets/nikgapps_functions.sh,sha256=m7jq0bQPme2dVMGWlGJAXIHemFYyIEtK-R3vVHYgOH8,59039
|
|
40
40
|
NikGapps/helper/assets/packages.json,sha256=IgJd9jYD1ej_86CwGsEoqQ9DqctVje5EKthVaFbnvsI,18457
|
|
41
41
|
NikGapps/helper/assets/uninstaller.sh,sha256=Lob89FNVfpHFkdzUJFDwVQwlnc7WB_U-U28Y4fZgycE,870
|
|
42
42
|
NikGapps/helper/assets/unmount.sh,sha256=L8Lq7ZVfwazXaZp5Jkuce2pCGJCLZh57uj_BzFSDb-c,1107
|
|
@@ -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.74.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
58
|
+
nikgapps-3.74.dist-info/METADATA,sha256=CJfVV3q2-YyTkABPn7UKThIEbaTDBh7L3M-PI3VBrhY,4343
|
|
59
|
+
nikgapps-3.74.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
60
|
+
nikgapps-3.74.dist-info/entry_points.txt,sha256=iKbeOiuELwTDu5kmQHrU9XBVASWRR6_TuRIRva2UnAY,286
|
|
61
|
+
nikgapps-3.74.dist-info/top_level.txt,sha256=CD7RpCb7bzjyvpQLt8hh2gU6X1wj3Z0NIErVkg-nJI4,9
|
|
62
|
+
nikgapps-3.74.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|