mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +01:00
DroidFish: Added Aaro Korhonen to the about dialog.
This commit is contained in:
parent
d945a2bc5e
commit
b3bddec2c6
|
@ -232,6 +232,7 @@ GNU GPL v3\n\
|
|||
<b>Developers</b>\n\
|
||||
* <i>Stockfish</i> is developed by Tord Romstad, Marco Costalba and Joona Kiiski.\n\
|
||||
* <i>Droidfish</i> is developed by Peter Österlund.\n\
|
||||
* User interface improvements by Aaro Korhonen.\n\
|
||||
</string>
|
||||
<string name="cpu_warning">\
|
||||
<b>CPU Usage</b>\n\
|
||||
|
|
|
@ -126,6 +126,9 @@ public class DroidFish extends Activity implements GUIInterface {
|
|||
// FIXME!!! Add anti-lamer test: 4kr2/8/8/4PpN1/8/8/4Q3/3RK3 w - f6 0 2 bm exf6
|
||||
|
||||
// FIXME!!! Remember multi-PV analysis setting when program restarted.
|
||||
// FIXME!!! Use high-res buttons from Scid on the go.
|
||||
// FIXME!!! Auto-swap sides is not good in combination with analysis mode.
|
||||
// FIXME!!! Make it possible to cancel Scid file reading.
|
||||
|
||||
private ChessBoard cb;
|
||||
private static DroidChessController ctrl = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user