mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #838] [MERGED] Cherry pick for 2.0.5 bugfix #1767
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1767
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/838
Author: @XuYicong
Created: 3/4/2023
Status: ✅ Merged
Merged: 3/16/2023
Merged by: @Depal1
Base:
stable← Head:stable📝 Commits (8)
a1959b4Translations update from Hosted Weblate (#747)352e4c0Adds toggle to fix screen issues with some apps in adaptive mode (#781)8199124change url scheme to apple-magnifier0e6fffefeat: high resolution warning (#802)8918535feat: (slightly) more robust uri handler (#538)3822163Translations update from Hosted Weblate (#803)e708d9dfix: deselect app on uninstall (#792)f64d204fix version control mark in jp localization strings📊 Changes
28 files changed (+572 additions, -32 deletions)
View changed files
📝
Cartfile(+1 -1)📝
PlayCover.xcodeproj/project.pbxproj(+4 -0)📝
PlayCover/Info.plist(+2 -2)📝
PlayCover/Model/AppSettings.swift(+25 -0)➕
PlayCover/Utils/URLHandler.swift(+101 -0)📝
PlayCover/Views/App Views/PlayAppView.swift(+1 -0)📝
PlayCover/Views/AppSettingsView.swift(+22 -1)📝
PlayCover/Views/MainView.swift(+7 -1)📝
PlayCover/Views/PlayCoverApp.swift(+1 -12)📝
PlayCover/Views/Settings/IPASourceSettings.swift(+10 -0)📝
PlayCover/Views/Sidebar Views/IPALibraryView.swift(+8 -0)📝
PlayCover/ca.lproj/Localizable.strings(+27 -0)📝
PlayCover/de.lproj/Localizable.strings(+24 -1)📝
PlayCover/en.lproj/Localizable.strings(+3 -0)📝
PlayCover/es.lproj/Localizable.strings(+23 -0)📝
PlayCover/fa.lproj/Localizable.strings(+24 -1)📝
PlayCover/fr.lproj/Localizable.strings(+24 -1)📝
PlayCover/hi.lproj/Localizable.strings(+23 -0)📝
PlayCover/id.lproj/Localizable.strings(+23 -0)📝
PlayCover/ja.lproj/Localizable.strings(+24 -1)...and 8 more files
📄 Description
The commits included is chosen so that it fixes existing bugs or issues without introducing user-sensible features that may potentially introduce more bugs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.