Skip to content

Latest commit

 

History

History
168 lines (99 loc) · 6.19 KB

CHANGELOG.md

File metadata and controls

168 lines (99 loc) · 6.19 KB

Changelog

Changes

What's Changed

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-sudoku/compare/v3.0.3...v3.1.0

Changes

  • Fixed daily sudokus being displayed in the wrong order

Changes

  • Added distinct marker when a number is done
  • Fixed some layout issues on smaller devices

Changes

  • Fixed a crash on some specific tablets
  • Fixed Some incompatibility issues with vector drawables

Changes

  • Added Darktheme
  • Added Custom Sudokus
  • Added Daily Sudoku
  • Added Sudoku Sharing
  • Several Bugfixes

Changes

  • Fixed a bug that would lead to mistake highlights not showing up

Changes

  • Performance Improvements
  • Adaptive Icon added

Changes

Bug Fixing

Changes

  • New Tutorial
  • Bug Fixing

Changes

  • New difficulty level added
  • New settings
  • DB restructuring

Changes

  • New header
  • Version Code History fixed

Changes

  • Optimization of the level generator to save battery life
  • Design-Update

Changes

Privacy Friendly Sudoku is an Android application for playing the Sudoku logic puzzle. It belongs to the group of Privacy Friendly Apps and thus is optimized regarding a user's privacy. It does not include any permission and completely relinquishes advertisement and tracking mechanisms.

Privacy Friendly Sudoku has three different game modes:

  1. a 6x6 game field with 2x3 subsections
  2. a 9x9 game field with 3x3 subsections
  3. a 12x12 game field with 3x4 subsections

For each game mode there are three different difficulty levels, that are not measured by the number of preset values but rather by the solving strategies needed to solve the game. The generator always tries to provide a game that has the minimum amount of preset values, that are needed to solve the game.

A level generator checks for the above mentioned strategies. If the generator has to take a guess, the level is automatically classified as hard. A human player has many more strategies available, with which these puzzles are solvable as well.

A maximum of ten games can be saved and continued at any time.

A list with the best times is available, that saves the best times for each game mode and difficulty. Furthermore there is a help function, that will reveal the selected field. If this help function is used the current game will not be included in the highscore list.

Changes