Henrik Rydgård
|
1025bbcf89
|
Log level/type: Use enum class instead of the awkward namespace trick.
Just a small cleanup I've wanted to do for a long time.
|
2023-08-25 11:48:59 +02:00 |
|
Henrik Rydgård
|
dfe187df1e
|
Allow disabling HTTPS through the config file
Simply set:
```ini
[General]
DisableHTTPS = True
```
Added to help debug issue #17969
|
2023-08-24 21:28:30 +02:00 |
|
Henrik Rydgård
|
60492ae579
|
Make System_ShowFileInFolder a "request"
Also makes support queryable.
Lets us remove the dummy implementations.
|
2023-08-24 14:22:35 +02:00 |
|
Henrik Rydgård
|
a84cb357dc
|
Comment fixes, adjust a couple of sleeps
|
2023-08-13 17:57:46 +02:00 |
|
Henrik Rydgård
|
0477ba8c78
|
Core.cpp: Some slight simplifications
|
2023-08-10 17:15:56 +02:00 |
|
Henrik Rydgård
|
bcae36d8cb
|
Merge NativeUpdate and NativeRender, we always call them together.
|
2023-08-07 22:50:57 +02:00 |
|
Henrik Rydgård
|
ab6e902fea
|
Make naett work on Android, UWP, Mac. Exclude on Linux
|
2023-07-21 10:28:31 +02:00 |
|
Henrik Rydgård
|
85f5136a81
|
Add a GetProperty query for the git version
|
2023-07-20 10:57:52 +02:00 |
|
Henrik Rydgård
|
2537f76277
|
UI: Add a basic FileChooserChoice view
|
2023-07-16 12:14:40 +02:00 |
|
Henrik Rydgård
|
c363cccc58
|
Java dialog requests: Simplify handling, more unique error codes
|
2023-07-15 12:24:00 +02:00 |
|
Henrik Rydgård
|
63144340f5
|
First-boot memstick screen: Attempt to fix some logic holes
This handles some cases better that I don't really see how they can
happen, but who knows. Intended to help #17683
|
2023-07-12 11:29:24 +02:00 |
|
Henrik Rydgård
|
f33660b033
|
Oops, deleted a line too much. Fixes a weird storage permission issue.
|
2023-07-06 21:48:39 +02:00 |
|
Henrik Rydgård
|
16efa1d877
|
Merge pull request #17672 from hrydgard/android-show-exceptions
Android: Show some Java exceptions as they happen
|
2023-07-06 20:24:06 +02:00 |
|
Henrik Rydgård
|
bc35c3341f
|
Allow putting a user string in reported java exceptions
|
2023-07-06 19:21:19 +02:00 |
|
Henrik Rydgård
|
9d877106d7
|
Android: Report various exceptions that we catch to the user if they happen
This can let users help debug some obscure cases.
|
2023-07-06 19:06:27 +02:00 |
|
Henrik Rydgård
|
e1060c80ff
|
Merge pull request #17671 from hrydgard/android-message-cleanup
Android string message cleanup
|
2023-07-06 19:06:14 +02:00 |
|
Henrik Rydgård
|
84fffec4f3
|
Switch all NativeMessageReceived to System_PostUIMessage
|
2023-07-06 17:26:02 +02:00 |
|
Henrik Rydgård
|
ac4506e389
|
Stop "messages from java" to leak out to NativeMessageReceived except where explicitly allowed
|
2023-07-06 17:13:04 +02:00 |
|
Henrik Rydgård
|
de96926d2e
|
Android input: Filter axis messages for duplicates. Assorted fixes and cleanup.
|
2023-07-06 12:29:27 +02:00 |
|
Henrik Rydgård
|
fc3f7da3af
|
TouchTestScreen: Have 8 entries logged instead of 2.
|
2023-07-06 11:48:25 +02:00 |
|
Henrik Rydgård
|
d23f659533
|
Android and iOS buildfixes
|
2023-06-30 17:35:27 +02:00 |
|
Henrik Rydgård
|
38f174eab4
|
Add query for system text input
|
2023-06-22 08:58:30 +02:00 |
|
Henrik Rydgård
|
7cc8c6cea4
|
OSD: Add semantics, move the the OSD state to common (while keeping the renderer in the UI).
|
2023-06-20 14:40:46 +02:00 |
|
Henrik Rydgård
|
2675d6ea43
|
Input event and device enums (#17514)
* Switch deviceID from int to enum InputDeviceID, globally
* Switch axisId to enum InputAxis
* Change int keycodes to InputKeyCode where it makes sense.
* SDL input buildfix
* SDL keycode buildfix
* Switch on enum warning fixes
* Qt keycode buildfix
* iOS keycode buildfix
* UWP keycode buildfix
* More iOS buildfix
* More iOS buildfix
* Update DinputDevice.cpp
|
2023-05-26 18:40:13 +02:00 |
|
Henrik Rydgård
|
4f1be34f24
|
Revert "Remove the Android display resolution selector"
This reverts commit ea0eaa31e6.
|
2023-05-17 09:37:15 +02:00 |
|
Lubos
|
0447b2b78a
|
OpenXR - Cleanup unsupported features, support Android 12
|
2023-05-03 19:41:23 +02:00 |
|
Henrik Rydgård
|
91be4cfeb6
|
typo fix
|
2023-04-29 16:15:48 +02:00 |
|
Henrik Rydgård
|
6945deec01
|
Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy
|
2023-04-28 21:04:05 +02:00 |
|
Henrik Rydgård
|
075ccc0821
|
Android: Update target version to SDK 33
Which corresponds to Android 13.
Additionally removes redundant version lines from the manifest, and
includes a small warning fix.
|
2023-04-18 10:27:06 +02:00 |
|
Henrik Rydgård
|
38f4cc4cc9
|
Make reverse mapping lookup work for the simple PSP buttons.
|
2023-03-31 11:05:29 +02:00 |
|
Henrik Rydgård
|
d586ec0d5e
|
Don't create Host objects except in headless/unittest
|
2023-03-25 10:47:01 +01:00 |
|
Henrik Rydgård
|
9e125eeba7
|
Remove NotifyUserMessage from Host
|
2023-03-25 10:32:09 +01:00 |
|
Henrik Rydgård
|
b440e28e38
|
Remove System_SendMessage!
iOS, Qt buildfixes
|
2023-03-22 23:52:51 +01:00 |
|
Henrik Rydgård
|
4c99712b60
|
And "immersive", "audio_resetDevice"
|
2023-03-22 23:52:38 +01:00 |
|
Henrik Rydgård
|
ac47476253
|
And share_text, toast, recreate
|
2023-03-22 23:52:25 +01:00 |
|
Henrik Rydgård
|
87d0c21f14
|
Make proper requests for the external hardware commands (gps, microphone, camera)
|
2023-03-22 23:52:25 +01:00 |
|
Henrik Rydgård
|
5a55fd5fd3
|
And replace "graphics_restart", "toggle_fullscreen", etc
|
2023-03-22 23:52:15 +01:00 |
|
Henrik Rydgård
|
410b35fba3
|
Get rid of "finish" and "setclipboardtext" messages, replace with requests.
|
2023-03-22 22:17:26 +01:00 |
|
Henrik Rydgård
|
b7350f3cbf
|
Fix folder browser on Android and Windows
|
2023-03-22 19:25:35 +01:00 |
|
Henrik Rydgård
|
7718c06dd1
|
Port UWP file browser, fix UWP image browser
|
2023-03-22 15:36:14 +01:00 |
|
Henrik Rydgård
|
70f0ac04af
|
Port the file browser spawned by the Load button to the new request stuff
|
2023-03-22 15:36:14 +01:00 |
|
Henrik Rydgård
|
0403bbf084
|
Make the new image selection path work on Android as well.
|
2023-03-22 14:53:07 +01:00 |
|
Henrik Rydgård
|
e9f5394f59
|
Move the Windows open file dialog to the new system, switch the background image selector over.
|
2023-03-22 14:53:07 +01:00 |
|
Henrik Rydgård
|
de064e210e
|
Replace the inputbox queue with a more generic RequestManager.
|
2023-03-22 12:41:11 +01:00 |
|
Henrik Rydgård
|
06fcc9ccd7
|
Add System_Notify
|
2023-03-21 13:37:16 +01:00 |
|
Henrik Rydgård
|
d3955b42bb
|
Rename some system functions, merge the Launch* ones.
android launchurl buildfix
|
2023-03-21 12:22:59 +01:00 |
|
Henrik Rydgård
|
a9eaa4fdc8
|
Get rid of an ifdef
|
2023-03-21 10:24:36 +01:00 |
|
Henrik Rydgård
|
a43b62537a
|
Buildfixes
|
2023-03-07 20:22:28 +01:00 |
|
Henrik Rydgård
|
ac94d3febf
|
VFS: Add support for opening zip files through a Content URI
|
2023-03-06 16:44:48 +01:00 |
|
Henrik Rydgård
|
53172eff63
|
Renaming and file splitting
|
2023-03-06 16:42:50 +01:00 |
|