Skip to content

Releases: meikpiep/gauguin

0.34.0

26 Jan 16:41
Compare
Choose a tag to compare

Added

  • Adds separate choosing of the theme and night mode to use. Enables using dynamic colors in dark
    mode or using the system setting of the light/dark mode.
  • Debug version only: Adds new difficulty classification algorithm. It needs balancing and
    performance optimizations.

Fixed

  • Fixed a bug crashing the app if the settings dialog was opened and the device does not support
    dynamic colors.
  • Avoid setting dynamic color mode if the device is not capable of this feature.

0.33.0

21 Dec 18:22
Compare
Choose a tag to compare

Changed

  • Moved UI for theme switching from preferences screen to the main menu. Just open the burger menu
    and find the button straight on top.

Removed

  • Remove the DependencyInfoBlock from Gauguin APK. Avoids Google cipher magic.

Fixed

  • Fix theme switching if either the old or the new theme is the dynamic theme from Material You.

0.32.0

10 Nov 18:39
Compare
Choose a tag to compare

Added

  • The undo steps a a grid are included when it gets saved. This means that the undo steps get lost
    no longer it the grid gets loaded, including auto-saved grids.

Changed

  • Show the game solved dialog if the grid shown at the start of the app has already been solved.
  • Build against Android 15 (that is SDK 35). Proper edge to edge support has still to come.

0.31.3

19 Oct 07:48
Compare
Choose a tag to compare

Fixed

  • Main screen did not update when starting a new game in some circumstances.
  • Fix missing average marker in statistics.

0.31.2

13 Oct 15:46
Compare
Choose a tag to compare

Fixed

  • Fix crash during start if the app has never been started before.

0.31.1

10 Oct 17:44
Compare
Choose a tag to compare

Fixed

  • Fix crash using Android 8 and 9 by not reusing font builder instances. (Fixed by @skitt)

0.31.0

30 Sep 19:48
Compare
Choose a tag to compare

Changed

  • Change font to display numbers in grid from Lato to Inter.
  • Upgrade Kotlin from 1.9.x to 2.0.20, including dependencies.

Fixed

  • Fix Ferris Wheel animation by re-adding Ferris Wheel lib using our own fork, see
    https://github.com/meikpiep/Ferris-Wheel.
  • Fix too high similarity between mathematical symbol '×' for multiplication and '+' for addition by
    switching the font from Lato to Inter. (reported by @orontee, solution idea from @HarmfulBreeze)

0.30.3

16 Sep 17:02
Compare
Choose a tag to compare

Fixed

  • Temporary remove any usage of the Ferris Wheel lib. This means no animation when generating a new
    grid. The lib was only deployed via JCenter which was shutdown recently, lacking any repository
    to download the lib for a build.
    We will work to get the lib/animation back soon.

0.30.2

16 Sep 10:35
Compare
Choose a tag to compare

Fixed

  • Fix F-Droid build by using a local copy of the Ferris Wheel lib contained in the code repository.
    Caused by a overseen hard shutdown of the deprecated JCenter servers. This is a workaround,
    the libs last update was 2018, we will see if any new artifacts can be published in a convenient
    way.

0.30.1

14 Sep 17:07
Compare
Choose a tag to compare

Fixed

  • Adds missing changelog entries in metadata.