Skip to content

Releases: processing/processing-android

Android Mode 410 (4.5)

18 Mar 00:09
Compare
Choose a tag to compare

Stable release compatible with Processing 4.0.

It fixes the following issues since the last beta release of the mode:

  • Cannot download system image for watch emulator: #726
  • Hyperlink error opening tutorial page: #631

It also introduces the following enhancements:

  • New default icons: #698
  • Targets SDK 33: #722
  • Use self-hosted maven repository for library artifacts: #623

Android Mode 411 (4.5.1)

17 May 11:54
Compare
Choose a tag to compare

Stable release compatible with Processing 4.0.

It fixes the following issues since the last release of the mode:

  • VR library is working again, by bundling the last release of the Google VR packages (this is a temporary workaround until a reimplementation of the VR library is completed using the new Cardboard NDK): #723
  • Prevents camera permission in AR from being requested twice: e38f72f

It introduces the following enhancement:

  • Implementation of eye() for AR: dabbf80

Android Mode 409 (4.5.0b5)

22 Jan 18:13
Compare
Choose a tag to compare
Pre-release

This release is only compatible with Processing 4.0b8 and higher. It fixes the following issues:

  • Older manifests break build process: #724
  • Releasing second touch does not update touches array: #553

Android Mode 408 (4.5.0b4)

15 Jan 21:36
Compare
Choose a tag to compare
Pre-release

This release is only compatible with Processing 4.0b8 and higher. It fixes a regression that broke permission request on wallpapers and watch faces (#721), and increases target SDK to 31 (#722)

Android Mode 407

09 Jan 04:51
9da4d5e
Compare
Choose a tag to compare
Android Mode 407 Pre-release
Pre-release

4.5.0beta3 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher. It fixes the SDK Updater (#713) and the emulator (#467).

Android Mode 406

26 Sep 01:45
Compare
Choose a tag to compare
Android Mode 406 Pre-release
Pre-release

4.5.0beta2 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher. It restores the integrated debugger: #686

Android Mode 405

04 Sep 20:12
Compare
Choose a tag to compare
Android Mode 405 Pre-release
Pre-release

4.5.0beta1 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher and includes work from Google Summer of Code 2022 by @rupeshkumar22 to bring back the emulator: #696

Android Mode 404

16 Jun 00:44
Compare
Choose a tag to compare
Android Mode 404 Pre-release
Pre-release

4.5.0alpha5 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher and includes the following fixes:

  • #693: Restored export signed package
  • #691: Signing validation error on bundle release

Android Mode 403

25 Apr 00:53
Compare
Choose a tag to compare
Android Mode 403 Pre-release
Pre-release

4.5.0alpha4 release of the Android mode

This release is only compatible with Processing 4.0b8 and higher and includes the following fix:

  • #663, #683: The renderer is queried from the preprocessor result when using size() and fullScreen()
  • #687: The core, VR, and AR libraries are copied even if gradle skips building them because of changes in the code

Latest release of the Android mode for Processing 3

18 Apr 06:47
Compare
Choose a tag to compare

4.3.0 release of the Android mode

This release is compatible only with Processing 3.x and includes:

  • #646, #594: Exports signed Android App Bundles (aab) that are required for publishing on Google Play
  • #662: Removed minimum SDK from sketch's manifest file
  • #680: Fixed overlapping shortcuts in the mode
  • fa4429d: Updated target SDK platform to 30
  • fb59882, 2f5380f, 47c0050: Ported renderer fixes from Java mode