Christopher Beckmann
74a739dfba
Updated Launcher Icon
...
Added darkmode to game field
Fixed a crash on low density devices
Fixed a crash in the DailySudoku
Fixed the marking of custom levels in LoadGameActivity
Version increase to v3.0.0
2020-10-01 01:14:05 +02:00
uykek
94025a7fac
Omit hint dialog if sudoku is custom
2020-09-07 15:39:16 +02:00
uykek
873227a48e
Fix bug in the GameActivity that caused problems with the dark mode theme
2020-09-07 11:26:21 +02:00
uykek
2646831851
Fix bug in GameActivity that caused timer to run even when it shouldn't
2020-08-31 20:30:16 +02:00
uykek
48bfde63b8
Fix bug that occurred when exiting from a daily sudoku using the back press button
2020-08-31 19:53:44 +02:00
uykek
4e012b024a
Save valid url schemes in a list instead of saving a constant for each valid scheme + host
2020-08-31 14:48:30 +02:00
uykek
1742b9dc33
Fix bug in LoadGameActivity that caused a sudoku's 'custom' label to disappear after a sudoku located above it gets deleted
2020-08-30 14:11:32 +02:00
uykek
a3a9ae4d39
Adjust ImportBoardDialog: Use String.startsWith instead of String.contains when examining the whether or not the input contains the correct url schemes
2020-08-30 13:09:02 +02:00
uykek
bd3f0031cb
Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0
2020-08-30 11:16:58 +02:00
uykek
364bb80778
Make the ShareBoardFragment's text view ineditable
2020-08-30 11:11:22 +02:00
ErikWaegerle
f09028feed
Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0
2020-08-29 13:49:28 +02:00
ErikWaegerle
cafb8cb10f
Adjusting the SettingsActivity
...
1.) Inserting the license
2.) Replace the PreferenceScreen with SettingsFragement
3.) Modify the method onCreatePreferences() in the class SettingsFragement to fix a bug when calling the SettingsActivity the first time the app is started.
2020-08-29 13:36:46 +02:00
uykek
86f8e3df01
Modify MainActivity so that the last GameType and GameDifficulty chosen are saved even if the user chose to create a custom sudoku instead of starting a new sudoku.
2020-08-29 11:21:09 +02:00
uykek
e32cb3a4df
Fix bug in the MainActivity which made it possible for neither the circle checkbox nor the rating bar to be selected
2020-08-29 10:04:11 +02:00
ErikWaegerle
aea11a0f64
Customizing the MainActivity
...
delete the import of the old SettingsActivity.
2020-08-28 23:28:42 +02:00
ErikWaegerle
c1688ea6a8
Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0
2020-08-25 16:21:54 +02:00
ErikWaegerle
4f8b31ce17
Extension of the GameActivity
...
adjust the different cases of deeplinking.
Link with scheme "https" was extended.
2020-08-25 13:39:24 +02:00
uykek
f648e0ec88
Label each custom sudoku displayed in the LoadGameActivity as such
2020-08-24 17:00:30 +02:00
uykek
ec40f340e6
Fix bug that caused navigation bar item "import sudoku" to be selected instead of "main menu" after cancelling the ImportBoardDialog in the MainActivity.
2020-08-23 16:59:23 +02:00
uykek
8780dcf640
Fix regex used in the DailySudoku class
2020-08-23 10:12:58 +02:00
ErikWaegerle
cb3e20966d
Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2020-08-22 16:52:09 +02:00
uykek
7b86c22827
Change font size of the CreateSudokuActivity's action bar title
2020-08-22 15:32:58 +02:00
uykek
762d7d19a2
Add back button to CreateSudokuActivity
2020-08-22 15:20:41 +02:00
uykek
07552a1089
Implement functionality of 'import' button in CreateSudokuActivity
2020-08-22 15:05:23 +02:00
ErikWaegerle
5fd14d86dc
Upgrade the SettingsActivity to the PreferenceFragmentCompat.
...
Old SettingsActivity was deleted and replaced.
This upgrade fixes the bugs with DarkMode.
2020-08-20 19:29:17 +02:00
ErikWaegerle
c6371e700f
Adjust the MainActivity for "new" SettingsActivity.
2020-08-20 19:16:17 +02:00
ErikWaegerle
1d4041f6e5
Delete items in GameActivity
...
deleted because no longer needed
2020-08-20 19:14:42 +02:00
uykek
1bf2c9ec7f
Replace 'note toggle' button in CreateSudokuActivity with 'import' button
2020-08-19 19:32:27 +02:00
uykek
22e32c13dc
Fix bug that caused "continue" button in MainActivity to be enabled as long as there is a dailysudoku saved to the device of the user (even if there are no regular sudokus to continue)
2020-08-18 16:58:01 +02:00
ErikWaegerle
ac40dab71d
Comment the AboutActivity
2020-08-10 20:16:42 +02:00
ErikWaegerle
5f1d47facf
Comment the SettingsActivity
2020-08-10 20:12:03 +02:00
ErikWaegerle
798c970e3f
Comment the DailySudokuActivity
2020-08-10 19:59:34 +02:00
uykek
f6948f8aeb
Add comments to the CreateSudokuSpecialButtonLayout and SudokuSpecialButtonLayout class
2020-08-10 11:53:49 +02:00
uykek
6f14b1fffd
Add license to all classes that did not have one yet
2020-08-10 11:19:27 +02:00
uykek
d0b18900b0
Update version number of license above the classes containing one
2020-08-10 10:57:54 +02:00
uykek
f39d614579
Add comments and make a few changes to the DailySudokuActivity
2020-08-10 10:24:38 +02:00
uykek
b761d5fb12
Add comments regarding some of the changes in the GameActivity and the MainActivity
2020-08-09 18:35:58 +02:00
uykek
c57e753a26
Add JavaDocs and comments to the DailySudoku and DailySudokuColumns classes
2020-08-09 18:26:17 +02:00
uykek
a0e15e7508
Add JavaDocs and a few comments to some of the changed controller classes
2020-08-09 09:44:31 +02:00
uykek
98dc83a6c9
Add JavaDocs to CreateSudokuActivity
2020-08-04 09:02:51 +02:00
uykek
295c35710b
Modify the parameters of the 'verify' method in CreateSudokuActivity and alter the method so that it catches IllegalArgumentExceptions thrown by the 'parseFixedValues' method of the GameInfoContainer class.
2020-08-04 08:56:07 +02:00
uykek
6e638afe41
Modify onImportDialogPositiveClick of MainActivity so that it makes sure the input string has the right format
2020-08-04 08:51:48 +02:00
ErikWaegerle
67e73a6175
Adjusting the SettingsActivity
...
Here it is checked whether the battery and system have the value true at the same time.
In this case the Battery value is set to false to solve the problem that both options can have
the same value.
2020-07-29 19:54:59 +02:00
uykek
b79685f194
Fix bug that caused a NullPointerException in the GameActivity when importing a sudoku
2020-07-26 17:13:02 +02:00
ErikWaegerle
13bd2deee1
Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0
2020-07-22 02:22:19 +02:00
ErikWaegerle
89baff374f
1) Change of the displayed stars (no stars selected) if CheckBox is set to true.
...
2.)Selecting the playButton starts a new CreateSudoku Intent.
3.)Additionally the button label was changed (CREATE) and "Custom Sudoku" is displayed as difficulty level.
2020-07-22 02:10:15 +02:00
uykek
3db3110618
Adjust generation of the daily sudoku so that challenges have a lesser probability of being generated than other sudokus, but generating them on the days they do appear won't take as long as before
2020-07-21 10:43:54 +02:00
uykek
efa6394f57
Override transition when navigating from MainActivity to DailySudokuActivity
2020-07-18 15:46:12 +02:00
ErikWaegerle
a538517900
Customize the Manifest and GameActivity with scheme " http://sudoku.secuso.org ".
...
Make sure that WhatsApp accepts this as a valid link.
2020-07-16 00:50:49 +02:00
uykek
8027b8b409
Only add time and hints used in a Sudoku to HighscoreInfoContainer if sudoku isn't custom
2020-07-14 10:08:42 +02:00