Commit Graph

611 Commits

Author SHA1 Message Date
Peter Osterlund
fffd5107c3 DroidFish: Ignore leading and trailing whitespace when parsing FEN strings. 2015-01-25 01:04:57 +00:00
Peter Osterlund
9e5c22e607 DroidFish: Fixed typo in Android.mk. 2015-01-11 14:27:27 +00:00
Peter Osterlund
2e768190fe DroidFish: Changed version to 1.56. 2015-01-10 07:32:31 +00:00
Peter Osterlund
3e6a483df3 DroidFish: Made stockfish engine work in android 5. 2015-01-07 20:42:18 +00:00
Peter Osterlund
36f62e3eb4 DroidFish: Reverted revision 1192. Does not work on HTC One when using multiple search threads. 2014-12-29 18:33:55 +00:00
Peter Osterlund
d521972d4e DroidFish: Don't try to perform syzygy probes for illegal positions. 2014-12-22 16:39:53 +00:00
Peter Osterlund
1a24480de8 DroidFish: Link stockfish statically to make it work in android 5. 2014-11-22 13:39:43 +00:00
Peter Osterlund
dd91100779 DroidFish: Build native code for all platforms supported by the NDK. 2014-10-21 19:46:10 +00:00
Peter Osterlund
782fb97ae4 DroidFish: Preserve case of UCI option names in the setoption command. Some engines (such as Greko) think UCI options are case sensitive. 2014-10-21 19:44:43 +00:00
Peter Osterlund
4e24dd48da DroidFish: Use fewer decimal places to display engine thinking time when the time is large. 2014-10-19 16:49:13 +00:00
Peter Osterlund
fb9bbdfda4 DroidFish: Changed min sdk version to 9 because the native syzygy probing code currently does not work on android 2.2. 2014-10-14 04:59:40 +00:00
Peter Osterlund
0ab4aae1b1 DroidFish: Updated ChessEngineResolver from upstream repository. 2014-10-13 17:45:49 +00:00
Peter Osterlund
289d89b70f DroidFish: Don't display dummy (0:--) current move information if the engine has not provided any current move information. 2014-10-13 16:39:05 +00:00
Peter Osterlund
fe8702b1f8 DroidFish: Changed version to 1.55. 2014-10-12 14:01:51 +00:00
Peter Osterlund
9a6997c275 DroidFish: Updated translations. 2014-10-12 12:44:56 +00:00
Peter Osterlund
8c99b770dd DroidFish: Updated stockfish to the latest development version and included syzygy tablebases probing code. 2014-10-12 12:38:00 +00:00
Peter Osterlund
e621fb77bd DroidFish: Fixed inconsistent spelling of tablebases. 2014-10-12 00:53:40 +00:00
Peter Osterlund
d5341ed0e1 DroidFish: Renamed gtb package to tb. 2014-10-12 00:32:56 +00:00
Peter Osterlund
b285d6ed6c DroidFish: Fixed problem that could cause the second tap when making a move to be ignored. 2014-10-12 00:23:15 +00:00
Peter Osterlund
aa95d57e7b DroidFish: Implemented DTZ/WDL tablebase hints in the GUI when only syzygy tablebases are available. 2014-10-12 00:21:10 +00:00
Peter Osterlund
c6729f4769 DroidFish: Updated translations. 2014-10-08 19:35:09 +00:00
Peter Osterlund
ac83aa19b0 DroidFish: Added syzygy tablebases information to about.html. 2014-10-08 18:02:12 +00:00
Peter Osterlund
3be7f6db04 DroidFish: Display the options menu when long pressing the M button. 2014-10-04 17:56:00 +00:00
Peter Osterlund
a4b5950a8a DroidFish: Fixed potential integer overflow problem in CTG book code. 2014-10-04 16:14:27 +00:00
Peter Osterlund
31ce064a10 DroidFish: Made it possible to specify a full file path to the book file in preferences. 2014-10-04 12:48:31 +00:00
Peter Osterlund
648a00dc92 DroidFish: Don't allow adding a null move to the game tree when the side to move is in check. 2014-10-04 12:32:48 +00:00
Peter Osterlund
944d16910d DroidFish: Fixed arrow display problem after switching from multi-PV to single-PV mode. 2014-10-04 12:24:17 +00:00
Peter Osterlund
5ed85f4360 DroidFish: Made the move variation up/down functions work also when the the current position is not a branch point in the game tree. 2014-10-04 12:21:53 +00:00
Peter Osterlund
8609a05d10 DroidFish: Support for using "open exchange" engines installed on the android device. 2014-10-04 08:23:57 +00:00
Peter Osterlund
a1047dccea DroidFish: Removed obsolete code. 2014-09-21 13:18:32 +00:00
Peter Osterlund
473b4ad55c DroidFish: Don't display obsolete current move information when starting analysis mode. 2014-09-14 08:27:09 +00:00
Peter Osterlund
be429d39ea DroidFish: Indentation fix. 2014-09-14 05:50:34 +00:00
Peter Osterlund
fd60255a55 DroidFish: Fixed NPE when rotating the display while reading a FEN file. 2014-08-09 18:04:02 +00:00
Peter Osterlund
083ed45ce4 DroidFish: Set RTB option before GTB option. Improves texel startup time a bit. 2014-07-16 18:25:35 +00:00
Peter Osterlund
0e9e6fb18b DroidFish: Implemented function to reset all UCI options to default values. 2014-07-16 17:46:43 +00:00
Peter Osterlund
d0648b9cbf DroidFish: Hide some UCI options for the internal stockfish engine. 2014-07-16 17:27:34 +00:00
Peter Osterlund
4ea935944f DroidFish: Implemented setting of engine UCI options. 2014-07-16 17:20:18 +00:00
Peter Osterlund
bd011e5359 DroidFish: Made it possible to change UCI options using an .ini file. 2014-07-15 09:30:16 +00:00
Peter Osterlund
d5a640440b DroidFish: In computeNetEngineID(), don't read the whole engine file when the engine is not a network engine. 2014-07-14 22:53:56 +00:00
Peter Osterlund
234e15dd98 DroidFish: Removed useless overridden function. 2014-07-14 22:10:06 +00:00
Peter Osterlund
dbfa0dd18c DroidFish: Changed location of external opening book files to /sdcard/DroidFish/book. 2014-07-13 15:52:32 +00:00
Peter Osterlund
f6d4e21b2e DroidFish: Don't hard code the /data/data directory. 2014-07-13 11:42:05 +00:00
Peter Osterlund
b61bfe14c9 DroidFish: Fixed some lint warnings. 2014-07-13 11:22:13 +00:00
Peter Osterlund
696c6411ec DroidFish: Automatically restart engine when tablebase engine probing is changed. 2014-07-13 09:42:03 +00:00
Peter Osterlund
8becf3dc35 DroidFish: Made it possible to open the options menu by clicking on the title bar. 2014-07-13 09:14:48 +00:00
Peter Osterlund
4923b06e3c DroidFish: Better handling of gestures on the chess board. 2014-07-13 00:05:41 +00:00
Peter Osterlund
aae09341c6 Classpath changes after updating to new SDK version. 2014-07-12 14:15:31 +00:00
Peter Osterlund
d0c5e9d15a DroidFish: Avoid crash if startActivity throws ActivityNotFoundException. 2014-07-11 13:24:36 +00:00
Peter Osterlund
2b7011acfe DroidFish: Use different RTB path for network engines and local engines. 2014-07-07 22:23:18 +00:00
Peter Osterlund
c3acf44ac8 DroidFish: Workaround for GTB en passant probing bug. 2014-07-03 09:22:16 +00:00
Peter Osterlund
47f1cc4ac9 DroidFish: A long press on the positions list now loads the position immediately. 2014-06-08 15:13:21 +00:00
Peter Osterlund
0f9f9f6e01 DroidFish: Use different GTB path for network engines and local engines. 2014-06-06 13:07:32 +00:00
Peter Osterlund
4fbb4b721c DroidFish: Show tablebase hits. Add support for SyzygyPath uci option. 2014-06-01 09:28:16 +00:00
Peter Osterlund
837c49777a DroidFish: Changed version to 1.54. 2014-05-31 12:49:44 +00:00
Peter Osterlund
5d723926b0 DroidFish: Updated Stockfish engine to version 5. 2014-05-31 12:23:03 +00:00
Peter Osterlund
3bbfa49b01 DroidFish: Added options for larger hash tables. Useful for network engines. 2014-05-07 19:25:03 +00:00
Peter Osterlund
bcc8353129 DroidFish: Recognize UCI option "Cores" to set number of search threads. 2014-04-19 10:21:49 +00:00
Peter Osterlund
c9b019e581 DroidFish: Changed default preferences to favor analysis mode, which is the main intended use case for the app. 2014-03-30 08:17:18 +00:00
Peter Osterlund
e2ca919e78 DroidFish: In edit board mode, use a larger gap between the board and the setup pieces. 2014-03-30 07:56:42 +00:00
Peter Osterlund
55de4ccdc4 DroidFish: Don't read the whole engine file just to determine if it is a network engine or not. 2014-03-28 23:00:41 +00:00
Peter Osterlund
9cef130ce1 DroidFish: Suppressed a warning. 2014-03-28 22:32:21 +00:00
Peter Osterlund
bfef649156 DroidFish: Removed support for android 1.5. 2014-03-28 22:30:32 +00:00
Peter Osterlund
6b129e2930 DroidFish: Fixed capitalization of "SetUp" PGN tag. 2014-01-05 22:24:39 +00:00
Peter Osterlund
cceb19c70d DroidFish: Cosmetic change. 2013-12-23 22:02:18 +00:00
Peter Osterlund
bc58767547 DroidFish: Spelling fixes. 2013-12-22 23:20:13 +00:00
Peter Osterlund
6f044b5aab DroidFish: Changed version to 1.53 DD. 2013-11-30 19:20:30 +00:00
Peter Osterlund
43e92323e4 DroidFish: Updated stockfish engine to version DD. 2013-11-30 19:12:34 +00:00
Peter Osterlund
ef2ea196b4 DroidFish: Remove unneeded "-isystem" compiler flag that was causing trouble on Mac. 2013-10-14 22:26:53 +00:00
Peter Osterlund
4d73bedea9 DroidFish: Allow using 16 threads. Useful for network engines. 2013-09-29 06:16:54 +00:00
Peter Osterlund
0faf8a49ca DroidFish: Fixed time management bug triggered by ponder mode. 2013-09-17 17:47:30 +00:00
Peter Osterlund
96cfc46536 DroidFish: Handle intents with file names ending with .pgn, .epd and .fen. 2013-09-01 11:26:21 +00:00
Peter Osterlund
ada24aa0ba DroidFish: Changed version to 1.52. 2013-08-20 18:19:52 +00:00
Peter Osterlund
bfc5782f52 DroidFish: Updated stockfish engine to version 4. 2013-08-20 18:02:33 +00:00
Peter Osterlund
96a8ec79ac DroidFish: Changed version to 1.51. 2013-07-31 18:16:47 +00:00
Peter Osterlund
e38860f882 DroidFish: Updated Russian translation. 2013-07-31 18:09:51 +00:00
Peter Osterlund
1f33929c67 DroidFish: Fixed bug in stockfish that could make the engine hang. 2013-07-31 17:49:22 +00:00
Peter Osterlund
9e7572d54c DroidFish: Handle Intent.EXTRA_STREAM of type "file". 2013-07-08 21:20:41 +00:00
Peter Osterlund
fdb4d70cbb DroidFish: Ignore UTF8 byte order mark when reading PGN files. 2013-07-08 20:01:19 +00:00
Peter Osterlund
c2427ac4c3 DroidFish: Removed unused import. 2013-07-08 19:20:17 +00:00
Peter Osterlund
efb536278f DroidFish: Improved detection of number of CPU cores to work on HTC One. 2013-06-15 13:03:49 +00:00
Peter Osterlund
cf212ff0ed DroidFish: Give a small positive weight for CTG book moves even if the book entry says wins=draws=0 for the move. 2013-06-03 19:25:17 +00:00
Peter Osterlund
eb00cf60de DroidFish: Avoid crash if playing a move sound fails. 2013-05-13 19:27:42 +00:00
Peter Osterlund
ffa0e1a240 DroidFish: Changed version to 1.50. 2013-05-08 19:12:49 +00:00
Peter Osterlund
34b9fd139f DroidFish: Updated stockfish engine to version 3. 2013-05-03 17:03:42 +00:00
Peter Osterlund
3f55b61865 DroidFish: Enable "load from last file" action even if clocks are active. 2013-04-14 20:59:45 +00:00
Peter Osterlund
d5930c0f30 DroidFish: Save time control information when exiting program. 2013-04-14 20:53:02 +00:00
Peter Osterlund
a14a8250a1 DroidFish: Use Locale.US for all text formatting. 2013-04-14 18:55:04 +00:00
Peter Osterlund
ca757cebd7 DroidFish: Changed some variables from long to int. 2013-04-14 14:07:14 +00:00
Peter Osterlund
26ac3b6ab5 DroidFish: Time control information is now stored in pgn header data. 2013-04-14 13:33:36 +00:00
Peter Osterlund
da625e085d DroidFish: Added support for multiple time controls in the DroidChessController class. 2013-04-14 08:56:17 +00:00
Peter Osterlund
8ef8fbe3cd DroidFish: Show current time control in the extended title bar. 2013-04-14 08:04:13 +00:00
Peter Osterlund
ba7d8f61eb DroidFish: Added support in TimeControl class for multiple time controls and for different time controls for white and black. 2013-04-13 21:25:25 +00:00
Peter Osterlund
671994e004 DroidFish: Changed version to 1.49. 2013-04-07 18:56:19 +00:00
Peter Osterlund
f8e0724f54 DroidFish: Updated translations. 2013-04-07 18:54:17 +00:00
Peter Osterlund
5b0af66e06 DroidFish: Updated Polish translation. 2013-04-01 21:33:17 +00:00
Peter Osterlund
3b08e22d45 DroidFish: Polish translation of strings.xml. From Rafał Smyka. 2013-03-31 17:47:12 +00:00
Peter Osterlund
aa95f64fc1 DroidFish: Updated German translation. 2013-03-31 17:46:12 +00:00
Peter Osterlund
d26b15c656 DroidFish: Made it possible to open .fen and .epd files in DroidFish from a file manager such as AndroZip. 2013-03-25 06:09:57 +00:00
Peter Osterlund
fc089a03bd DroidFish: Changed version to 1.48. 2013-03-14 19:48:54 +00:00
Peter Osterlund
deb800af26 DroidFish: Translation updates. 2013-03-12 20:23:30 +00:00
Peter Osterlund
f8c4ce1caa DroidFish: Translation updates. 2013-03-12 20:02:04 +00:00
Peter Osterlund
3aa548977e DroidFish: Updated translations. 2013-03-11 20:30:07 +00:00
Peter Osterlund
0445e7137e DroidFish: Use "..." in progress dialog titles. 2013-03-10 09:56:19 +00:00
Peter Osterlund
8ced188b49 DroidFish: The tools item in the options menu did not work when board gestures were disabled. 2013-03-09 17:17:58 +00:00
Peter Osterlund
836a4239ec DroidFish: Updated about/help dialog with information about fen/epd functionality. 2013-03-05 20:58:11 +00:00
Peter Osterlund
2f9206b2c3 DroidFish: New button action to change engine. 2013-03-05 20:27:13 +00:00
Peter Osterlund
2e64237975 DroidFish: Added file menu item to load a position from a FEN/EPD file. 2013-03-05 19:34:25 +00:00
Peter Osterlund
8fd611ff44 DroidFish: New action to load game/position from the last used file. Available in the file menu and as a configurable button action. 2013-03-03 11:14:30 +00:00
Peter Osterlund
8d9a8dca41 DroidFish: Split board menu in sub-menus. 2013-03-03 09:04:45 +00:00
Peter Osterlund
f72dd4f466 DroidFish: When receiving a fen file from an external program, let the user select which fen position to use. 2013-03-02 17:29:10 +00:00
Peter Osterlund
6a1186dca5 DroidFish: Added function to receive chess positions from other programs using intent ACTION_GET_CONTENT of type "application/x-chess-fen". 2013-03-02 11:58:48 +00:00
Peter Osterlund
c16424aa9c DroidFish: Don't disable boldface in android 4.2. The crash bug only affects 4.1. 2013-03-02 09:02:58 +00:00
Peter Osterlund
d2cbde4aac DroidFish: The menu button did not always work in edit board mode. 2013-03-02 08:01:44 +00:00
Peter Osterlund
0a38bbbd7b DroidFish: Fixed problem where a long press on the chess board could be interpreted as both a tap and a long press. 2013-03-02 07:50:16 +00:00
Peter Osterlund
f05e0fe48a DroidFish: Avoid NPE if creating a MediaPlayer object fails. 2013-02-15 17:22:44 +00:00
Peter Osterlund
eefda143b5 DroidFish: Changed version to 1.47. 2013-01-27 17:03:18 +00:00
Peter Osterlund
a5845e901d DroidFish: Translation updates. 2013-01-27 17:01:15 +00:00
Peter Osterlund
e3c3b61658 DroidFish: Fixed parsing of UCI option names that contains spaces. This bug prevented strength setting for the stockfish engine from working. 2013-01-27 08:56:01 +00:00
Peter Osterlund
ade1abb3b2 DroidFish: Translation updates. 2013-01-27 07:29:49 +00:00
Peter Osterlund
becb5367e8 DroidFish: Translation updates. 2013-01-27 00:59:13 +00:00
Peter Osterlund
547073d532 DroidFish: Translation updates. 2013-01-26 20:21:10 +00:00
Peter Osterlund
63493dca0a DroidFish: Updated list of translators. 2013-01-26 19:58:18 +00:00
Peter Osterlund
2e7718ef7e DroidFish: Translation updates. 2013-01-26 17:51:09 +00:00
Peter Osterlund
5a6e198b1a DroidFish: Updated list of translators. 2013-01-26 12:32:59 +00:00
Peter Osterlund
d8306df262 DroidFish: New Dutch translation. From David Pront. 2013-01-26 12:26:37 +00:00
Peter Osterlund
6e1ff8f25a DroidFish: New Italian translation. From Michele Carfora. 2013-01-26 12:25:23 +00:00
Peter Osterlund
46cf914a7a DroidFish: Translation updates. 2013-01-26 12:23:24 +00:00
Peter Osterlund
c3bcb9656f DroidFish: Accept VIEW intent with mime type application/x-chess-fen. 2013-01-20 11:22:07 +00:00
Peter Osterlund
b297eb1086 DroidFish: If DroidFish is started with a FEN intent corresponding to an illegal chess position, go automatically into edit board mode, so the user can correct the position. 2013-01-20 11:10:51 +00:00
Peter Osterlund
1b80487254 DroidFish: Whitespace fixes. 2013-01-20 10:37:03 +00:00
Peter Osterlund
c3be2de8f3 DroidFish: Added support for intent type SEND with mime type application/x-chess-fen. 2013-01-20 08:54:20 +00:00
Peter Osterlund
97ebf52b9a DroidFish: Implemented blindfold mode. 2013-01-02 15:11:20 +00:00
Peter Osterlund
5a0b918bc6 DroidFish: Added option to not highlight the last played move. 2012-12-29 21:09:16 +00:00
Peter Osterlund
55a328134c DroidFish: Indentation fix. 2012-12-29 20:33:43 +00:00
Peter Osterlund
0cb50f4e26 DroidFish: Don't generate the same move list twice when EGTB "probe at root" is enabled. 2012-12-29 20:17:26 +00:00
Peter Osterlund
8fae287145 DroidFish: Workaround for long press problem in movelist on android 4.1. 2012-12-28 18:42:43 +00:00
Peter Osterlund
43f6aa45e6 DroidFish: Better move sound. From Igor Kaplin. 2012-12-28 16:15:59 +00:00
Peter Osterlund
3fb9c1aca7 DroidFish: Add support for intent.action.SEND with mimeType application/x-chess-pgn. Suggested by Gerhard Kalab. 2012-12-28 14:45:25 +00:00
Peter Osterlund
25aa40a30f DroidFish: Silence lint warning. 2012-12-28 12:45:00 +00:00
Peter Osterlund
ee494c50f6 DroidFish: Added game numbers to the game list when loading/saving from PGN files and when loading from a Scid database. 2012-12-28 11:23:39 +00:00
Peter Osterlund
dedb66beca DroidFish: Fixes for NDK r8d. 2012-12-26 01:15:21 +00:00
Peter Osterlund
8ec8696dc2 DroidFish: Fixed lint warnings about locale-dependent string formatting. 2012-12-25 20:31:26 +00:00
Peter Osterlund
c330098761 DroidFish: Removed obsolete string. 2012-12-25 20:29:23 +00:00
Peter Osterlund
6baae4a650 DroidFish: Changed version to 1.46. 2012-12-25 15:46:53 +00:00
Peter Osterlund
e8e446ee12 DroidFish: Updated translations. 2012-12-24 13:04:10 +00:00
Peter Osterlund
89cb8ed0fe DroidFish: Updated translations. 2012-10-27 07:33:17 +00:00
Peter Osterlund
764da85dfc DroidFish: Updated translations. 2012-10-20 23:21:19 +00:00
Peter Osterlund
cca1a77574 DroidFish: Moved color theme names to strings.xml. 2012-10-20 23:11:09 +00:00
Peter Osterlund
30a17e8012 DroidFish: Updated translations. 2012-10-20 13:35:19 +00:00
Peter Osterlund
6f5d36421d DroidFish: Updated French translation. 2012-10-07 12:42:13 +00:00
Peter Osterlund
dca819f296 DroidFish: Update default preferences colors to match new themes. 2012-10-05 18:30:57 +00:00
Peter Osterlund
7f79fbf0c8 DroidFish: Changed version to 1.45. 2012-10-05 16:26:48 +00:00
Peter Osterlund
baba7129c1 DroidFish: Changed "board gestures" default value to true. 2012-10-05 16:24:21 +00:00
Peter Osterlund
8e3ef9fcc1 DroidFish: Fixed color preference text string. 2012-10-05 16:18:09 +00:00
Peter Osterlund
5ce055122b DroidFish: Modified color themes. From Leo Mayer. 2012-10-05 16:11:31 +00:00
Peter Osterlund
bbc4e45cff DroidFish: Use fullscreen mode also in preferences and load/save game activities. 2012-09-30 21:42:35 +00:00
Peter Osterlund
937ae75799 DroidFish: Updated translations. 2012-09-30 19:51:40 +00:00
Peter Osterlund
1084cea95c DroidFish: Updated translations. 2012-09-30 18:55:43 +00:00
Peter Osterlund
d6855782cf DroidFish: Updated translations. 2012-09-30 09:34:06 +00:00
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
9858697da2 DroidFish: Modified color theme background colors. 2012-09-29 22:50:43 +00:00
Peter Osterlund
3913b818d6 DroidFish: When loading a game, switch game mode to edit/replay. 2012-09-29 22:32:17 +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
12f43e5d0c DroidFish: Small optimization in SVGParser. From Leo Mayer. 2012-09-28 17:31:03 +00:00
Peter Osterlund
b88ca87867 DroidFish: Avoid crash if "Scid on the go" misbehaves. 2012-09-28 17:03:11 +00:00
Peter Osterlund
0fd90e2550 DroidFish: Updated stockfish to version 2.3.1. 2012-09-23 08:13:11 +00:00
Peter Osterlund
87e38eca80 DroidFish: Better layout for edit board in landscape mode. 2012-09-22 11:27:12 +00:00
Peter Osterlund
0456c02cf9 DroidFish: Don't use recursion in GameTree.translateMovesHelper(). Recursion can crash with stack overflow error for long pgn games. 2012-09-22 09:04:57 +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
04f7d88368 DroidFish: Remove spaces in time control string, to save space on the title bar. 2012-09-21 19:47:27 +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
9e44414235 DroidFish: Left-handed layout mode did not work if droidfish was started in landscape mode. Layout was not updated immediately when handedness was changed in preferences. 2012-09-21 19:25:35 +00:00
Peter Osterlund
a224defe3f DroidFish: Support full-screen mode in edit board activity. 2012-09-21 18:34:46 +00:00
Peter Osterlund
b4736fe3dc DroidFish: Align the chess board to the top of its drawing area in landscape mode. Makes it aligned with the new non-full-width title bar. 2012-09-21 17:57:34 +00:00
Peter Osterlund
db057ea137 DroidFish: Title bar layout improvements, from Leo Mayer. 2012-09-21 17:55:30 +00:00
Peter Osterlund
2a551d694d DroidFish: Menu button in edit board mode now shows the same menu as when long pressing the board. From Leo Mayer. 2012-09-21 17:42:00 +00:00
Peter Osterlund
f0035a6690 DroidFish: Moved computation of material difference to the Util class, so that it can be reused by the EditBoard activity. 2012-09-19 18:11:53 +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
3f911220c2 DroidFish: Cosmetic change. 2012-09-17 22:12:20 +00:00
Peter Osterlund
a7bd973995 DroidFish: Updated stockfish to version 2.3. 2012-09-16 15:16:15 +00:00
Peter Osterlund
41e7a6922c DroidFish: Reduced opening book memory usage. 2012-09-11 22:44:49 +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
06ee386923 DroidFish: Better text in "manage chess engines" menu. 2012-09-07 19:39:24 +00:00
Peter Osterlund
3d12ab7f59 DroidFish: Don't start the white clock in the initial position. It is not nice that the clock starts running immediately when you first start the program. 2012-09-02 07:54:44 +00:00