Henrik Rydgård
c56ef2191f
Android: More deprecation fixes
2026-01-19 15:47:43 +01:00
Henrik Rydgård
8560ed697d
Modernize the gradle setup a little more.
2026-01-19 15:47:40 +01:00
Henrik Rydgård
9860472c86
Make compatible with gradle plugin 9.0, update version of some deps
2026-01-19 15:47:40 +01:00
Henrik Rydgård
6ca0421002
Replace com.gladed.androidgitversion with a bunch of kotlin
2026-01-19 15:47:40 +01:00
Henrik Rydgård
6e5d8634de
Some android cleanups
2026-01-19 15:47:40 +01:00
Henrik Rydgård
f4dbff0f14
Merge branch 'master' into aemu_postoffice_integrate_v2
2026-01-19 11:40:38 +01:00
Henrik Rydgård
41ee923c8c
See if this is enough to get debug symbols on Play
2026-01-18 00:13:10 +01:00
Katharine Chui
bf30de1527
initial github.com/kethen/aemu_postoffice integration ported from github.com/kethen/aemu
2026-01-11 18:53:54 +01:00
Henrik Rydgård
e6e82c9ad3
Add java-side prefix filtering for ContentUri directory listing
2026-01-09 10:12:15 +01:00
Henrik Rydgård
e33ff46ffd
Extract the rewind code from SaveState.cpp, to make it more managable.
2026-01-08 22:22:46 +01:00
Henrik Rydgård
70f1488416
Implement a unicode-char keyboard event on Android.
...
This fixes the ImDebugger when trying to use it with a bluetooth
keyboard, and also fixes other types of text input from bluetooth
keybaords on Android.
However, the ImDebugger is currently very crash-prone on Android since
it crashes on layout changes. This will be fixed separately.
2026-01-07 19:12:15 +01:00
Henrik Rydgård
cadbe3a2e0
Speedup text rendering on Android slightly, eliminate possible assert
2026-01-02 14:20:20 +01:00
Henrik Rydgård
9d620c195e
Android: Catch a possible exception while assigning shortcut icons
2026-01-02 14:20:20 +01:00
Henrik Rydgård
77ec5c7c50
Buildfixes
2025-12-19 16:20:30 +01:00
Henrik Rydgård
18a67b82d2
Do the same with KeyInputFlags. Fix minor UI misalignments
2025-12-19 13:41:58 +01:00
Henrik Rydgård
481d0fd18c
Switch TouchInputFlags to enum class, fix some minor UI issues
...
Scroll views now only wheel-scroll if the mouse is hovering over them.
2025-12-19 11:38:56 +01:00
Henrik Rydgård
c2d8752876
Bump the ffmpeg submodule.
2025-12-15 17:28:36 +01:00
Henrik Rydgård
5b7b1f76eb
Add an in-app crash history viewer to Developer Tool on Android (v30+)
2025-12-15 17:16:47 +01:00
Henrik Rydgård
04decd6459
NDK bump
2025-12-15 12:23:53 +01:00
WalnutTreeDev
8b3e7fb346
Add android fallback when nintendo switch left joycon keyCode event is invalid
2025-11-30 22:39:08 +00:00
Henrik Rydgård
b8fced5b41
Path code cleanup, move some UI code ( #21037 )
...
* Move a bunch of path logic into Core/Util/PathUtil.cpp/h
.
* Move GameImageView out from SaveDataScreen
* More cleanup, add a translation string
2025-11-25 00:44:24 +01:00
Henrik Rydgård
bf9493910a
Rework some IAP/Gold UI. Minor title screen tweak
2025-11-23 21:55:25 +01:00
Henrik Rydgård
21026a38d7
Change Android launch mode to singleInstance, work-around minor text wrapping issue
2025-11-23 20:04:19 +01:00
Henrik Rydgård
217e7c94a4
Merge pull request #20987 from sum2012/android-setting
...
Fix gradle in Android studio 2025.2.1
2025-11-22 23:32:53 +01:00
Henrik Rydgård
9a8176508d
Fix issue with the new inset code (forgot to take cutouts into account)
2025-11-22 10:30:26 +01:00
Henrik Rydgård
defd21cc90
Android: Rework UI insets handling ( #21007 )
...
* During game load, place the loading screen where the game will appear
* Android: Merge NativeActivity into PpssppActivity
* Rework window insets handling on Android
* Main screen: Display the path on its own line in portrait mode
* Make the "Fullscreen" setting on Android separate between portrait and landscape
2025-11-16 10:43:58 +01:00
Henrik Rydgård
8052c15f61
Fix references to the old font files
2025-11-14 10:10:44 +01:00
sum2012
abc0da7218
Fix gradle in Android studio 2025.2.1
...
By Gemini Agent
2025-11-11 20:34:58 +08:00
Henrik Rydgård
2fce2da709
Apply the font system rework to Android as well
2025-11-09 08:52:21 +01:00
Henrik Rydgård
6d1973edfb
Add banners on the top of settings pages, if editing game-specific settings show the icon.
2025-11-09 08:51:41 +01:00
Henrik Rydgård
833f80421f
Delete some obsolete code
2025-11-06 23:44:55 +01:00
Henrik Rydgård
cfe807baed
Android refactor: Move all contentUri utilities to the new class ContentUri
2025-11-06 23:44:55 +01:00
Henrik Rydgård
f8d1699552
Switch the Android build over to use shared libc++. This is prep for switching to Oboe for audio.
2025-11-03 16:08:11 +01:00
Henrik Rydgård
e37c0cbef3
Introduce SimpleBaseDialogScreen, TabbedBaseDialogScreen's simpler cousin
2025-10-29 08:39:59 +01:00
Henrik Rydgård
69aa84e3b0
Split out the backgrounds and base screen classes from MiscScreens.h
2025-10-29 00:02:43 +01:00
Henrik Rydgård
5826b61d95
Extract some useful view classes from UploadScreen, use on CreditsScreen
2025-10-28 15:32:45 +01:00
Henrik Rydgård
9ed3fc0eaa
Some work on the credits screen, main screen
2025-10-28 11:27:31 +01:00
Henrik Rydgård
dc682fb2c8
Basic upload via web browser support, only single file almost works
2025-10-27 12:20:24 +01:00
Henrik Rydgård
c686d48268
Add prototype Upload screen and a couple new icons. Some refactoring.
2025-10-27 12:20:20 +01:00
Henrik Rydgård
7b743071d2
Prepare for adding more sensible back buttons to TabbedDialogScreen portrait mode
2025-10-23 12:46:07 +02:00
Henrik Rydgård
2ee0b00134
Converting the gradle setup to modern
2025-10-22 12:18:12 +02:00
Henrik Rydgård
630529e25f
build.gradle: Don't set platform version for NDK, it's automatic
2025-10-22 00:12:41 +02:00
Henrik Rydgård
042cf87248
Rework the present mode settings, refactor.
2025-10-20 21:28:38 +02:00
Henrik Rydgård
80bd32325c
Move the present mode from the CreateInfo to InitSwapchain
2025-10-20 16:33:34 +02:00
Henrik Rydgård
6338832015
Vulkan: Smoothly recreate the swapchain using oldSwapchain on "resize" on Windows
2025-10-20 15:42:34 +02:00
Henrik Rydgård
ff5dea821b
New jit viewer is starting to work a bit.
2025-10-08 16:59:25 -06:00
Henrik Rydgård
115c87d11c
Android buildfix
2025-09-23 12:10:15 -06:00
Henrik Rydgård
9ac80460d2
Break out the SystemInfoScreen from DevScreens.cpp
2025-09-23 11:21:32 -06:00
Henrik Rydgård
63f9fb73be
Split out the atlas code from Theme.cpp into UIAtlas.cpp
2025-09-18 10:54:48 -06:00
Henrik Rydgård
09b6d25ab2
Update old scripts
2025-09-17 09:49:54 -06:00