Fabian Thies
9206eeb9e3
[FIX] AccentColor in dark mode
2023-05-20 19:22:47 +02:00
Fabian Thies
080bbb3c51
[ADD] Carousel for SideStore-specific announcements in NewsView
2023-05-20 19:22:47 +02:00
Fabian Thies
ea2c862900
[ADD] WIP: Add My Apps view with support for sideloading new apps, refreshing installed apps and much more
2023-05-20 19:22:45 +02:00
Fabian Thies
4fe72ea113
[CHANGE] Fixed the AppRowView background blur effect
2023-05-20 19:22:13 +02:00
Fabian Thies
c486a62b50
[ADD] Backported dismiss() environment variable to let views dismiss themselves
2023-05-20 19:22:13 +02:00
Fabian Thies
3ce4451da4
[ADD] Search bar for BrowseView on iOS 15
2023-05-20 19:22:13 +02:00
Fabian Thies
294ba12391
[CHANGE] Fetch news when NewsView appears
2023-05-20 19:22:13 +02:00
Fabian Thies
4a3343fe61
Improved app detail view
2023-05-20 19:22:13 +02:00
Fabian Thies
d1e6ddd435
[ADD] Authentication view for connecting SideStore to an Apple ID
2023-05-20 19:22:13 +02:00
Fabian Thies
3e0379dc70
[WIP] Fixed the app permissions grid in AppDetailView
2023-05-20 19:22:12 +02:00
Fabian Thies
d99674f8bd
[ADD] Expandable app and version description texts
2023-05-20 19:21:24 +02:00
Fabian Thies
ca7acc17da
[ADD] iOS 13 compatible AsyncImage implementation with cache
2023-05-20 19:21:21 +02:00
Fabian Thies
16a8bce102
[ADD] News, Browse and Settings views ported to SwiftUI
...
This commit contains WIP SwiftUI versions of most of the views in SideStore.
2023-05-20 19:20:32 +02:00
naturecodevoid
ed2270ff46
Anisette V3 ( #324 )
...
* initial anisette V3 implementation
* update V3 urls and log version
* fix crash where FetchAnisetteDataOperation.clientInfo would be nil when getting anisette V3 without provisioning first
* move adi.pb reset to its own button instead of doing it on sign out
* fallback to V1 if client_info fails
* make sure to unwrap optional strings
* feat(anisette): update v3 usage, improve error messages and names, report v3 errors to the user
* refactor(anisette): reduce duplicate JSON to anisette code
* fixes(anisette v3): improve errors, fix v3 server check, fix some edge cases where SideStore could crash and instead return an error, retry on -45061
2023-05-18 01:30:18 -07:00
SoY0ung
45b6c3b338
Fix 'The name for this app is invalid' error( #361 )
...
Fix 'The name for this app is invalid' error when sideloading with non-ascii name ipa
2023-05-15 12:38:26 +08:00
SoY0ung
84e2284f56
Optimizing function calls
...
Thanks for @ktprograms advice
2023-05-14 19:06:22 +08:00
SoY0ung
1c0d0be622
Fix 'The name for this app is invalid' error
...
This error is related to App ID creation failure.
App ID name must be an ascii text. It is not allowed to create an App ID with non-ascii text like Chinese, Japanese.
If the name is NOT an ascii text, using bundleID instead.
2023-05-14 02:55:36 +08:00
naturecodevoid
a9ce0f487d
fix: open Safari instead of force closing and provide a fallback for users with notifications disabled
2023-05-06 19:25:37 -07:00
naturecodevoid
07533e0365
fix: ensure minimuxer is started when refreshing in the background
2023-04-16 10:07:04 -07:00
naturecodevoid
ee5ddd4264
fix: use a notification instead of an alert for force close
2023-04-16 09:29:12 -07:00
naturecodevoid
f519d22d81
fix: removing _CodeSignature folder before resigning
2023-04-13 21:21:51 -07:00
naturecodevoid
51ed87086a
[skip ci] ci: fully rename SideStore.ipa, even after extracting the artifact zip
2023-04-13 07:30:20 -07:00
naturecodevoid
1ca3aa3cdb
fix: force close SideStore after 3 seconds if still reinstalling
2023-04-13 07:20:36 -07:00
naturecodevoid
0178c63f6a
fix: hopefully reduce ApplicationVerificationFailed errors by removing _CodeSignature folders since those may cause a problem
2023-04-12 19:53:27 -07:00
naturecodevoid
72f34dd286
feat: default to Storm icon for PR builds
...
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-04-12 18:21:49 -07:00
naturecodevoid
8a97c409fa
fix: add .AltWidget to app group ID when modifying for SideStore
2023-04-12 07:46:14 -07:00
naturecodevoid
3dd0735305
fix: always reinstall when refreshing ourselves
2023-04-11 21:50:15 -07:00
naturecodevoid
536f775baa
Revert "Don't reinstall on first SideStore refresh"
...
This reverts commit 40e1225b87 .
2023-04-11 21:12:01 -07:00
naturecodevoid
00f7a684a3
[skip ci] chore: rename tempEnt.plist to ReleaseEntitlements.plist to reduce future confusion
2023-04-11 21:09:32 -07:00
naturecodevoid
d79b166a6a
chore: Remove old apps.json/app.json files
2023-04-11 21:05:53 -07:00
naturecodevoid
b3d827f56a
refactor: remove minimuxerToOperationError in favor of extending MinimuxerError to be a LocalizedError and remove unused cases from OperationError
2023-04-11 21:04:07 -07:00
naturecodevoid
060c37c423
fix(icons): sky appears correctly in light mode
2023-04-09 19:40:53 -07:00
naturecodevoid
8c2968aeb3
fix: build errors
2023-04-09 14:29:03 -07:00
naturecodevoid
4f512b6318
project(minimuxer): fix actions build error
2023-04-09 13:54:01 -07:00
naturecodevoid
5b752cf26e
fix: remove duplicate isSideStore checks with a StoreApp extension
2023-04-09 13:51:54 -07:00
naturecodevoid
62a478277e
fix(AsyncFallibleButton): try to use failureReason and then fallback to localizedDescription
2023-04-09 13:41:58 -07:00
naturecodevoid
994b2318a9
feat(dev mode): add AFC file explorer and dump profiles
2023-04-09 13:38:44 -07:00
naturecodevoid
423ac28ba3
project(AltStore): xcode wants to move these around I guess
2023-04-09 13:35:14 -07:00
naturecodevoid
af2cdd48d6
feat: add debug logging toggle
2023-04-09 13:34:57 -07:00
naturecodevoid
44fe0c5686
project(minimuxer): Add libminimuxer as an input file for build step
2023-04-09 13:33:11 -07:00
naturecodevoid
3d46a3069a
fix: handle source conflict in merge policy
2023-04-09 13:32:22 -07:00
naturecodevoid
82e8fb7389
docs: include info on Developer Mode
2023-04-09 13:31:39 -07:00
naturecodevoid
1dd0cd7d90
Merge branch 'fabianthdev/feature/SwiftUI' into naturecodevoid/swiftui-improvements
2023-04-06 21:07:33 -07:00
naturecodevoid
566841a9a6
Fix not being able to open the project
2023-04-06 21:06:07 -07:00
naturecodevoid
92a9650c0c
Apply DevModeView suggestion
2023-04-06 20:49:49 -07:00
naturecodevoid
df94e79472
Merge branch 'fabianthdev/feature/SwiftUI' into naturecodevoid/swiftui-improvements
2023-04-06 20:48:52 -07:00
naturecodevoid
40bcef1dcb
Use XYZ0123456 team ID for tempEnt.plist
...
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-04-06 20:45:18 -07:00
naturecodevoid
cd2c5ad7b4
Merge remote-tracking branch 'origin/develop' into fabianthdev/feature/SwiftUI
2023-04-06 20:43:10 -07:00
naturecodevoid
6146f1bdaa
Update tempEnt.plist
2023-04-06 12:42:37 -07:00
f1shy-dev
f5d82d9ef0
Update tempEnt.plist to change AltStore to SideStore
...
Signed-off-by: f1shy-dev <56125930+f1shy-dev@users.noreply.github.com >
2023-04-06 20:23:27 +01:00