Riley Testut
748f930186
Updates app version to 1.1.2
2020-02-03 19:31:12 -08:00
Riley Testut
6cca0f244f
Replaces frameworks with static libraries
...
As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
2020-02-03 19:28:23 -08:00
Riley Testut
82bfbd027a
Updates app version to 1.1.1
2019-12-11 16:12:01 -08:00
Riley Testut
a0f60de926
Dynamically maps old album artwork URLs to new ones
2019-12-11 16:11:25 -08:00
Riley Testut
763e410ce9
Fixes broken OpenVGDB cover art URLs
...
Host moved from http://img.gamefaqs.net to https://gamefaqs1.cbsistatic.com
2019-12-10 12:30:33 -08:00
Riley Testut
4e772c077b
Updates Roxas
2019-10-16 10:44:51 -07:00
Riley Testut
346c794244
Updates bundle version to 15
2019-10-14 19:00:05 -07:00
Riley Testut
63a8dfd5b9
Adds button to change save states sort order
2019-10-14 18:55:47 -07:00
Riley Testut
bcfbb7d7a0
Presents UIImagePickerController full screen
...
Workaround for iOS 13 interactive dismissal bug
2019-10-14 17:24:46 -07:00
Riley Testut
963ab6a586
Fixes app freezing when opening deep links
2019-10-14 17:24:18 -07:00
Riley Testut
f47f515f90
Fixes incorrect SaveStatesCollectionHeaderView text color on iOS 13
2019-10-14 17:04:39 -07:00
Riley Testut
da00488a55
Fixes cheats not wrapping in CheatTextView on iOS 13
2019-10-14 16:54:23 -07:00
Riley Testut
6501b6523b
Presents UIDocumentBrowserViewController full screen
...
Workaround for iOS 13 interactive dismissal bug
2019-10-14 16:35:38 -07:00
Riley Testut
e965309e5c
Updates app version to 1.1 and bundle version to 14
2019-10-11 15:43:01 -07:00
Riley Testut
63c932561e
Fixes incorrect GamesStoryboardSegue animation on iOS 13
...
The additional toolbars to extend the edges beyond the navigation controller's bounds weren't positioned correctly on iOS 13.
2019-10-10 19:26:13 -07:00
Riley Testut
6afff591ff
Updates GamesViewController navigation bar styling for iOS 13
2019-10-10 19:24:44 -07:00
Riley Testut
f560c95cc2
Updates PauseViewController navigation bar styling for iOS 13
2019-10-10 19:23:57 -07:00
Riley Testut
4aa7a100e3
Adds ability to delete controller skins
2019-10-10 12:13:48 -07:00
Riley Testut
d7ed26c372
Fixes incorrect controller view sizing when changing skins
2019-10-10 01:21:28 -07:00
Riley Testut
5574f8668a
Asynchronously loads images when viewing controller skins
2019-10-10 00:29:14 -07:00
Riley Testut
a6b9a4567c
Opts-out of dark mode (for now)
2019-10-10 00:27:00 -07:00
Riley Testut
465c7280aa
Allows importing controller skins from document browser
2019-10-10 00:25:44 -07:00
Riley Testut
5c574f5ea3
Starts syncing after dismissing Settings with gesture
2019-10-03 16:05:35 -07:00
Riley Testut
2c05e1b70f
Adds option to disable haptic feedback for touch inputs
2019-09-30 17:31:13 -07:00
Riley Testut
ef64a15e37
Adds ability to reset controller mappings to default mapping
2019-09-30 17:27:06 -07:00
Riley Testut
1703244da8
Explicitly starts syncing when dismissing SettingsViewController via Done button
2019-09-30 16:41:36 -07:00
Riley Testut
bb600d1e98
Automatically presents keyboard in GamesDatabaseBrowserViewController
2019-09-30 16:29:20 -07:00
Riley Testut
ce1ff171ce
Fixes GamesViewController remaining visible when loading save states
2019-09-30 16:07:12 -07:00
Riley Testut
5337636f43
Opens Patreon page in-app when AltStore not installed
2019-09-30 15:32:24 -07:00
Riley Testut
0c6f28e70a
Updates bundle version to 13
2019-09-30 15:23:34 -07:00
Riley Testut
a0d07f5e40
Updates README
2019-09-28 13:07:24 -07:00
Riley Testut
8642fad707
Updates DeltaCore
2019-09-28 02:02:50 -07:00
Riley Testut
ac156ab220
Updates version number to 1.0
2019-09-25 03:49:41 -07:00
Riley Testut
cca4c0bc14
Updates NESDeltaCore
2019-09-25 03:47:58 -07:00
Riley Testut
9412bf0df8
Adds Credits + Licenses + AltStore Patreon deep link
2019-09-25 03:46:27 -07:00
Riley Testut
86fd55b17a
Limits N64 Fast Forwarding to devices with A9 or better
2019-09-21 17:58:39 -07:00
Riley Testut
6b494e1113
Fixes dismissing document browser on background thread
2019-09-19 13:32:06 -07:00
Riley Testut
eaae38481e
Uses NSSecureUnarchiveFromData for transformable properties
2019-09-19 13:30:49 -07:00
Riley Testut
1e350e1369
Automatically resolves GameCollection + GameControllerInputMapping conflicts
2019-09-19 13:29:51 -07:00
Riley Testut
50c96bc2ee
Dramatically reduces OpenVGDB size
...
Removes unused columns and games for unsupported systems.
2019-09-18 15:32:17 -07:00
Riley Testut
962d45e4f9
Removes temporary database backup on launch
2019-09-18 14:56:12 -07:00
Riley Testut
cec169c9b2
Adds BETA flag for debug builds
2019-09-18 12:41:20 -07:00
Riley Testut
08c61ad66b
Improves error message when Dropbox prevents downloading games due to copyright
2019-09-18 12:39:36 -07:00
Riley Testut
adffbc03a2
Updates version to 0.9 and build to 11
2019-09-15 18:57:15 -07:00
Riley Testut
ebf3fc6c27
Adds support for building Delta Lite (and Delta Lite beta)
...
Limits Delta Lite to NES games, and Delta Lite beta to NES and GBC games.
2019-09-15 18:57:15 -07:00
Riley Testut
6e380814aa
Updates DeltaCore
2019-09-15 18:57:15 -07:00
Riley Testut
c93a550ddd
Updates N64 controller skin
2019-09-15 18:56:26 -07:00
Riley Testut
1528672e0e
Updates Harmony
2019-09-14 14:38:30 -07:00
Riley Testut
34a1c78199
Fixes issue importing games that previously failed to import
2019-09-14 14:33:23 -07:00
Riley Testut
24d6da3af2
Updates NES controller skin
2019-09-14 14:31:56 -07:00