Sudoku (Privacy Friendly) v3.1.1 - 08 Nov 2023
- Hotfix: Adds permission WAKE_LOCK to prevent crashes on Android 7 Full Changelog: https://github.com/SecUSo/privacy-friendly-sudoku/compare/v3.1.0...v3.1.1
Sudoku (Privacy Friendly) v3.1.0 - 26 Sep 2023
- Adapted service GeneratorService to be a job. by @coderPaddyS in #91
- Features/backup integration by @coderPaddyS in #100
- @coderPaddyS made their first contribution in #91
Full Changelog: https://github.com/SecUSo/privacy-friendly-sudoku/compare/v3.0.3...v3.1.0
Sudoku (Privacy Friendly) v3.0.3 - 02 Jun 2021
- Fixed daily sudokus being displayed in the wrong order
Sudoku (Privacy Friendly) v3.0.2 - 16 Nov 2020
- Added distinct marker when a number is done
- Fixed some layout issues on smaller devices
Sudoku (Privacy Friendly) v3.0.1 - 09 Oct 2020
- Fixed a crash on some specific tablets
- Fixed Some incompatibility issues with vector drawables
Sudoku (Privacy Friendly) v3.0.0 - 06 Oct 2020
- Added Darktheme
- Added Custom Sudokus
- Added Daily Sudoku
- Added Sudoku Sharing
- Several Bugfixes
Sudoku (Privacy Friendly) v2.2.1 - 30 Apr 2020
- Fixed a bug that would lead to mistake highlights not showing up
Sudoku (Privacy Friendly) v2.2.0 - 23 Apr 2020
- Performance Improvements
- Adaptive Icon added
Privacy Friendly Sudoku v2.1.2 - 19 Jan 2018
Bug Fixing
Privacy Friendly Sudoku v2.1.1 - 29 Jun 2017
- New Tutorial
- Bug Fixing
Privacy Friendly Sudoku v2.1.0 - 25 Jun 2017
- New difficulty level added
- New settings
- DB restructuring
Privacy Friendly Sudoku v2.0.1 - 07 Nov 2016
- New header
- Version Code History fixed
Privacy Friendly Sudoku v2.0 - 07 Nov 2016
- Optimization of the level generator to save battery life
- Design-Update
Privacy Friendly Sudoku v1.0 - 22 Mar 2016
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:
- a 6x6 game field with 2x3 subsections
- a 9x9 game field with 3x3 subsections
- 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.