Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: utkarshdalal/GameNative

v1.0.0

06 Jun 16:08
@github-actions github-actions
51298b3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Downloads

  • gamenative-v1.0.0.apk — Standard build (Android 8–14). Recommended for most users.

What's Changed

Added after prerelease

From prerelease

  • Brought in Vulkan Renderer from Winlator Ludashi (thank you @StevenMXZ) - improves performance and input latency
  • Updated controller implementation by @AndreVto - improves performance and input latency in #1471
  • Improvements to LSFG-vk framegen - should work more reliably. @xXJSONDeruloXx brought in lsfg-vk Android layer v1.0.2
  • Added modern build of GameNative app for latest version of Android - for Play Store release
  • Added beta bionic Steam implementation for online play with no Steam client overhead (back up your saves before using it) - by @joshuatam and me
  • Updated controller implementation - fixes Kingdom Hearts 1.5 + 2.5 ReMIX by @AndreVto
  • Several pulse audio fixes, reduced latency, reliably pause and resume by @joshuatam
  • Improve perf HUD temperature sensor accuracy and GPU usage coverage by @xXJSONDeruloXx in #1406
  • Automatic frontend sync for installed/uninstalled games by @vitormf in #1454
  • Fix: Stuck loading screen during Mono/XAudio install by @Catpotatos in #1395
  • Improve shortcut icons - use clientIcon instead of icon for steam shortcuts by @Raxcoms in #1402
  • Faster boots - cache Steam save file hashes between syncs by @kiequoo in #1227
  • Fix steam playtime not being tracked after sleeping the device or going offline - resend steam presence after reconnect by @xXJSONDeruloXx in #1278
  • Cap Steam DL size to installSize to avoid gigantic dl size reporting. by @phobos665 in #1482
  • Allow sign in with Steam Guard TOTP code by @peanut250 in #1241
  • Fixed stylus handling in TouchpadView by @ppsz in #1334
  • Steam cloud save fix - Two Point Museum works by @kiequoo in #1465
  • Epic Offline Mode for offline launches by @phobos665 in #1467
  • Fixed Steam games showing account name instead of user name by @utkarshdalal in #1492
  • Fix games sometimes continuing to run threads in background when paused and eating battery by @Catpotatos in #1491
  • Fix simultaneous dpad and left stick input by @Nightwalker743 in #1445
  • Fix range button scrolling in touchmode by @Nightwalker743 in #1446
  • Fix touchscreen click-drag cursor tracking by @Nightwalker743 in #1449
  • Fix hold gesture mouse click timing by @Nightwalker743 in #1450
  • fix: clear persona state and hide status picker on sign out by @ben-pearson in #1312
  • Show remaining storage space in Storage Manager by @ben-pearson in #1321
  • fix: Exclude custom games from compatibility filter by @joshuatam in #1412
  • chore: fexcore-2605 by @phobos665 and @linkq in #1422
  • don't block local launch when remote runs a non-Steam shortcut by @ben-pearson in #1396
  • fix: update child windows when parent geometry is changed by @AndreVto in #1436
  • Fix graphics glitches - Remove TU_DEBUG=deck_emu default. by @phobos665 in #1481
  • fix: add Korean and Romanian to language switcher, sort by ISO code by @linkq in #1349
  • i18n: extract booting splash tips into translatable string resources by @linkq in #1350
  • Fix RenPy workshop mod duplication by @Ivantyaj in #1394
  • fix: add game fix for Danganronpa 2 (STEAM 413420) by @tlt21 in #1301
  • fix(envvars): escape spaces on round-trip; fix crash on save by @jeremybernstein in #1429
  • sync offline achievements on reconnect by @xXJSONDeruloXx in #1268
  • fix: Cleanup/remove unused functions etc. by @phobos665 in #1362
  • Japanese translation by @utkarshdalal in #1475
  • fix: Improve process handling for reliable suspend/resume by @joshuatam in #1457
  • fix: Pause and resume PerformanceHudView with lifecycle by @joshuatam in #1463
  • Attempted added support for USB external storage by @utkarshdalal in #1476
  • fix Steam ForegroundServiceDidNotStartInTimeException crash by @phobos665 in #1485
  • fix Steam achievement timestamps by @phobos665 in #1473
  • fix(steam/download): close race that hangs Update/Verify at 0% by @jeremybernstein in #1434

New Contributors

Full Changelog: v0.9.2...v1.0.0

