-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Version bump (24.06) - Updated "requests" version requirent to `2.32.0` because of CVE-2024-35195 - Fixed some formatting inconsistancies (blank spaces, single quotes, command format) - Updated code comments - Fixed Play Store crashing by re-installing after initial Gapps install - Replaced `os.system` & `os.popen` commands with `subprocess` equivalents since they are deprecated - Update tool now uses Python's `os.chmod` instead of running chmod as a shell command - Appinstaller function can now accept individual applications instead of installing all apps in a folder - Simplified "customlauncher" function by only calling appinstaller script once - Custom DNS check now uses try/except instead of Bash/Posix operators inside ADB shell - xdg-open/open -e commands now use try/except instead of Bash/Posix operators - Enabled/disabled packages on the UI are now generated by enabled & disabled list (might be easier to update lists on the fly)
- Loading branch information
Showing
6 changed files
with
80 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
github: mrhaydendp | ||
ko_fi: mrhaydendp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
## Updated main.py, identify, version 05/01/2024 | ||
- Version bump (24.05) | ||
- Updated & cleaned up code comments | ||
- Removed parenthesis from platform names | ||
- Removed `window.columnconfigure` as it's implied and not needed | ||
- Added shell variable to determine which scripts to install during updates | ||
- Added Fire OS version, Fire Tools version, and platform output to terminal | ||
- Made update tool more resilient to internet issues | ||
- Update tool now uses `with` context manager to ensure files are fully downloaded and written before closing | ||
- Cached "ft-identifying-fire-tablets.html" is now deleted during updates | ||
- "requirements.txt" will now get updated | ||
- Remade update tool and it now tells you which files are being updated and can now add or remove files in future updates | ||
- Simplified folder deletion during failed package extraction | ||
- Sped up package list generation by pre-formatting list on device | ||
- Made package list bigger and scaled the scrollable frame better | ||
- Temporary "packagelist" files are now deleted when application closes | ||
- Cleaned up code by using some suggestions from Pylint | ||
- Made custom disable/enable/extract terminal output cleaner by adding a blank line at the end | ||
- Disable DNS will now remove "private_dns_specifier" key from device | ||
## Updated main.py, requirements.txt, version 06/01/2024 | ||
- Version bump (24.06) | ||
- Updated "requests" version requirent to `2.32.0` because of CVE-2024-35195 | ||
- Fixed some formatting inconsistancies (blank spaces, single quotes, command format) | ||
- Updated code comments | ||
- Added Play Store crashing fix by re-installing after initial Gapps install | ||
- Replaced `os.system` & `os.popen` commands with `subprocess` equivalents since they are deprecated | ||
- Update tool now uses Python's `os.chmod` instead of running chmod as a shell command | ||
- Appinstaller function can now accept individual applications instead of installing all apps in a folder | ||
- Simplified "customlauncher" function by only calling appinstaller script once | ||
- Custom DNS check now uses try/except instead of Bash/Posix operators inside ADB shell | ||
- xdg-open/open -e commands now use try/except instead of Bash/Posix operators | ||
- Enabled/disabled packages on the UI are now generated by enabled & disabled list (might be easier to update lists on the fly) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
24.05 | ||
24.06 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.