Releases: pingpongboss/compose-exploded-layers
Release list
Release 1.1.8
Full Changelog: 1.1.7...1.1.8
- Move full Buttons demo to KMP common library
🤖️ Android Demo
Download and install directly on your phone, or using adb on your computer:
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/android-sample-1.1.8.apk
adb install android-sample-1.1.8.apkTo build from source, run: ./gradlew :samples:android:installDebug
🌐 Web Demo
Try this release directly in your browser (no install needed):
Open wasm-demo-1.1.8 →
To build from source, run: ./gradlew :samples:wasm:wasmJsBrowserDevelopmentRun
🖥️ Desktop Demo
Download and run locally (requires Java 17+):
# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/desktop-sample-1.1.8-macos.jar
java -jar desktop-sample-1.1.8-macos.jar
# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/desktop-sample-1.1.8-linux.jar
java -jar desktop-sample-1.1.8-linux.jar
# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/desktop-sample-1.1.8-windows.jar
java -jar desktop-sample-1.1.8-windows.jarTo build from source, run: ./gradlew :samples:jvm:run
Release 1.1.7
Full Changelog: 1.1.6...1.1.7
- Add support for landscape mode.
🤖️ Android Demo
Download and install directly on your phone, or using adb on your computer:
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/android-sample-1.1.7.apk
adb install android-sample-1.1.7.apk🌐 Web Demo
Try this release directly in your browser (no install needed):
🖥️ Desktop Demo
Download and run locally (requires Java 17+):
# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/desktop-sample-1.1.7-macos.jar
java -jar desktop-sample-1.1.7-macos.jar
# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/desktop-sample-1.1.7-linux.jar
java -jar desktop-sample-1.1.7-linux.jar
# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/desktop-sample-1.1.7-windows.jar
java -jar desktop-sample-1.1.7-windows.jarRelease 1.1.6
Full Changelog: 1.1.5...1.1.6
- New experimental
ExplodedLayersDirection.Behindrendering, which cuts a hole out of the base layer and draws the overlay behind it. - New Dialer and Messages apps in the Android, JVM, and Wasm sample apps.
- Sample apps now have tabbed navigation, and more shared code.
🤖️ Android Demo
Download and install directly on your phone, or using adb on your computer:
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/android-sample-1.1.6.apk
adb install android-sample-1.1.6.apk🌐 Web Demo
Try this release directly in your browser (no install needed):
🖥️ Desktop Demo
Download and run locally (requires Java 17+):
# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/desktop-sample-1.1.6-macos.jar
java -jar desktop-sample-1.1.6-macos.jar
# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/desktop-sample-1.1.6-linux.jar
java -jar desktop-sample-1.1.6-linux.jar
# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/desktop-sample-1.1.6-windows.jar
java -jar desktop-sample-1.1.6-windows.jarRelease 1.1.5-alpha10
🤖️ Android Demo
Download and install directly on your phone, or using adb on your computer:
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/android-sample-1.1.5-alpha10.apk
adb install android-sample-1.1.5-alpha10.apk🌐 Web Demo
Try this release directly in your browser (no install needed):
Open wasm-demo-1.1.5-alpha10 →
🖥️ Desktop Demo
Download and run locally (requires Java 17+):
# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/desktop-sample-1.1.5-alpha10-macos.jar
java -jar desktop-sample-1.1.5-alpha10-macos.jar
# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/desktop-sample-1.1.5-alpha10-linux.jar
java -jar desktop-sample-1.1.5-alpha10-linux.jar
# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/desktop-sample-1.1.5-alpha10-windows.jar
java -jar desktop-sample-1.1.5-alpha10-windows.jarRelease 1.1.5
Full Changelog: 1.1.3...1.1.5
- Add samples/jvm module
- Publish MacOS, Windows, and Linux demos to release notes on each release
🤖️ Android Demo
Download and install directly on your phone, or using adb on your computer:
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/android-sample-1.1.5.apk
adb install android-sample-1.1.5.apk🌐 Web Demo
Try this release directly in your browser (no install needed):
🖥️ Desktop (JVM) Demo
Download and run locally (requires Java 17+):
# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/desktop-sample-1.1.5-macos.jar
java -jar desktop-sample-1.1.5-macos.jar
# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/desktop-sample-1.1.5-linux.jar
java -jar desktop-sample-1.1.5-linux.jar
# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/desktop-sample-1.1.5-windows.jar
java -jar desktop-sample-1.1.5-windows.jarRelease 1.1.5-alpha9
Full Changelog: 1.1.5-alpha8...1.1.5-alpha9
🌐 Web Demo
Try this release directly in your browser (no install needed):
🖥️ Desktop Demos
Download and run locally (requires Java 17+):
# macOS
java -jar desktop-sample-1.1.5-alpha9-macos.jar
# Linux
java -jar desktop-sample-1.1.5-alpha9-linux.jar
# Windows
java -jar desktop-sample-1.1.5-alpha9-windows.jarRelease 1.1.5-alpha8
Full Changelog: 1.1.5-alpha3...1.1.5-alpha8
🖥️ Desktop Demos
Download and run locally (requires Java 17+):
# macOS
java -jar desktop-sample-+1.1.5-alpha8+-macos.jar
# Linux
java -jar desktop-sample-+1.1.5-alpha8+-linux.jar
# Windows
java -jar desktop-sample-+1.1.5-alpha8+-windows.jar🌐 Web Demo
Try this release directly in your browser (no install needed):
Release 1.1.5-alpha7
Release 1.1.5-alpha6
Full Changelog: https://github.com/pingpongboss/compose-exploded-layers/compare/1.1.5-alpha3...1.1.5-alpha6\n## 🖥️ Desktop Demos\nDownload and run locally (requires Java 17+):\n\nbash\n# macOS\njava -jar desktop-sample-1.1.5-alpha6-macos.jar\n\n# Linux\njava -jar desktop-sample-1.1.5-alpha6-linux.jar\n\n# Windows\njava -jar desktop-sample-1.1.5-alpha6-windows.jar\n\n
🌐 Web Demo
Try this release directly in your browser (no install needed):
Release 1.1.5-alpha5
Full Changelog: https://github.com/pingpongboss/compose-exploded-layers/compare/1.1.5-alpha3...1.1.5-alpha5\n\n## 🖥️ Desktop Demos\nDownload and run locally (requires Java 17+):\n\nbash\n# macOS\njava -jar desktop-sample-1.1.5-alpha5-macos.jar\n\n# Linux\njava -jar desktop-sample-1.1.5-alpha5-linux.jar\n\n# Windows\njava -jar desktop-sample-1.1.5-alpha5-windows.jar\n\n
🌐 Web Demo
Try this release directly in your browser (no install needed):