Skip to content

Releases: libpd/pd-for-android

Upgrade to PD-0.48-0

01 Jul 20:12
Compare
Choose a tag to compare
  • Upgrade to PD-0.48-0
  • Raise min Android SDK to 17 (see #70 for details)
  • Migrate to CircleCI 2.0
  • Target Android 8.1 (API level 27) #76
  • Add PdService.startAudio(Notification) method
  • Add arm64-v8a and x86_64 to NDK build
  • Remove armeabi #78

Based on PD 0.47-1

28 Sep 20:45
Compare
Choose a tag to compare

This is the first release that is based on PD 0.47-1 which includes 'clone' object.

Added bob~ and stdout externals

26 Feb 19:37
Compare
Choose a tag to compare

This patch adds the PD objects bob~ and stdout

Building with Gradle and Android Studio

17 Jan 15:52
Compare
Choose a tag to compare

There were no changes done to the API of pd-for-android but rather to the way that it can be used. It is much simpler now to integrate the library in Android apps and the project can now be easily used with Android Studio, which has replaced Eclipse as the standard tool used for developing Android apps.

1.0.0-rc4

21 Dec 21:22
Compare
Choose a tag to compare

Fixed arm-64v8 ABI related issue: #32

v1.0.0-rc3

29 Nov 12:19
Compare
Choose a tag to compare
Merge pull request #23 from tkirshboim/master

Updated tools, replaced maven central with jcenter