Adrian Romanelli

Results 7 issues of Adrian Romanelli

The [CommitContentSampleIME](https://github.com/android/input-samples/tree/main/CommitContentSampleIME/) [README.md](https://github.com/android/input-samples/blob/main/CommitContentSampleIME/README.md) file has an invalid screenshot link ([404](https://github.com/android/input-samples/blob/main/CommitContentSampleIME/screenshots/screenshot-1.png)). "screenshot-1.png" vs "screenshot1.png".

Is TwelveMonkeys compatible with Java 9? Any private APIs that used that will break with module loading/jigsaw?

New feature

The following error appears on the console when starting up VkOreonworlds. Specifically, when line 133 in VkGUI.java makes a call to VkImageHelper.loadImageFromFile(...) ... > ERROR OCCURED: Object: 0x7ff8c8826cc8 (Type =...

bug
critical

Running on Ubuntu Budgie 18.10 with the latest mesa and vulkan drivers from the mesa PPA. Using a Radeon RX 580 PowerColor Red Devil video card. See VulkanInfo output text...

When trying to maximize the Vulkan demo, either by double-clicking on its title, or by clicking on the maximize button on the window title, the program crashes with the following...

bug

For section "**1. Header & footer support**" of the [README.md file](https://github.com/infinum/MjolnirRecyclerView/blob/master/README.md), "adapter.setHeader(View view)" is shown twice, when it should only be shown once, and "adapter.setFooter(View view)" be shown for the...

For this part of the code example on [(page 10)](https://codelabs.developers.google.com/codelabs/cast-videos-android/#9) ... remoteMediaClient.addListener(new remoteMediaClient.registerCallback(new RemoteMediaClient.Callback() { @Override public void onStatusUpdated() { Intent intent = new Intent(LocalPlayerActivity.this, ExpandedControlsActivity.class); startActivity(intent); remoteMediaClient.unregisterCallback(this); } });...