Skip to content

Android Mode 0257

Pre-release
Pre-release
Compare
Choose a tag to compare
@codeanticode codeanticode released this 10 Feb 16:24

Version 4.0-beta4 of the Android mode

Compatible with Processing 3.1+

Several fixes and updates:

  • Show warning when calling modelX/Y/Z in P2D: 36e2192
  • Improved handling of display metrics: cab353f
  • Avoid calling resume() before setup(): #252
  • New parsing of start and kill proc messages from logcat: #277
  • Updated wallpaper API: fe4dbb3, c29dd04
  • Updated PVector with latest changes from Java mode: 09ece82
  • Fixed wallpaper creation: #282
  • Ported refactoring of GL-resource disposal mechanism: 394fa89
  • Ported core and data updates from Java mode: 751c5e8
  • Fix build if the cardboard/library folder doesn't exist: #285
  • Keep track of transformation stack in Android2D to avoid using canvas.save()/restore(): #287
  • Implemented clipping in Android2D: #288
  • Put back PApplet.getActivity() to avoid breaking older code/libraries: 1dd4cc2
  • Add showMessage() function to AndroidMode to allow for info text with embedded links: #289
  • Set size of fonts in Android2D: #248
  • Updated wear packages to 2.0.0: updated wear to 2.0.0: 161e04f