Assets 3
Loading
gorillamoe, Prostoy-user, thecrixux, Verdixel, xullul, feuersternX, suLac4ever, exurkun, montero3006, endscrypt1, and 34 more reacted with thumbs up emoji Monkeygamer2010, Renjo1999, psych0oR, montero3006, and hesanaltdoesgithub reacted with laugh emoji gorillamoe, Prostoy-user, Verdixel, feuersternX, suLac4ever, exurkun, montero3006, Monkeygamer2010, DarkSoul-12, Andrei7125, and 15 more reacted with hooray emoji gorillamoe, McMasterGold, Verdixel, feuersternX, suLac4ever, exurkun, montero3006, endscrypt1, Monkeygamer2010, Xpolo29, and 15 more reacted with heart emoji gorillamoe, Prostoy-user, johanbcn, Verdixel, feuersternX, suLac4ever, exurkun, montero3006, Monkeygamer2010, DarkSoul-12, and 7 more reacted with rocket emoji Monkeygamer2010, JamesBissick, Renjo1999, psych0oR, montero3006, and hesanaltdoesgithub reacted with eyes emoji
63 people reacted

v1.0.0-prerelease

30 May 18:33
@github-actions github-actions
2bea2aa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

v1.0.0-prerelease Pre-release
Pre-release

Downloads

  • gamenative-v1.0.0-prerelease.apk — Legacy build (Android 8–14). Recommended for most users.
  • gamenative-v1.0.0-prerelease-modern.apk — Modern build (Android 11+). Built for the latest Android, so no security warning about an outdated target. No D drive access and no custom game support; glibc not supported, external storage location moved.

What's Changed

  • Brought in Vulkan Renderer from Winlator Ludashi (thank you @StevenMXZ) - improves performance and input latency
  • Updated controller implementation by @AndreVto - improves performance and input latency in #1471
  • Improvements to LSFG-vk framegen - should work more reliably. @xXJSONDeruloXx brought in lsfg-vk Android layer v1.0.2
  • Added modern build of GameNative app for latest version of Android - for Play Store release
  • Added beta bionic Steam implementation for online play with no Steam client overhead (back up your saves before using it) - by @joshuatam and me
  • Updated controller implementation - fixes Kingdom Hearts 1.5 + 2.5 ReMIX by @AndreVto
  • Several pulse audio fixes, reduced latency, reliably pause and resume by @joshuatam
  • Improve perf HUD temperature sensor accuracy and GPU usage coverage by @xXJSONDeruloXx in #1406
  • Automatic frontend sync for installed/uninstalled games by @vitormf in #1454
  • Fix: Stuck loading screen during Mono/XAudio install by @Catpotatos in #1395
  • Improve shortcut icons - use clientIcon instead of icon for steam shortcuts by @Raxcoms in #1402
  • Faster boots - cache Steam save file hashes between syncs by @kiequoo in #1227
  • Fix steam playtime not being tracked after sleeping the device or going offline - resend steam presence after reconnect by @xXJSONDeruloXx in #1278
  • Cap Steam DL size to installSize to avoid gigantic dl size reporting. by @phobos665 in #1482
  • Allow sign in with Steam Guard TOTP code by @peanut250 in #1241
  • Fixed stylus handling in TouchpadView by @ppsz in #1334
  • Steam cloud save fix - Two Point Museum works by @kiequoo in #1465
  • Epic Offline Mode for offline launches by @phobos665 in #1467
  • Fixed Steam games showing account name instead of user name by @utkarshdalal in #1492
  • Fix games sometimes continuing to run threads in background when paused and eating battery by @Catpotatos in #1491
  • Fix simultaneous dpad and left stick input by @Nightwalker743 in #1445
  • Fix range button scrolling in touchmode by @Nightwalker743 in #1446
  • Fix touchscreen click-drag cursor tracking by @Nightwalker743 in #1449
  • Fix hold gesture mouse click timing by @Nightwalker743 in #1450
  • fix: clear persona state and hide status picker on sign out by @ben-pearson in #1312
  • Show remaining storage space in Storage Manager by @ben-pearson in #1321
  • fix: Exclude custom games from compatibility filter by @joshuatam in #1412
  • chore: fexcore-2605 by @phobos665 and @linkq in #1422
  • don't block local launch when remote runs a non-Steam shortcut by @ben-pearson in #1396
  • fix: update child windows when parent geometry is changed by @AndreVto in #1436
  • Fix graphics glitches - Remove TU_DEBUG=deck_emu default. by @phobos665 in #1481
  • fix: add Korean and Romanian to language switcher, sort by ISO code by @linkq in #1349
  • i18n: extract booting splash tips into translatable string resources by @linkq in #1350
  • Fix RenPy workshop mod duplication by @Ivantyaj in #1394
  • fix: add game fix for Danganronpa 2 (STEAM 413420) by @tlt21 in #1301
  • fix(envvars): escape spaces on round-trip; fix crash on save by @jeremybernstein in #1429
  • sync offline achievements on reconnect by @xXJSONDeruloXx in #1268
  • fix: Cleanup/remove unused functions etc. by @phobos665 in #1362
  • Japanese translation by @utkarshdalal in #1475
  • fix: Improve process handling for reliable suspend/resume by @joshuatam in #1457
  • fix: Pause and resume PerformanceHudView with lifecycle by @joshuatam in #1463
  • Attempted added support for USB external storage by @utkarshdalal in #1476
  • fix Steam ForegroundServiceDidNotStartInTimeException crash by @phobos665 in #1485
  • fix Steam achievement timestamps by @phobos665 in #1473
  • fix(steam/download): close race that hangs Update/Verify at 0% by @jeremybernstein in #1434

