Processing Android Versions Save

Processing mode and core library to create Android apps with Processing

latest

11 months ago

Stable release compatible with Processing 4.0.

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

It introduces the following enhancement:

android-410

1 year ago

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-409

1 year ago

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-408

1 year ago

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-407

1 year ago

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-406

1 year ago

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-405

1 year ago

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-404

1 year ago

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-403

2 years ago

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

android-402

2 years ago

4.5.0alpha3 release of the Android mode

This release is compatible with Processing 4.0b7 and includes all fixes and updates implemented in the 4.3.0 release of the mode:

  • #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
  • fa4429d: Updated target SDK platform to 30
  • fb59882, 2f5380f, 47c0050: Ported renderer fixes from Java mode
  • https://github.com/processing/processing-android/commit/fa1441b9991107734e1222d18affe286faab8f95 : Temporary hack to detect the sketch's renderer, but fullScreen() is not supported yet, use the workaround mentioned here: #683