Huge_Black
c2cecb63ac
bug-fix: fix useMainProfile not saved / not set during initialization
...
SideStore is killed by iOS before CoreData commit changes to db.
Detect if the app is installed with useMainProfile by checking if applicationIdentifier matches
2026-02-24 16:08:15 +08:00
mahee96
6d4cbf1c59
refactor: streamline the repo again and removed unused files from altstore
2026-02-22 21:27:31 +05:30
mahee96
8fe551d849
cleanup: removed more unused commented out code
2026-02-22 15:19:00 +05:30
mahee96
d670618cbe
debloat: removed more patreon stuff carried over from altstore 2.0
2026-02-22 15:18:51 +05:30
mahee96
f16651040f
cleanup: removed more unused commented out code
2026-02-22 15:01:18 +05:30
mahee96
e028b768f4
debloat: removed more patreon stuff carried over from altstore 2.0
2026-02-22 15:00:25 +05:30
mahee96
a6be43da53
debloat: remove patreon stuff carried over from altstore 2.0...not required by sidestore in-app since sidestore manages in web + remove old tests from altstore
2026-02-22 14:54:01 +05:30
mahee96
277b5b0bd4
settings: added new switch to allow enabling appId customization (which will be shown during install)
2026-02-07 07:59:39 +05:30
mahee96
255db2bac0
fix: cached app after download was not respecting overriden appId/bundleId
2026-02-02 11:28:48 +05:30
Huge_Black
cc5aeaf099
Authentication rework, cache session, save and login with adsid and xcodeToken to alleviate GSA connection issue in some regions. Fix a timezone issue when extracting anisette data
2026-01-24 23:43:50 -05:00
CelloSerenity
4f8a70d31e
LocalDevVPN ( #1126 )
2025-12-04 21:40:39 -05:00
mahee96
c64b0c99de
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
ny
15ffe766d3
fix: Account exporting/importing
2025-11-07 16:54:39 -05:00
ny
c319524df6
feat: add the ability to import/export account data
2025-09-07 13:47:04 -04:00
Huge_Black
685d956775
Use main profile when refreshing ( #1013 )
2025-06-22 08:31:13 -04:00
mahee96
7ec6324b62
- minimuxer-ready: disabled minimuxer ready check which shows NO WIFI/VPN error since stosVPN can work on cellular too.
2025-04-03 00:49:07 -07:00
mahee96
e553efbad5
- migration-fix: more reinforcements for 0.6.0 to 0.6.1
2025-03-24 01:32:01 -07:00
mahee96
a4dfd28a3c
- [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-24 00:19:05 -07:00
mahee96
a7496e08e3
- [WIP]: 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 12:09:58 -07:00
mahee96
cbde3e6495
Revert "- Fixed: attempt migrations fix from 0.5.10 to 0.6.0"
...
This reverts commit ae8e9a3506 .
2025-03-23 11:57:16 -07:00
mahee96
ae8e9a3506
- Fixed: attempt migrations fix from 0.5.10 to 0.6.0
2025-03-11 04:44:23 +05:30
Zero King
e85db67ac7
fix: typo in hasUpdate comparison
...
Signed-off-by: Zero King <l2dy@icloud.com >
2025-03-02 01:47:04 +08:00
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
92edd4b800
- Renamed beta track to nightly
2025-02-16 20:28:57 +05:30
Magesh K
eb0e1326b9
- ReleaseTracks: Added in-app ReleaseTracks switching support
2025-02-10 13:53:31 +05:30
Magesh K
a8fd1a3e83
- Minor fixes and cleanup
2025-02-09 17:31:00 +05:30
Magesh K
a322f9b5e9
- Make unused AppPermissions attribs optional
2025-02-08 14:24:00 +05:30
Magesh K
77833c6ffc
- Store: Reverted localized version for Store and version to be independent
2025-02-08 13:38:37 +05:30
Magesh K
bf766c1b84
- Multiple fixes and CI setup
2025-02-08 11:36:55 +05:30
neoarz
ef9135d7ee
Update StoreApp.swift
2025-02-02 17:52:57 -05:00
Magesh K
c6f843ebc3
[BuildInfo]: Added bundleInfo inspection to create version tag in Settings screen
2025-01-22 01:47:21 +05:30
Magesh K
28de1953c4
[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
341e498b3f
[Logging]: minimuxer: Added support for conditional logging to stdout
2025-01-14 20:03:49 +05:30
Magesh K
1649bb73d9
[Settings]: version info now includes xcode build version if in debug config
2025-01-13 03:40:26 +05:30
Magesh K
55f4aa7deb
[debug]: enabled back appropriate preprocessor debug blocks as before wherever applicable
2025-01-12 20:48:02 +05:30
Magesh K
b3382df216
[cleanup]: commented out debug-only code until CI is switched to release builds
2025-01-08 02:51:02 +05:30
Magesh K
a967a7aaad
[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
ee03d9fa51
[diagnostics]: Added exporting of the coredata sqlite for debugging
2025-01-02 20:05:16 +05:30
Magesh K
7971a896c6
[rebase]: restore dropped changes
2024-12-26 21:15:29 +05:30
Magesh K
178145f57e
[Settings]: added toggle for ExportResignedApps to export resigned apps to SideStore Documents dir
2024-12-26 21:15:29 +05:30
Magesh K
54a895c11a
[Beta-Updates]: Fix decode key for isBeta
2024-12-26 21:15:29 +05:30
Magesh K
2eeaeca8f4
[Beta-Updates]: fix verify step for beta artifact verifications
2024-12-26 21:15:29 +05:30
Magesh K
7af0992a2b
[cleanup]: renamed new field for build revision from commitID to revision
2024-12-26 21:15:29 +05:30
Magesh K
cf0a2001f0
[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
09e39d1ead
[Beta-Updates]: use CURRENT_PROJECT_VERSION instead of MARKETING_VERSION for commit ID marker
2024-12-26 21:15:29 +05:30
Magesh K
1f9326b452
[apps-v2-url]: updated to use apps-v2 url for beta/alpha releases until testing is complete
2024-12-26 21:15:29 +05:30
Magesh K
901b9ae337
[Beta-Updates]: Added beta update check feature
2024-12-26 21:15:29 +05:30
Magesh K
adee94819a
[Beta-Suuport]: Added commit ID appending to version if in beta track build
2024-12-26 21:15:29 +05:30
Stern
7dc37d82e3
UI: Change more UI/UX reflect SideStore branding.
...
Signed-off-by: Stern <stern@sidestore.io >
2024-12-26 21:15:29 +05:30
Magesh K
8f20b5bb8d
[migrations]: disabled strict checking to test new installs for now
2024-12-26 21:15:29 +05:30