New Contributors

Full Changelog: v0.9.2...v1.0.0-prerelease

Loading
Prostoy-user, nashamri, Kra-tos20, Monkeygamer2010, Verdixel, Renjo1999, Kelpgun, fabianschulz, lam41k, tangkenz, and 26 more reacted with thumbs up emoji Monkeygamer2010, Verdixel, Renjo1999, Kelpgun, Innersargento, JonathanBPD, montero3006, fenix222fox-hash, crutchcorn, psych0oR, and ElBuenMike reacted with laugh emoji Monkeygamer2010, Verdixel, Renjo1999, dewbea, Kelpgun, exurkun, JonathanBPD, Catpotatos, Syntrait, montero3006, and 13 more reacted with hooray emoji Kra-tos20, Monkeygamer2010, Verdixel, Renjo1999, Deathsoul56, leegao, Swanzzl, NooB9496, T2R2N2A2M2M, exurkun, and 13 more reacted with heart emoji Prostoy-user, Monkeygamer2010, Verdixel, Renjo1999, exurkun, JonathanBPD, Catpotatos, vesnanervah, montero3006, fenix222fox-hash, and 2 more reacted with rocket emoji Monkeygamer2010, Renjo1999, JonathanBPD, montero3006, fenix222fox-hash, psych0oR, and Zeranamu reacted with eyes emoji
55 people reacted

v0.9.2

09 May 10:59
@github-actions github-actions
cd1670f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Revert multicontroller support, fix controller issues on 0.9.1
  • Epic denuvo support, Hogwarts Legacy working (requires sign out of Epic and back in)
  • Correct half-texel offset in FSR RCAS sampling by @xXJSONDeruloXx in #1386
  • Ensure single-depot DLCs are not filtered by language (fixes Skyrim in Japanese) by @joshuatam in #1398
  • Exclude Steam China depots from download consideration (fixes Eastw ard in Chinese), requires log out and log inof Steam by @joshuatam in #1399
  • Fixed games showing as 0B if deleted from storage manager, fixed Resume button, other downloading improvements
  • Fix disabled mouse in Glibc - allow XI2 only on bionic container by @AndreVto in #1389

Full Changelog: v0.9.1...v0.9.2

Contributors

joshuatam, AndreVto, and xXJSONDeruloXx
Loading
Prostoy-user, Monkeygamer2010, aptonline, DarkSoul-12, githubuser1346, fabianschulz, adleguimaraes, Renjo1999, JohnStks, Urabeeee, and 29 more reacted with thumbs up emoji Renjo1999, Prostoy-user, Monkeygamer2010, gorillamoe, fenix222fox-hash, BERNARDO31P, Arthuttut, ahshddh, and AQSAMA reacted with laugh emoji DarkSoul-12, fabianschulz, Prostoy-user, adleguimaraes, Renjo1999, Monkeygamer2010, exurkun, gorillamoe, EDM115, fenix222fox-hash, and 3 more reacted with hooray emoji DarkSoul-12, k1m1nonawa4869, Prostoy-user, adleguimaraes, Renjo1999, Monkeygamer2010, vesnanervah, Deathsoul56, fenix222fox-hash, odorizzioficial, and 4 more reacted with heart emoji Prostoy-user, Monkeygamer2010, DarkSoul-12, adleguimaraes, Renjo1999, fenix222fox-hash, odorizzioficial, exurkun, Arthuttut, and Hamstar182 reacted with rocket emoji Renjo1999, Prostoy-user, Monkeygamer2010, fenix222fox-hash, and Arthuttut reacted with eyes emoji
48 people reacted

