Commit graph

210 commits

Author SHA1 Message Date
uykek
4e2b89db69 Remove white border around numfirst.png and numfull.png 2020-06-06 14:49:52 +02:00
uykek
9fdeba1767 Slightly tweak path of the blue star vector drawable so that it matches the path of the grey star vector drawable exactly 2020-06-06 14:48:22 +02:00
uykek
e31add2adf Add standard background color for dark theme as #121212 2020-06-06 10:22:33 +02:00
uykek
0356687ee0 Fix bug that was caused by a theme attribute in splash_screen.xml 2020-06-03 17:05:39 +02:00
uykek
a47443ce99 Replace color references with attributes in the following vector drawables: 2020-06-03 16:22:02 +02:00
ErikWaegerle
a698099e81 The color references of the following vector graphics have been replaced 2020-06-03 13:42:47 +02:00
uykek
34d3d40f0a Rename night mode style.xml file and move it to values-night directory 2020-06-03 12:41:40 +02:00
uykek
81ca1b4374 Add <resources>-night counterpieces of the style.xml files. 2020-06-03 10:31:24 +02:00
ErikWaegerle
b7189338f7 The color references of the following layouts files have been replaced by attribute references 2020-06-03 00:36:59 +02:00
ErikWaegerle
e366bccee9 Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0 2020-06-02 21:22:22 +02:00
uykek
ebcca01f52 Replace color references in the win screen layout and stats fragment layout with attribute references 2020-06-02 21:16:00 +02:00
uykek
d587b4b2dc Add all the theme attributes which are necessary for the win screen layout. 2020-06-02 21:13:02 +02:00
ErikWaegerle
ef344db759 The color references of the following vector files have been replaced by attribute references 2020-06-02 20:39:32 +02:00
ErikWaegerle
259b4538ea Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0 2020-06-02 20:22:11 +02:00
uykek
2557cda248 Add new theme attributes for light background colors, fonts and vector graphics 2020-06-02 20:15:26 +02:00
ErikWaegerle
52cd33852d Update: the following images/PNG were created as vector graphics, delete this
vector graphics and keep the PNG
2020-06-02 13:33:28 +02:00
uykek
9edc74c634 Add attrs.xml file for custom theme attributes 2020-06-02 10:30:49 +02:00
ErikWaegerle
7676cfd2b8 Delete the associated PNG files
->Avoid duplicates in the drawable folder
2020-06-01 20:02:06 +02:00
ErikWaegerle
e0e8d85005 PNG files replaced by vector graphics 2020-06-01 19:53:01 +02:00
ErikWaegerle
a7fc667289 Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0 2020-06-01 19:44:49 +02:00
uykek
165ecbf7ce Replace the trophy vector graphic and delete the png files for which vector graphics have been added already 2020-06-01 18:13:57 +02:00
ErikWaegerle
87c2b09e18 Adjusting the activity_daily_sudoku.xml and the strings.xml
Change and adjustment of the layout see MockUp 3

