Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. ScreenImpl.ScreenMode: getOrAdd current ScreenMode. (details)
  2. NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some (details)
Commit 024b0f630e7392d2cdf586b4db42f2111a50a00c by Sven Gothel
ScreenImpl.ScreenMode: getOrAdd current ScreenMode.

On Gnome it happend that the current mode was not 'scanned' by RandR,
hence adding it if not existing helps stability.
The file was modifiedsrc/newt/classes/jogamp/newt/ScreenImpl.java (diff)
Commit e93efe83a96fcacb812a8ff8f4102578f88423f9 by Sven Gothel
NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some devices); AndroidWindow: Trigger ScreenModeChanged only if Screen is already valid.
The file was modifiedsrc/newt/classes/com/jogamp/newt/util/MonitorMode.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/android/AndroidWindow.java (diff)