Stossy11
dcc93b4b07
Merge pull request #1078 from CelloSerenity/csdev
...
Update error codes
2025-11-25 08:06:18 +11:00
CelloSerenity
27206c4493
Update error messages to reference iloader
...
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2025-11-20 16:50:45 -07:00
CelloSerenity
08da6c57ba
Merge branch 'SideStore:develop' into csdev
2025-11-20 16:49:02 -07:00
mahee96
50013a13df
entitlements: code_sign_entitlements declaration was missing in AltStore.debug/release modes causing AppGroups access failure (nil in getPreviousBackupURL) when long pressing app entry in MyApps list
...
Default entitlements are to come from AltStoreFree.entitlements, for paid entitlements one can use CodeSigning.xcconfig to override it to point to AltStore.entitlements instead.
2025-11-16 04:41:26 +05:30
mahee96
7e4012143e
Fix: removed forced entry of libem_proxy-sim.a from depenencies which would otherwise cause build failure when targeting iOS device
2025-11-16 03:24:56 +05:30
mahee96
f0dd1d1393
EMP-toggle: UI corner radius fix
2025-11-16 03:07:29 +05:30
mahee96
a89b955f13
EMP: added back EMP entry/exit points as it was in 0.6.1 but with option to enable/disable it via settings
2025-11-16 03:01:29 +05:30
mahee96
48bec9dc4d
EMP: added back em_proxy as it was in 0.6.1
2025-11-16 03:00:43 +05:30
mahee96
7375fee882
CI: deploy - added filtering to upload only available files
2025-11-16 01:25:01 +05:30
mahee96
db970d6398
CI: delete obsoleted scripts
2025-11-16 01:24:24 +05:30
mahee96
b1782bd535
CI: refine upload list in deploy job based on test enablement
2025-11-16 01:02:42 +05:30
mahee96
05299848d3
CI: remove pod related steps
2025-11-16 00:51:02 +05:30
mahee96
d31c758890
Pods: removed pods entirely and replace pod dependencies with swift packages
2025-11-16 00:46:51 +05:30
Pratik Lohani
86315428a8
Fix expired Discord link in README.md ( #1101 )
2025-11-14 14:24:35 -05:00
CelloSerenity
4008e679e2
Merge branch 'SideStore:develop' into csdev
2025-11-08 19:54:10 -07:00
CelloSerenity
4b14618970
Update README.md
2025-11-08 19:49:50 -07:00
CelloSerenity
10d3155e28
Fix version numbering
2025-11-08 19:23:59 -07:00
ny
9fa629d1d2
fix: copied too much (*sigh* UIKit)
2025-11-07 17:17:08 -05:00
ny
36b96b012c
fix: Account exporting/importing
2025-11-07 16:54:39 -05:00
nythepegasus
3385b4a4af
feat: Updated deprecated Pojav identifier to new Amethyst repo
...
Signed-off-by: nythepegasus <mobile@nythepegas.us >
2025-10-22 17:04:05 -04:00
mahee96
19764eba43
UITests: disable spotlight dismiss which is causing failures in test
2025-10-16 00:16:11 +05:30
mahee96
7b138a9837
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
1d504c839c
UITests: fixes for iOS 26 compatibility
2025-10-15 22:52:31 +05:30
mahee96
22674a4f2c
CI: updated to macOS 26 + xcode 26 for runners
2025-10-15 20:32:42 +05:30
mahee96
0ed0ca7981
iOS26: added support for iOS 26 deployment target + CI (fixed layout issues, added splash screen, fixed nav title insets).
2025-10-15 20:22:35 +05:30
CelloSerenity
ca1d035d4c
Update OperationError.swift
...
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2025-10-10 15:34:12 -06:00
CelloSerenity
d263d165c7
Enhance error messages for UDID and SideJIT issues
...
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2025-10-10 14:56:54 -06:00
CelloSerenity
bd2520b11c
Update error messages for clarity and detail
...
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2025-10-10 14:53:39 -06:00
ny
514254c8b3
feat: add the ability to import/export account data
2025-09-07 13:47:04 -04:00
mahee96
a9badab4f9
- [ConsoleLogger]: Fix writing large data by chunking + stale handle capture
2025-08-06 02:03:18 +05:30
mahee96
29e09ee76b
- [ConsoleLogger]: Fix race conditions during shutdown and possible crashes by writing to closed stream handler
2025-07-30 23:35:24 +05:30
CelloSerenity
3553215316
Small fixes ( #1020 )
...
* here
* Update PatreonComponents.swift
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
* Update ErrorLogViewController.swift
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
* Update README.md
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
* Update trustedapps.json
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
* Revert "Update trustedapps.json"
This reverts commit 10a38895ea .
* Update Build.xcconfig
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
---------
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2025-07-18 21:24:55 -04:00
Huge_Black
7300ca53c7
Use main profile when refreshing ( #1013 )
2025-06-22 08:31:13 -04:00
Huge_Black
2ed6d1e028
Add option for using main bundle's profile for app extensions, update AltSign & libmd ( #1012 )
2025-06-22 04:13:15 -04:00
neo
d68df01718
Merge pull request #1011 from CelloSerenity/develop
2025-06-14 17:54:05 -04:00
CelloSerenity
f9afb7cb20
Update LaunchViewController.swift
...
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2025-06-14 14:04:20 -06:00
Huge_Black
61dcd44740
Add import/export certificate feature ( #1008 )
2025-06-12 00:47:33 -04:00
Stern
3320199c16
Merge pull request #995 from CelloSerenity/develop
...
Update OperationError.swift for idevice_pair
2025-05-24 21:06:24 -04:00
CelloSerenity
ec0a2ec340
Update OperationError.swift
...
Co-authored-by: Stern <xsternent@gmail.com >
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2025-05-24 19:04:25 -06:00
CelloSerenity
3b9b245d5c
Update OperationError.swift
2025-05-24 18:52:56 -06:00
polymo1
4a66cb1f23
Merge pull request #987 from owoellen/patch-1
...
Change front-facing references to AltStore
2025-05-19 18:35:07 -04:00
ellen!
74f9173883
Update LockScreenWidget.swift
...
Signed-off-by: ellen! <78277148+owoellen@users.noreply.github.com >
2025-05-19 22:45:50 +01:00
ellen!
3312aec8dd
Update Authentication.storyboard
...
Signed-off-by: ellen! <78277148+owoellen@users.noreply.github.com >
2025-05-19 22:43:45 +01:00
Stossy11
28e98119da
Feat: Add Pairing File Export URL callback and replace Wireguard with StosVPN ( #962 )
...
* Add Pairing File Export URL callback and replace Wireguard with StosVPN
* Fix Data()
* Add Switching Tab
* Fix Pairing Callback Template and fix spelling mistake
* Add Observer for openExportPairingFileConfirm
* Add Logging and fix certificate callback
* add func to Scene Delegate
* Fix ToastView and Logging
* Remove ?
* Fix Logging
* Call AppDelegate instead of SceneDelegate
* Fix Scene Delegate
* Set back SceneDelegate
* Add Logging
* Fix error
* Fix Case Sensitive
* Remove openExportPairingFileConfirm and fix AppDelegate.exportPairingFileNotification
* Remove Alert
* Remove Unnecessary code
* rename export() to exportPairingFile()
2025-04-24 01:48:29 -04:00
Huge_Black
11871c4d41
Add export certificate feature ( #959 )
2025-04-19 20:48:50 -04:00
Jackson Coxson
c115e552bb
Bump minimuxer
2025-04-16 15:16:24 -04:00
Jackson Coxson
279b57e4ac
Update SideStore for new minimuxer
2025-04-16 15:16:24 -04:00
Magesh K
8d411af842
Merge pull request #935 from mahee96/develop-minimuxer
...
Disable minimuxer ready check which shows NO WIFI/VPN error since stosVPN can work on cellular too
2025-04-09 00:03:04 -07:00
Magesh K
bc2c4cb2ac
Merge pull request #945 from SideStore/develop-alpha
...
StosVPN-integration: Removed em_proxy and EmotionalDamage module in favour of stosVPN
2025-04-08 23:39:58 -07:00
Magesh K
0c8bd8243c
Merge branch 'develop' into develop-alpha
2025-04-08 23:38:52 -07:00