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 |
|
Peter Osterlund
|
25aa40a30f
|
DroidFish: Silence lint warning.
|
2012-12-28 12:45:00 +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
|
dedb66beca
|
DroidFish: Fixes for NDK r8d.
|
2012-12-26 01:15:21 +00:00 |
|
Peter Osterlund
|
8ec8696dc2
|
DroidFish: Fixed lint warnings about locale-dependent string formatting.
|
2012-12-25 20:31:26 +00:00 |
|
Peter Osterlund
|
c330098761
|
DroidFish: Removed obsolete string.
|
2012-12-25 20:29:23 +00:00 |
|
Peter Osterlund
|
6baae4a650
|
DroidFish: Changed version to 1.46.
|
2012-12-25 15:46:53 +00:00 |
|
Peter Osterlund
|
e8e446ee12
|
DroidFish: Updated translations.
|
2012-12-24 13:04:10 +00:00 |
|
Peter Osterlund
|
89cb8ed0fe
|
DroidFish: Updated translations.
|
2012-10-27 07:33:17 +00:00 |
|
Peter Osterlund
|
764da85dfc
|
DroidFish: Updated translations.
|
2012-10-20 23:21:19 +00:00 |
|
Peter Osterlund
|
cca1a77574
|
DroidFish: Moved color theme names to strings.xml.
|
2012-10-20 23:11:09 +00:00 |
|
Peter Osterlund
|
30a17e8012
|
DroidFish: Updated translations.
|
2012-10-20 13:35:19 +00:00 |
|
Peter Osterlund
|
6f5d36421d
|
DroidFish: Updated French translation.
|
2012-10-07 12:42:13 +00:00 |
|
Peter Osterlund
|
dca819f296
|
DroidFish: Update default preferences colors to match new themes.
|
2012-10-05 18:30:57 +00:00 |
|
Peter Osterlund
|
7f79fbf0c8
|
DroidFish: Changed version to 1.45.
|
2012-10-05 16:26:48 +00:00 |
|
Peter Osterlund
|
baba7129c1
|
DroidFish: Changed "board gestures" default value to true.
|
2012-10-05 16:24:21 +00:00 |
|
Peter Osterlund
|
8e3ef9fcc1
|
DroidFish: Fixed color preference text string.
|
2012-10-05 16:18:09 +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
|
937ae75799
|
DroidFish: Updated translations.
|
2012-09-30 19:51:40 +00:00 |
|
Peter Osterlund
|
1084cea95c
|
DroidFish: Updated translations.
|
2012-09-30 18:55:43 +00:00 |
|
Peter Osterlund
|
d6855782cf
|
DroidFish: Updated translations.
|
2012-09-30 09:34:06 +00:00 |
|
Peter Osterlund
|
f6d4fcb7b3
|
DroidFish: Updated translations.
|
2012-09-30 09:08:23 +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
|
1f49993c39
|
DroidFish: Reorganized preferences.
|
2012-09-29 10:57:57 +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 |
|
Peter Osterlund
|
b88ca87867
|
DroidFish: Avoid crash if "Scid on the go" misbehaves.
|
2012-09-28 17:03:11 +00:00 |
|
Peter Osterlund
|
0fd90e2550
|
DroidFish: Updated stockfish to version 2.3.1.
|
2012-09-23 08:13:11 +00:00 |
|
Peter Osterlund
|
87e38eca80
|
DroidFish: Better layout for edit board in landscape mode.
|
2012-09-22 11:27:12 +00:00 |
|
Peter Osterlund
|
0456c02cf9
|
DroidFish: Don't use recursion in GameTree.translateMovesHelper(). Recursion can crash with stack overflow error for long pgn games.
|
2012-09-22 09:04:57 +00:00 |
|
Peter Osterlund
|
b40717603f
|
DroidFish: Updated translations.
|
2012-09-22 07:24:15 +00:00 |
|
Peter Osterlund
|
9f2a871f00
|
DroidFish: Updated translations.
|
2012-09-22 07:16:24 +00:00 |
|
Peter Osterlund
|
ec753f73f6
|
DroidFish: Use white/black square characters (unicode 25a0/25a1) instead of text strings to save space in the title bar.
|
2012-09-21 20:00:45 +00:00 |
|
Peter Osterlund
|
04f7d88368
|
DroidFish: Remove spaces in time control string, to save space on the title bar.
|
2012-09-21 19:47:27 +00:00 |
|
Peter Osterlund
|
75fd15d3bf
|
DroidFish: Use custom title bar also for edit board mode. Most title bar widgets are hidden though.
|
2012-09-21 19:39:29 +00:00 |
|
Peter Osterlund
|
9e44414235
|
DroidFish: Left-handed layout mode did not work if droidfish was started in landscape mode. Layout was not updated immediately when handedness was changed in preferences.
|
2012-09-21 19:25:35 +00:00 |
|
Peter Osterlund
|
a224defe3f
|
DroidFish: Support full-screen mode in edit board activity.
|
2012-09-21 18:34:46 +00:00 |
|
Peter Osterlund
|
b4736fe3dc
|
DroidFish: Align the chess board to the top of its drawing area in landscape mode. Makes it aligned with the new non-full-width title bar.
|
2012-09-21 17:57:34 +00:00 |
|
Peter Osterlund
|
db057ea137
|
DroidFish: Title bar layout improvements, from Leo Mayer.
|
2012-09-21 17:55:30 +00:00 |
|
Peter Osterlund
|
2a551d694d
|
DroidFish: Menu button in edit board mode now shows the same menu as when long pressing the board. From Leo Mayer.
|
2012-09-21 17:42:00 +00:00 |
|
Peter Osterlund
|
f0035a6690
|
DroidFish: Moved computation of material difference to the Util class, so that it can be reused by the EditBoard activity.
|
2012-09-19 18:11:53 +00:00 |
|
Peter Osterlund
|
aa0cc399bc
|
DroidFish: Optional second title line with captured piece information and time control information. Implemented by Leo Mayer, with some changes by me.
|
2012-09-19 16:23:32 +00:00 |
|
Peter Osterlund
|
3f911220c2
|
DroidFish: Cosmetic change.
|
2012-09-17 22:12:20 +00:00 |
|
Peter Osterlund
|
a7bd973995
|
DroidFish: Updated stockfish to version 2.3.
|
2012-09-16 15:16:15 +00:00 |
|
Peter Osterlund
|
41e7a6922c
|
DroidFish: Reduced opening book memory usage.
|
2012-09-11 22:44:49 +00:00 |
|
Peter Osterlund
|
1767f8c947
|
DroidFish: Moved code in ChessBoard.java that is not used by ChessBoardEdit.java to new class ChessBoardPlay.
|
2012-09-10 21:46:24 +00:00 |
|
Peter Osterlund
|
9810c3d054
|
DroidFish: Display error message if trying to use a slash (/) character in network engine names.
|
2012-09-08 14:35:47 +00:00 |
|
Peter Osterlund
|
7fb1b02ef3
|
DroidFish: Updated translations.
|
2012-09-08 07:10:51 +00:00 |
|
Peter Osterlund
|
4265f2e6f0
|
DroidFish: Removed unwanted newline characters in about.html.
|
2012-09-08 06:02:23 +00:00 |
|
Peter Osterlund
|
5c5989dd94
|
DroidFish: Replaced tab characters with spaces.
|
2012-09-07 20:23:44 +00:00 |
|
Peter Osterlund
|
06ee386923
|
DroidFish: Better text in "manage chess engines" menu.
|
2012-09-07 19:39:24 +00:00 |
|
Peter Osterlund
|
3d12ab7f59
|
DroidFish: Don't start the white clock in the initial position. It is not nice that the clock starts running immediately when you first start the program.
|
2012-09-02 07:54:44 +00:00 |
|
Peter Osterlund
|
7bbf888eb1
|
DroidFish: Added preference setting to choose between "sticky" and "toggle" mode for selecting squares.
|
2012-09-02 01:44:41 +00:00 |
|
Peter Osterlund
|
98f3982011
|
DroidFish: Documented how to use a network engine.
|
2012-09-02 00:33:45 +00:00 |
|
Peter Osterlund
|
21fa9d1522
|
DroidFish: When "quick move input" is enabled and the user taps on a piece that has no valid moves, display a toast that explains that the piece can not be moved. Idea from Leo Mayer.
|
2012-09-02 00:08:03 +00:00 |
|
Peter Osterlund
|
b66acc006f
|
DroidFish: Simplified navigation between engine management dialogs.
|
2012-09-01 23:17:02 +00:00 |
|
Peter Osterlund
|
a1b7f6688b
|
DroidFish: Ask for confirmation before deleting network engine.
|
2012-09-01 22:04:04 +00:00 |
|