1.) Enlarge the stars and the text difficulty of the "DailySudokus"
2.) Adjusting the layout and changing the padding
3.) hyphen has been reduced to a suitable size
4.) Modify/add the output text for played games in strings.xml
2020-06-01 16:43:51 +02:00
ErikWaegerle
c7f3db65f1 create for layout suitable string "daily_number_of_hints" to replace #used hints 2020-06-01 01:32:52 +02:00
ErikWaegerle
f471fce351 Inserting and translating "used hints" into strings.xml (de) 2020-06-01 01:29:33 +02:00
uykek
c749d99c0e Turn the star, trophy and undo png icons into vector graphics 2020-05-31 17:50:30 +02:00
uykek
c0faeacce8 Let AppTheme extend DayNightTheme and add a new actionbar style with the attributes the AppTheme previously inherited from DarkActionBar. 2020-05-30 11:02:37 +02:00
uykek
861015ae66 Stop player from playing the daily sudoku again if they have solved it already. 2020-05-27 23:22:26 +02:00
ErikWaegerle
644358ced8 Adjustment of the layout by adding the TextView from list_entry_layout.xml
Is responsible for displaying the games already completed in Daily Sudoku.
2020-05-27 21:41:40 +02:00
ErikWaegerle
b41ff4b238 Changes to the layout
1.) Increase the number of stars to 4
2.) Creation of the button "Start DailySudoku"
3.) Positioning of the individual elements in the layout
2020-05-26 01:13:13 +02:00
ErikWaegerle
f9744bc894 Embedding a vector graphic for the tab "Daily Sudoku" in the NavigationDrawer menu 2020-05-25 20:16:16 +02:00
ErikWaegerle
dd9a66eb8c 1.) Creating a Daily Sudoku Activity XML
2.) Adaptation of the layout
3.) Inserting the app and toolbar into the layout
4.) Use the layout of fragment_stats.xml
5.) Adaptation and modification of the layout see Mockup 3
2020-05-25 20:12:50 +02:00
ErikWaegerle
5ed7b5542a Customization of the icon in the NavigationDrawer menu 2020-05-25 19:42:42 +02:00
Erik Waegerle
6dbf66cb7f The menu item Daily Sudoku was added to the navigation drawer 2020-05-20 12:45:21 +02:00
uykek
26d5cab369 Notify user if a sudoku they tried to import is impossible to solve and close app afterwards. 2020-05-15 19:07:50 +02:00
uykek
c0743f7a08 Make a few improvements on the implementation of the 'copy to clipboard' button. 2020-05-09 19:37:57 +02:00
uykek
4134013fe9 Change implementation of of ShareBoardDialogFragment to use databinding instead of 'findViewById' 2020-05-09 14:05:43 +02:00
uykek
c1a37d3341 Update gradle to include ConstraintLayouts and create layout for the board-sharing dialog. 2020-05-09 12:19:56 +02:00
uykek
e14581d62a Add new item titled 'Share Board' to the menu drawer of the GameActivity and a few Strings necessary for new the board-sharing feature in both English and German. 2020-05-09 12:13:08 +02:00
Christopher Beckmann
aa4c615598 Migrated to AndroidX. Performance improvements. Adaptive Icon added.
Fixes #51, Fixes #38, Fixes #8
2020-04-23 12:02:06 +02:00
hype11
58ddf2824c
Update strings.xml
Rechtschreibfehler behoben
2018-07-16 22:12:36 +02:00
Christopher Beckmann
7cc9c8538c Fixes #34. Worked on Issue #18. The lines are now drawn correctly. 2017-12-31 15:10:19 +01:00
xin
23ad4a2e1a Update French translation 2017-09-28 11:18:28 +00:00
Karola Marky
037baf365d Average string shortened for highscore 2017-07-03 14:10:04 +02:00
Karola Marky
69167d48a9 Missing translations added 2017-06-29 17:15:47 +02:00
Karola Marky
891a2436bd Menu order updated, nav header updated 2017-06-29 17:10:23 +02:00
Christopher Beckmann
84995affe5 Fixed #32 and added the Tutorial to the NavigationDrawer. Some string files still need to be translated. 2017-06-29 16:57:29 +02:00
Karola Marky
583f483f6f Clean up unused resources 2017-06-29 15:35:14 +02:00
Karola Marky
0f1f7049b0 Translations for Tutorial 2017-06-29 15:34:07 +02:00
Karola Marky
8298506d51 Old Welcome removed 2017-06-29 15:25:16 +02:00
Karola Marky
cb24d47868 Tutorial updated 2017-06-29 15:23:34 +02:00
naofum
77e25602ce updated japanese 2017-06-27 23:44:51 +09:00
Karola Marky
3a0c7bc121 Placeholders added 2017-06-25 22:07:38 +02:00
Karola Marky
ca7cc3bb03 Version number automatic 2017-06-25 21:50:51 +02:00
Karola Marky
116973865a Missing translations added 2017-06-25 21:37:45 +02:00
Karola Marky
59f66759f2 New menu icons 2017-06-25 21:29:56 +02:00
Christopher Beckmann
3d91bc1487 Merge remote-tracking branch 'origin/master' into GeneratorRework
# Conflicts:
#	app/app.iml
2017-06-25 21:14:59 +02:00
Christopher Beckmann
f7edfbb34b Settings and Toolbar update 2017-06-25 21:10:55 +02:00
Christopher Beckmann
1aa5500c64 Generator Changes and reworked the Saved Level Structure 2017-06-25 20:14:34 +02:00
naofum
9df5547953 japanese translation 2016-12-22 23:10:15 +09:00
Karola Marky
e35e16a2d9 Header and version code update for some reason a release with 2 was missing on Github 2016-11-07 11:56:35 +02:00
Karola Marky
268c4da61c Splash Screen added and gitignore update 2016-11-07 11:45:48 +02:00
Christopher Beckmann
44833dd8c0 Minor String changes and welcome screen now links to the help page. 2016-10-18 14:27:23 +02:00
Christopher Beckmann
75ae94a163 Fixed a string and updated README.md 2016-10-15 22:46:53 +02:00
Christopher Beckmann
b26c6ee106 Merge remote-tracking branch 'origin/master' 2016-10-15 22:20:30 +02:00
Christopher Beckmann
f9cb4be89b Updated to new design and fixed a timer issue. 2016-10-15 22:17:18 +02:00
Agmagor
378b811c9c Update french translations
Lot of mistakes corrected, still requires changes for consistency (mainly "case" instead of "field")
2016-04-03 11:51:05 +02:00
Christopher Beckmann
ce95048034 Some more french corrections. 2016-03-29 22:59:41 +02:00
Christopher Beckmann
d6f8d58b84 Main menu arrows (choosing the gametype) should now also show correctly on RTL locales. 2016-03-29 21:45:33 +02:00
Christopher Beckmann
17f62f841d Added the fix for Issue#9 to every layout, that was missing it. 2016-03-29 21:22:11 +02:00
Christopher Beckmann
7e3f4f28ba Fixed Issue#9 . Now correctly works on RTL locals. 2016-03-29 18:37:25 +02:00
brainyperfect
291edbc015 Replacement of an insulting sentence in french 2016-03-28 05:14:18 +02:00
Christopher Beckmann
292a539aba Moved icon license 2016-03-18 11:38:08 +01:00
Christopher Beckmann
8b3c8143ff Added License files for the 2 icons. 2016-03-14 15:35:38 +01:00
Christopher Beckmann
e31506cb1f Minor layout fixes. 2016-03-14 14:43:26 +01:00
Christopher Beckmann
4323bbce2c Added the missing strings. 2016-03-14 14:27:29 +01:00
Gongxter
eb6fa74151 scrren keep on fixed 2016-02-29 15:16:11 +01:00
Christopher Beckmann
e8a6bef987 Oooops, forgot to push the new stars. 2016-02-22 16:01:33 +01:00
Christopher Beckmann
ee3784ca39 Added a landscape version for the welcome dialog. 2016-02-20 22:30:19 +01:00
Christopher Beckmann
b3218873fe Fixed a crash with the WelcomeDialog. Also merged. 2016-02-20 21:53:44 +01:00
Christopher Beckmann
a522f18d13 Merge remote-tracking branch 'origin/master'
Conflicts:
	app/src/main/java/org/secuso/privacyfriendlysudoku/ui/MainActivity.java
	app/src/main/res/drawable/ic_star_blue_48dp.png
	app/src/main/res/drawable/ic_star_grey_48dp.png
	app/src/main/res/drawable/ratingbar.xml
