Commit Graph

866 Commits

Author SHA1 Message Date
Peter Osterlund
0ca1bfa26c DroidFish: Fixed problem causing progress dialog to stay visible after
rotating screen.
2015-12-20 08:59:42 +01:00
Peter Osterlund
7c4b41ebc5 DroidFish: Reverted 632df583bb. Fragment
classes need to be public, otherwise the app crashes when the screen is
rotated.
2015-12-20 01:41:58 +01:00
Peter Osterlund
34fffe5ee1 DroidFish: Reordered buttons according to android guidelines. 2015-12-20 01:13:53 +01:00
Peter Osterlund
632df583bb DroidFish: Hide implementation details in Preferences class. 2015-12-20 00:05:12 +01:00
Peter Osterlund
332cbe3c3b DroidFish: Use PreferenceFragment to display preferences. 2015-12-19 23:48:19 +01:00
Peter Osterlund
482202c44e DroidFish: Removed use of deprecated notification API. 2015-12-19 22:59:09 +01:00
Peter Osterlund
394a6c0e85 DroidFish: Require at least API level 15 (4.0.3). Removed use of some
deprecated APIs.
2015-12-19 22:36:32 +01:00
Peter Osterlund
8630c450df DroidFish: Require at least API level 15 (4.0.3). Removed use of some
deprecated APIs.
2015-12-19 22:34:54 +01:00
Peter Osterlund
e0c07f52ab DroidFish: Improved comment. 2015-12-19 08:13:00 +01:00
Peter Osterlund
b1dbe5293c DroidFish: Removed unnecessary parameter. 2015-10-24 00:59:18 +02:00
Peter Osterlund
a95dacafdf DroidFish: Run the engine process with lower priority. 2015-10-24 00:11:21 +02:00
Peter Osterlund
0d72a21f27 DroidFish: Updated stockfish to version 231015. 2015-10-23 22:58:14 +02:00
Peter Osterlund
e768c9408a DroidFish: More efficient update of "thinking info" when the engine
provides data faster than the GUI can handle.
2015-10-10 17:43:16 +02:00
Peter Osterlund
9d5fad30a4 DroidFish: Improved handling of invalid en passant square in FEN
parsing.
2015-10-03 18:30:58 +02:00
Peter Osterlund
651e649902 DroidFish: Fixed syzygy probing bug. See
https://github.com/official-stockfish/Stockfish/issues/394.
2015-09-03 20:19:11 +02:00
Peter Osterlund
55747bd63a DroidFish: Handle non-breaking space in pgn import. 2015-06-02 00:18:27 +02:00
Peter Osterlund
1435cb0ce2 DroidFish: Added a configurable button action to set engine options. 2015-05-24 00:31:52 +02:00
Peter Osterlund
f284180da8 DroidFish: Define IS_64BIT when compiling stockfish for 64 bit
architectures. About 2% faster on HTC One M9.
2015-05-23 13:35:12 +02:00
Peter Osterlund
7ba629047a DroidFish: Removed GUI special handling of number of search threads. It
is now handled as a normal UCI option instead.
2015-05-17 21:47:20 +02:00
Peter Osterlund
94b1c39d79 DroidFish: Trivial simplification. 2015-03-13 23:49:00 +01:00
Peter Osterlund
949aa08207 CuckooChess: Removed FIXME items. 2015-03-13 23:34:44 +01:00
Peter Osterlund
626854f56d DroidFish: Trivial simplification. 2015-03-13 22:58:25 +01:00
Peter Osterlund
ed6ebbd4ab DroidFish: Fixed compiler warnings. 2015-03-13 21:43:57 +01:00
Peter Osterlund
7ac35ae42b DroidFish: Added .gitignore files. 2015-03-13 20:38:30 +01:00
Peter Osterlund
402c73df36 DroidFish: Changed version to 1.57. 2015-02-15 16:53:35 +00:00
Peter Osterlund
dda9e3dad5 DroidFish: Updated translations. 2015-02-15 16:45:30 +00:00
Peter Osterlund
243303c96b DroidFish: Implemented auto move forward/backward to view games without having to press the arrow buttons repeatedly. 2015-02-01 20:37:53 +00:00
Peter Osterlund
22e71744a1 DroidFish: Updated stockfish to version 6. 2015-02-01 00:46:09 +00:00
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
0545004d3a DroidFishTest: Disabled non-working test. 2014-10-09 19:23:53 +00:00
Peter Osterlund
c6729f4769 DroidFish: Updated translations. 2014-10-08 19:35:09 +00:00