NikGapps 3.39__tar.gz → 3.41__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.39 → nikgapps-3.41}/NikGapps/build/NikGappsManager.py +8 -2
  2. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/Overlay.py +3 -2
  3. {nikgapps-3.39 → nikgapps-3.41/NikGapps.egg-info}/PKG-INFO +6 -6
  4. {nikgapps-3.39 → nikgapps-3.41}/NikGapps.egg-info/requires.txt +5 -5
  5. {nikgapps-3.39/NikGapps.egg-info → nikgapps-3.41}/PKG-INFO +6 -6
  6. {nikgapps-3.39 → nikgapps-3.41}/setup.py +6 -6
  7. {nikgapps-3.39 → nikgapps-3.41}/LICENSE +0 -0
  8. {nikgapps-3.39 → nikgapps-3.41}/MANIFEST.in +0 -0
  9. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/__init__.py +0 -0
  10. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/build/Build.py +0 -0
  11. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/build/NikGappsOverlays.py +0 -0
  12. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/build/PackageConstants.py +0 -0
  13. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/build/Release.py +0 -0
  14. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/build/__init__.py +0 -0
  15. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/build_config.py +0 -0
  16. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/cache.py +0 -0
  17. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/config/NikGappsConfig.py +0 -0
  18. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/config/__init__.py +0 -0
  19. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/config_upload.py +0 -0
  20. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/copy_repos.py +0 -0
  21. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/AppSet.py +0 -0
  22. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/Args.py +0 -0
  23. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/Assets.py +0 -0
  24. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/Config.py +0 -0
  25. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/ConfigObj.py +0 -0
  26. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/Package.py +0 -0
  27. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/__init__.py +0 -0
  28. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/addon.sh +0 -0
  29. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/appsets.json +0 -0
  30. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/changelogs.yaml +0 -0
  31. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/config_versions.json +0 -0
  32. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/customize.sh +0 -0
  33. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/debloater.config +0 -0
  34. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/functions.sh +0 -0
  35. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/gofile.sh +0 -0
  36. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/header.sh +0 -0
  37. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/installer.sh +0 -0
  38. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
  39. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/module.prop +0 -0
  40. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/mount.sh +0 -0
  41. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/mtg_mount.sh +0 -0
  42. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/nikgapps.config +0 -0
  43. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
  44. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/packages.json +0 -0
  45. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/uninstaller.sh +0 -0
  46. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/assets/unmount.sh +0 -0
  47. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/compression/CompOps.py +0 -0
  48. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/compression/Export.py +0 -0
  49. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/compression/__init__.py +0 -0
  50. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/git/TestGit.py +0 -0
  51. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/git/__init__.py +0 -0
  52. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
  53. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/Bool.py +0 -0
  54. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/Library.py +0 -0
  55. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/Manifest.py +0 -0
  56. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/Resources.py +0 -0
  57. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/String.py +0 -0
  58. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/StringArray.py +0 -0
  59. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/helper/overlay/__init__.py +0 -0
  60. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/main.py +0 -0
  61. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/overlay_control.py +0 -0
  62. {nikgapps-3.39 → nikgapps-3.41}/NikGapps/test.py +0 -0
  63. {nikgapps-3.39 → nikgapps-3.41}/NikGapps.egg-info/SOURCES.txt +0 -0
  64. {nikgapps-3.39 → nikgapps-3.41}/NikGapps.egg-info/dependency_links.txt +0 -0
  65. {nikgapps-3.39 → nikgapps-3.41}/NikGapps.egg-info/entry_points.txt +0 -0
  66. {nikgapps-3.39 → nikgapps-3.41}/NikGapps.egg-info/top_level.txt +0 -0
  67. {nikgapps-3.39 → nikgapps-3.41}/README.md +0 -0
  68. {nikgapps-3.39 → nikgapps-3.41}/setup.cfg +0 -0
@@ -328,11 +328,17 @@ class NikGappsManager:
328
328
  {
329
329
  "package_title": "GoogleSounds",
330
330
  "package_name": "com.nikgapps.overlay.sounds",
331
- "resources": Library.get_google_sounds_resources()
331
+ "resources": Library.get_google_sounds_resources(),
332
+ "target_package": "com.android.settings"
332
333
  }
333
334
  ],
334
335
  }
