Commit Graph

1060 Commits

Author SHA1 Message Date
Magesh K
2c7253c64d [Backup]: Fix: update logic during install missed since override keyword was missing 2025-01-22 04:41:46 +05:30
Magesh K
6151681be9 [BuildInfo]: Added bundleInfo inspection to create version tag in Settings screen 2025-01-22 01:47:21 +05:30
Magesh K
cdf336cf07 [ToastView]: Fix: restore back to printing localizedDescription as before 2025-01-21 21:54:11 +05:30
Magesh K
9619567bd2 [CoreData]: Fix: propagate coredata errors properly 2025-01-20 23:03:45 +05:30
Magesh K
43941b96d0 [ErrorProcessing]: Make toast show underlying errors (if there are any) 2025-01-20 23:02:06 +05:30
Magesh K
44e0e6a591 [Settings]: Fix: removed isSelectable attribute for rows with switches 2025-01-20 19:42:45 +05:30
Magesh K
9eeb0d195e [Settings]: Fix: DisableAppLimit switch reverting back to off state even if on iOS where sparseRestore is not patched yet 2025-01-19 18:51:49 +05:30
Magesh K
f26528db38 [Refresh]: Remove install stuffs from refresh since in refresh should only renew provisioning profiles (#846) 2025-01-18 21:36:41 -05:00
Magesh K
13bd4fb654 [Logging]: minimuxer: Added support for conditional logging to stdout 2025-01-14 20:03:49 +05:30
Stossy11
7ce5b96442 Clean up unneeded guard 2025-01-14 13:58:56 +11:00
Stossy11
8dd049a537 Fix missing variable 2025-01-14 13:57:35 +11:00
Stossy11
1e82564817 fix Function name 2025-01-14 13:48:45 +11:00
Stossy11
87f16a17ba Clean up SideJITServer Implementation 2025-01-14 13:47:38 +11:00
Magesh K
320bcc6f24 [diagnostics]: Added switches for OperationLogging to use them for debugging/diagnostics on device 2025-01-14 07:23:23 +05:30
Magesh K
76b678363e [Diagnostics]: Added some "intro" and "outro" standard logs for logging diagnostics 2025-01-14 01:31:19 +05:30
Magesh K
d6c062dd88 [ConsoleLogView]: Feature: Added capability to search the logs 2025-01-14 01:30:31 +05:30
Magesh K
d6e7548162 [removeExtensions]: Bug-Fix: appExtensions is not available later at async contect, so capture it prematurely when available 2025-01-13 09:33:29 +05:30
Magesh K
7ad86f236c [removeExtensions]: Bug-Fix: 1. existing App is ALTApplication not InstalledApp - corrected this 2. process as background mode if prompt can't be made or else signal error if operation context changed in-flight 2025-01-13 07:29:37 +05:30
Magesh K
0f5fda276b [Settings]: version info now includes xcode build version if in debug config 2025-01-13 03:40:26 +05:30
Magesh K
a652ce863c [removeExtensions]: Refactored AppManager and moved out removeAppExtensions to fix subtle logic bugs 2025-01-13 02:30:38 +05:30
Magesh K
683c8231e3 Revert "fix: Refreshing via Xcode would cause a crash here"
This reverts commit b4a1b5ec0e.
2025-01-13 01:02:53 +05:30
Magesh K
d5417a1809 [Settings]: Hide diagnostics section in settings screen by default on Release builds and non-beta debug builds 2025-01-12 20:59:09 +05:30
Magesh K
4586607f04 [Settings]: Fix some buttons not working and moved diagnostics switches into new section 2025-01-12 20:51:27 +05:30
Magesh K
baa9ca5357 [debug]: enabled back appropriate preprocessor debug blocks as before wherever applicable 2025-01-12 20:48:02 +05:30
Magesh K
ce691aea30 [cleanup]: commented out debug-only code until CI is switched to release builds 2025-01-08 02:51:02 +05:30
Magesh K
e5ef0575e8 [Feature]: Import external backup, Restore n-1 backup if current backup is corrupted by importing wrong directory 2025-01-07 18:24:25 +05:30
Magesh K
e4c3bd0521 [ErrorLog]: Fix too much spacing in the right bar buttons in navigation bar 2025-01-02 22:20:37 +05:30
Magesh K
22118ffdb6 [diagnostics]: make operations logging into console to be conditional, toggled by a switch in settings 2025-01-02 20:59:27 +05:30
Magesh K
ab4c0225b6 [AuthScreen]: Fix toastView bg/fg color and text color 2025-01-02 20:30:16 +05:30
Magesh K
73d18c3a59 [diagnostics]: Added exporting of the coredata sqlite for debugging 2025-01-02 20:05:16 +05:30
Magesh K
fe0b264eb0 [Console-Log]: Added raw console logging in ErrorLog section (ladybug icon) 2024-12-29 03:12:59 +05:30
Magesh K
59c8e2ff5a [Fix]: operate on UI controls in main thread 2024-12-28 02:12:03 +05:30
Magesh K
431d0079cb [trusted-apps]: update url to develop branch trustedapps.json (need to move it to proper location later) 2024-12-26 22:00:38 +05:30
Magesh K
97d13b2386 cleanup received from rebase-2.0-wip 2024-12-26 21:15:29 +05:30
Magesh K
947637dc71 [Icons]: added Snow icon 2024-12-26 21:15:29 +05:30
Magesh K
235f241ed5 [Settings]: added toggle for ExportResignedApps to export resigned apps to SideStore Documents dir 2024-12-26 21:15:29 +05:30
Magesh K
912d37ff4d [View]: Fix: temporarily use hardcoded values for headerSize since double dequeue is strictly disallowed 2024-12-26 21:15:29 +05:30
Magesh K
9949e90e8c [debug]: added export capability for resigned apps and makefile cleanup 2024-12-26 21:15:29 +05:30
Magesh K
343845210d [cleanup]: define operations explicitly 2024-12-26 21:15:29 +05:30
Magesh K
f5565321cb [Files-Support]: make sidestore app dir accessible in files app 2024-12-26 21:15:29 +05:30
Magesh K
8f0dd7c26b [ErrorLog]: Fixed text background color which was mismatching 2024-12-26 21:15:29 +05:30
Magesh K
2e82680033 [deployment]: Updated minimum target to iOS15 2024-12-26 21:15:29 +05:30
Magesh K
ae94e963cc [cleanup]: removed excessive completion handlers added recently 2024-12-26 21:15:29 +05:30
Magesh K
9573ddc8e3 [Beta-Updates]: cleanup error handling 2024-12-26 21:15:29 +05:30
Magesh K
19c5eec9c4 [Beta-Updates]: fix verify step for beta artifact verifications 2024-12-26 21:15:29 +05:30
Magesh K
89e43b2ef9 [cleanup]: renamed new field for build revision from commitID to revision 2024-12-26 21:15:29 +05:30
Magesh K
d67e8f5648 [Beta-Updates]: use BUILD_REVISION added as field in Info.plist instead of CURRENT_PROJECT_VERSION for commit ID marker 2024-12-26 21:15:29 +05:30
Magesh K
dce6cdc84a [fetch-sources]: Disabled caching during request 2024-12-26 21:15:29 +05:30
Magesh K
6ddee71359 [Settings]: Fix UI constraints for "Enable Beta Updates" button 2024-12-26 21:15:29 +05:30
Magesh K
628ba49550 [Beta-Updates]: Added beta update check feature 2024-12-26 21:15:29 +05:30