DroidFish: Added Aaro Korhonen to the about dialog.

This commit is contained in:
Peter Osterlund 2011-11-27 02:18:55 +00:00
parent d945a2bc5e
commit b3bddec2c6
2 changed files with 4 additions and 0 deletions

View File

@ -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\

View File

@ -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;