Skip to content

Android Mode 0250

Pre-release
Pre-release
Compare
Choose a tag to compare
@codeanticode codeanticode released this 09 May 19:22

Release Candidate 4 for version 3.0 of the Android mode

Compatible with Processing 3.0.x and 3.1

  • Set visibility on resume, so navigation bar does not remain visible: dd60471
  • Save previous texture in tessellator only if tex cache in non-null: c382956, fixes #208
  • Use version and api-level to identify a platform: 1868871, fixes #205
  • Set default width/height: 1b26c39, fixes #211
  • Static GL sketches don't disappear: dd0c246, fixes #147
  • Cancel timer updating devices when editor is closed: d30f412, fixes #209
  • Better screen size detection: 68bcb2d
  • Release surface in PApplet.dispose(): 5406e0d
  • Use SDK 17 for building (minimum SDK continues to be 15): 531425e