2016-02-20 21:01:21 +01:00
Christopher Beckmann
a0d5b66934 Fixed the dificulty stars on the main page for devices with an API level < 21. 2016-02-20 20:58:46 +01:00
Gongxter
d3d8839e3e Added dialog and text for dialog for the welcome screen 2016-02-20 15:06:55 +01:00
Christopher Beckmann
fa54fe0a87 Added the Welcome Dialog. Content still has to be done. 2016-02-20 13:36:20 +01:00
Christopher Beckmann
815b962fe8 Added an option, that will reset the timer when resetting the game board. 2016-02-19 19:09:29 +01:00
Christopher Beckmann
72786d070e Fixed a bug with the Hint button. When pressed when having notes activated, it would set notes instead of revealing the selected field.
Also added the sudoku ic_launcher icon.
2016-02-19 16:27:38 +01:00
Christopher Beckmann
5d9863bdee Merge remote-tracking branch 'origin/master'
Conflicts:
	app/app.iml
	app/src/main/res/values/strings.xml
2016-02-18 14:47:05 +01:00
Gongxter
4475d610b7 fixed some issues 2016-02-18 14:46:39 +01:00
Christopher Beckmann
86b29bc544 Fixed the SECUSO Logo to be higher resolution.
Also fixed some Stringfiles.
2016-02-18 14:45:29 +01:00
Christopher Beckmann
ad4eb476f9 Added Chinese language. All languages are now done. At least every langugage that we planned to support. 2016-02-02 23:16:51 +01:00
Christopher Beckmann
e5404acd4d Added Error Highlighting 2016-02-02 16:14:31 +01:00
Gongxter
0fd676ffff about ScrollView added to make it scrallable if needed on small devices 2016-02-02 12:14:02 +01:00
Christopher Beckmann
0c50999860 Just fixed some warnings. 2016-02-02 04:55:16 +01:00
Christopher Beckmann
ee617bc4c3 Added a custom style for the RatingBar. Fixed some layout issues with tablets and very small screens. 2016-02-02 04:50:05 +01:00
Christopher Beckmann
a88fbce439 Merge remote-tracking branch 'origin/master' 2016-02-01 17:22:19 +01:00
Christopher Beckmann
933918082b Language French added. Even though, we didn't need it. :) 2016-02-01 17:21:58 +01:00
Gongxter
d9d3b216d0 help page drawables added 2016-02-01 16:27:28 +01:00
Gongxter
3819a4e006 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/src/main/res/xml/pref_help_general.xml
2016-02-01 16:25:18 +01:00
Gongxter
1e79a289df rating bar edited 2016-02-01 16:23:54 +01:00
Christopher Beckmann
1f64e2391d Languages German, Spanish, Russian done. Chinese still left.
Also fixed a bug with displaying the time when the game is finished and the screen is rotated.
2016-02-01 14:43:06 +01:00
Gongxter
e680fc5a9a rating bar edited 2016-01-31 14:54:37 +01:00