v0.9.2-prerelease

08 May 15:19
@github-actions github-actions

Choose a tag to compare

v0.9.2-prerelease Pre-release
Pre-release

What's Changed

  • Revert multicontroller support, fix controller issues on 0.9.1
  • Epic denuvo support, Hogwarts Legacy working (requires sign out of Epic and back in)
  • Correct half-texel offset in FSR RCAS sampling by @xXJSONDeruloXx in #1386
  • Ensure single-depot DLCs are not filtered by language (fixes Skyrim in Japanese) by @joshuatam in #1398
  • Exclude Steam China depots from download consideration (fixes Eastw ard in Chinese), requires log out and log inof Steam by @joshuatam in #1399
  • Fixed games showing as 0B if deleted from storage manager, fixed Resume button, other downloading improvements

Full Changelog: v0.9.1...v0.9.2-prerelease

Contributors

joshuatam and xXJSONDeruloXx
Loading
anoni111, PH6970, Monkeygamer2010, k1m1nonawa4869, Verdixel, fabianschulz, T2R2N2A2M2M, sjholland, Xpolo29, vesnanervah, and 4 more reacted with heart emoji Monkeygamer2010, k1m1nonawa4869, Verdixel, and sjholland reacted with rocket emoji Monkeygamer2010 and Verdixel reacted with eyes emoji
14 people reacted

v0.9.1

04 May 15:46
@github-actions github-actions
4faaf13
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Added since prerelease

  • LSFG-VK frame generation integration by @xXJSONDeruloXx in #1322
  • Fixes for games not appearing, DLC not appearing and some games showing as 0B.
  • Fixes for offline launches via frontends by @jeremybernstein in #1283
  • Fixes for frame rate cap, task manager, FSR fit scaling mode to preserve container aspect ration by @xXJSONDeruloXx
  • let XI2 throw error on unimplemented opcode (lets EA app install) by @AndreVto in #1354
  • Proton symlink fixes by @unbelievableflavour

From v0.9.1-prerelease

And many more:

New Contributors

Full Changelog: v0.9.0...v0.9.1

Loading
Justavinash09, anoni111, Monkeygamer2010, mnisius, xX9Boss6Xx, ricardoffs84-commits, Andrei7125, xronin01, JonathanBPD, PcACy, and 15 more reacted with thumbs up emoji Renjo1999 and Prostoy-user reacted with laugh emoji fabianschulz, anoni111, Monkeygamer2010, ow1f1y, CarpeDiemsNuts, xronin01, JonathanBPD, The1Renaissance, chronoss09, Rozurabu, and 5 more reacted with hooray emoji JLCareglio, NooB9496, T2R2N2A2M2M, Monkeygamer2010, sJebi, CarpeDiemsNuts, Inuart, gabryster, tangkenz, xronin01, and 14 more reacted with heart emoji Renjo1999 and Prostoy-user reacted with rocket emoji Renjo1999 and Theleafir1 reacted with eyes emoji
43 people reacted

v0.9.1-prerelease

29 Apr 10:51
@github-actions github-actions
bb9a75e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

v0.9.1-prerelease Pre-release
Pre-release

What's Changed

And many more:

New Contributors

Full Changelog: v0.9.0...v0.9.1-prerelease

Loading
Monkeygamer2010, lam41k, NuggetFangus, dewbea, Maxgames33, PhantasmProject, NuggerTime, Gick4ever1, The1Renaissance, ayrus33, and 4 more reacted with thumbs up emoji ChemGuy1611, Monkeygamer2010, sk-spike07, NuggetFangus, Maxgames33, NuggerTime, mdeenprint246-ctrl, The1Renaissance, zinosaure, and pnewinsi-spec reacted with hooray emoji NooB9496, nakheel77, JLCareglio, JonathanBPD, lam41k, linkq, Hs06aLKdgYHN2Z49, tangkenz, k1m1nonawa4869, W-e-a-t-e, and 12 more reacted with heart emoji ChemGuy1611, Monkeygamer2010, NuggetFangus, Maxgames33, NuggerTime, JLCareglio, and pnewinsi-spec reacted with rocket emoji
31 people reacted

v0.9.0

08 Apr 01:14
@github-actions github-actions

Choose a tag to compare

What's Changed

Fixes since prerelease:

Fixes from 0.9.0-prerelease:

And many more:

