Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-24 | Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file | Timothy Flynn | |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher | |
2023-02-13 | LibCore: Rename `File` to `DeprecatedFile` | Tim Schumacher | |
As usual, this removes many unused includes and moves used includes further down the chain. | |||
2022-12-25 | Ladybird: Update for AK::{String => DeprecatedString} rename | Linus Groh | |
2022-12-25 | Ladybird/Meta: Add Android build | Andrew Kaster | |
Build an Android APK file that, when configured properly in Qt Creator, can be used to deploy the browser to an Android device. The current build requires NDK 24, targets no less than Android API 30, and Qt Creator 6.4.0. |