Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård 214995d9d5 Fix more lints, set up a lint baseline for Android 2025-09-02 14:35:29 +02:00
Henrik Rydgård d5682910cc Use AppCompat to implement future-compatible Back handling. 2025-09-02 14:25:46 +02:00
Henrik Rydgård ebe4fccbb1 Change some uses of TargetApi to RequiresApi 2025-09-02 13:51:36 +02:00
Henrik RydgårdandGitHub 52027613c3 Merge pull request #20788 from hrydgard/android-update-ndk
Android: Update to NDK 28
2025-09-02 13:49:33 +02:00
Henrik Rydgård 4aaf44dd02 Warning fixes 2025-09-02 13:26:04 +02:00
Henrik Rydgård 00edf03819 Remove another deprecated feature from build.gradle 2025-09-02 13:26:03 +02:00
Henrik Rydgård bbfe605959 build.gradle: Replace the deprecated variantFilter clause with the modern replacement 2025-09-02 13:26:03 +02:00
Henrik Rydgård 984f30a530 Update NDK. Remove 16K page compatibility flag that's now on by default. 2025-09-02 13:26:03 +02:00
Henrik RydgårdandGitHub da0d6b1b96 Merge pull request #20787 from hrydgard/upgrade-zlib
Update our vendored copy of zlib to 1.3.1
2025-09-02 13:25:57 +02:00
Henrik Rydgård aedd6a9c3a zlib: Include <unistd.h> to avoid undefined prototype errors in newer compilers 2025-09-02 12:11:05 +02:00
Henrik Rydgård 2a4db7717d Update our vendored copy of zlib to 1.3.1 2025-09-02 12:05:16 +02:00
Henrik RydgårdandGitHub 061913c7f6 Merge pull request #20786 from hrydgard/debugger-param-sfo
Small upgrade to the ParamSFO debugger window
2025-09-02 01:26:39 +02:00
Henrik Rydgård 6c238e0109 Small upgrade to the ParamSFO window: Show the original params, add copy to clipboard 2025-09-02 00:50:12 +02:00
Henrik RydgårdandGitHub 34402e3a16 Merge pull request #20783 from hrydgard/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2025-09-02 00:27:33 +02:00
Henrik RydgårdandGitHub 72fedd9b5b Merge pull request #20782 from hrydgard/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2025-09-02 00:27:25 +02:00
dependabot[bot]andGitHub fc484aa67c Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 18:22:41 +00:00
dependabot[bot]andGitHub ecf56ff5ae Bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 18:22:33 +00:00
Henrik RydgårdandGitHub 172e334910 Merge pull request #20781 from hrydgard/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2025-09-01 19:53:29 +02:00
Henrik RydgårdandGitHub 7477f45dd7 Merge pull request #20780 from hrydgard/dependabot/github_actions/actions/cache-4.2.4
Bump actions/cache from 4.2.3 to 4.2.4
2025-09-01 19:53:08 +02:00
dependabot[bot]andGitHub 32ebe8e6d0 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 17:01:31 +00:00
dependabot[bot]andGitHub 4d61a372d4 Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.2.3...v4.2.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 16:52:58 +00:00
Henrik RydgårdandGitHub e6a9a15dbf Merge pull request #20779 from hrydgard/debugger-param-sfo
Add simple ParamSFO viewer to ImDebugger
2025-09-01 14:10:12 +02:00
Henrik RydgårdandGitHub 412e0fd52a Merge pull request #20778 from hrydgard/more-startup-performance
Windows: More startup performance
2025-09-01 14:05:21 +02:00
Henrik Rydgård bbe1a7edc1 Add simple ParamSFO viewer to ImDebugger 2025-09-01 13:53:44 +02:00
Henrik Rydgård 16e9c57f96 Delay initializing the Backend submenu until the last possible moment. 2025-09-01 09:46:33 +02:00
Henrik Rydgård 94b47498ab Windows: Remove special code for the help menu 2025-09-01 09:34:27 +02:00
Henrik RydgårdandGitHub ee3b6b3dfc Merge pull request #20776 from hrydgard/more-fixes
Android: Fix a possible Vulkan shutdown race condition
2025-09-01 08:51:55 +02:00
Henrik Rydgård 6f76c579fc Delete dead code, more std::string_view 2025-09-01 00:15:23 +02:00
Henrik Rydgård d9d3bc38a2 Fix a potential race condition in Vulkan shutdown 2025-09-01 00:15:04 +02:00
Henrik Rydgård 4da2c4e629 Better logging in OpenCFile 2025-09-01 00:15:04 +02:00
Henrik Rydgård 4aec1d1798 Some contentUri function cleanup 2025-09-01 00:15:04 +02:00
Henrik Rydgård 8e4ae1c067 LogManager: Fix bug where we accidentally opened a log file even if not enabled. 2025-09-01 00:15:04 +02:00
Henrik RydgårdandGitHub bc2e7b34ea Merge pull request #20774 from hrydgard/more-changes
Windows: Speed up startup by moving input init to the input thread
2025-08-31 23:28:25 +02:00
Henrik Rydgård 21f25b5e57 Move the rest of input initialization to the input thread. Speeds up startup. 2025-08-31 20:21:03 +02:00
Henrik Rydgård c9acf8e80e More std::string_view 2025-08-31 20:20:59 +02:00
Henrik Rydgård b472eb8b8b Remove a lot of unnecessary string constructors 2025-08-31 15:49:29 +02:00
Henrik RydgårdandGitHub 023b83c6c3 Merge pull request #20773 from hrydgard/more-assorted-code-cleanup
Fix ini loading problem, a lot of cleanups
2025-08-31 15:49:22 +02:00
Henrik Rydgård 380fa19d3c Another std::string_view change, buildfix 2025-08-31 15:24:33 +02:00
Henrik Rydgård 1ef55a9a36 Delete unused code, inline a tiny function 2025-08-31 14:49:18 +02:00
Henrik Rydgård d43b1d4618 String function cleanup 2025-08-31 14:45:41 +02:00
Henrik Rydgård 46a35003ea Track the Android activity lifecycle, log errors if we see problems. 2025-08-31 14:37:37 +02:00
Henrik Rydgård 6e5c567809 Fix some ini file misbehaviors 2025-08-31 14:13:12 +02:00
Henrik Rydgård 3056e977cc Misc 2025-08-31 13:37:59 +02:00
Henrik Rydgård 5751e202a5 Remove redundant .c_str() 2025-08-31 13:37:43 +02:00
Henrik RydgårdandGitHub 556ba2e585 Merge pull request #20770 from hrydgard/more-java-cleanup
More java cleanup, fix exit race condition in OpenGL
2025-08-31 13:35:41 +02:00
Henrik Rydgård 7fe30d6f2d Fix OpenGL exit hang on Windows 2025-08-31 11:37:05 +02:00
Henrik Rydgård 9218fe9b59 Rework the shutdown logic in the OpenGL backend. Eliminated race conditions. 2025-08-31 10:57:06 +02:00
Henrik Rydgård b813a6c30f Logging improvements 2025-08-31 00:59:51 +02:00
Henrik Rydgård f83b9c511d Delay checking for active backend until you click the Backend popup 2025-08-31 00:59:51 +02:00
Henrik Rydgård 539abb8d4f More minor cleanups 2025-08-31 00:59:51 +02:00