335
- return [Overlay(overlay["package_title"], overlay["package_name"], self.android_version, overlay["resources"])
336
+ return [Overlay(apk_name=overlay["package_title"],
337
+ package_name=overlay["package_name"],
338
+ android_version=self.android_version,
339
+ resources=overlay["resources"],
340
+ target_package=overlay.get("target_package", "android"),
341
+ priority=overlay.get("priority", "99"))
336
342
  for overlay
337
343
  in package_overlays.get(package_name, [])]
338
344
 
@@ -5,11 +5,12 @@ from NikGapps.helper.overlay.Manifest import Manifest
5
5
 
6
6
 
7
7
  class Overlay:
8
- def __init__(self, apk_name, package_name, android_version, resources, priority="99"):
8
+ def __init__(self, apk_name, package_name, android_version, resources, priority="99", target_package="android"):
9
9
  self.folder = f"{apk_name}Overlay"
10
10
  self.apk_name = f"{self.folder}.apk"
11
11
  self.resources = resources
12
- self.manifest = Manifest(package=package_name, android_version=android_version, priority=priority)
12
+ self.manifest = Manifest(package=package_name, android_version=android_version, priority=priority,
13
+ target_package=target_package)
13
14
  self.apkMetaInfo = ApkMetaInfo(apk_file_name=self.apk_name, android_version=android_version)
14
15
 
15
16
  def build_apk_source(self, source):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: NikGapps
3
- Version: 3.39
3
+ Version: 3.41
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -15,15 +15,15 @@ Requires-Dist: pytz~=2024.2
15
15
  Requires-Dist: pysftp~=0.2.9
16
16
  Requires-Dist: requests~=2.32.3
17
17
  Requires-Dist: PyYAML~=6.0.2
18
- Requires-Dist: psutil~=6.0.0
19
- Requires-Dist: setuptools~=75.1.0
18
+ Requires-Dist: psutil~=6.1.0
19
+ Requires-Dist: setuptools~=75.3.0
20
20
  Requires-Dist: pexpect~=4.9.0
21
21
  Requires-Dist: GitPython~=3.1.43
22
22
  Requires-Dist: PyGithub~=2.4.0
23
- Requires-Dist: python-gitlab~=4.12.2
24
- Requires-Dist: cryptography~=43.0.1
23
+ Requires-Dist: python-gitlab~=5.0.0
24
+ Requires-Dist: cryptography~=43.0.3
25
25
  Requires-Dist: python-dotenv~=1.0.1
26
- Requires-Dist: niklibrary~=0.26
26
+ Requires-Dist: niklibrary~=0.27
27
27
 
28
28
  ![](https://raw.githubusercontent.com/nikgapps/nikgapps.github.io/master/images/nikgapps-logo.webp)
29
29
 
@@ -3,12 +3,12 @@ pytz~=2024.2
3
3
  pysftp~=0.2.9
4
4
  requests~=2.32.3
5
5
  PyYAML~=6.0.2
6
- psutil~=6.0.0
7
- setuptools~=75.1.0
6
+ psutil~=6.1.0
7
+ setuptools~=75.3.0
8
8
  pexpect~=4.9.0
9
9
  GitPython~=3.1.43
10
10
  PyGithub~=2.4.0
11
- python-gitlab~=4.12.2
12
- cryptography~=43.0.1
11
+ python-gitlab~=5.0.0
12
+ cryptography~=43.0.3
13
13
  python-dotenv~=1.0.1
14
- niklibrary~=0.26
14
+ niklibrary~=0.27
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: NikGapps
3
- Version: 3.39
3
+ Version: 3.41
4
4
  Summary: A short description of your project
5
5
  Home-page: https://github.com/nikgapps/project
6
6
  Author: Nikhil Menghani
@@ -15,15 +15,15 @@ Requires-Dist: pytz~=2024.2
15
15
  Requires-Dist: pysftp~=0.2.9
16
16
  Requires-Dist: requests~=2.32.3
17
17
  Requires-Dist: PyYAML~=6.0.2
18
- Requires-Dist: psutil~=6.0.0
19
- Requires-Dist: setuptools~=75.1.0
18
+ Requires-Dist: psutil~=6.1.0
19
+ Requires-Dist: setuptools~=75.3.0
20
20
  Requires-Dist: pexpect~=4.9.0
21
21
  Requires-Dist: GitPython~=3.1.43
22
22
  Requires-Dist: PyGithub~=2.4.0
23
- Requires-Dist: python-gitlab~=4.12.2
24
- Requires-Dist: cryptography~=43.0.1
23
+ Requires-Dist: python-gitlab~=5.0.0
24
+ Requires-Dist: cryptography~=43.0.3
25
25
  Requires-Dist: python-dotenv~=1.0.1
26
- Requires-Dist: niklibrary~=0.26
26
+ Requires-Dist: niklibrary~=0.27
27
27
 
28
28
  ![](https://raw.githubusercontent.com/nikgapps/nikgapps.github.io/master/images/nikgapps-logo.webp)
29
29
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="NikGapps",
5
- version="3.39",
5
+ version="3.41",
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={
@@ -21,15 +21,15 @@ setup(
21
21
  'pysftp~=0.2.9',
22
22
  'requests~=2.32.3',
23
23
  'PyYAML~=6.0.2',
24
- 'psutil~=6.0.0',
25
- 'setuptools~=75.1.0',
24
+ 'psutil~=6.1.0',
25
+ 'setuptools~=75.3.0',
26
26
  'pexpect~=4.9.0',
27
27
  'GitPython~=3.1.43',
28
28
  'PyGithub~=2.4.0',
29
- 'python-gitlab~=4.12.2',
30
- 'cryptography~=43.0.1',
29
+ 'python-gitlab~=5.0.0',
30
+ 'cryptography~=43.0.3',
31
31
  'python-dotenv~=1.0.1',
32
- 'niklibrary~=0.26'
32
+ 'niklibrary~=0.27'
33
33
  ],
34
34
  entry_points={
35
35
  '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