NikGapps 3.77__tar.gz → 3.79__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.
Files changed (68) hide show
  1. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/config/NikGappsConfig.py +12 -10
  2. {nikgapps-3.77 → nikgapps-3.79/NikGapps.egg-info}/PKG-INFO +2 -3
  3. {nikgapps-3.77 → nikgapps-3.79}/NikGapps.egg-info/requires.txt +1 -2
  4. {nikgapps-3.77/NikGapps.egg-info → nikgapps-3.79}/PKG-INFO +2 -3
  5. {nikgapps-3.77 → nikgapps-3.79}/setup.py +2 -3
  6. {nikgapps-3.77 → nikgapps-3.79}/LICENSE +0 -0
  7. {nikgapps-3.77 → nikgapps-3.79}/MANIFEST.in +0 -0
  8. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/__init__.py +0 -0
  9. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/build/Build.py +0 -0
  10. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/build/NikGappsManager.py +0 -0
  11. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/build/NikGappsOverlays.py +0 -0
  12. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/build/PackageConstants.py +0 -0
  13. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/build/Release.py +0 -0
  14. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/build/__init__.py +0 -0
  15. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/build_config.py +0 -0
  16. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/cache.py +0 -0
  17. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/config/__init__.py +0 -0
  18. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/config_upload.py +0 -0
  19. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/copy_repos.py +0 -0
  20. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/AppSet.py +0 -0
  21. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/Args.py +0 -0
  22. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/Assets.py +0 -0
  23. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/Config.py +0 -0
  24. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/ConfigObj.py +0 -0
  25. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/Package.py +0 -0
  26. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/__init__.py +0 -0
  27. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/addon.sh +0 -0
  28. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/appsets.json +0 -0
  29. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/changelogs.yaml +0 -0
  30. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/config_versions.json +0 -0
  31. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/customize.sh +0 -0
  32. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/debloater.config +0 -0
  33. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/functions.sh +0 -0
  34. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/gofile.sh +0 -0
  35. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/header.sh +0 -0
  36. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/installer.sh +0 -0
  37. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
  38. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/module.prop +0 -0
  39. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/mount.sh +0 -0
  40. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/mtg_mount.sh +0 -0
  41. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/nikgapps.config +0 -0
  42. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
  43. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/packages.json +0 -0
  44. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/uninstaller.sh +0 -0
  45. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/assets/unmount.sh +0 -0
  46. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/compression/CompOps.py +0 -0
  47. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/compression/Export.py +0 -0
  48. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/compression/__init__.py +0 -0
  49. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/git/TestGit.py +0 -0
  50. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/git/__init__.py +0 -0
  51. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
  52. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/Bool.py +0 -0
  53. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/Library.py +0 -0
  54. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/Manifest.py +0 -0
  55. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/Overlay.py +0 -0
  56. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/Resources.py +0 -0
  57. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/String.py +0 -0
  58. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/StringArray.py +0 -0
  59. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/helper/overlay/__init__.py +0 -0
  60. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/main.py +0 -0
  61. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/overlay_control.py +0 -0
  62. {nikgapps-3.77 → nikgapps-3.79}/NikGapps/test.py +0 -0
  63. {nikgapps-3.77 → nikgapps-3.79}/NikGapps.egg-info/SOURCES.txt +0 -0
  64. {nikgapps-3.77 → nikgapps-3.79}/NikGapps.egg-info/dependency_links.txt +0 -0
  65. {nikgapps-3.77 → nikgapps-3.79}/NikGapps.egg-info/entry_points.txt +0 -0
  66. {nikgapps-3.77 → nikgapps-3.79}/NikGapps.egg-info/top_level.txt +0 -0
  67. {nikgapps-3.77 → nikgapps-3.79}/README.md +0 -0
  68. {nikgapps-3.77 → nikgapps-3.79}/setup.cfg +0 -0
@@ -55,51 +55,53 @@ class NikGappsConfig:
55
55
 
56
56
  def build_config_objects(self, config_dict=None):
57
57
  config_list = []
58
+ if config_dict is None:
59
+ config_dict = self.config_dict
58
60
  default_mode, install_mode = "default", "install"
59
61
  enabled_mode, disabled_mode, use_zip_config = 1, 0, self.use_zip_config
