Commit Graph

397 Commits

Author SHA1 Message Date
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