v1.4.0
What's Changed
Added
- Importing sudokus from file. Supported file types:
.opensudoku
.1gsudoku
.sdm
.txt
- Folders. You can add sudoku to a folder by importing from a file or creating a new manually. You can move sudokus between folders.
- ACRA crash reporting by email. App does not send anything by itself, when the app crashes you'll be prompted to send a crash log by email. You can disable ACRA in app settings
- An option to apply accent colors to the sudoku board colors. (More -> Settings -> Sudoku board theme)
- An option to cross-highlight blocks on the sudoku board. (More -> Settings -> Sudoku board theme)
- An option to place the function buttons above the number buttons
Changed
- You can select any difficulty when creating a new sudoku manually. Also, custom sudokus are now a part of folders system
- All lists have scrollbars now
- The
Continue
button is located above thePlay
button Play
button is less accented if there is aContinue
button- Given numbers now really differs from entered
- Show sudoku progress as a percentage
Fixed
- No bottom paddings in bottom sheets
- Parsing current sudoku values in saved game screen
- RadioButton click in settings language picker does nothing
Translations (Hosted Weblate)
- Merged translations
- New languages: Italian, Spanish
Code related stuff:
- Disable code obfuscation
Full Changelog: v1.3.0...v1.4.0