12 Commits

Author SHA1 Message Date
abnormalmaps
9666ff6746 Support building Objective C in TestApp
Supports building Objective-C code inside TestApp by using the
common3.0-sdk.

Change-Id: I684e2892f750c03818dd2bc35f0d108e61611e15
2025-09-18 12:22:40 +02:00
abnormalmaps
4e2f810f78 Add --dump=linking-info flag
Adds the --dump=linking-info flag, which dumps the classes, selectors,
and functions required by the binary, along with info about the
symbol as JSON to stdout.

Change-Id: I87e6db91fc68aecaa8dd3c516676aa81c2c34209
2025-08-14 17:20:09 +00:00
hikari_no_yume
aa8cbb665c Bump Android Gradle Plugin and Gradle versions (and related changes)
I upgraded to Android Studio 2024.3.2 Patch 1 locally, and then:

- The AGP and Gradle versions were bumped using Android Studio's
  Upgrade Assistant. It also made some required config changes:
  - The package name was moved from AndroidManifest.xml to
    build.gradle
  - Some stuff was added to gradle.properties
- I updated the CI and build docs for these changes.
- The Kotlin plugin version was manually updated due to an
  incompatibility with the newer JDK bundled with Android Studio,
  as suggested here: https://stackoverflow.com/a/79167210
- JDK target versions for Java and Kotlin were specified in order
  to fix the newly-fatal error when they don't match.

Change-Id: I4a9e838cf4b3f8243fc66d4dc3a4e1b3194a8baf
2025-06-14 20:31:32 +02:00
ciciplusplus
85365764e4 Clarify which version of cargo-ndk is needed for the Android build
Change-Id: Ic20e1712d09133ad1912ebf6ff39e6d0ed7cf05d
2024-04-01 00:39:58 +02:00
hikari_no_yume
2607964fa3 Update external links for GitHub repository move
Change-Id: I190b843139a62faa35eb5e0c0bfc9b30d0208626
2024-03-05 09:48:08 +01:00
hikari_no_yume
a050b1da7c Add GitHub Actions workflow for building for Android
This commit also contains some Android build fixes. For some reason,
the GitHub Actions runner encountered problems I don't get on my
machine.

Change-Id: I8f052aa0feadbbbd356d453a2f44220decf52111
2024-02-23 16:23:40 +01:00
hikari_no_yume
483da7c040 Mention CMake is required in build documentation
Change-Id: Iaef7d7f7ef849e769ed05d292074994a27ce3115
2024-01-27 13:48:43 +01:00
hikari_no_yume
4d4d78e4b4 Some coding style edits for clarity
Change-Id: I2b0025b28c608a8536a399816f74760544a63e4f
2024-01-13 18:46:18 +01:00
hikari_no_yume
dd7a06520e Add a coding style document (still a work in progress)
Change-Id: Ic600c08f90c968b07ad053f9b1acd8f6e689f2a3
2024-01-13 18:14:08 +01:00
hikari_no_yume
0a8d9a17f0 Add some functions to simplify and improve debug hacks for framedumping
Change-Id: I66290bbefb45a31b25d761ddeb03b87638e050bd
2023-11-10 13:00:58 +01:00
hikari_no_yume
a1acb17434 Add keyboard shortcut for entering debugger without a breakpoint
Change-Id: If6aed45db4bdad6e70ac1ab32f8024a15100cc88
2023-11-10 12:03:21 +01:00
hikari_no_yume
d8f6f9c8de Move developer documentation into a new dev-docs/ directory
Change-Id: I1a3edb041d90086fc57f1e7cc727808880a0db02
2023-11-07 16:44:24 +01:00