Read more
Loading
Monkeygamer2010, gorillamoe, 1315aaa, fabianschulz, Andrei7125, JonathanBPD, xronin01, nondetect, wensleyoliv, xdccrlz, and 24 more reacted with thumbs up emoji xronin01, Monkeygamer2010, xdccrlz, pollux78, Aharrr, fenix222fox-hash, Lethe-28, bendavid1, and developedbychris reacted with laugh emoji NagaseKouichi, TheGhostOfSmittyWerbenjagermanjensen, nakheel77, un-ro, Wispdesign, Monkeygamer2010, gorillamoe, 1315aaa, fabianschulz, faisalnormie, and 18 more reacted with hooray emoji Monkeygamer2010, gorillamoe, 1315aaa, fabianschulz, T2R2N2A2M2M, JonathanBPD, JohnStks, xronin01, ElBuenMike, vesnanervah, and 16 more reacted with heart emoji xronin01, Saramagrean, pollux78, LAKuEN, rabin-HE, rambhau, TheGhostOfSmittyWerbenjagermanjensen, zees-dev, Monkeygamer2010, gorillamoe, and 11 more reacted with rocket emoji Monkeygamer2010, 1315aaa, xronin01, fenix222fox-hash, and bendavid1 reacted with eyes emoji
64 people reacted

v0.9.0-prerelease

01 Apr 22:36
@github-actions github-actions

Choose a tag to compare

v0.9.0-prerelease Pre-release
Pre-release

What's Changed

And many more:

New Contributors

Full Changelog: v0.8.1...v0.9.0-prerelease

Loading
danieljuniormaza, Sunwukong22, Monkeygamer2010, 6u6lik6, Cacha21, mzym59, xronin01, niridya, John1986-glitch, and Aymandonia reacted with thumbs up emoji LAKuEN, xronin01, Trixarian, NunoWired, NuggetFangus, wensleyoliv, Verdixel, OtakuSenpai007, matthewclaussen, enigmaraft, and 9 more reacted with hooray emoji NooB9496, T2R2N2A2M2M, NagaseKouichi, NuggetFangus, twindragon6, Xpolo29, Verdixel, nakheel77, enigmaraft, exurkun, and 13 more reacted with heart emoji R3Akefit, exurkun, k1m1nonawa4869, Monkeygamer2010, Saramagrean, and xronin01 reacted with rocket emoji Monkeygamer2010 and xronin01 reacted with eyes emoji
46 people reacted

v0.8.1

15 Mar 17:23
@github-actions github-actions
778b8ba
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Added Steam achievement support!
  • Correctly install prerequisites like VCRedist, PhysX, XNA, etc by @unbelievableflavour
  • Add quick menu performance HUD overlay by @xXJSONDeruloXx in #777
  • Fix bug for Steam downloads where they get stuck on "Resume" in #767
  • Fix local saves being overwritten with cloud saves if connection lost during gameplay by @xXJSONDeruloXx in #791
  • Fixed infinite booting screens, black screens on boot and improved ability to download contents from our endpoints
  • Fixes Edit Container crashes on older Android versions by @Catpotatos in #753
  • Fix external game launches while app is open & avoid pop-ups on external launch by @phobos665 in #759
  • Added container config export/import for all platforms by @unbelievableflavour in #649
  • Added per-game auto-pause/resume settings by @xXJSONDeruloXx in #746
  • Fixed VirGL in Glibc containers - Will enable Mali users to play 2D games in Glibc by @Catpotatos in #763
  • Fixed touchpad input by @AndreVto in #725
  • Added language-support for gen 1 GOG downloader by @unbelievableflavour in #743
  • Added language support for Epic (also shrinks game sizes) by @unbelievableflavour in #754
  • Replace Toast with Compose Snackbar system by @jeremybernstein in #697
  • Show games on internal and external storage at the same time by @jeremybernstein in #781
  • Allow searching for game titles with diacritics removed by @danbruno in #712
  • add fexcore 2603 by @phobos665 in #723
  • remove trim for passwords to fix trailing spaces in some user passwords by @phobos665 in #736
  • Fix: Closing FileInputStream and BufferedReader on listRunningWineProcesses by @giovannygb in #756
  • refactor: deduplicate network connectivity checks by @jeremybernstein in #648
  • Fix app crash in race condition in DownloadInfo ETA by snapshotting speed samples by @unbelievableflavour in #755
  • fix: resume immediately when opening keyboard in manual suspend mode by @xXJSONDeruloXx in #779
  • Translation into Russian by @Denis11212 in #695

