Riley Testut
2a81710d07
Adds support for DS games
2019-08-05 23:03:08 -07:00
Riley Testut
c57b2ef725
Updates iOS deployment target to iOS 12.2
2019-08-05 22:59:54 -07:00
Riley Testut
cb2caa7ef1
Replaces screen edge gesture hack with preferredScreenEdgesDeferringSystemGestures
...
We want priority over system gestures when tapping near edges of screen. Previously, we needed to access the private screen edge gesture recognizer, but now we can use preferredScreenEdgesDeferringSystemGestures.
2019-08-05 22:58:59 -07:00
Riley Testut
687d088827
Updates cores to latest versions
2019-08-05 15:11:42 -07:00
Riley Testut
42e37517b1
Updates bundle version to 10
2019-08-02 12:05:07 -07:00
Riley Testut
0e47662353
Updates version number to 0.8.2
2019-08-02 12:04:37 -07:00
Riley Testut
67ab6887b4
Fixes crash when opening Delta with non-Dropbox URL scheme
2019-08-02 12:03:35 -07:00
Riley Testut
8113c4888d
Limits controller customization screen to portrait orientation
2019-07-14 17:41:18 -07:00
Riley Testut
877cf88806
Fixes pause menu buttons obscured by notch
2019-07-14 17:29:05 -07:00
Riley Testut
283453b387
Fixes checking UIView.window on background thread
2019-06-21 14:11:21 -07:00
Riley Testut
bf435b88b3
Continues playing audio when other app audio supports mixing
2019-06-21 14:06:26 -07:00
Riley Testut
0a8c3b2b0f
Fixes memory leak crash after playing games for a few minutes
2019-06-21 14:02:50 -07:00
Riley Testut
c62a079de9
Merge branch 'feature/n64' into develop
2019-06-21 12:08:13 -07:00
Riley Testut
1b75cdf65f
Removes iCloud entitlement
2019-06-21 12:07:39 -07:00
Riley Testut
0046bfaf46
Adds support for N64 games
2019-06-21 12:07:30 -07:00
Riley Testut
9b28d42814
Updates input + video logic to support revised DeltaCore API
...
- Continuous inputs
- OpenGLES-based rendering
- Thumbsticks in controller skins
2019-04-30 15:42:30 -07:00
Riley Testut
da0ec57856
Improves reliability when previewing games/save states
2019-04-30 15:34:22 -07:00
Riley Testut
7da6a5d8a5
Fixes issue where cheats don’t wrap onto next line correctly
2019-04-30 15:10:07 -07:00
Riley Testut
3e5ebc7c32
Merge branch 'feature/dropbox' into develop
2019-03-26 11:17:55 -07:00
Riley Testut
9cfcf67c72
Renames “Inputs” to “Controllers” in Settings
2019-03-26 11:17:42 -07:00
Riley Testut
3ecee031be
Compares hashes before marking game saves as updated
2019-03-26 00:55:52 -07:00
Riley Testut
bf2752496a
Fixes nav bar disappearing when selecting SyncStatusViewController search result
2019-03-25 18:27:21 -07:00
Riley Testut
78dc2fedeb
Updates version number to 0.7.1
2019-03-25 18:27:21 -07:00
Riley Testut
4856b9a540
Fixes NES controller skin not appearing
...
Fixes incorrect controller skin
2019-03-25 18:27:20 -07:00
Riley Testut
9bebfd6415
Resets previous Harmony beta database upon first launch
2019-03-25 17:18:50 -07:00
Riley Testut
de616021e2
Displays both name + email address of sync service account
2019-03-25 15:58:56 -07:00
Riley Testut
ca145ba681
Renames various sync-related terminology
2019-03-25 15:47:37 -07:00
Riley Testut
df7a8df19a
Improves handling of authentication errors
2019-03-25 15:46:39 -07:00
Riley Testut
84e44f5aee
Displays more detailed sync progress in RSTToastView
2019-03-25 15:46:01 -07:00
Riley Testut
72f4da6bc4
Hides SyncResultViewController Done button when not presented modally
2019-03-25 13:00:09 -07:00
Riley Testut
9db68aa9e4
Fixes Game Save errors not being grouped with Game errors
2019-03-22 13:04:34 -07:00
Riley Testut
8bc9d02e4c
Improves UI for restoring records/resolving conflicts
2019-03-20 11:22:39 -07:00
Riley Testut
7464ce1412
Fixes crash when searching in SyncStatusViewController
2019-03-20 10:53:14 -07:00
Riley Testut
935ad9b7c2
Displays record name in RecordSyncStatusViewController
2019-03-20 10:47:43 -07:00
Riley Testut
483ad69678
Adds support for syncing with Dropbox
2019-03-20 10:47:17 -07:00
Riley Testut
8f6b8d763a
Updates DriveService client ID
2019-03-20 00:08:59 -07:00
Riley Testut
28335c8deb
Switches back to legacy build system
...
Temporary (hopefully) until I’m able to spend more time figuring out how to definitively fix the dependency cycle errors
2019-03-04 13:44:54 -08:00
Riley Testut
f4374ed54a
Adds support for WarioWare: Twisted!
2019-03-01 13:36:00 -08:00
Riley Testut
803d180a9b
Adds ability to import game save files
2019-03-01 11:42:37 -08:00
Riley Testut
43b4aeac51
Fixes SNES games crashing when stopping emulation
2019-02-28 17:59:24 -08:00
Riley Testut
6dbe908a66
Improves error message when displaying RecordError.other error
2019-02-25 19:02:22 -08:00
Riley Testut
3b05afd21e
Automatically syncs when entering/returning from background
2019-02-25 17:13:47 -08:00
Riley Testut
2c0709fa38
Fixes various memory leaks
2019-02-25 17:13:00 -08:00
Riley Testut
6b8414ccdc
Updates dependencies
2019-02-25 15:21:35 -08:00
Riley Testut
fe6701c82c
Migrates to Swift 5
2019-02-25 13:50:11 -08:00
Riley Testut
14e2eefc42
Updates Harmony dependency
2019-02-25 12:29:45 -08:00
Riley Testut
4778d48b67
Hides syncing status Settings row when no syncing service is selected
2019-02-21 16:13:05 -08:00
Riley Testut
0babc81914
Fixes deep links not working when app is not running
2019-02-21 15:56:49 -08:00
Riley Testut
e63a525671
Fixes black screen when running NES games on device without debugger
2019-02-21 15:24:53 -08:00
Riley Testut
a377c1631a
Adds placeholder view for SyncStatusViewController
2019-02-21 12:47:19 -08:00