Riley Testut
23a2d57f36
Adds Clip 1.0 to apps.json
2020-06-22 16:03:08 -07:00
Riley Testut
556a2541a3
[AltDaemon] Updates version to 0.2
2020-06-11 17:57:14 -07:00
Riley Testut
e3f0359f3e
Adds “Install AltDaemon” option to settings (jailbreak only)
...
Exports AltDaemon that can be installed with Filza or another file/package manager.
2020-06-07 10:02:41 -07:00
Riley Testut
feae50520d
Replaces cached AltStore every launch for DEBUG builds
2020-06-07 09:49:29 -07:00
Riley Testut
7a9dfdfe5e
Improves error messages when there’s an underlying error
2020-06-05 15:32:10 -07:00
Riley Testut
4311db2cf7
Supports installing/refreshings apps w/o computer on jailbroken devices
...
AltStore will use AltDaemon as a local AltServer if it’s installed and running. AltStore remains a regular sandboxed app, but AltDaemon has private entitlements necessary to perform AltServer operations without a computer.
2020-06-04 19:53:10 -07:00
Riley Testut
4cd3ede535
Updates apps.json for 1.3.4
2020-05-27 10:11:02 -07:00
Riley Testut
c06d7d636a
Adds option to explicitly back up installed apps
2020-05-19 11:47:43 -07:00
Riley Testut
1ab36874be
Fixes “invalid entitlements” when refreshing AltStore
...
Replaces “resigned” app group ID with “base” app group ID before resigning AltStore.
2020-05-18 16:00:08 -07:00
Riley Testut
fcc1cea73a
Limits new (de-)activation flow to 13.5 or later
2020-05-18 00:04:09 -07:00
Riley Testut
b2c09049be
Adds altstore://install?url=[link] deep link to install remote .ipa’s
2020-05-17 23:47:26 -07:00
Riley Testut
47d206ad19
Removes active app extension limits on 13.5 or later
2020-05-17 23:47:26 -07:00
Riley Testut
7cd01b97bb
Uses real app icon for AltBackup icon
2020-05-17 23:47:26 -07:00
Riley Testut
c895ebb1a2
[AltBackup] UI reflects whether backup/restore/nothing is happening
2020-05-17 23:47:26 -07:00
Riley Testut
9d3621a872
Adds option to manually restore backup for active apps that have one
2020-05-17 23:47:26 -07:00
Riley Testut
b79051e247
Adds option to export backups for inactive apps
2020-05-17 23:47:26 -07:00
Riley Testut
c968f15181
Activates apps by reinstalling then restoring backup on iOS 13.5+
...
To activate an inactive app that has been deleted from the phone, AltStore will reinstall the app, as well as restore any app data from when it was deactivated.
2020-05-17 23:47:26 -07:00
Riley Testut
46469838f8
Deactivates apps by backing up + deleting them on iOS 13.5+
...
Deactivating apps by removing their profiles no longer works on iOS 13.5. Instead, AltStore will now back up the app by temporarily replacing it with AltBackup, then remove the app from the phone.
2020-05-17 23:47:26 -07:00
Riley Testut
75d1084b5f
Supports removing inactive apps from My Apps
2020-05-17 23:47:26 -07:00
Riley Testut
faa93a6aa0
Adds RemoveAppBackupOperation to remove backed up app data
2020-05-17 23:47:26 -07:00
Riley Testut
407a259221
Adds RemoveAppOperation for removing inactive apps
2020-05-17 23:47:26 -07:00
Riley Testut
dafc87d899
Fixes updating App IDs with no app groups
2020-05-17 23:47:26 -07:00
Riley Testut
92781d3380
Adds BackupAppOperation to backup and restore app data
2020-05-17 23:47:26 -07:00
Riley Testut
775f0e67e1
Adds option to not cache downloaded app during installation
2020-05-17 23:47:26 -07:00
Riley Testut
3ac2beecfc
Embeds original bundle ID under ALTBundleIdentifier Info.plist key
2020-05-17 23:47:26 -07:00
Riley Testut
973cede232
Supports resigning apps with multiple app groups
2020-05-17 23:47:24 -07:00
Riley Testut
89fba9f3ad
Fixes missing error descriptions when using NSError.withLocalizedFailure()
2020-05-15 14:54:46 -07:00
Riley Testut
f9b1208e73
Replaces ConnectionError.errorDescription with .failureReason
...
Improves error messages where ConnectionError was the underlying failure, but not the main error.
2020-05-15 14:54:46 -07:00
Riley Testut
7d2dad1ebc
Adds additional checks before considering apps deleted
2020-05-15 14:54:46 -07:00
Riley Testut
5ac442638c
Supports custom entitlements when fetching provisioning profiles
2020-05-15 14:54:43 -07:00
Riley Testut
c0b9e798c9
Fixes RefreshGroup strong reference cycle
2020-05-14 16:31:23 -07:00
Riley Testut
296af970df
Updates apps.json and apps-alpha.json
2020-05-09 12:53:12 -07:00
Riley Testut
973ae7de52
Updates apps.json
2020-05-08 18:27:54 -07:00
Riley Testut
e08646a337
Fixes updating DolphiniOS due to mismatched bundle IDs
...
Manually sets Dolphin’s CFBundleIdentifier to match the source bundle ID to prevent breaking updates for existing users.
2020-05-08 11:45:23 -07:00
Riley Testut
d1d7398e77
Redownloads missing cached apps when refreshing or updating
2020-05-08 11:43:34 -07:00
Riley Testut
27241a8d08
Verifies app’s bundle ID matches source’s before installing
...
Prevents apps with incorrect bundle IDs from being installed and then deleted from disk due to AltStore thinking the apps have been removed.
2020-05-07 13:13:05 -07:00
Riley Testut
3e3246e560
Adds print statement when deleting cached apps
2020-05-07 13:10:01 -07:00
Riley Testut
19313ce5e0
Improves error when app being refreshed has been deleted
2020-05-07 13:08:52 -07:00
Riley Testut
fe2f9d5b2b
Treats App ID bundle IDs as case-insensitive
...
Apple’s servers return an error when registering a bundle ID with different capitalization than an existing one, so we now perform case-insensitive comparisons when determining if we need to register an App ID.
2020-05-07 12:45:09 -07:00
Riley Testut
094dc0da26
Updates app version to 1.3.2
2020-05-03 14:48:23 -07:00
Riley Testut
a23368363b
Asks user for permission before installing apps with private entitlements
2020-05-02 22:06:57 -07:00
Riley Testut
54e34ade34
Updates app version to 1.3.1
2020-05-01 14:44:15 -07:00
Riley Testut
c0e2379b7e
Updates apps.json & apps-alpha.json
2020-05-01 08:52:51 -07:00
Riley Testut
72f530fe82
Updates apps.json for AltStore 1.3
2020-04-10 13:53:30 -07:00
Riley Testut
4f493a1852
Adds AltStore (Stable) to Alpha source
2020-04-10 13:52:30 -07:00
Riley Testut
57750b9d8f
Adds Alpha source JSON
2020-04-09 12:22:57 -07:00
Riley Testut
261c912b82
Updates apps.json for AltStore 1.3b3
2020-04-09 12:21:23 -07:00
Riley Testut
0b54849a8d
Uses separate App Center tokens for different build types
2020-04-09 12:18:17 -07:00
Riley Testut
f995cbdeeb
Disables Sources functionality for public versions
2020-04-01 13:27:26 -07:00
Riley Testut
b3b362ffc6
Enables sideloading for public versions
2020-04-01 13:26:22 -07:00