Skip to content

Releases: ldeso/blitz

v2.0.2

01 Sep 20:29
Compare
Choose a tag to compare

Blitz v2.0.2

This release updates dependencies.

Diff from v2.0.1

Improvement

Notes

  • Do not use manual execution control in local tests 9802615
  • Fix anchor links in CHANGELOG.md 113f019
  • Improve app description 6308485
  • Use delegated property to access release signingConfig 21e4a8f
  • Move delay after animation back to AnimatedBackHandler b73a7dd
  • Use static badges for Accrescent and Google Play versions 582c544
  • Add comment about origin of app icon cd01621
  • Minor formatting improvements fa1b770

v2.0.1

19 Jun 13:20
Compare
Choose a tag to compare

Blitz v2.0.1

This release fixes a bug introduced in version 2.0.0 where the clock would not pause properly if the time ended during a back gesture.

Diff from v2.0.0

Bug Fix

  • Fix bug where clock would reset if time ended during back gesture 6134ab9

Note

  • Switch links to HTTPS in README.md e717584

v2.0.0

19 Jun 08:47
Compare
Choose a tag to compare

Blitz v2.0.0

This release targets Android 15, removes unnecessary backup and restore functionality and updates dependencies. The app is now considered feature-complete.

Diff from v1.9.1

Improvements

Notes

  • Create ScopedEffectHandler component 22d0772
  • Create io package c4994f8
  • Move back handlers to the components package 40d34f6
  • Minor code simplifications 6c707be
  • Add Obtainium badge 94a2f9d
  • Update Gradle wrapper 162ea2b
  • Add toolchain resolver plugin e02c9d2
  • Remove redundant android.nonTransitiveRClass=true f93edf2
  • Trust dependency signing keys globally ea5458b
  • Improve app description f3cca4f

v1.9.1

31 May 14:27
Compare
Choose a tag to compare

Blitz v1.9.1

This release enables dependency verification in Gradle and updates dependencies.

Diff from v1.9.0

Improvements

Notes

  • Use Gradle task configuration avoidance API c057e14
  • Improve app description d1eac10

v1.9.0

24 May 21:47
Compare
Choose a tag to compare

Blitz v1.9.0

This release adds an audible feedback when players touch the screen at the end of their turn, which becomes a haptic feedback if the ringtone is set to vibrate.

Diff from v1.8.8

New Feature

  • Provide audible or haptic feedback on click c2b2206

Improvement

Notes

  • Do not set redundant layoutInDisplayCutoutMode 43bdbb9
  • Improve app description c5ee9f6

v1.8.8

21 May 20:54
Compare
Choose a tag to compare

Blitz v1.8.8

This release improves the style of the text, enables hardware memory tagging on compatible devices and updates dependencies.

Diff from v1.8.7

Improvements

  • Use tabular numerals instead of a monospaced font fcf06cb
  • Adapt text size to default device font a174055
  • Enable memory tagging in asynchronous mode ceaebdf
  • Update dependencies 80ca605

Notes

  • Simplify declaration of signingConfigs d37972b
  • Use includeGroupAndSubgroups instead of includeGroupByRegex ce2ffc0
  • Add comments to gradle.properties ee5365b
  • Fix incorrect element in README.md c4b341f
  • Fix missing space in French title.txt 8c4a8bb
  • Apply auto-formatting 7e2db19

v1.8.7

13 May 08:23
Compare
Choose a tag to compare

Blitz v1.8.7

This release fixes two bugs triggered by back actions and slightly simplifies the codebase.

Diff from v1.8.6

Bug Fixes

  • Block input during predictive back gesture animation e8c2949
  • Allow leaving the app with a single back action on pause 2d28533

Notes

  • Move save and restore logic to ViewModel a03e34b
  • Clarify app signature in README.md 6ac07c0

v1.8.6

09 May 09:27
Compare
Choose a tag to compare

Blitz v1.8.6

This release adds Blitz to the Accrescent store and removes the encrypted Dependency Info Block from the signature block of the APK, making the build truly reroducible and resulting in an APK without any proprietary blob.

Diff from v1.8.5

Improvement

  • Remove encrypted Dependency Info Block a811c00

Notes

  • Sign release builds from keystore.properties file afbccf0
  • Generate APK sets with bundletool 0fde06b
  • Add Accrescent to README.md 47d4025

v1.8.5

02 May 15:51
Compare
Choose a tag to compare

Blitz v1.8.5

This release updates dependencies.

Diff from v1.8.4

Improvement

Notes

  • Use PluginDependenciesSpec.kotlin method for Kotlin Android plugin 05a4dcc
  • Add non-breaking spaces in CHANGELOG.md 77c790c

v1.8.4

30 Apr 11:42
Compare
Choose a tag to compare

Blitz v1.8.4

This release fully enables edge-to-edge in anticipation of the changes that will be introduced in Android 15.

Diff from v1.8.3

Improvement

  • Consider display cutout areas on the long edges of the screen d6000da

Note