60
62
  predefined_configs = {
61
63
  "AndroidVersion": self.android_version,
62
64
  "Version": self.config_version,
63
65
  "LogDirectory": {
64
- "value": default_mode,
66
+ "value": config_dict.get("LogDirectory", default_mode),
65
67
  "description": """# set this to the directory you want to copy the logs to.
66
68
  # for e.g. LogDirectory="/system/etc" will install the logs to /system/etc/nikgapps_logs directory
67
69
  # by default it will install it to /sdcard/NikGapps/nikgapps_logs"""
68
70
  },
69
71
  "InstallPartition": {
70
- "value": default_mode,
72
+ "value": config_dict.get("InstallPartition", default_mode),
71
73
  "description": "# set to /system, /product or /system_ext if you want to force the installation to aforementioned locations"
72
74
  },
73
75
  "Mode": {
74
- "value": install_mode,
76
+ "value": config_dict.get("Mode", install_mode),
75
77
  "description": "# set to uninstall if you want to uninstall any google app, also set the value of google app below to -1"
76
78
  },
77
79
  "WipeDalvikCache": {
78
- "value": enabled_mode,
80
+ "value": config_dict.get("WipeDalvikCache", enabled_mode),
79
81
  "description": "# set WipeDalvikCache=0 if you don't want the installer to wipe dalvik/cache after installing the gapps"
80
82
  },
81
83
  "WipeRuntimePermissions": {
82
- "value": disabled_mode,
84
+ "value": config_dict.get("WipeRuntimePermissions", enabled_mode),
83
85
  "description": "# set WipeRuntimePermissions=1 if you want to wipe runtime permissions"
84
86
  },
85
87
  "ExecuteBackupRestore": {
86
- "value": enabled_mode,
88
+ "value": config_dict.get("ExecuteBackupRestore", enabled_mode),
87
89
  "description": "# Addon.d config, set it to 0 to skip the automatic backup/restore while flashing the rom"
88
90
  },
89
91
  "UseZipConfig": {
90
- "value": use_zip_config,
92
+ "value": config_dict.get("UseZipConfig", use_zip_config),
91
93
  "description": "# if you want to force the installer to use the config from gapps zip file, set below to 1"
92
94
  },
93
95
  "OverwriteWithZipConfig": {
94
- "value": disabled_mode,
96
+ "value": config_dict.get("OverwriteWithZipConfig", disabled_mode),
95
97
  "description": "# if you want to overwrite the config located in /sdcard/NikGapps with gapps zip file, set below to 1. Applicable to decrypted storage only"
96
98
  },
97
99
  "GmsOptimization": {
98
- "value": disabled_mode,
100
+ "value": config_dict.get("GmsOptimization", disabled_mode),
99
101
  "description": "# set this to 1 if you want to enable gms optimization, careful while doing it, you may experience issues like delayed notification with some Roms"
100
102
  },
101
103
  "GenerateLogs": {
102
- "value": enabled_mode,
104
+ "value": config_dict.get("GenerateLogs", enabled_mode),
103
105
  "description": "# set this to 0 if you want to skip generating nikgapps logs, if you run into issues, enable it and flash the zip again to get the logs"
104
106
  }
105
107
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NikGapps
3
- Version: 3.77
3
+ Version: 3.79
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -12,7 +12,6 @@ Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: colorama~=0.4.6
14
14
  Requires-Dist: pytz~=2025.2
15
- Requires-Dist: pysftp~=0.2.9
16
15
  Requires-Dist: requests~=2.32.4
17
16
  Requires-Dist: PyYAML~=6.0.2
18
17
  Requires-Dist: psutil~=7.0.0
@@ -23,7 +22,7 @@ Requires-Dist: PyGithub~=2.6.1
23
22
  Requires-Dist: python-gitlab~=6.1.0
24
23
  Requires-Dist: cryptography~=45.0.5
25
24
  Requires-Dist: python-dotenv~=1.1.1
26
- Requires-Dist: niklibrary~=0.44
25
+ Requires-Dist: niklibrary~=0.45
27
26
  Dynamic: author
28
27
  Dynamic: author-email
29
28
  Dynamic: classifier
@@ -1,6 +1,5 @@
1
1
  colorama~=0.4.6
2
2
  pytz~=2025.2
3
- pysftp~=0.2.9
4
3
  requests~=2.32.4
5
4
  PyYAML~=6.0.2
6
5
  psutil~=7.0.0
@@ -11,4 +10,4 @@ PyGithub~=2.6.1
11
10
  python-gitlab~=6.1.0
12
11
  cryptography~=45.0.5
13
12
  python-dotenv~=1.1.1
14
- niklibrary~=0.44
13
+ niklibrary~=0.45
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NikGapps
3
- Version: 3.77
3
+ Version: 3.79
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -12,7 +12,6 @@ Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: colorama~=0.4.6
14
14
  Requires-Dist: pytz~=2025.2
15
- Requires-Dist: pysftp~=0.2.9
16
15
  Requires-Dist: requests~=2.32.4
17
16
  Requires-Dist: PyYAML~=6.0.2
18
17
  Requires-Dist: psutil~=7.0.0
@@ -23,7 +22,7 @@ Requires-Dist: PyGithub~=2.6.1
23
22
  Requires-Dist: python-gitlab~=6.1.0
24
23
  Requires-Dist: cryptography~=45.0.5
25
24
  Requires-Dist: python-dotenv~=1.1.1
26
- Requires-Dist: niklibrary~=0.44
25
+ Requires-Dist: niklibrary~=0.45
27
26
  Dynamic: author
28
27
  Dynamic: author-email
29
28
  Dynamic: classifier
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="NikGapps",
5
- version="3.77",
5
+ version="3.79",
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={
@@ -18,7 +18,6 @@ setup(
18
18
  install_requires=[
19
19
  'colorama~=0.4.6',
20
20
  'pytz~=2025.2',
21
- 'pysftp~=0.2.9',
22
21
  'requests~=2.32.4',
23
22
  'PyYAML~=6.0.2',
24
23
  'psutil~=7.0.0',
@@ -29,7 +28,7 @@ setup(
29
28
  'python-gitlab~=6.1.0',
30
29
  'cryptography~=45.0.5',
31
30
  'python-dotenv~=1.1.1',
32
- 'niklibrary~=0.44'
31
+ 'niklibrary~=0.45'
33
32
  ],
34
33
  entry_points={
35
34
  'console_scripts': [
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