Skip to content

Releases: seatsio/seatsio-android

v12.3.0

11 Dec 09:07
Compare
Choose a tag to compare

What's Changed

  • Bump com.vanniktech.maven.publish from 0.24.0 to 0.25.1 by @dependabot in #67
  • Bump com.vanniktech.maven.publish from 0.25.1 to 0.25.2 by @dependabot in #68
  • Bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 by @dependabot in #69
  • Bump com.google.android.material:material from 1.8.0 to 1.9.0 by @dependabot in #71
  • Bump com.android.tools.build:gradle from 8.0.0 to 8.0.2 by @dependabot in #70
  • Upgraded Gradle wrapper by @mroloux in #72
  • Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 by @dependabot in #74
  • Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 by @dependabot in #73
  • Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 by @dependabot in #75
  • Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 by @dependabot in #77
  • Bump actions/checkout from 3 to 4 by @dependabot in #76
  • Support Android 34 by @mroloux in #79
  • Bump com.google.android.material:material from 1.9.0 to 1.10.0 by @dependabot in #78
  • Bump actions/setup-java from 3 to 4 by @dependabot in #80
  • Bump com.android.tools.build:gradle from 8.1.2 to 8.2.0 by @dependabot in #81
  • Added proguard consumer rules by @mroloux in #83

Full Changelog: v12.2.0...v12.3.0

v12.2.0

20 Mar 12:14
Compare
Choose a tag to compare

What's Changed

  • Bump com.vanniktech.maven.publish from 0.23.1 to 0.24.0 by @dependabot in #62
  • Bump com.android.tools.build:gradle from 7.3.1 to 7.4.0 by @dependabot in #61
  • Bump com.google.android.material:material from 1.7.0 to 1.8.0 by @dependabot in #60
  • Bump androidx.appcompat:appcompat from 1.5.1 to 1.6.0 by @dependabot in #63
  • Bump com.google.code.gson:gson from 2.10 to 2.10.1 by @dependabot in #59
  • Bump com.android.tools.build:gradle from 7.4.0 to 7.4.2 by @dependabot in #65
  • Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 by @dependabot in #64
  • added release.mjs script and release.yml gh action by @bverbeken in #66

Full Changelog: v12.1.0...v12.2.0

v12.1.0

16 Jan 10:18
Compare
Choose a tag to compare
  • Added zoomToSection to SeatingChartView

v12.0.0

30 Dec 16:36
Compare
Choose a tag to compare

Deploy to Maven Central instead of using JitPack

v11.0.0

30 Dec 07:30
Compare
Choose a tag to compare

Never show full screen button

v10.0.0

15 Jun 07:06
da425bd
Compare
Choose a tag to compare
  • Oldest supported Android SDK is v29 (Android 10)
  • Renamed SeatingChartConfig.setPublicKey() to SeatingChartConfig.setWorkspaceKey()
  • Exposed missing properties/methods on EventManagerConfig and SeatingChartConfig

9.3.0

23 Jun 08:11
Compare
Choose a tag to compare

added support for multiSelectEnabled

9.2.0

03 Jun 10:00
Compare
Choose a tag to compare

Added chart.getReportBySelectability()

9.1.0

27 May 15:01
Compare
Choose a tag to compare

Added methods that act on seats (and other bookable objects):

chart.selectObject("K-3");
chart.deselectObject("K-3");

chart.pulseObject("K-3");
chart.unpulseObject("K-3");

chart.isObjectInChannel("K-3", "NO_CHANNEL", result -> Log.i("aTag", "In channel NO_CHANNEL? " + result));

9.0.0

12 Mar 07:47
5343b39
Compare
Choose a tag to compare

Added support for regions