Commit Graph

1982 Commits

Author SHA1 Message Date
Magesh K
29311b20e8 - Settings: Fixed last row corners not rounded 2025-02-08 11:56:42 +05:30
Magesh K
fd30ee8a2c - CI update for nightly 2025-02-08 11:44:40 +05:30
Magesh K
94e41498a2 - Multiple fixes and CI setup 2025-02-08 11:36:55 +05:30
Magesh K
a251f9894c Merge pull request #871 from neoarz/develop
Fix Repository App Previews for “countdown”
2025-02-03 05:11:07 +05:30
neoarz
6b8bed1484 Update StoreApp.swift 2025-02-02 17:52:57 -05:00
neoarz
cf117ca232 Merge branch 'SideStore:develop' into develop 2025-02-02 17:34:42 -05:00
Magesh K
7ae85afb99 [DisableIdleTimeout]: Fix: account for concurrency 2025-02-02 04:38:46 +05:30
Magesh K
915a9cb0c1 [DisableIdleTimeout]: Fix: moved setting isIdleTimerDisabled = false to AppManager.finish() 2025-02-02 04:18:36 +05:30
Magesh K
f76a8a035c [AppIDs-View]: updated header section size 2025-02-02 03:55:11 +05:30
Magesh K
80cd779506 [cleanup]: Sources tab add source storyboard 2025-02-02 03:55:11 +05:30
Magesh K
8f22cfb9ec [cleanup]: Disable patrons related stuff as it is non-functional 2025-01-29 02:48:12 +05:30
Magesh K
a486ce9515 [Fix]: VerifyError message was missing version info for mismatched versions 2025-01-29 02:38:27 +05:30
Magesh K
21eb12621f [Fix]: Throw error only if the popup is not displayed 2025-01-29 02:04:00 +05:30
Magesh K
5f465e680a [Roxas]: updated with upstream 2025-01-28 22:38:29 +05:30
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
ff6a1753ee [CI]: set to BUILD_CHANNEL based on CI build type 2025-01-22 02:02:50 +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
37cb41d709 [CONTRIBUTING]: updated build steps 2025-01-21 23:47:46 +05:30
Magesh K
cdf336cf07 [ToastView]: Fix: restore back to printing localizedDescription as before 2025-01-21 21:54:11 +05:30
neoarz
3d1fce362e Update trustedapps.json
Signed-off-by: neoarz <164915254+neoarz@users.noreply.github.com>
2025-01-21 07:05:16 -05:00
neoarz
6e2161cca2 Update trustedapps.json
Signed-off-by: neoarz <164915254+neoarz@users.noreply.github.com>
2025-01-20 23:32:24 -05:00
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
5c93a1d57a [CI]: Fix: commit ID was not passed down for BUILD_REVISION properly 2025-01-19 18:07:30 +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
f0d0f172d1 [cleanup]: fix spacing issue in echo strings 2025-01-13 03:49:43 +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
b510bd097f [CI]: Fix wrong secrects for BUILD_LOG_ZIP_PASSWORD 2025-01-13 03:39:30 +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
704b75bd63 [CI]: Capture SideStore build log using 'tee' and upload it as encrypted zip in the artifacts 2025-01-12 22:43:07 +05:30
Magesh K
49f79ee125 [Makefile]: Switch to release config as default unless overriden via env-vars for xcodebuild 2025-01-12 21:27:36 +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
24bf1fe07f [DataHolder]: Fixes for out-of-bounds condition and revert back to if-else instead of guard-else for better representation of logic 2025-01-12 00:03:25 +05:30
Magesh K
18bb117f53 [ActiveAppsWidget]: Fix: use invalidatable() after button to enable the button state properly after new timeline entry has arrived 2025-01-11 22:10:28 +05:30
Magesh K
e2294403dc [Widgets]: Added notes on persistence to reduce memory footprint since we can't have eviction strategy 2025-01-11 21:36:52 +05:30