Commit Graph

233 Commits

Author SHA1 Message Date
Peter Osterlund
8420e628e1 DroidFish: Improved handling of movelist scrolling when navigation bar
is enabled/disabled and when the analysis view gets smaller/larger.
2015-12-31 21:30:54 +01:00
Peter Osterlund
39607ff9a4 DroidFish: Use a specialized View class to speed up drawing of the move
list.
2015-12-30 23:41:06 +01:00
Peter Osterlund
58e10bbc79 DroidFish: Use EditText instead of TextView to display the move list.
About twice as fast for games with lots of comments on an HTC One M9.
2015-12-29 21:03:06 +01:00
Peter Osterlund
ddab55e064 DroidFish: Moved buttons slightly away from the screen edges to avoid
interference between opening a drawer and long pressing a button.
2015-12-28 15:02:20 +01:00
Peter Osterlund
2ca80fc19d DroidFish: Updated translations. 2015-12-28 00:20:09 +01:00
Peter Osterlund
b6747254c7 DroidFish: Explicitly set the drawer menu foreground text color. The
default color is hard to read on some devices.
2015-12-27 21:27:32 +01:00
Peter Osterlund
bb0f757403 DroidFish: Included higher resolution versions of the app icon. 2015-12-26 12:54:46 +01:00
Peter Osterlund
a3042bcb75 DroidFish: Fixed incorrect capitalization of DroidFish. 2015-12-24 12:41:56 +01:00
Peter Osterlund
0cefaaa5f0 DroidFish: Use a drawer layout instead of the options menu in the edit
board activity.
2015-12-24 12:26:48 +01:00
Peter Osterlund
5df627a69d DroidFish: Use a drawer layout instead of the options menu. 2015-12-24 11:39:37 +01:00
Peter Osterlund
db450cf1b1 DroidFish: Use a drawer layout instead of the options menu. 2015-12-24 10:48:52 +01:00
Peter Osterlund
42210decf5 DroidFish: Made the notification icon work in android 5.0 and later. 2015-12-24 00:29:32 +01:00
Peter Osterlund
6ac0f5f5e3 DroidFish: New application icon based on an inkscape drawing. 2015-12-23 23:36:38 +01:00
Peter Osterlund
d436b8567e DroidFish: Removed the obsolete "go to move" item in the options menu. 2015-12-21 20:51:51 +01:00
Peter Osterlund
aa4420aa47 DroidFish: Fixed more instances of not using monospace font on HTC M9. 2015-12-20 19:16:17 +01:00
Peter Osterlund
2b8fb24a79 DroidFish: Made monospace font work on HTC M9. This required changing
the minimum API level to 16 (4.1).
2015-12-20 16:03:24 +01:00
Peter Osterlund
e467c154a9 DroidFish: Fixed lint warning. 2015-12-20 11:53:15 +01:00
Peter Osterlund
a837f762a8 DroidFish: Fixed lint warning. 2015-12-20 11:47:53 +01:00
Peter Osterlund
a3f5e17f81 DroidFish: Updated translations. 2015-12-20 10:32:06 +01:00
Peter Osterlund
34fffe5ee1 DroidFish: Reordered buttons according to android guidelines. 2015-12-20 01:13:53 +01:00
Peter Osterlund
1435cb0ce2 DroidFish: Added a configurable button action to set engine options. 2015-05-24 00:31:52 +02:00
Peter Osterlund
7ba629047a DroidFish: Removed GUI special handling of number of search threads. It
is now handled as a normal UCI option instead.
2015-05-17 21:47:20 +02:00
Peter Osterlund
dda9e3dad5 DroidFish: Updated translations. 2015-02-15 16:45:30 +00:00
Peter Osterlund
243303c96b DroidFish: Implemented auto move forward/backward to view games without having to press the arrow buttons repeatedly. 2015-02-01 20:37:53 +00:00
Peter Osterlund
9a6997c275 DroidFish: Updated translations. 2014-10-12 12:44:56 +00:00
Peter Osterlund
c6729f4769 DroidFish: Updated translations. 2014-10-08 19:35:09 +00:00
Peter Osterlund
ac83aa19b0 DroidFish: Added syzygy tablebases information to about.html. 2014-10-08 18:02:12 +00:00
Peter Osterlund
8609a05d10 DroidFish: Support for using "open exchange" engines installed on the android device. 2014-10-04 08:23:57 +00:00
Peter Osterlund
0e9e6fb18b DroidFish: Implemented function to reset all UCI options to default values. 2014-07-16 17:46:43 +00:00
Peter Osterlund
4ea935944f DroidFish: Implemented setting of engine UCI options. 2014-07-16 17:20:18 +00:00
Peter Osterlund
dbfa0dd18c DroidFish: Changed location of external opening book files to /sdcard/DroidFish/book. 2014-07-13 15:52:32 +00:00
Peter Osterlund
b61bfe14c9 DroidFish: Fixed some lint warnings. 2014-07-13 11:22:13 +00:00
Peter Osterlund
696c6411ec DroidFish: Automatically restart engine when tablebase engine probing is changed. 2014-07-13 09:42:03 +00:00
Peter Osterlund
4923b06e3c DroidFish: Better handling of gestures on the chess board. 2014-07-13 00:05:41 +00:00
Peter Osterlund
2b7011acfe DroidFish: Use different RTB path for network engines and local engines. 2014-07-07 22:23:18 +00:00
Peter Osterlund
0f9f9f6e01 DroidFish: Use different GTB path for network engines and local engines. 2014-06-06 13:07:32 +00:00
Peter Osterlund
4fbb4b721c DroidFish: Show tablebase hits. Add support for SyzygyPath uci option. 2014-06-01 09:28:16 +00:00
Peter Osterlund
3bbfa49b01 DroidFish: Added options for larger hash tables. Useful for network engines. 2014-05-07 19:25:03 +00:00
Peter Osterlund
c9b019e581 DroidFish: Changed default preferences to favor analysis mode, which is the main intended use case for the app. 2014-03-30 08:17:18 +00:00
Peter Osterlund
4d73bedea9 DroidFish: Allow using 16 threads. Useful for network engines. 2013-09-29 06:16:54 +00:00
Peter Osterlund
e38860f882 DroidFish: Updated Russian translation. 2013-07-31 18:09:51 +00:00
Peter Osterlund
f8e0724f54 DroidFish: Updated translations. 2013-04-07 18:54:17 +00:00
Peter Osterlund
5b0af66e06 DroidFish: Updated Polish translation. 2013-04-01 21:33:17 +00:00
Peter Osterlund
3b08e22d45 DroidFish: Polish translation of strings.xml. From Rafał Smyka. 2013-03-31 17:47:12 +00:00
Peter Osterlund
aa95f64fc1 DroidFish: Updated German translation. 2013-03-31 17:46:12 +00:00
Peter Osterlund
deb800af26 DroidFish: Translation updates. 2013-03-12 20:23:30 +00:00
Peter Osterlund
f8c4ce1caa DroidFish: Translation updates. 2013-03-12 20:02:04 +00:00
Peter Osterlund
3aa548977e DroidFish: Updated translations. 2013-03-11 20:30:07 +00:00
Peter Osterlund
0445e7137e DroidFish: Use "..." in progress dialog titles. 2013-03-10 09:56:19 +00:00
Peter Osterlund
836a4239ec DroidFish: Updated about/help dialog with information about fen/epd functionality. 2013-03-05 20:58:11 +00:00