Commit Graph

70 Commits

Author SHA1 Message Date
mahee96
3af3aa071c MinimuxerWrapper: streamline the logging 2026-03-01 01:21:06 +05:30
mahee96
f634b52e44 minimuxer: updated wrapper to use spm based reference of swift-minimuxer 2026-02-28 14:23:18 +05:30
ny
a505d04215 fix: 26.4 patch, add correct dest
- update minimuxer
2026-02-27 22:21:41 -05:00
mahee96
95953ca0e9 IfManager: added String representation for readability 2026-02-28 06:45:12 +05:30
mahee96
7926452661 minimuxer: added @nythepegasus's patch as-is 2026-02-28 04:23:58 +05:30
Huge_Black
a54881a1c8 bug-fix: fix profile not installed 2026-02-24 16:08:15 +08:00
Huge_Black
381e09d87c bug-fix: Fix crash when installing apps 2026-02-24 16:08:15 +08:00
mahee96
232dec2c36 wrappers: keep imports them private to file scope for encapsulation 2026-02-23 11:53:17 +05:30
mahee96
e9772afbf6 minimuxer: fix some wrapper methods 2026-02-23 11:45:15 +05:30
mahee96
8d90def5d8 minimuxer: fix some wrapper methods 2026-02-23 11:43:23 +05:30
mahee96
e891b7ec93 minimuxer: use wrapper methods 2026-02-23 11:30:11 +05:30
mahee96
6d4cbf1c59 refactor: streamline the repo again and removed unused files from altstore 2026-02-22 21:27:31 +05:30
mahee96
7c038568f8 added gitignore for minimuxer submodule 2026-02-02 08:39:50 +05:30
mahee96
e19b147962 EMP: added back em_proxy as it was in 0.6.1 2025-11-16 03:00:43 +05:30
mahee96
dc53f19947 UITests: disable spotlight dismiss which is causing failures in test 2025-10-16 00:16:11 +05:30
mahee96
baf3594a8e UITests: added more idling waits since we removed(mocked) quiescent idling wait from testing framework at runtime. 2025-10-15 23:33:48 +05:30
mahee96
1d4666e79e UITests: fixes for iOS 26 compatibility 2025-10-15 22:52:31 +05:30
mahee96
724e8db980 - [ConsoleLogger]: Fix writing large data by chunking + stale handle capture 2025-08-06 02:03:18 +05:30
mahee96
669d33183e - [ConsoleLogger]: Fix race conditions during shutdown and possible crashes by writing to closed stream handler 2025-07-30 23:35:24 +05:30
Huge_Black
00ed6e61be Add option for using main bundle's profile for app extensions, update AltSign & libmd (#1012) 2025-06-22 04:13:15 -04:00
Huge_Black
6c45eb096f Add import/export certificate feature (#1008) 2025-06-12 00:47:33 -04:00
Jackson Coxson
7415fe6204 Bump minimuxer 2025-04-16 15:16:24 -04:00
Jackson Coxson
c128c9268b Update SideStore for new minimuxer 2025-04-16 15:16:24 -04:00
mahee96
e6135c6518 em_proxy: removed em_proxy submodule from git 2025-04-08 23:08:57 -07:00
mahee96
3d444f301d - stosVPN-integration: Removed em_proxy and EmotionalDamage module in favour of stosVPN 2025-04-08 23:03:49 -07:00
mahee96
291d7fd8d9 - [Fix]: migrations fix for coredata from v11(0.5.9) to v17_1(0.6.1) and v17(0.6.0 to v17_1(0.6.1) 2025-03-23 21:44:06 -07:00
mahee96
c6703d66c1 - Feature: Markdown view integration complete (if issues arrise can fix it asap) 2025-02-28 05:09:37 +05:30
mahee96
2197161d55 - Fix: CollapsingMarkdownView was not reloading properly during layoutSubviews phase 2025-02-28 02:28:34 +05:30
mahee96
cfaf79f878 - Fixes: disabled animations for the CollapsingMarkdownView when expanding/collapsing due to visual glitches 2025-02-28 01:02:41 +05:30
mahee96
2bea980d1f - Feature: Added markdown rendering for in-app update description field 2025-02-27 23:39:03 +05:30
Magesh K
136f07e4b9 Merge pull request #894 from SideStore/coredata-migration-fix
Version 0.6.0: CoreData Migrations fix including xcdatamodels and xcmappingmodels
2025-02-26 12:57:22 +05:30
Magesh K
f4d367b857 - Migrations-Fix: fixed the migrations by creating custom migration policy for Source and StoreApp to support sourceID renaming and ReleaseTracks integration respectively, removed intermediate models and xcmappingmodels since we jumped directly from altstore 1.6.3 to 2.0.x 2025-02-26 12:43:26 +05:30
Magesh K
722f67d3c7 - UITests: Fix: exclude pojavlauncher from testing since it is unreliable and fetch fails 2025-02-23 22:16:40 +05:30
Magesh K
673f2ba693 - UITests: Added more tests for testing repeatability 2025-02-23 18:04:57 +05:30
Magesh K
0070519736 - UITests: Fixes for setup/teardown and added repeatability tests 2025-02-23 15:12:55 +05:30
Magesh K
348a24d885 - UITest-Fix: Add proper delays to wait for the UI Elements to appear on screen 2025-02-22 20:15:02 +05:30
Magesh K
ebdd0d4cb4 - UITest-Fix: use home-screen(springboard) to delete the app coz sometime spotlight indexing is not up-to-date and this causes issues. 2025-02-22 19:55:05 +05:30
Magesh K
35e3cf1e14 - UITests: Fixed some issues with CI simulator delays 2025-02-22 18:35:23 +05:30
Magesh K
4659d617f8 - Bug-Fix: bulk added source previews were shown out of order 2025-02-22 00:25:49 +05:30
Magesh K
87fe360927 - UnitTests: Moved DS unit tests into their own target 2025-02-21 19:24:40 +05:30
Magesh K
71212130c5 - Bug-Fix: Use LinkedHashMap instead of swift standard dict which preserves insertion order 2025-02-21 19:09:07 +05:30
Magesh K
15f4ae7b5a - UnitTests: Added unitttests for new datastructures - LinkedHashMap and TreeMap 2025-02-21 19:04:40 +05:30
Magesh K
08e11eece4 - DataStructures: Implemented LinkedHashMap and TreeMap (RB Tree) in swift 2025-02-21 19:03:28 +05:30
Magesh K
1a43ad4aa3 - UITests: Added new - testBulkAddRecommendedSources() 2025-02-21 18:01:40 +05:30
Magesh K
a5ec12e3df - UITests: Setup for UI Tests 2025-02-21 12:20:18 +05:30
Magesh K
bf766c1b84 - Multiple fixes and CI setup 2025-02-08 11:36:55 +05:30
Magesh K
c6f843ebc3 [BuildInfo]: Added bundleInfo inspection to create version tag in Settings screen 2025-01-22 01:47:21 +05:30
Magesh K
1641f6e93f [ToastView]: Fix: restore back to printing localizedDescription as before 2025-01-21 21:54:11 +05:30
Magesh K
eb539cd7f6 [ErrorProcessing]: Make toast show underlying errors (if there are any) 2025-01-20 23:02:06 +05:30
Magesh K
341e498b3f [Logging]: minimuxer: Added support for conditional logging to stdout 2025-01-14 20:03:49 +05:30