Skip to content

Releases: Live2D/CubismJavaSamples

Cubism 5 SDK for Java R4_1

17 Jul 03:11
6639d66

Choose a tag to compare

Changed

  • Implement support for Android 16KB page size.
    • See CHANGELOG.md in Core.
  • Change audio attribute to be played from USAGE_VOICE_COMMUNICATION to USAGE_GAME.

Cubism 5 SDK for Java R4

15 May 02:44
fe0e1d0

Choose a tag to compare

Added

  • Add a flag to enable the function that verifies the consistency when loading motion3.json.

Changed

  • Change the blend mode when using the USE_RENDER_TARGET or USE_MODEL_RENDER_TARGET flags in LAppDefine, and apply Premultiplied Alpha to the color settings of rendering targets.
    Also adjust the return value of the getSpriteAlpha function.

Cubism 5 SDK for Java R3

18 Feb 02:27
abf533a

Choose a tag to compare

Fixed

  • Fix a bug where the application crashes when tapping the model repeatedly.

Changed

  • Change the compile and target SDK version of Android OS to 15.0 (API 35).
    • Upgrade the version of Android Gradle Plugin from 8.1.1 to 8.6.1.
    • Upgrade the version of Gradle from 8.2 to 8.7.
    • Change the minimum version of Android Studio to Ladybug(2024.2.1).

Cubism 5 SDK for Java R2

07 Nov 02:29
917d01c

Choose a tag to compare

Added

  • Add a function to notify when motion playback starts.
  • Add right orientation to the fixed orientations in the Android app.
  • Add a feature to change render target to the minimum sample.

Fixed

  • Fix a hang-up caused by an improper function call in the application termination process.
  • Fix a bug that caused white edge-like objects to be drawn when enabling the USE_RENDER_TARGET or USE_MODEL_RENDER_TARGET flag in LAppDefine.
  • Fix a bug where the method of obtaining color location differs between full sample and minimum sample.

Removed

  • Remove armeabi-v7a from architecture support.
  • Remove the startMotion() method that receives a callback in the minimum sample.
    • If you want to use the callback feature, please check the Full sample.

Cubism 5 SDK for Java R1

26 Mar 02:38
b0a5ab2

Choose a tag to compare

Added

  • Add a OpenGL shader setup class.

Changed

  • Change so that LAppSprite does not depend on LAppDelegate.
  • Change to read shader source codes from files.

Fixed

  • Fix a problem where two application icons are generated when installing the Minimum sample application on a device.

Removed

  • Remove description of CMake from development environment in README files.
    • CMake is not actually used.
  • Remove the unnecessary if branch due to raising the minimum API version.
  • Remove the description of NDK version.
    • Because of not using NDK.
  • Remove the unnecessary variables in the LAppSprite class.

Cubism 5 SDK for Java R1 beta3

18 Jan 03:13
351601d

Choose a tag to compare

Changed

  • Change the compile and target SDK version of Android OS to 14.0 (API 34).
    • Upgrade the version of Android Gradle Plugin from 8.0.2 to 8.1.1.
    • Upgrade the version of Gradle from 8.1.1 to 8.2.
    • Change the minimum version of Android Studio to Hedgehog(2023.1.1).

Fixed

  • Fix a problem where the result loaded exp3.json is put into map even if it was null.
  • Replace deprecated notation in build.gradle and AndroidManifest.xml.

Cubism 5 SDK for Java R1 beta2

28 Sep 03:42
764af57

Choose a tag to compare

Changed

  • Replace the sample model Mao with the updated version that is compatible with Cubism 5.0.

Fixed

  • Fix a problem where the matrix used to draw a model was calculated incorrectly.

Cubism 5 SDK for Java R1 beta1

17 Aug 02:34
f2bae74

Choose a tag to compare

Added

  • Add Wankoromochi as a model bundled with SDK.

Changed

  • Change the minimum support version of Android OS to 5.0 (API 21).
  • Unify Offscreen drawing-related terminology with OffscreenSurface.
  • Adjust to automatically search and use models in the assets folder.

Cubism 4 SDK for Java R1

25 May 02:49
156ba1f

Choose a tag to compare

Added

  • Add some functions for checking consistency of MOC3 files.
    • Add the function of checking consistency in setupModel() in LAppModel and LAppMinimumModel.
    • Add the function of checking consistency before loading a model. (hasMocConsistencyFromFile() in LAppModel and LAppMinimumModel)
    • This feature is enabled by default. Please see the following manual for more information.

Changed

  • Change so that when USE_MODEL_RENDER_TARGET is defined, one model will apply the opacity obtained from the motion.

Removed

  • Remove unnecessary files in the assets folder.

Fixed

  • Fix a problem in which haru motion and voice were incorrect combination.
  • Fix a problem in LAppWavFileHandlerclass that some audio could not be played correctly because the sampling rate was the fixed value.

Cubism 4 SDK for Java R1 beta4

16 Mar 13:05
e75235c

Choose a tag to compare

Fixed

  • Fix some problems related to Cubism Core.
    • See CHANGELOG.md in Core.