Peter Osterlund
f6d4fcb7b3
DroidFish: Updated translations.
2012-09-30 09:08:23 +00:00
Peter Osterlund
3047c32ec5
DroidFish: Disable board gestures by default, to improve responsiveness when touching the board to make moves.
2012-09-30 07:35:01 +00:00
Peter Osterlund
c43d652207
DroidFish: In edit board portrait mode, use only a single title bar line.
2012-09-29 23:28:30 +00:00
Peter Osterlund
03342fb46b
DroidFish: Added option to not keep variations in the move list.
2012-09-29 14:17:25 +00:00
Peter Osterlund
4541e83cf0
DroidFish: Made display of variations in the status area optional.
2012-09-29 13:07:01 +00:00
Peter Osterlund
566f76f598
DroidFish: Fixed wrong text string in edit header dialog.
2012-09-29 12:11:00 +00:00
Peter Osterlund
7a2bce1e89
DroidFish: Added option to control title bar scrolling.
2012-09-29 12:00:40 +00:00
Peter Osterlund
913accffb6
DroidFish: Changed background color for blue theme to dark blue.
2012-09-29 11:16:36 +00:00
Peter Osterlund
1f49993c39
DroidFish: Reorganized preferences.
2012-09-29 10:57:57 +00:00
Peter Osterlund
705e0ffea3
DroidFish: Made it possible to change background color and text foreground color. From Leo Mayer.
2012-09-28 22:22:06 +00:00
Peter Osterlund
fa0d1a20d9
DroidFish: Show material diff in edit board mode. From Leo Mayer.
2012-09-28 20:10:00 +00:00
Peter Osterlund
935fe8e4fe
DroidFish: Lint fixes, from Leo Mayer.
2012-09-28 17:52:42 +00:00
Peter Osterlund
87e38eca80
DroidFish: Better layout for edit board in landscape mode.
2012-09-22 11:27:12 +00:00
Peter Osterlund
b40717603f
DroidFish: Updated translations.
2012-09-22 07:24:15 +00:00
Peter Osterlund
9f2a871f00
DroidFish: Updated translations.
2012-09-22 07:16:24 +00:00
Peter Osterlund
ec753f73f6
DroidFish: Use white/black square characters (unicode 25a0/25a1) instead of text strings to save space in the title bar.
2012-09-21 20:00:45 +00:00
Peter Osterlund
75fd15d3bf
DroidFish: Use custom title bar also for edit board mode. Most title bar widgets are hidden though.
2012-09-21 19:39:29 +00:00
Peter Osterlund
db057ea137
DroidFish: Title bar layout improvements, from Leo Mayer.
2012-09-21 17:55:30 +00:00
Peter Osterlund
aa0cc399bc
DroidFish: Optional second title line with captured piece information and time control information. Implemented by Leo Mayer, with some changes by me.
2012-09-19 16:23:32 +00:00
Peter Osterlund
1767f8c947
DroidFish: Moved code in ChessBoard.java that is not used by ChessBoardEdit.java to new class ChessBoardPlay.
2012-09-10 21:46:24 +00:00
Peter Osterlund
9810c3d054
DroidFish: Display error message if trying to use a slash (/) character in network engine names.
2012-09-08 14:35:47 +00:00
Peter Osterlund
7fb1b02ef3
DroidFish: Updated translations.
2012-09-08 07:10:51 +00:00
Peter Osterlund
4265f2e6f0
DroidFish: Removed unwanted newline characters in about.html.
2012-09-08 06:02:23 +00:00
Peter Osterlund
5c5989dd94
DroidFish: Replaced tab characters with spaces.
2012-09-07 20:23:44 +00:00
Peter Osterlund
7bbf888eb1
DroidFish: Added preference setting to choose between "sticky" and "toggle" mode for selecting squares.
2012-09-02 01:44:41 +00:00
Peter Osterlund
98f3982011
DroidFish: Documented how to use a network engine.
2012-09-02 00:33:45 +00:00
Peter Osterlund
21fa9d1522
DroidFish: When "quick move input" is enabled and the user taps on a piece that has no valid moves, display a toast that explains that the piece can not be moved. Idea from Leo Mayer.
2012-09-02 00:08:03 +00:00
Peter Osterlund
a1b7f6688b
DroidFish: Ask for confirmation before deleting network engine.
2012-09-01 22:04:04 +00:00
Peter Osterlund
b342e18423
DroidFish: Moved the "piece name" preferences setting to the "User Interface" section.
2012-09-01 20:01:04 +00:00
Peter Osterlund
2798f59554
DroidFish: Added color picker code from Daniel Nilsson and Sergey Margaritov, adapted to DroidFish by Leo Mayer.
2012-08-31 23:38:12 +00:00
Peter Osterlund
c1a0e69e75
DroidFish: Updated German translation. From Leo Mayer.
2012-08-31 23:24:30 +00:00
Peter Osterlund
37610d8297
DroidFish: Preliminary support for figurine chess notation. From Leo Mayer, with some small changes by me.
2012-08-27 18:14:10 +00:00
Peter Osterlund
feb5fabb22
DroidFish: Made it possible to configure more than one network engine.
2012-08-26 22:00:27 +00:00
Peter Osterlund
6a37ea341d
DroidFish: Don't use tab characters in xml files.
2012-08-26 18:53:49 +00:00
Peter Osterlund
7103e831ff
DroidFish: Don't use tab characters in xml files.
2012-08-26 18:53:07 +00:00
Peter Osterlund
157f0b6359
DroidFish: Clarified that engine strength setting is not used in analysis mode.
2012-08-26 15:56:34 +00:00
Peter Osterlund
1f01daf133
DroidFish: Improved "one touch move" behavior. Based on patch from Leo Mayer.
2012-08-26 13:34:54 +00:00
Peter Osterlund
5c161d2101
DroidFish: Display chess moves using localized piece names.
2012-08-19 10:05:42 +00:00
Peter Osterlund
5a7bd52687
DroidFish: Allow using more threads and more hash memory. Useful for network engines.
2012-08-05 19:28:18 +00:00
Peter Osterlund
a7e21224b8
DroidFish: Added support for running the chess engine on a different computer, communicating with it using a network socket.
2012-08-05 18:58:28 +00:00
Peter Osterlund
04f1225d3e
DroidFish: Made it possible to change the engine hash table size.
2012-07-24 01:04:43 +00:00
Peter Osterlund
bb3cff5298
DroidFish: New partial French translation.
2012-07-23 13:15:39 +00:00
Peter Osterlund
6515abdcd8
DroidFish: Updated German translation.
2012-07-23 13:11:19 +00:00
Peter Osterlund
840e577dde
DroidFish: Updated Spanish translation. From Amador Cuesta.
2012-07-23 12:29:11 +00:00
Peter Osterlund
9ccffdbb45
DroidFish: Updated Portuguese translation.
2012-07-18 09:45:50 +00:00
Peter Osterlund
1de1e05025
DroidFish: Implemented function to share a PGN game.
2012-07-16 11:47:29 +00:00
Peter Osterlund
352b54254a
DroidFish: Display player names in the title bar when the clocks are not running.
2012-07-16 08:45:57 +00:00
Peter Osterlund
fca2f69711
DroidFish: Updated translations.
2012-07-15 14:48:46 +00:00
Peter Osterlund
6861e6d266
DroidFish: Updated Portuguese translation.
2012-07-14 22:14:15 +00:00
Peter Osterlund
9c332ef518
DroidFish: Updated Portuguese translation.
2012-07-14 09:56:30 +00:00
Peter Osterlund
2810a11a57
DroidFish: Updated translations. New partial portuguese translation.
2012-06-26 19:51:23 +00:00
Peter Osterlund
ec3d540988
DroidFish: Minor text fix.
2012-06-17 08:41:27 +00:00
Peter Osterlund
e72346e6c8
DroidFish: Removed stockfish version number from about.html.
2012-06-13 20:20:40 +00:00
Peter Osterlund
bb6dc8867f
DroidFish: Updated translations.
2012-06-13 19:57:24 +00:00
Peter Osterlund
789c734337
DroidFish: Added button touch visual feedback.
2012-06-10 13:30:35 +00:00
Peter Osterlund
4932e44a92
DroidFish: Added a third configurable button.
2012-06-10 08:28:34 +00:00
Peter Osterlund
a1f960da85
DroidFish: Added icons for all button actions.
2012-06-09 23:53:51 +00:00
Peter Osterlund
499ce4e6e4
DroidFish: Use SVG graphics for buttons. Implemented "toggle large buttons" button action.
2012-06-09 20:04:22 +00:00
Peter Osterlund
99501040c2
DroidFish: Updated German translations.
2012-05-19 05:53:10 +00:00
Peter Osterlund
c6734bb722
DroidFish: Updated German translations.
2012-05-15 17:54:47 +00:00
Peter Osterlund
5601d65217
DroidFish: Removed duplicated strings.
2012-05-13 21:28:01 +00:00
Peter Osterlund
ee87a711b1
DroidFish: Removed duplicated string.
2012-05-13 21:22:06 +00:00
Peter Osterlund
95d1e63338
DroidFish: Implemented "toggle engine analysis" button action.
2012-05-13 06:32:36 +00:00
Peter Osterlund
84f28eaa12
DroidFish: Updated German translations.
2012-05-13 06:10:36 +00:00
Peter Osterlund
d67f536cf2
DroidFish: Implemented configurable buttons.
2012-05-13 00:26:56 +00:00
Peter Osterlund
4753286aeb
DroidFish: Preparations for supporting one more button.
2012-05-12 17:42:56 +00:00
Peter Osterlund
d442bb002e
DroidFish: Added link to translation project at crowdin.net.
2012-05-12 04:27:04 +00:00
Peter Osterlund
fe9c22f2d4
DroidFish: Added Russian translation.
2012-05-12 04:02:19 +00:00
Peter Osterlund
ad7f409a8e
DroidFish: New language files generated from crowdin.net.
2012-05-12 03:22:15 +00:00
Peter Osterlund
3d7c5c03f8
DroidFish: Removed resource "ok". Android has a built-in resource for this.
2012-05-10 19:35:26 +00:00
Peter Osterlund
9bdbfd7428
DroidFish: Added web link to the GPL in the about dialog.
2012-05-10 18:43:34 +00:00
Peter Osterlund
77b25099eb
DroidFish: Optionally vibrate when the computer makes a move.
2012-05-10 18:36:02 +00:00
Peter Osterlund
d349d41e26
DroidFish: Updated Spanish translation, from Amador Cuesta.
2012-04-29 11:54:04 +00:00
Peter Osterlund
06452b38ff
DroidFish: Updated Spanish translation, from Amador Cuesta.
2012-04-26 17:48:52 +00:00
Peter Osterlund
1569ac3731
DroidFish: Removed the padding around the chess board. Makes it slightly larger.
2012-04-22 11:23:41 +00:00
Peter Osterlund
656db44a6b
DroidFish: Added scid and gaviota links to the Spanish and German translations.
2012-04-22 07:36:04 +00:00
Peter Osterlund
37793466e0
DroidFish: Added links to "OI File Manager", "Scid on the go" and "Gaviota endgame tablebases" in the about/help dialog.
2012-04-14 16:27:23 +00:00
Peter Osterlund
91524829f5
DroidFish: Added hint about how to undo/redo single half moves.
2012-04-14 14:46:02 +00:00
Peter Osterlund
fbd7225386
DroidFish: Made "save to pgn file" easier to understand.
2012-04-14 13:25:19 +00:00
Peter Osterlund
14d17d6719
DroidFish: Made it possible to load/save PGN files in any directory, using the "OI file manager".
2012-04-14 12:37:15 +00:00
Peter Osterlund
cc5582bdbc
DroidFish: If setting strength to 0% when stockfish engine is used, show a hint that using the CuckooChess engine gives even lower strength.
2012-04-08 16:42:21 +00:00
Peter Osterlund
a0eb057e4a
DroidFish: Allow selecting side to play when starting a new game.
2012-04-07 23:46:04 +00:00
Peter Osterlund
9be6394737
DroidFish: Changed default value of "flip board based on player name" setting to "true".
2012-04-07 21:28:21 +00:00
Peter Osterlund
12a84db608
DroidFish: Changed default number of engine threads to 1. Improves GUI responsiveness on some devices.
2012-04-07 21:14:20 +00:00
Peter Osterlund
463bbcba20
DroidFish: Added flip board button.
2012-04-07 21:05:05 +00:00
Peter Osterlund
e6e4d6b213
DroidFish: Added support for default player name.
2012-04-07 15:45:34 +00:00
Peter Osterlund
926fe6b214
DroidFish: Added button content descriptions to silence warnings.
2012-04-07 11:02:01 +00:00
Peter Osterlund
a53834d21e
DroidFish: Added preference setting for left-handed landscape mode.
2012-04-07 10:43:12 +00:00
Peter Osterlund
9661e5a478
DroidFish: Changed "-" to dash to silence warning.
2012-04-07 10:19:13 +00:00
Peter Osterlund
bdd67ce315
DroidFish: Display PGN comments in a color different from PGN moves.
2012-04-07 09:15:44 +00:00
Peter Osterlund
0039df9eaa
DroidFish: Updated German translation, from Uwe Walschus.
2012-01-29 15:54:22 +00:00
Peter Osterlund
dc705746a0
DroidFish: Updated German translation, from Uwe Walschus.
2012-01-28 02:14:21 +00:00
Peter Osterlund
7b1cb4cdfb
DroidFish: Fixed about.html formatting problem.
2012-01-23 22:50:57 +00:00
Peter Osterlund
905c155270
DroidFish: Use html to format the about dialog text.
2012-01-22 19:22:56 +00:00
Peter Osterlund
babb66427f
DroidFish: Updated Spanish translation, from Amador Cuesta.
2012-01-22 13:06:21 +00:00
Peter Osterlund
4e86b110d3
DroidFish: Changed default value for tablebase root probe setting to true.
2012-01-22 12:48:11 +00:00
Peter Osterlund
1370b50ec7
DroidFish: Improved help texts for tablebase settings.
2012-01-21 08:16:02 +00:00
Peter Osterlund
6b7c844df0
DroidFish: Added support for Gaviota endgame tablebases.
2012-01-20 19:14:25 +00:00
Peter Osterlund
2a189d54ca
DroidFish: Clarified that UCI engines must be compiled for Android.
2012-01-15 01:49:53 +00:00
Peter Osterlund
ca1482a80a
DroidFish: Updated stockfish to version 2.2.2.
2012-01-15 01:13:33 +00:00
Peter Osterlund
0d43a3bd7c
DroidFish: Fixed non-ascii spaces in values-es/strings.xml
2012-01-08 16:59:50 +00:00
Peter Osterlund
840acd84f9
DroidFish: Fixed non-ascii spaces in values-es/strings.xml
2012-01-08 16:57:56 +00:00
Peter Osterlund
01b97f6590
DroidFish: Updated Spanish translation, from Amador Cuesta.
2012-01-08 16:26:52 +00:00
Peter Osterlund
0c1fe0fc55
DroidFish: Updated German translation, from Uwe Walschus.
2012-01-08 15:26:20 +00:00
Peter Osterlund
19684dad4f
DroidFish: Removed no longer needed instructions to create directories on the SD card from the German and Spanish translations.
2012-01-08 11:16:29 +00:00
Peter Osterlund
006e66397e
DroidFish: Display an error message when loading an engine that doesn't support the UCI protocol.
2012-01-08 02:39:31 +00:00
Peter Osterlund
f544cfdec3
DroidFish: Updated German translation, from Uwe Walschus.
2012-01-08 01:57:25 +00:00
Peter Osterlund
8f6719db59
DroidFish: Improved the about dialog help text.
2012-01-08 01:53:14 +00:00
Peter Osterlund
b97830c29a
DroidFish: Display an error message if an engine is terminated prematurely.
2012-01-07 23:29:51 +00:00
Peter Osterlund
42a71b0ec5
DroidFish: Clarified that not all engine options work for all engines. Display the current engine in the program title bar.
2012-01-07 08:19:14 +00:00
Peter Osterlund
6c85f9e0c1
DroidFish: Updated stockfish engine to version 2.2.1.
2012-01-07 02:07:28 +00:00
Peter Osterlund
99717796fe
DroidFish: Updated Spanish translation.
2012-01-05 20:41:18 +00:00
Peter Osterlund
a4bcae2a87
DroidFish: Updated German translation, from Uwe Walschus.
2012-01-05 19:58:55 +00:00
Peter Osterlund
1d0dde26d0
DroidFish: Moved error message to strings.xml.
2012-01-04 21:10:26 +00:00
Peter Osterlund
865eab1f9b
DroidFish: Updated Spanish translation, from Amador Cuesta.
2012-01-03 19:05:51 +00:00
Peter Osterlund
e362208438
DroidFish: Added translators information to the about dialog.
2012-01-02 18:22:15 +00:00
Peter Osterlund
a47b47a8d3
DroidFish: Updated Spanish translation, from Amador Cuesta.
2012-01-02 18:17:42 +00:00
Peter Osterlund
c07863581a
DroidFish: Added some missing strings to German strings.xml.
2012-01-01 23:33:33 +00:00
Peter Osterlund
2879152e8f
DroidFish: Added Spanish translation, from Amador Cuesta.
2012-01-01 23:32:50 +00:00
Peter Osterlund
e4b9ce7a6f
DroidFish: Added brief info about external UCI engines to the about dialog.
2012-01-01 22:53:59 +00:00
Peter Osterlund
c653ef8ec2
DroidFish: Implemented support for external UCI engines.
2012-01-01 22:36:25 +00:00
Peter Osterlund
aeaee1e5cd
DroidFish: Changed default thinking time to 60 moves in 2 minutes.
2012-01-01 01:21:29 +00:00
Peter Osterlund
e00df7370c
DroidFish: Updated stockfish engine to version 2.2.
2012-01-01 00:52:19 +00:00
Peter Osterlund
6f25af50d9
DroidFish: Report engine name in the GUI when a new engine is started.
2011-12-31 13:42:48 +00:00
Peter Osterlund
e458b95d33
DroidFish: Moved ListPreference default values to strings.xml. Avoids "converting to string" warnings in the system log.
2011-12-31 12:19:05 +00:00
Peter Osterlund
bdb55f5677
DroidFish: Made it possible to hide engine statistics.
2011-12-24 08:00:07 +00:00
Peter Osterlund
49e938b498
DroidFish: Changed version to 1.38.
2011-12-18 13:53:59 +00:00
Peter Osterlund
d07fc8fbf3
DroidFish: Updated German translation, from Uwe Walschus.
2011-12-18 01:14:30 +00:00
Peter Osterlund
bf0252ea9a
DroidFish: Updated German translation, from Uwe Walschus.
2011-12-18 00:24:51 +00:00
Peter Osterlund
c01b7fbec4
DroidFish: Don't allow setting up positions with too many pieces.
2011-12-18 00:11:51 +00:00
Peter Osterlund
ed349128d7
DroidFish: Updated German translation, from Uwe Walschus.
2011-12-17 23:32:50 +00:00
Peter Osterlund
4fe1d1d578
DroidFish: Added "preferences" to strings.xml.
2011-12-17 20:15:02 +00:00
Peter Osterlund
fb55f703fd
DroidFish: Updated German translation, from Uwe Walschus.
2011-12-17 19:35:56 +00:00
Peter Osterlund
3c9f4a676c
DroidFish: Moved more strings to strings.xml.
2011-12-17 18:01:08 +00:00
Peter Osterlund
148d12f090
DroidFish: Updated German translation, from Uwe Walschus.
2011-12-17 17:30:55 +00:00
Peter Osterlund
6fb74d81b5
DroidFish: Moved FEN/PGN parse error messages to strings.xml.
2011-12-17 12:49:33 +00:00
Peter Osterlund
5c09f71347
DroidFish: Moved preferences strings to strings.xml.
2011-12-17 11:14:14 +00:00
Peter Osterlund
6bffcb57b0
DroidFish: Updated German translation, from Uwe Walschus.
2011-12-17 09:52:28 +00:00
Peter Osterlund
5bd3038de6
DroidFish: Replaced tabs with spaces in xml files.
2011-12-17 09:23:49 +00:00
Peter Osterlund
b789406ac7
DroidFish: Moved options menu strings to strings.xml.
2011-12-17 09:12:22 +00:00
Peter Osterlund
70cac5464f
DroidFish: Moved "delete game/delete file" strings to strings.xml.
2011-12-17 08:54:14 +00:00
Peter Osterlund
1695cf1624
DroidFish: Moved strings to strings.xml so they can be translated.
2011-12-17 02:35:30 +00:00
Peter Osterlund
045cb8a700
DroidFish: Moved game status strings to strings.xml.
2011-12-17 01:33:22 +00:00
Peter Osterlund
4767bcb892
DroidFish: Added German translation from Uwe Walschus.
2011-12-17 00:08:15 +00:00
Peter Osterlund
577dd388e8
DroidFish: Lint warning fixes from Aaro Korhonen.
2011-12-13 21:26:33 +00:00
Peter Osterlund
62e3ace1ab
DroidFish: UI improvements from Aaro Korhonen.
...
- SeekBarPreference now uses Android system style (textAppearanceLarge) instead of custom attribute values.
- The dialog for filename has now the same visual style as the other dialogs.
- Added colons to the rest of the dialog labels.
- Added some padding to select_game.xml.
2011-11-28 17:22:00 +00:00
Peter Osterlund
b39e5c7840
DroidFish: UI improvements from Aaro Korhonen. "Edit headers" and "edit comments" are now dialogs instead of activities, which looks much better.
2011-11-27 12:26:14 +00:00
Peter Osterlund
b3bddec2c6
DroidFish: Added Aaro Korhonen to the about dialog.
2011-11-27 02:18:55 +00:00
Peter Osterlund
d945a2bc5e
DroidFish: Swapped ok/cancel buttons in views for consistency with Android dialogs.
2011-11-27 01:52:17 +00:00
Peter Osterlund
e8d1ef5dd6
DroidFish: UI improvements from Aaro Korhonen.
...
- All the menu items are now using standard Android system icons.
- Removed the edit.png & start.png files as they're now obsolete.
- Dialogs are now using standard Ok / Cancel buttons.
- EditText views (in dialogs, 'Goto move' for instance) are now using standard Android background.
- The dialog for selecting the game mode now has a title.
- The dialog for selecting the player to move now uses radio boxes instead of buttons for a logical consistency.
- The dialog for selecting the en passant file now closes itself after an item has been chosen.
- The custom title bar (for clocks etc.) now uses the system style 'windowTitleStyle' for a visual consistency with non-custom titles.
- The header and comment editors are now wrapped in a ScrollView to provide landscape support.
2011-11-27 01:24:52 +00:00
Peter Osterlund
252789e186
Moved DroidFish project to trunk/
2011-11-12 19:44:06 +00:00