skyline/app/src/main
PixelyIon 2d08886e4e
Utilize TextureView rather than Texture for presentation
`PresentationEngine` and `GraphicBufferProducer` methods that utilized textures for the surface utilized the `Texture` type rather than the `TextureView` type, this was never correct but at the time of authoring this code `TextureView` was not finalized and in a major flux which is why it was not utilized and `Texture` was utilized instead. Now that is is far more stable, it has been replaced with `TextureView`.
2022-08-06 22:18:42 +05:30
..
assets Improve Shared Fonts + Fix AM PopLaunchParameter & Choreographer Bug 2021-10-16 12:13:30 +01:00
cpp Utilize TextureView rather than Texture for presentation 2022-08-06 22:18:42 +05:30
java/emu/skyline Pass ViewHolder on bind to RecyclerView items instead of ViewBinding 2022-08-06 22:00:19 +05:30
res Improve rendering for Right-To-Left layouts 2022-08-06 22:00:19 +05:30
AndroidManifest.xml Only set hasFragileUserData for signed builds 2022-08-06 22:18:42 +05:30