Commit Graph

1023 Commits

Author SHA1 Message Date
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
34d52f62f2 CuckooChess: Small bug fix in transposition table replacement logic. 2012-03-10 09:52:02 +00:00
Peter Osterlund
d4ddd88aae DroidFish: Added color themes from scid on the go. 2012-03-04 20:01:47 +00:00
Peter Osterlund
f602cd6448 DroidFish: Updated FIXME list. 2012-03-04 19:04:23 +00:00
Peter Osterlund
4f4c1c75e7 CuckooChess: Don't use LMP when alpha or beta is a mate score. 2012-03-04 19:00:09 +00:00
Peter Osterlund
43e0f00175 DroidFish: Avoid infinite recursion in SeekBarPreference. 2012-02-14 22:42:50 +00:00
Peter Osterlund
36a9ed45d7 DroidFish: Fixed to make unicode characters display correctly in about dialog. 2012-02-12 20:22:42 +00:00
Peter Osterlund
28b81ddf0e DroidFish: Fixed warning in manifest file. 2012-02-12 09:49:54 +00:00
Peter Osterlund
b97303fd5b DroidFish: Handle PGN intents with scheme "file". 2012-02-05 21:24:59 +00:00
Peter Osterlund
1c1640d73c DroidFish: Ignore leading and trailing whitespace in the TB path. 2012-01-30 18:52:27 +00:00
Peter Osterlund
0039df9eaa DroidFish: Updated German translation, from Uwe Walschus. 2012-01-29 15:54:22 +00:00
Peter Osterlund
dd90969716 DroidFish: Changed version to 1.40. 2012-01-28 11:45:53 +00:00
Peter Osterlund
dc705746a0 DroidFish: Updated German translation, from Uwe Walschus. 2012-01-28 02:14:21 +00:00
Peter Osterlund
5e4c179ca7 DroidFish: In "sticky" edit board mode, if the target square already contains the selected piece, clear the square instead of doing nothing. 2012-01-26 18:43:53 +00:00
Peter Osterlund
72b93358af DroidFish: When displaying tablebase info, only display the best score for pawn promotions. 2012-01-26 18:22:16 +00:00
Peter Osterlund
25ce2e990f CuckooChess: Added opening book line. 2012-01-26 18:02:22 +00:00
Peter Osterlund
4020384ad6 DroidFish: Avoid null pointer exception in pgn load/save. 2012-01-25 19:04:41 +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
7caebc66d5 DroidFish: Made the internal stockfish engine work also on arm v6 architectures. 2012-01-21 20:16:47 +00:00
Peter Osterlund
bbaf130eac DroidFish: Reinitialize tablebases when activity is resumed. 2012-01-21 11:26:51 +00:00
Peter Osterlund
50ef527376 DroidFish: Reinitialize tablebases when activity is started. 2012-01-21 08:51:01 +00:00
Peter Osterlund
1370b50ec7 DroidFish: Improved help texts for tablebase settings. 2012-01-21 08:16:02 +00:00
Peter Osterlund
27d6b729f0 DroidFish: Fixed problem with CPU notification not going away if program was previously killed by Android to free up memory. 2012-01-21 07:44:28 +00:00
Peter Osterlund
6b7c844df0 DroidFish: Added support for Gaviota endgame tablebases. 2012-01-20 19:14:25 +00:00
Peter Osterlund
e6f63f59e9 DroidFish: Avoid null pointer exception if engine reports that it is currently searching an invalid move. 2012-01-20 19:12:04 +00:00
Peter Osterlund
f74bf81fd4 CuckooChess: Fixed compiler warning. 2012-01-19 18:20:46 +00:00
Peter Osterlund
600b306195 DroidFish: Fixed broken handling of UCI "searchmoves" in the cuckoochess engine. 2012-01-17 23:35:51 +00:00
Peter Osterlund
7a762d1ff0 CuckooChess: Fixed broken handling of UCI "searchmoves". 2012-01-17 23:34:41 +00:00
Peter Osterlund
e4b468d88d DroidFish: Rewrote the cuckoochess communication so that internet permission is no longer needed. 2012-01-15 11:39:23 +00:00
Peter Osterlund
bd9a0c4928 DroidFish: Changed version to 1.39. 2012-01-15 07:44:34 +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
97ff270ee5 DroidFish: Use a prebuilt stockfish engine for Android 1.5, because the version built by the NDK fails to start. 2012-01-15 01:43:08 +00:00
Peter Osterlund
ca1482a80a DroidFish: Updated stockfish to version 2.2.2. 2012-01-15 01:13:33 +00:00
Peter Osterlund
ff40f9adc2 DroidFish: Restored space between engine name and engine strength in the title bar. 2012-01-15 00:52:11 +00:00
Peter Osterlund
43224e4ee7 DroidFish: Start the new engine immediately after it has been selected, even if it is not needed right away. This is less confusing in situations where there is some problem with the engine. 2012-01-08 17:28:10 +00:00
Peter Osterlund
ec8993ba8f DroidFish: Terminate the stderr-reading thread if the external engine crashes. 2012-01-08 17:25:28 +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