Commit Graph

400 Commits (8f2169339d791be842c3a956765dec9a92a06e73)

Author SHA1 Message Date
Connor McLaughlin d0ace6ed5a Android: Reorder options in main menu 4 years ago
Connor McLaughlin e53ec0cc73 Android: Move a bunch of settings to advanced 4 years ago
Connor McLaughlin 5a0e4f85dd Settings: Enable cheat loading by default 4 years ago
Connor McLaughlin e17d37b8bc HostDisplay: Add stretch option 4 years ago
Connor McLaughlin a7e4d55d02 Move game settings apply to CommonHostInterface 4 years ago
Connor McLaughlin 8318cdb3c1 Move ImGui setup to common, and enable fullscreen UI in Qt 4 years ago
Connor McLaughlin 1fc53ff622 CommonHostInterface: Move settings interface pointer to base class 4 years ago
Connor McLaughlin 7501e89b7a System: Add path/image to game change notification 4 years ago
Connor McLaughlin 24c2165bb3 GPU: Allow closing window/app to interrupt shader compilation 4 years ago
Connor McLaughlin e7b9309567 GameSettings: Add PGXP projection precision 4 years ago
6lackmag3 63b04f6479
Update strings.xml
translation for "Show Resolution" added
4 years ago
Connor McLaughlin 4e10d100db Android: Don't show VRAM resolution in pt-BR 4 years ago
Connor McLaughlin 9f73791343 Android: Add Show Resolution option to display settings 4 years ago
Anderson_Cardoso 32ee362228
Android Update Strings (#1615)
* Android Update Strings 

Strings updated to latest.

* Update strings.xml

* Update strings.xml

Co-authored-by: Connor McLaughlin <stenzek@gmail.com>
4 years ago
Anderson_Cardoso a03eb9f352
Android Update Arrays
Arrays updated to latest.
4 years ago
Connor McLaughlin 3b5739eca8
Merge pull request #1600 from 6lackmag3/patch-4
Update strings.xml
4 years ago
6lackmag3 556913dad3
Update strings.xml
fix typos
4 years ago
6lackmag3 3857d2426d
Update strings.xml
fixes
4 years ago
Connor McLaughlin 4f75f2d266 Android: Move ImGui NewFrame/EndFrame to correct location 4 years ago
Connor McLaughlin 515b85fa36 Android: Set navigation bar colour to black 4 years ago
Connor McLaughlin 18114806f8
Merge pull request #1595 from andercard0/patch-75
Update Strings Pt-Br
4 years ago
Connor McLaughlin 6f22ea0ffa
Update strings.xml 4 years ago
Connor McLaughlin 590275a20e
Update strings.xml 4 years ago
Anderson_Cardoso d17833d6c6
Update Strings Pt-Br
Updated to latest. 

Note: 

- OSD still missing

- There is a "r" letter that i guess need to be removed as follows: 

duckstation / android /app/ src/ main/ res/ values-pt-rBR

Should be: pt-BR only
4 years ago
Anderson_Cardoso 482fdc8f35
Update Arrays Pt-br
Update to latest.
4 years ago
Connor McLaughlin 275fedbaf2 Android: Compile fix 4 years ago
Connor McLaughlin 3bc34d40a1 Android: Fix a possible crash when main recreates 4 years ago
Connor McLaughlin 1a63edec27 Android: Use save on exit option as default for resume 4 years ago
Connor McLaughlin 6ad2b72c2e Android: Add graphical save/load state selector 4 years ago
6lackmag3 76bf5b5aa2
Update arrays.xml
fix misleading translation
4 years ago
Connor McLaughlin 39a4aafee5 Android: Make sure EmulationActivity is exported 4 years ago
Connor McLaughlin d4997c6fb9 Android: Manually scale axis values instead of using motion range 4 years ago
Connor McLaughlin 469010868e Android: Add missing menu file 4 years ago
Connor McLaughlin 929863e7d6
Merge pull request #1576 from falsepopsky/updateSpanish
updated spanish translation
4 years ago
Connor McLaughlin 2029702eda Android: Add option to manually inject a path into the game list 4 years ago
falsepopsky 4c0d3c5c9d fixed some misleading translation in android spanish, also updated to latest duckstation-qt_es 4 years ago
Connor McLaughlin 55b61e9030 Android: Add Russian to language override list 4 years ago
Connor McLaughlin 62fe03782e
Merge pull request #1555 from 6lackmag3/master
Russian translation for Android
4 years ago
6lackmag3 c7e08ec420
Create strings.xml
strings for Russian translation
4 years ago
6lackmag3 ad2fd0d682
Create arrays.xml
arrays for Russian translation
4 years ago
6lackmag3 2a6ac1115a
Update strings.xml
with -> wish
4 years ago
Connor McLaughlin 85b4a02f20 Fix Android build 4 years ago
Connor McLaughlin 98b4101cd7 Settings: Expose Save() method to interface 4 years ago
Connor McLaughlin e697d9aa33 HostDisplay: Move imgui context creation to base class 4 years ago
Anderson_Cardoso 99bedb0f0b Android Updated some missing Strings to latest.
Yo, @stenzek

Please note that I'm really not sure if this is right or not.. if something is wrong please let me know and will redo it.

Added Missing Strings

- Main Menu
Controller Mapping

- Settings
Game Directories / Summary Game Directories

- Theme
Theme / Array

- Sync to host refresh rate
Settings as well as Summary

- Audio
audio resampling / summary

- Controller Mapping
controller mapping / summary

- Enhancements
disable enhancements / summary

Advanced
- Sustained Performance / summary
- Threaded GPU Presentation / summary
- Optimal frame pacing / Summary
4 years ago
Anderson_Cardoso b43b24ce8d Android Updated Some Missing Arrays
Updated some missing arrays for Portuguese language translation.
4 years ago
Connor McLaughlin 84dd24902c Android: Fix incorrect setting key for FF volume 4 years ago
Connor McLaughlin 678ef7d7b6 Android: Add Spanish to language override selector 4 years ago
falsepopsky e8515322f4 added missed strings <display all frames> for values-es 4 years ago
falsepopsky 24c7021d0c new language translation for android => Spanish, also updated and fixed the last duckstation-qt_es translation to latest 4 years ago
Connor McLaughlin 9ada3c8e6f Settings: Rename 'Display All Frames' to 'Optimal Frame Pacing' 4 years ago
Connor McLaughlin 4bb3fb48f9 System: Add a new throttler/pacer which can catch up on lost time
This can result in worse frame pacing, so if you have a decent machine
you'll probably want to turn on "display all frames" in display
settings.

But, it's sadly needed for Android.
4 years ago
Connor McLaughlin 35dc530b9a Android: Pin emu thread to exclusive cores where supported 4 years ago
Connor McLaughlin b96136a9ec Android: Fix crash when loading input profile ingame 4 years ago
Connor McLaughlin 0b4363679c Android: Block for window changes/surface destruction 4 years ago
Connor McLaughlin a84bf0d8cf Android: Support PSFs in game list 4 years ago
Connor McLaughlin b107cdee53 Android: Add manual disc change from file 4 years ago
Connor McLaughlin 59810bf8db Android: Add game directory list editor 4 years ago
Connor McLaughlin 3c3bfdea93 Android: Don't call toast methods off UI thread 4 years ago
Connor McLaughlin 0dee202095 Android: Disable PGXP options when geometry correction disabled 4 years ago
Connor McLaughlin a0ca20a821 Android: Defer rotation request until after start
Fixes messed-up state when orientation is set.
4 years ago
Connor McLaughlin 5b4aff5edf Android: Fix possible reference overflow when scanning 4 years ago
Connor McLaughlin f5188c7fef Android: Default to digital controller type for mapping port 1 4 years ago
Connor McLaughlin fb48e8f093 Android: Fix a possible exception when refreshing game list 4 years ago
Connor McLaughlin ffa3744b3b Settings: Add 20:9 display aspect ratio 4 years ago
Connor McLaughlin 3b433d8d3e Android: Add sustained performance mode option 4 years ago
Connor McLaughlin 6ad8a6666c Android: Enable resampling by default 4 years ago
Connor McLaughlin 434f75658c Android: Fix incorrect code in key list 4 years ago
Connor McLaughlin a27f220f79 Android: Support binding volume buttons 4 years ago
Connor McLaughlin 37f9f118c4 Android: Add 'Open Pause Menu' hotkey 4 years ago
Connor McLaughlin 60232c390a Android: Use checkbox list for patch codes/cheats 4 years ago
Connor McLaughlin 5746dcdbd4 Android: Fix build 4 years ago
Connor McLaughlin b5ffbfe826 Qt: Fix audio sliders not applying correctly 4 years ago
Connor McLaughlin c18fa06f0c Android: Add 'Sync To Host Refresh Rate' option 4 years ago
Connor McLaughlin 5769830b72 Android: Fix incorrect string refresh in audio settings 4 years ago
Connor McLaughlin ce965e89ca Qt/Android: Add help text for resampling, turn on by default 4 years ago
Connor McLaughlin 5996945b37 Android: Use Java thread for emulation thread 4 years ago
Connor McLaughlin 4fafb34251 CommonHostInterface: Move input map update to frontend
Fixes controller state getting reset when loading input profile.
4 years ago
Connor McLaughlin b0398f5aa7 Qt: Add shutdown without saving menu option 4 years ago
Connor McLaughlin f606999a04 Android: Fix analog stick as dpad in digital mode option 4 years ago
Connor McLaughlin 9708332a80 Android: Make tab titles game properties translatable 4 years ago
Connor McLaughlin fc3780815d Android: Reformat Java sources 4 years ago
Connor McLaughlin 600e8d5dd0 Android: Fix fab background colour in dark mode 4 years ago
Connor McLaughlin 4eee5ebdb7 Android: Add per-game settings and properties UI 4 years ago
Connor McLaughlin 7f008ea5c7 Android: Normalize controller binding text size 4 years ago
Connor McLaughlin bea6f0beb4 Android: Fix incorrect version string on build 4 years ago
Connor McLaughlin 22bb64e7b0 Android: Add hotkey binding support 4 years ago
Connor McLaughlin 3cb2cd8235 GPU: Add adaptive and box downsampling modes 4 years ago
Connor McLaughlin 68ce959d70 Settings: Add option to temporarily disable all enhancements 4 years ago
Connor McLaughlin 1b99233466 Android: Add analog-stick-as-dpad option to controller settings 4 years ago
Connor McLaughlin 0aa3b6b399 Android: Controller binding support 4 years ago
Connor McLaughlin 6bf37f51be Android: Add controller interface class 4 years ago
Connor McLaughlin cbcb8b4b89 Android: Add dark theme 4 years ago
Connor McLaughlin 59b9e4b2ef Android: Hook up most of the settings interface mutators 4 years ago
Connor McLaughlin 702ed21207 HostDisplay: Add threaded presentation for Vulkan renderer
Can add a significant speedup for fast forward. Automatically disabled
when vsync is enabled.
4 years ago
Anderson_Cardoso b67b770c5d
Android Update Strings to latest 4 years ago
Connor McLaughlin 744cfbd924 Frontends: Add PGXP Depth Buffer options 4 years ago
Albert Liu 189656cbc4 CommonHostInterface: Fully clear controller section before loading profile 4 years ago
Connor McLaughlin d130fc9465 Android: Possible fix for white overlay with controller 4 years ago
Margen67 b7534015e0 Use proper 21:9 aspect ratio, add 32:9 4 years ago
Connor McLaughlin c95ccbcb5e Android: Add Auto (Game Native) aspect ratio 4 years ago
Connor McLaughlin 2c35a552d5
Merge pull request #1214 from andercard0/patch-46
Android update Strings to latest
4 years ago
Anderson_Cardoso 2c89178895
Android update Strings to latest 4 years ago
Anderson_Cardoso e0679b216e
Android Update Arrays to latest. 4 years ago
Connor McLaughlin 3ed429772d Android: Fix touchscreen controller being instantiated when disabled 4 years ago
Connor McLaughlin 4bcf8b3ce9 Android: Fix nav/notification bar getting stuck when editing layout 4 years ago
Connor McLaughlin d7c3a0137f Android: Support editing touchscreen controller layout 4 years ago
Connor McLaughlin 76c945a6e3 Android: Auto-formatting 4 years ago
Connor McLaughlin abb0a1987d Android: Fix force analog on reset 4 years ago
Connor McLaughlin a391ba1622 Android: Clean up local references on emu thread and loops
Should hopefully fix the runtime killing our app on some devices.
4 years ago
Connor McLaughlin ae9c4c48f4 Android: Fix fast forward volume label 4 years ago
Dennis H b1d7f7b156 replaced tabs by spaces from copied text 4 years ago
Dennis H e3744688e1 added missing strings 4 years ago
Connor McLaughlin 20d4cec4d6
Merge pull request #1179 from andercard0/patch-42
Android Update Pt-Br
4 years ago
Connor McLaughlin 53962b32b0
Merge pull request #1178 from andercard0/patch-41
Android Update Pt-Br
4 years ago
Connor McLaughlin 523dda47fa Android: Add Dutch translation 4 years ago
Anderson_Cardoso d5df266373
Android Update Pt-Br
Update Settings to latest
4 years ago
Anderson_Cardoso 66013e44d4
Android Update Pt-Br
Arrays update.
4 years ago
Connor McLaughlin 300510f20a Android: Add language override setting 4 years ago
Connor McLaughlin 98766a490f Log: Change success to verbose and move down in ordering 4 years ago
Connor McLaughlin 678146b907 HostInterface: Add separate volume control for fast forwarding 4 years ago
Connor McLaughlin 25fb3c01c3 Andorid: Add partial Italian translation 4 years ago
Connor McLaughlin 03ea80d130 Android: Add threaded rendering to advanced options 4 years ago
Connor McLaughlin 5c2efd880d Android: Add Brazilian Portuguese translation 4 years ago
Connor McLaughlin e340963c99 Android: Replace inline strings with string resource references 4 years ago
Connor McLaughlin c8f33e340b Revert "CommonHostInterface: Don't use sleep throttle when syncing to audio at standard speed"
This reverts commit 922e17f677.
4 years ago
Connor McLaughlin ead1be4728 Android: Add version, GitHub, Discord to app 4 years ago
Connor McLaughlin 922e17f677 CommonHostInterface: Don't use sleep throttle when syncing to audio at standard speed 4 years ago
Connor McLaughlin 8ad9dcb1ac Android: Add CD-ROM preload option 4 years ago
Connor McLaughlin 98f70e9b51 HostDisplay: Add 5:4 and 3:2 aspect ratios 4 years ago
Connor McLaughlin eaafd0a00c Cheats: Support parsing built-in database 4 years ago
Connor McLaughlin cf75282078 Android: Add missing call to ApplyGameSettings 4 years ago
Connor McLaughlin b6b2d66d99 Android: Restore ABI filters 4 years ago
Connor McLaughlin bb1e3a0692 Android: Display covers in game list 4 years ago
Connor McLaughlin 38e3b2a28a Android: Display compatibility rating in game list 4 years ago
Connor McLaughlin 5fd5d89b23 Android: Include data files in APK 4 years ago
Connor McLaughlin 12caa79178 Android: Use APK assets for HostInterface::OpenPackagePath 4 years ago
Connor McLaughlin bf2e38aed5 CPU/Recompiler: Implement LUT-based fastmem 4 years ago
Connor McLaughlin b49067d165 Build: Fix Android armv8 performance regression 4 years ago
Connor McLaughlin a6529a9537 Android: Enable armeabi-v7a builds 4 years ago
Connor McLaughlin 2d3fd621bf Settings: Add 19:9 aspect ratio 4 years ago
Connor McLaughlin c3526adb69 Android: Fix opening controller menu unpausing 4 years ago
Connor McLaughlin 82ffb1bc81 Android: Implement vibrate-on-press and dualshock vibration 4 years ago
Connor McLaughlin cf2d9b86b0 Android: Bump minimum version to 23 (Android 6.0 Marshmellow)
5.0 seems to have various issues...
4 years ago
Connor McLaughlin 3e6bc0e10d Android: Implement disc changing via playlists 4 years ago
Connor McLaughlin 4701d2480d Android: Display game code in list 4 years ago
Connor McLaughlin c1de8c32c1 Android: Provide game list file title to Java-side 4 years ago
Connor McLaughlin d23b9b508d Android: Add option to force screen rotation 4 years ago
Connor McLaughlin fb4ebabee5 Android: Add option to pause when menu is open 4 years ago
Connor McLaughlin b2c8e9e31e Android: End emulation activity if not valid on returning 4 years ago
Connor McLaughlin 8f74d4718f Android: Fix crash if activity is killed before returning 4 years ago
Connor McLaughlin c18278e664 Android: Support starting emulation activity externally
Should hopefully work for third-party launchers.
4 years ago
Connor McLaughlin 74942443d3 Android: Add patch code (cheat) import 4 years ago
Connor McLaughlin 8cb89636eb Android: Empty audio buffers when returning from activity 4 years ago
Connor McLaughlin f68ad7d0c3 Android: Fix wait for emulation thread returning early 4 years ago
Connor McLaughlin 5635ee1d7c Android: Add 'No Edge Blending' texture filtering modes 4 years ago
Connor McLaughlin a17e15f176 Android: Remove duplicate speed limiter option from settings 4 years ago
Connor McLaughlin f94fef11ac Android: Display version in title 4 years ago
Connor McLaughlin e457d4ca0c Android: Move settings icon to action bar 4 years ago
Connor McLaughlin 8816c5048d Android: Add CPU overclocking option 4 years ago
Connor McLaughlin 2b66492ed8 HostInterface: Add proper turbo speed setting 4 years ago
Connor McLaughlin d5a5969bd4 Revert "Android: Enable sustained performance mode"
This reverts commit 96ff8c87e5.
4 years ago
Connor McLaughlin 5a93760af9 Android: Fix some crashes reported via Play Store 4 years ago
Connor McLaughlin efc0a7391d Android: Add presented frame limit option 4 years ago
Connor McLaughlin 96ff8c87e5 Android: Enable sustained performance mode 4 years ago
Connor McLaughlin 7dc71027cf Android: Add chroma smoothing enhancement 4 years ago
Connor McLaughlin d16b5a6721 Android: Add MSAA to enhancements 4 years ago
Connor McLaughlin 7ce55ca800 Android: Fix race/crash when switching away/back to the emulation activity 4 years ago
Connor McLaughlin 80a377d45a Android: Defer renderer changes to restart
Apparently it doesn't like changing surface types.
4 years ago
Connor McLaughlin 9a7999f158 Android: Format Java code 4 years ago
Connor McLaughlin 076d3d3479 Android: Add Start File to main activity menu 4 years ago
Connor McLaughlin e22c7608e3 Android: Scan on background thread and show progress 4 years ago
Connor McLaughlin 5084c90e08 Android: Rename cheats to patches 4 years ago
Connor McLaughlin de3696be4c Android: Add multiple save slots 4 years ago
Connor McLaughlin 47eede06c8 Android: Move OSD options to Display category 4 years ago
Connor McLaughlin 942df40fe7 Android: Add missing advanced settings tab 4 years ago
Connor McLaughlin 7566c45f64 CPU/Recompiler: Implement fastmem 4 years ago
Connor McLaughlin d950779662 Android: Use alert not toast for BIOS import error 4 years ago
Connor McLaughlin e5cdb7751b Android: Prevent OOM when importing invalid BIOSes 4 years ago
Connor McLaughlin e78ea2b60e Android: Fix crash on startup 4 years ago
Connor McLaughlin 8b6309aff6 Android: Add volume control to settings 4 years ago
Connor McLaughlin ad827155e6 Android: Re-add missing audio options 4 years ago
Connor McLaughlin e7945b422f Android: Split settings into tabs 4 years ago
Connor McLaughlin 2a824751e7 Android: Improve external controller/add auto-hide touch option 4 years ago
Connor McLaughlin 3b6b7007b3 OpenSLESAudioStream: Add additional logging 4 years ago
Connor McLaughlin 8b3db72677 Android: Add logging options to settings 4 years ago
Connor McLaughlin eb89bbd909 Android: Fix right stick/L2/R2 on external controller 4 years ago
Connor McLaughlin 962f3407b4 Android: Add OpenSL ES audio backend 4 years ago
Connor McLaughlin 2ce9baa8ad Android: Fix possible crash in TouchscreenControllerView 4 years ago
Connor McLaughlin 7775774761 Android: Fix game controller input being ignored 4 years ago
Connor McLaughlin 6716b8e8ba Android: Add 16:10 aspect ratio option 4 years ago
Connor McLaughlin d39c9f5d1c Clean up some compiler warnings 4 years ago
Connor McLaughlin 671033fdd2 Android: Fix disabling save state on exit not working 4 years ago
Connor McLaughlin 10d42446f4 Android: Tweak some help text for options, add PGXP precision 4 years ago
Connor McLaughlin b612958daa Android: Add some audio settings 4 years ago
Connor McLaughlin 13a9411b07 Android: Add BIOS importer 4 years ago
Connor McLaughlin 423054e8ac Android: Fix ANR when boot fails 4 years ago
Connor McLaughlin 897f2dadf8 Android: Add analog touchscreen controls 4 years ago
Connor McLaughlin e7bf22c31f Android: Possible fix for multi-touch-stuck issue 4 years ago
Connor McLaughlin ed5527b6d8 Android: Make dpad usable in corners 4 years ago