Skip to content

Releases: processing/processing-android

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

Android Mode 280

18 Apr 06:49
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

Android Mode 402

18 Apr 08:33
Compare
Choose a tag to compare
Android Mode 402 Pre-release
Pre-release

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
  • fa1441b : Temporary hack to detect the sketch's renderer, but fullScreen() is not supported yet, use the workaround mentioned here: #683

Version 4.5.0 Alpha 2 of the Android mode

18 Aug 09:01
Compare
Choose a tag to compare

Compatible with Processing 4.0 beta 1!

This second alpha version of the Android mode fixes one issue that breaks sketch building on Windows:

  • #665: Replace backward slashes with forward slashes

Version 4.5.0 Alpha 1 of the Android mode

12 Aug 12:17
Compare
Choose a tag to compare

Compatible with Processing 4.0 beta 1!

This first alpha version of the Android mode has several changes under the hood to make it compatible with Processing 4. It has a number of known issues:

  • The debugger is disabled
  • Still uses Java 1.8 to build the sketches as Android apps
  • The default renderer is broken for face watches
  • SDK Downloader is broken due to some missing java dependencies

Android Mode 279

30 Apr 00:06
Compare
Choose a tag to compare

4.2.1 release of the Android mode

This release includes:

  • #598: Added lerpColor(int, int, float) function to PApplet
  • #636, #639: Fixed availabilty checks for emulator
  • #649: Updated permissions scrapping script to Python3/BeautifulSoup 4
  • #652: Added gradle.org maven repo to solve google-vr dependencies
  • #637: Copy 64bits native lib to gradle libs directory
  • #645: Updated list of permissions
  • #593: Added stereoscopy VR example
  • #648: Fixed text in permission selector
  • 927966f: Upgraded to Gradle 6.8.3
  • 84a950c: Renamed some version variables for clarity

Android Mode 278

04 Jan 02:47
fae1f8c
Compare
Choose a tag to compare

4.2.0 release of the Android mode

This release includes:

  • #633: Update to target Android 10 (SDK level 29). Previous minimum SDK level for different app types are unchanged
  • #560: Migration to AndroidX - use of the deprecated support packages has been removed and androidx packages are used in their place
  • #630: Update to use new javaCompileVariant in build files that require ECJ
  • #629: Emulator is not downloaded initially alongside the SDK, its downloaded automatically by the SDK when running the first sketch
  • #628: Include Gradle version in properties file
  • #624: Set platform jar dependency correctly in build files
  • #621: Downloads command-line tools instead of SDK tools, which have been deprecated
  • #634: Bundle sdklib dependencies required by the SDK updater tool

Android Mode 277

04 Nov 10:50
Compare
Choose a tag to compare

4.1.1 release of the Android mode

This release fixes several bugs found in version 4.1, update is highly recommended. Please check the list of closed issues in the 4.1.1 milestone for details.

Android Mode 276

29 Oct 18:52
Compare
Choose a tag to compare

4.1 release of the Android mode

This release introduces a new library to create AR sketches, originally developed by Syam Sundar Kirubakaran, and a port of the integrated debugger in the Java mode, developed by Manav Jain, both during GSoC 2018. It also updates the Android dependency to version 9 Pie (API level 28), and fixes several bugs.

Please check the list of closed issues in the 4.1 milestone for details.