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 |
|
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
|
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
|
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
|
8ec8696dc2
|
DroidFish: Fixed lint warnings about locale-dependent string formatting.
|
2012-12-25 20:31:26 +00:00 |
|
Peter Osterlund
|
cca1a77574
|
DroidFish: Moved color theme names to strings.xml.
|
2012-10-20 23:11:09 +00:00 |
|
Peter Osterlund
|
baba7129c1
|
DroidFish: Changed "board gestures" default value to true.
|
2012-10-05 16:24:21 +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
|
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
|
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 |
|