1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-21 23:52:07 +00:00
serenity/Ladybird/Android/src
Andrew Kaster c990db0913 Ladybird/Android: Create a service for ImageDecoder
This follows the pattern for the other services spawned by WebContent.
The notable quirk about this service is that it's actually spawned by
the ImageCodecPlugin rather than in main.cpp in the non-Android port.

As a result we needed to do some ifdef surgery to get all the pieces
in place. But we can now load images in the Android port again :^).
2023-11-01 14:30:30 -06:00
..
androidTest/java/org/serenityos/ladybird Ladybird: Add Espresso test on Android to verify we can load our views 2023-09-05 19:17:48 +02:00
main Ladybird/Android: Create a service for ImageDecoder 2023-11-01 14:30:30 -06:00