| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-03-05 | Improve the code for dynamic updates of the layout | Jules Aguillon | 1 | -1/+1 | |
| 2022-02-07 | build: Use d8 instead of dx | Jules Aguillon | 1 | -1/+1 | |
| dx have been removed in android build tools >30.0.3 in favor of d8. Lift the version constraint on the build tools. | |||||
| 2022-02-05 | Use apksigner from the build tools for release builds too | Jules Aguillon | 1 | -1/+1 | |
| 2022-02-05 | Makefile: Pass full path when calling apksigner | Max Schillinger | 1 | -1/+1 | |
| 2022-01-20 | Makefile: Sign the debug apk with scheme v2 | Jules Aguillon | 1 | -3/+2 | |
| 2021-12-14 | Use apksigner for signing the apk | Jules Aguillon | 1 | -11/+9 | |
| The Play Store now requires the "Signing Scheme V2", which is implemented by apksigner. | |||||
| 2021-12-12 | Upgrade to Android SDK version 30 | Jules Aguillon | 1 | -1/+1 | |
| 2021-04-20 | build: Explicitly set signing algorithms | Jules Aguillon | 1 | -1/+1 | |
| Newer versions of jarsigner default to SHA256, which is unsupported for some versions of Android we support. | |||||
| 2021-04-13 | Change build system to make | Jules Aguillon | 1 | -0/+111 | |
| The ant scripts included in the android SDK were removed recently. The alternative is Gradle. Gradle doesn't work well in this app because it's not possible to use Nix to pull dependencies. Gradle will try to patch the SDK. Also, it's very slow. It turns out the required build script is quite simple. | |||||
