NikGapps 3.44__tar.gz → 3.45__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.
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/compression/Export.py +3 -3
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/main.py +2 -1
- {nikgapps-3.44 → nikgapps-3.45/NikGapps.egg-info}/PKG-INFO +1 -1
- {nikgapps-3.44/NikGapps.egg-info → nikgapps-3.45}/PKG-INFO +1 -1
- {nikgapps-3.44 → nikgapps-3.45}/setup.py +1 -1
- {nikgapps-3.44 → nikgapps-3.45}/LICENSE +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/MANIFEST.in +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/__init__.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/build/Build.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/build/NikGappsManager.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/build/NikGappsOverlays.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/build/PackageConstants.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/build/Release.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/build/__init__.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/build_config.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/cache.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/config/NikGappsConfig.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/config/__init__.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/config_upload.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/copy_repos.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/AppSet.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/Args.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/Assets.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/Config.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/ConfigObj.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/Package.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/__init__.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/addon.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/appsets.json +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/changelogs.yaml +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/config_versions.json +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/customize.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/debloater.config +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/functions.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/gofile.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/header.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/installer.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/module.prop +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/mount.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/mtg_mount.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/nikgapps.config +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/packages.json +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/uninstaller.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/assets/unmount.sh +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/compression/CompOps.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/compression/__init__.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/git/TestGit.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/git/__init__.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/Bool.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/Library.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/Manifest.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/Overlay.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/Resources.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/String.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/StringArray.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/helper/overlay/__init__.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/overlay_control.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps/test.py +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps.egg-info/SOURCES.txt +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps.egg-info/dependency_links.txt +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps.egg-info/entry_points.txt +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps.egg-info/requires.txt +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/NikGapps.egg-info/top_level.txt +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/README.md +0 -0
- {nikgapps-3.44 → nikgapps-3.45}/setup.cfg +0 -0
|
@@ -35,7 +35,7 @@ class Export:
|
|
|
35
35
|
completed_packages = 0
|
|
36
36
|
file_sizes = ""
|
|
37
37
|
zip_execution_status = False
|
|
38
|
-
telegram.message(f"
|
|
38
|
+
telegram.message(f"- Gapps is building {0:.2f}% ({completed_packages}/{total_packages})")
|
|
39
39
|
|
|
40
40
|
def compress_and_add_file(appset, pakg, compressionmode):
|
|
41
41
|
nonlocal completed_packages
|
|
@@ -70,9 +70,9 @@ class Export:
|
|
|
70
70
|
file_sizes = file_sizes + str(pakg.package_title) + "=" + str(pakg.pkg_size) + "\n"
|
|
71
71
|
completed_packages += 1
|
|
72
72
|
progress = (completed_packages / total_packages) * 100
|
|
73
|
-
telegram.message(f"
|
|
73
|
+
telegram.message(f"- Gapps is building {progress:.2f}% ({completed_packages}/{total_packages})",
|
|
74
74
|
replace_last_message=True)
|
|
75
|
-
P.blue(f"
|
|
75
|
+
P.blue(f"- Gapps is building {progress:.2f}% ({completed_packages}/{total_packages}): "
|
|
76
76
|
f"{appset.title}/{pakg.package_title} (Thread {thread_id})")
|
|
77
77
|
|
|
78
78
|
with concurrent.futures.ThreadPoolExecutor(max_workers=max_workers) as executor:
|
|
@@ -43,7 +43,8 @@ def main():
|
|
|
43
43
|
apk_repo = GitOp.clone_apk_source(android_version, args.arch, release_type=Config.RELEASE_TYPE)
|
|
44
44
|
Config.APK_SOURCE = apk_repo.working_tree_dir
|
|
45
45
|
overlay_repo = GitOp.clone_overlay_repo(android_version)
|
|
46
|
-
|
|
46
|
+
if overlay_repo is not None:
|
|
47
|
+
Config.OVERLAY_SOURCE = overlay_repo.working_tree_dir
|
|
47
48
|
if Config.OVERRIDE_RELEASE:
|
|
48
49
|
Release.zip(package_list, android_version, args.arch, args.sign)
|
|
49
50
|
if Config.RELEASE_TYPE and Config.ENVIRONMENT_TYPE == "production":
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|