Commit Graph

764 Commits

Author SHA1 Message Date
Riley Testut
ed5f0174d7 [Delta Sync] Replaces auth error print statements with OSLog 2024-01-12 13:42:19 -06:00
Riley Testut
adb4d21f99 Updates app version to 1.5 (80) 2023-12-11 15:57:43 -06:00
Riley Testut
9dd4d01b66 Fixes incorrectly sorted Info.plist keys 2023-12-01 14:01:41 -06:00
Riley Testut
5f2de79221 Updates app version to 1.5rc (78) 2023-12-01 13:59:49 -06:00
Riley Testut
7ea9369356 Merges Ian Clawson’s Local Multiplayer PRs into cores 2023-11-16 18:57:04 -06:00
Riley Testut
995dd6afdf Shows “Learn More” FAQ button if there are no games 2023-11-16 17:52:37 -06:00
Riley Testut
c5333ad118 Adds FAQ links underneath Controller Skins and BIOS settings 2023-11-16 17:52:37 -06:00
Riley Testut
47b96d1cf6 [iPad] Hides “Haptic Feedback” Settings section on iPad 2023-11-16 17:52:37 -06:00
Riley Testut
3e97e5c951 [ExpFeat] Adds “Repair Database” to explicitly repair database
Disables automatic database repairing at app launch.
2023-11-16 17:52:37 -06:00
Riley Testut
aea0527828 Updates incorrect Settings labels to use 17pt font 2023-11-16 17:52:37 -06:00
Riley Testut
a79924d340 [iPad] Fixes not rounding last visible row in MelonDS core settings 2023-11-16 17:52:37 -06:00
Riley Testut
5ffccbb884 [iPad] Fixes crash when changing DS emulator core 2023-11-16 17:52:37 -06:00
Riley Testut
41bb827d7b [iPad] Fixes incorrectly indented rows on MelonDS core settings screen 2023-11-16 17:52:37 -06:00
Riley Testut
a87fea63ad Shows AirPlay icon + message when AirPlaying 2023-11-16 17:52:37 -06:00
Riley Testut
4b159603a1 Adds “Export Error Log…” button to Settings
Also hides “Experimental Features” setting for public builds
2023-11-16 17:52:36 -06:00
Riley Testut
a8b9bd1092 Updates Harmony to use OSLog 2023-11-16 17:20:27 -06:00
Riley Testut
cc12806273 [README] Updates minimum project requirements 2023-10-19 12:54:00 -05:00
Riley Testut
594ff25c5c Removes develop branch instructions from CONTRIBUTING.md 2023-10-19 12:29:40 -05:00
Riley Testut
aa5d53097f Merge branch 'develop' 2023-10-19 12:27:07 -05:00
Riley Testut
af01b97faf Fixes N64 games crashing when compiled with Xcode 15
# Conflicts:
#	Delta.xcodeproj/project.pbxproj
2023-09-18 16:27:22 -05:00
Riley Testut
62ebf05a8f Updates wording of “Database Repaired” alert to mention conflicts.txt 2023-08-11 21:52:01 -05:00
Riley Testut
452e3dab06 Writes text file of possibly corrupted save files to Files apps instead of actually conflicting them
In practice, the number of conflicts was far too high for the number of save files that actually matter.
2023-08-11 21:51:32 -05:00
Riley Testut
43fedf6fcc Fixes compiling with Xcode 14 2023-08-11 21:37:21 -05:00
Riley Testut
9ab8cf29b6 Updates app version to 1.5b4 2023-08-11 18:57:28 -05:00
Riley Testut
e6cd5475e9 Replaces Logger.debug() usage with Logger.notice()
Debug logs aren’t exported from release builds, so we now use `notice` level instead.
2023-08-11 18:57:28 -05:00
Riley Testut
9c31b8a864 Updates wording of “Database Repaired” alert 2023-08-11 18:57:28 -05:00
Riley Testut
5c7e3cc5b9 [ExpFeat] Adds filter button to change RepairSaveStatesViewController’s date range
* Recent (Last month)
* All
2023-08-11 18:57:28 -05:00
Riley Testut
d5f910ff00 Adds missing throws to SaveState.awakeFromSync() 2023-08-11 18:57:28 -05:00
Riley Testut
d1643dbc8f Throws SyncValidationError when downloading corrupted versions of “verified” SaveStates
After reviewing save states upon first launch, Delta will upload the verified game ID as metadata to ensure other devices don’t download remote versions with incorrect relationships.
2023-08-11 18:57:27 -05:00
Riley Testut
dc3a5b479c [Contributors] Credits Chris Rittenhouse for Alternate App Icons 2023-08-11 15:58:43 -05:00
Riley Testut
b3d8dbc554 [ExpFeat] Fixes Controller Skin alternate app icon filename 2023-08-11 15:57:39 -05:00
Riley Testut
f3534e4415 [ExpFeat] Alternate App Icons (#259)
commit 34ed9726034adbb439515ccb3d576311603bfe2b
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Thu Aug 3 15:31:47 2023 -0400

    Removes `experimentalFeatures` property from `Settings`

commit 4e31d22d56d68439a340707d2fdbac3763df1e3a
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Thu Aug 3 15:17:47 2023 -0400

    Reorder icons

commit 7509eaa29946b622ce0ad920a740f0212db5e771
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Thu Aug 3 15:17:24 2023 -0400

    Moves icon changing code to `AlternateAppIcons`

commit 84821ef99ded74c066563041618aec3c4acb30d7
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Thu Aug 3 14:33:15 2023 -0400

    Fixes icon authors

commit 0b821830f09b434fa375c37a2504c21ee5f90bdb
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Fri Jul 21 01:44:00 2023 -0400

    Adds comments for functional alternate app icon code

commit e8dd6165619bc143f13dde51e5160af2695ef17e
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Fri Jul 21 01:30:03 2023 -0400

    Adds implementation for changing app icon

commit 1e07483d18d1e865804ae34d6011844b63cb33cc
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Fri Jul 21 01:28:24 2023 -0400

    Adds Alternate App Icon experimental feature and options

commit 46ed2ce3ae9593d4cc95f29d6caa09f33f2ce62d
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Fri Jul 21 01:26:51 2023 -0400

    Adds extension to handle retrieving app icon images

commit 9dddb5f98f4523e7877f97c66a5ae95e6513cc09
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Fri Jul 21 01:24:19 2023 -0400

    Adds experimental features as a property of `Settings`

commit d74038fd418a0e6fcd45942cb67e722904fc3e24
Author: Chris Rittenhouse <dev@litritt.com>
Date:   Fri Jul 21 01:23:02 2023 -0400

    Adds alternate icon assets

Co-authored-by: Chris Rittenhouse <dev@litritt.com>
2023-08-10 19:46:08 -05:00
Riley Testut
061f5abd3e Allows explicitly downloading corrupted record versions from RecordVersionsViewController 2023-08-10 19:33:27 -05:00
Riley Testut
be047b28a6 Fixes crash when restoring remote record without local version 2023-08-10 19:33:27 -05:00
Riley Testut
fcdd3c7840 Throws SyncValidationError when downloading corrupted Game or GameSave record 2023-08-10 19:33:27 -05:00
Riley Testut
ca8c2cb8c5 [ExpFeat] Adds “Review Save States” to fix save states associated with wrong game 2023-08-10 19:33:27 -05:00
Riley Testut
a9f15144ed Repairs corrupted Game, GameSave, and SaveState relationships on initial launch
Automatically fixes Game and GameSaves, but requires user to manually review + fix all recent SaveStates.
2023-08-10 19:33:27 -05:00
Riley Testut
a80ac04650 Fixes corrupted Harmony database relationships after heavyweight migration 2023-08-10 19:33:26 -05:00
Riley Testut
25e237cfcb [Delta Sync] Uses local modification date when uploading changes
Previously we used the server’s modification dates, which could be confusing when comparing against local modification dates since the same version may have different dates.
2023-07-10 19:00:39 -05:00
Riley Testut
3227ee4c49 Migrates Core Data model from v6 to v7 2023-07-10 16:09:07 -05:00
Riley Testut
45ed97c255 Actually fixes crash loading save states on iOS 17
The underlying issue causing the crash is that we were returning cached *supplementary view* layout attributes by accident from layoutAttributesForItem(at:).

Now, we only cache layout attributes for cells.
2023-07-10 15:39:31 -05:00
Riley Testut
31578e2e34 Updated mogenerator target to use Homebrew version 2023-07-07 18:22:33 -05:00
Riley Testut
e33a7c662f [Delta Sync] Delays sync until after interactive Settings dismissal has completed
Avoids false-positives when user scrolls to top of a Settings screen.
2023-07-07 18:22:33 -05:00
Riley Testut
8ea40a4728 [Delta Sync] Fixes queued syncs sometimes fetching outdated changes
Rare, but more common when performing initial sync.
2023-07-07 18:22:32 -05:00
Riley Testut
29f152fcb3 [Delta Sync] Repairs references to remote files when signing out then back in
Fixes redundant uploads and potentially ophaned remote files, the latter due to no remote files being deleted if LocalRecord.remoteFiles is empty.
2023-07-07 18:22:26 -05:00
Riley Testut
5779927831 [Delta Sync] Delays seeding Harmony database until initial sync 2023-07-07 18:19:07 -05:00
Riley Testut
f184639c6b [Delta Sync] Fixes incorrect mass conflicts when signing out then back in 2023-07-07 18:17:13 -05:00
Riley Testut
043fb923ae [Delta Sync] Displays activity indicator when signing-in
Without an indicator it can feel like the app has froze, when really it’s just preparing to sync.
2023-07-07 14:59:41 -05:00
Riley Testut
19fb333a67 Toggles Delta Sync switch back on if user cancels “Disable Syncing?” warning alert 2023-07-06 19:11:09 -05:00
Riley Testut
35a8f90a1c Converts Delta Sync action sheets into alerts
Implicitly fixes crashing on iPad.
2023-07-06 18:44:18 -05:00