Commit Graph

767 Commits

Author SHA1 Message Date
Peter Osterlund
c26290fa95 DroidFish: Added Ukrainian and Belarusian translations. 2017-07-02 23:18:53 +02:00
Peter Osterlund
e51c86f621 DroidFish: Don't crash if the engine wants to play an invalid move. 2017-06-11 22:37:01 +02:00
Peter Osterlund
97662f067e DroidFish: Secure FEN reader against division by zero. 2017-06-11 21:20:19 +02:00
Peter Osterlund
9aa9279366 DroidFish: Fixed crash due to division by zero.
Fixed crash that could happen when reading a PGN file at the same time
as another process was writing to the file.
2017-06-11 21:14:15 +02:00
Peter Osterlund
ce28058ffd DroidFish: Changed version to 1.69. 2017-06-10 23:42:10 +02:00
Peter Osterlund
2260f19cc8 DroidFish: Fixed crash in android 7 when handling large PGN games. 2017-06-10 21:21:03 +02:00
Peter Osterlund
2f15e7a775 DroidFish: Changed version to 1.68. 2017-06-03 11:39:29 +02:00
Peter Osterlund
91ef1ec8bf DroidFish: Added support for multi windows in android 7. 2017-05-27 13:30:21 +02:00
Peter Osterlund
ce800d9beb DroidFish: Make sure a too large string is not passed to the edit board
activity.
2017-05-27 00:09:14 +02:00
Peter Osterlund
94c9d914ac DroidFish: Fixed bug in 055322 causing small values not to be displayed. 2017-05-26 23:19:36 +02:00
Peter Osterlund
76d79ef7a8 DroidFish: Fixed race condition when canceling a progress dialog. 2017-05-26 15:50:06 +02:00
Peter Osterlund
1141efca4f DroidFish: Fixed compiler warnings. 2017-05-26 13:41:39 +02:00
Peter Osterlund
6e4733bf41 DroidFish: Improved text to speech output. 2017-05-26 10:55:41 +02:00
Peter Osterlund
4519ac3d27 CuckooChessEngine: Cosmetic fix. 2017-05-26 10:54:50 +02:00
Peter Osterlund
e065656b6c DroidFish: Removed move cache from MoveGen.
This cache was not thread safe and was not used much anyway. (Leftover
from CuckooChess move generator.)
2017-05-26 00:41:04 +02:00
Peter Osterlund
1ce7d2298e DroidFish: Fixed possible NPE when reading scid database. 2017-05-25 20:36:09 +02:00
Peter Osterlund
987e0d7d3e DroidFish: Fixed stack overflow in request permission handling. 2017-05-25 19:56:24 +02:00
Peter Osterlund
b5cc492c38 DroidFish: Fixed crash when receiving an incorrect PGN intent. 2017-05-25 19:38:49 +02:00
Peter Osterlund
0553222853 DroidFish: Use 'G' prefix for values larger than 1e11. 2017-05-25 11:09:19 +02:00
Peter Osterlund
9480603ddb DroidFish: Don't do network communication on main thread. 2017-04-22 09:22:39 +02:00
Peter Osterlund
b8aaa215d3 DroidFish: Use 'M' prefix for NPS values larger than 1e8. 2017-04-22 07:32:13 +02:00
Peter Osterlund
92cd27724a Removed redundant public access modifier for interface methods. 2017-02-13 08:54:02 +01:00
Peter Osterlund
3eb0156cc5 Merge branch 'Poussinou-master'
Merge branch Poussinou-master.
2017-02-06 19:03:35 +01:00
Poussinou
fc94cf7ec6 Create Readme and add buttons and description 2017-02-06 15:53:17 +01:00
Peter Osterlund
698e5c203d DroidFish: Fixed build of eco.dat on platforms where UTF-8 is not
standard.
2017-02-04 08:14:05 +01:00
Peter Osterlund
1a4b857fe9 DroidFish: Changed version to 1.67. 2017-01-31 22:36:28 +01:00
Peter Osterlund
5f9627ef8a DroidFish: German translation updates. 2017-01-31 22:33:22 +01:00
Peter Osterlund
b79179a1dc DroidFish: Fixed NPE in speech synthesis code. 2017-01-31 22:26:16 +01:00
Peter Osterlund
2a447aba64 DroidFishTest: Updated opening name in eco test. 2017-01-31 22:25:21 +01:00
Peter Osterlund
91c6a39bb7 DroidFish: Fixed potential null pointer dereferences. 2017-01-19 22:58:15 +01:00
Peter Osterlund
1011506cea DroidFish: Improved opening names. 2017-01-09 22:07:04 +01:00
Peter Osterlund
212295a9d2 DroidFish: Check in missing change from source code rearrangement. 2017-01-08 18:12:38 +01:00
Peter Osterlund
e09894e186 DroidFish: Fixed warning in main.xml. 2017-01-08 09:52:55 +01:00
Peter Osterlund
58a5e19ba4 DroidFish: Source code rearrangement. 2017-01-08 09:46:25 +01:00
Peter Osterlund
74fdfaf9b1 DroidFish: Toggling large buttons could affect display of game headers. 2017-01-07 16:31:38 +01:00
Peter Osterlund
a612d06a0b DroidFish: Removed incorrect comment. 2017-01-06 07:01:29 +01:00
Peter Osterlund
1b1977973a DroidFish: Changed version to 1.66. 2017-01-03 20:18:10 +01:00
Peter Osterlund
827a4ae18e CuckooChessEngine: Build script tweak for F-Droid DroidFish build. 2017-01-03 19:58:30 +01:00
Peter Osterlund
6d560f76b1 CuckooChessEngine: Build script tweak for F-Droid DroidFish build. 2017-01-03 19:49:58 +01:00
Peter Osterlund
7459b86775 DroidFish: Updated translations. 2017-01-03 19:14:05 +01:00
Peter Osterlund
827febd8e1 DroidFish: Improved Spanish text to speech. 2017-01-01 20:44:39 +01:00
Peter Osterlund
7cc84a2b6e DroidFish: Updated translations. 2017-01-01 20:12:20 +01:00
Peter Osterlund
6acaacc82e DroidFish: Updated translations. 2017-01-01 14:49:34 +01:00
Peter Osterlund
bd586b9ea9 DroidFish: Spanish text to speech support. 2017-01-01 14:36:15 +01:00
Peter Osterlund
140b4957fe DroidFish: Workaround for bug in Samsung text to speech implementation. 2017-01-01 13:03:11 +01:00
Peter Osterlund
e1ea35409e DroidFish: Changed version to 1.65. 2016-12-30 19:35:29 +01:00
Peter Osterlund
12aeb1353c CuckooChessEngine: Removed automatically built file from source control. 2016-12-29 20:42:47 +01:00
Peter Osterlund
b1507439d7 DroidFish: Updated translations. 2016-12-29 18:41:13 +01:00
Peter Osterlund
f211786b74 DroidFish: Fixed out of memory error when receiving large PGN files.
If receiving a large PGN file as a content stream from another app,
store the data in a temporary file instead of reading it all into
memory.

This also makes content containing more than one game work correctly by
letting the user select which game to open.
2016-12-27 14:12:45 +01:00
Peter Osterlund
5c6b1408f4 DroidFish: Only play the announcement sound if the TTS engine is idle. 2016-12-27 08:26:30 +01:00