Commit Graph

270 Commits

Author SHA1 Message Date
Peter Osterlund
4923b06e3c DroidFish: Better handling of gestures on the chess board. 2014-07-13 00:05:41 +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
bcc8353129 DroidFish: Recognize UCI option "Cores" to set number of search threads. 2014-04-19 10:21:49 +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
0faf8a49ca DroidFish: Fixed time management bug triggered by ponder mode. 2013-09-17 17:47:30 +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
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
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
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
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
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
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