Bugfixes from v0.8.1-prerelease:

New Contributors

Full Changelog: v0.8.0...v0.8.1

Loading
exurkun, Monkeygamer2010, vordenken, ersincraft, xronin01, wensleyoliv, xXJSONDeruloXx, JonathanBPD, danieljuniormaza, minsanghtc-hub, and 19 more reacted with thumbs up emoji GoldFilth, FikerWondwosen, BaseMe2, creative-gamerz, Hanfos, xronin01, exurkun, Monkeygamer2010, ProDanTe69, charliesbot, and 12 more reacted with hooray emoji exurkun, Monkeygamer2010, xronin01, Aquib001, Rozurabu, xXJSONDeruloXx, T2R2N2A2M2M, NooB9496, nakheel77, vesnanervah, and 12 more reacted with heart emoji Monkeygamer2010, ZZDFXZ, andrewmccament, sarthakpranesh, felixfoxgrim21-crypto, and xronin01 reacted with rocket emoji Monkeygamer2010, ZZDFXZ, KeravanAlvar, sarthakpranesh, felixfoxgrim21-crypto, and xronin01 reacted with eyes emoji
53 people reacted

v0.8.1-prerelease

13 Mar 04:44
@github-actions github-actions

Choose a tag to compare

v0.8.1-prerelease Pre-release
Pre-release

What's Changed

  • Added Steam achievement support!
  • Correctly install prerequisites like VCRedist, PhysX, XNA, etc by @unbelievableflavour
  • Add quick menu performance HUD overlay by @xXJSONDeruloXx in #777
  • Fix bug for Steam downloads where they get stuck on "Resume" in #767
  • Fix local saves being overwritten with cloud saves if connection lost during gameplay by @xXJSONDeruloXx in #791
  • Fixed infinite booting screens, black screens on boot and improved ability to download contents from our endpoints
  • Fixes Edit Container crashes on older Android versions by @Catpotatos in #753
  • Fix external game launches while app is open & avoid pop-ups on external launch by @phobos665 in #759
  • Added container config export/import for all platforms by @unbelievableflavour in #649
  • Added per-game auto-pause/resume settings by @xXJSONDeruloXx in #746
  • Fixed VirGL in Glibc containers - Will enable Mali users to play 2D games in Glibc by @Catpotatos in #763
  • Fixed touchpad input by @AndreVto in #725
  • Added language-support for gen 1 GOG downloader by @unbelievableflavour in #743
  • Added language support for Epic (also shrinks game sizes) by @unbelievableflavour in #754
  • Replace Toast with Compose Snackbar system by @jeremybernstein in #697
  • Show games on internal and external storage at the same time by @jeremybernstein in #781
  • Allow searching for game titles with diacritics removed by @danbruno in #712
  • add fexcore 2603 by @phobos665 in #723
  • remove trim for passwords to fix trailing spaces in some user passwords by @phobos665 in #736
  • Fix: Closing FileInputStream and BufferedReader on listRunningWineProcesses by @giovannygb in #756
  • refactor: deduplicate network connectivity checks by @jeremybernstein in #648
  • Fix app crash in race condition in DownloadInfo ETA by snapshotting speed samples by @unbelievableflavour in #755
  • fix: resume immediately when opening keyboard in manual suspend mode by @xXJSONDeruloXx in #779
  • Translation into Russian by @Denis11212 in #695

New Contributors

Full Changelog: v0.8.0...v0.8.1-prerelease

Loading
ersincraft, exurkun, xwelx, Verdixel, Kra-tos20, xronin01, danieljuniormaza, Monkeygamer2010, AreChen, Mansive, and 6 more reacted with thumbs up emoji zixiai, Monkeygamer2010, and xronin01 reacted with laugh emoji bendavid1, exurkun, xwelx, Verdixel, xronin01, Monkeygamer2010, Arthotem, FikerWondwosen, and QuietMisdreavus reacted with hooray emoji exurkun, vesnanervah, T2R2N2A2M2M, xwelx, Verdixel, NooB9496, nakheel77, xronin01, Monkeygamer2010, Arthotem, and 3 more reacted with heart emoji exurkun, Saramagrean, xwelx, Verdixel, xronin01, Monkeygamer2010, and Arthotem reacted with rocket emoji Monkeygamer2010, Arthotem, xronin01, and user-7m865257 reacted with eyes emoji
27 people reacted
Previous 1 3 4 5 6 7
Previous

AltStyle によって変換されたページ (->オリジナル) /