| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor clean up of permanent/temporary arena usage | gingerBill | 2025-09-10 | 1 | -1/+1 |
| | | |||||
| * | android bundling improvements | IllusionMan1212 | 2025-04-05 | 1 | -38/+40 |
| | | | | | | | | | | | | | | | replace `jarsigner` with build tools' `apksigner` which is capable of using newer signature schemes remove the `android-manifest` flag and assume the file exists in the directory we're bundling make `android-keystore-alias` and `android-keystore-password` optional. The former is not needed if there's only one key in the keystore, and the latter will be prompted by `apksigner` if missing don't change the working directory to the bundled directory to prevent confusion when passing a relative path to `android-keystore` add the `res`, `assets`, and `lib` directories to the bundle if they exist in the bundled directory | ||||
| * | feat: added a `-android-keystore-password` option to pass a password for the ↵ | IllusionMan1212 | 2025-04-04 | 1 | -1/+1 |
| | | | | | keystore instead of hardcoding it as `android` | ||||
| * | fix: strip trailing slashes for android keystore and jarsigner paths | IllusionMan1212 | 2025-04-04 | 1 | -2/+3 |
| | | | | | The `system()` call on linux was failing to execute the `jarsigner` command because its path had a trailing slash | ||||
| * | Command `package` -> `bundle` | gingerBill | 2025-03-28 | 1 | -0/+209 |