Skip to content

Releases: Calsign/APDE

v0.5.2-pre2 Alpha

28 Nov 00:35
Compare
Choose a tag to compare
v0.5.2-pre2 Alpha Pre-release
Pre-release

What's new:

  • Sketches no longer open in split-screen by default

Note: Google Play now requires all app updates to target API level 30, but doing so breaks the way that APDE currently uses AAPT on Android 10+. As a result, v0.5.2 will not be released on Google Play. Instead, v0.5.3 is in progress and will feature a new approach for running AAPT, among other things.

v0.5.2-pre1 Alpha

17 May 06:59
Compare
Choose a tag to compare
v0.5.2-pre1 Alpha Pre-release
Pre-release

What's new:

  • Real-time compilation
    • Your code automatically compiles in the background
    • Errors and warnings are underlined in your code
    • The problem overview screen (to the right of the console) shows all errors and warnings found in your code
    • Improved preprocessor
  • Improved file selection
  • Bug fixes and improvements

v0.5.1 Alpha

03 Jan 00:07
Compare
Choose a tag to compare

What's new:

  • Preview mode runs sketches without installing them
    • You must install the APDE Sketch Previewer once, but then you can run sketches without installation indefinitely
    • Preview mode is available as another target, along with wallpapers, watch faces, and VR
  • Support for the new Processing sound library
  • Undo and redo are more accessible
  • Ability to bypass screen overlay warning
  • Lots of bug fixes

These changes are driven by GSoC '18.

v0.5.0 Alpha

09 Jul 01:09
Compare
Choose a tag to compare

What's new:

  • Run sketches targeting wallpapers, watch faces, and VR!
    • Change targets by pressing the new button next to the run button
  • Update to Android mode 4.0
  • Lots of bug fixes

Notes:

To run watch faces, you must install APDE from the Play Store on your Wear OS watch, or sideload the wear companion APK attached below.

VR supports Google Cardboard and Daydream headsets.

These changes are driven by GSoC '18. Special thanks to Sara Di Bartolomeo, Andres Colubri, and the Processing Foundation!

v0.4.1 Alpha

25 May 19:40
Compare
Choose a tag to compare

What's new:

  • Fix most code deletion bugs
  • Android multi-window support on 7.0+ (Nougat)
  • Timer-based autosave
  • Many other bug fixes and improvements

v0.4.0 Alpha

10 Jan 03:03
Compare
Choose a tag to compare

What's new:

  • Material design
  • Android 7.0 (Nougat) build crash fixed
  • Find in Reference
  • New temporary sketch model
  • Faster build times
  • Processing core sync with Android Mode 3.0.2 (0253)
  • Processing internals sync with Processing 3.0.1 (0247)
  • Updated default sketch icons
  • Lots of bug fixes and smaller improvements

Note: This release drops support for Android 2.3.3 Gingerbread (API level 10),
which the desktop version has also done. The new minimum Android version
is Android 4.0.3 Ice Cream Sandwich (API level 15).

v0.3.3 Alpha

23 Jul 03:46
Compare
Choose a tag to compare

What's new:

  • Large set of examples (must be downloaded)
  • Basic Git integration
  • Find/replace
  • Support all external storage locations
  • What's new and about screens
  • Java 1.6 compiler compliance
  • AAPT build failure fixed
  • Library manager crash fixed
  • Conway example fixed
  • Lots of other bug fixes

Note: This release adds the permissions INTERNET and
ACCESS_NETWORK_STATE that are required for the examples and Git.

v0.3.2 Alpha bug-fix 2

07 Dec 16:49
Compare
Choose a tag to compare

Fix another big bug in 0.3.2...

This is the last one! I promise!

v0.3.2 Alpha bug-fix

06 Dec 03:14
Compare
Choose a tag to compare
v0.3.2 Alpha bug-fix Pre-release
Pre-release

This release fixes two bugs found in 0.3.2:

  • Build process is broken on 2.2.3
  • Static mode sketches won't build

v0.3.2 Alpha

23 Nov 01:03
Compare
Choose a tag to compare
v0.3.2 Alpha Pre-release
Pre-release

What's new:

  • Undo / Redo
  • Android 5.0 (Lollipop) support
  • Console output (via log broadcaster)
  • Improved build system
  • Processing core sync with latest version of Android Mode (0232)
  • Processing internals sync with latest version (3.0a4)
    • Improved pre-processor and auto formatter
  • Wizard for changing sketch icon
  • Support for .JAVA files
  • DX Dexer tool in Library Manager
  • Two finger swipe between tabs