Skip to content

Releases: meikpiep/gauguin

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.

0.30.0

14 Sep 16:46
Compare
Choose a tag to compare

Added

  • Scatter plot visualizing the difficulty and duration of the grids played. (idea from @BertusVulgaris)

Changed

  • Complete overhaul of the statistics UI, using bento grids. Further improvements of gathering
    statistics are likely to come.

0.29.1

07 Aug 18:57
Compare
Choose a tag to compare

Changed

  • Cells with a revealed value are immutable.

Fixed

  • Fixed bug where one could reveal cells even if the current game was already solved. (Reported by @mccartney)
  • Avoid overlapping bottom app bar items if the main screen is in landscape mode. (Reported by @mccartney)

0.29.0

22 Jul 19:22
Compare
Choose a tag to compare

Added

  • Adds changelog info via F-Droid by using Fastlane metadata format.

Changed

  • Use Fastlane instead of Triple-T Gradle Plugin to upload releases to Play Store.

Fixed

  • Fix layout of new game screen for small devices in landscape mode.

0.28.0

07 Jul 11:40
Compare
Choose a tag to compare

Added

  • Translation into Traditional Chinese. (Huge thanks to @2013ZRZ!)

Fixed

  • Fix missing grid preview in new game screen, which occurred for some popular screen types. (Reported by @gittesserakt)
  • Fix generating rectangular grids.
  • Fix equalizing best time to no longer be handled as a new best time. (Reported by @GhostShadow0316)

0.27.0

12 Jun 17:47
Compare
Choose a tag to compare

Added

  • Add possibility to share application log via button at about dialog.

0.26.0

12 Jun 12:19
Compare
Choose a tag to compare

Changed

  • Pencil marks using with 3x3 preference have a layout consistent to the number key pad layout.
  • Optimize layout of pencils marks via 3x3 preference if using a maximum of 6 values.

Removed

  • Remove code deleting legacy save games at start up. Old save games were migrated to the new format
    from quite few versions on. Recent versions did not contain the migration code anymore and just
    deleted the old games. From know on, these old games get ignored at all.
    If you ever did install a non-ancient version of Gauguin, your games will already have been
    migrated.

Fixed

  • Avoid rare exception on game initialization.
  • Fix main screen being stuck if a new game has not been calculated yet.

0.25.0

10 May 09:14
Compare
Choose a tag to compare

Added

  • Translation into Arabic. (Thanks to @albaroty!)
  • Adds difficulty ratings of most variants of square grid sizes from 8x8 to 11x11. Includes a slight
    change of existing difficulty ratings. For background information about the difficulty ratings see
    separate documentation.

Changed

  • Replaces the about dialog with a more modern one, using a regular activity to cover the whole screen.
  • Updates Android Material to version 1.12 (Beware of the slider!).

Fixed

  • Try to fix the bug where the hint popup shows an obviously wrong number of mistakes, once again.