Commit Graph

854 Commits

Author SHA1 Message Date
Peter Osterlund
ba06c2875b DroidFish: Update stockfish to version 7Beta1. 2015-12-27 23:25:14 +01:00
Peter Osterlund
27b7de9617 DroidFish: Use 4 threads when building native code. 2015-12-27 23:21:58 +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
286b5b7b82 DroidFish: Changed version to 1.59. 2015-12-27 01:25:23 +01:00
Peter Osterlund
7ea6f996b2 DroidFish: Fixed stockfish startup problem for android 4.0 and earlier. 2015-12-27 01:20:07 +01:00
Peter Osterlund
62eefff8c1 DroidFish: Removed unused import. 2015-12-26 23:58:06 +01:00
Peter Osterlund
37875c0311 DroidFish: More efficient way to detect if scid on the go is installed. 2015-12-26 22:28:20 +01:00
Peter Osterlund
bb0f757403 DroidFish: Included higher resolution versions of the app icon. 2015-12-26 12:54:46 +01:00
Peter Osterlund
428879bfcf DroidFish: Changed version to 1.58. 2015-12-26 01:43:19 +01:00
Peter Osterlund
ba39b30be7 DroidFish: Use DialogFragment instead of showDialog() in CPUWarning,
LoadFEN and LoadScid activities.
2015-12-25 10:34:58 +01:00
Peter Osterlund
efc6402829 DroidFish: When clicking on the right half of the title bar, open the
right drawer.
2015-12-24 13:18:26 +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
833051cb0e DroidFish: Use proguard to shrink apk size, but don't obfuscate to make
debugging easier.
2015-12-24 01:22:06 +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
1d373a9be6 DroidFish: Hide the action bar in xml instead of in code for smoother
startup.
2015-12-21 22:54:25 +01:00
Peter Osterlund
6cfa32c0bb CuckooChessEngineTest: New project for CuckooChessEngine unit tests. 2015-12-21 22:27:43 +01:00
Peter Osterlund
c3f34dc9de CuckooChessEngine: Moved unit test code to a separate project, so that
it is not included in DroidFish.
2015-12-21 22:03:47 +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
1949a4378e DroidFish: Use the holo theme. 2015-12-21 00:34:56 +01:00
Peter Osterlund
d1e2f8488f DroidFish: Suppressed warnings that can't be fixed while supporting old
API levels.
2015-12-20 23:00:04 +01:00
Peter Osterlund
81a3c17bcf DroidFish: Changed minSdkVersion to 11. 2015-12-20 22:12:13 +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
7dd9052fc4 DroidFish: Removed unused imports. 2015-12-20 15:46:48 +01:00
Peter Osterlund
280bdfc5a1 DroidFish: Fixed crash when rotating screen while editing UCI options. 2015-12-20 13:58:46 +01:00
Peter Osterlund
7873d05541 DroidFish: Include engine name in UCI Options activity title. 2015-12-20 13:23:30 +01:00
Peter Osterlund
684ecce385 DroidFish: Disable hardware acceleration in the color picker. A
ComposeShader using two LinearGradient shaders is not supported when
using hardware acceleration.
2015-12-20 12:54:46 +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
3301de9fbd DroidFish: Removed no longer needed lint suppression. 2015-12-20 11:43:43 +01:00
Peter Osterlund
9aa5acc03a DroidFish: Fixed lint warning. 2015-12-20 11:42:55 +01:00
Peter Osterlund
69fdab79d4 DroidFish: Don't use FloatMath. 2015-12-20 11:14:44 +01:00
Peter Osterlund
a3f5e17f81 DroidFish: Updated translations. 2015-12-20 10:32:06 +01:00
Peter Osterlund
6d3ff0c3ad DroidFish: Handle screenSize change in load/save activities without
restarting the activity.
2015-12-20 10:09:18 +01:00
Peter Osterlund
0ca1bfa26c DroidFish: Fixed problem causing progress dialog to stay visible after
rotating screen.
2015-12-20 08:59:42 +01:00
Peter Osterlund
7c4b41ebc5 DroidFish: Reverted 632df583bb. Fragment
classes need to be public, otherwise the app crashes when the screen is
rotated.
2015-12-20 01:41:58 +01:00
Peter Osterlund
34fffe5ee1 DroidFish: Reordered buttons according to android guidelines. 2015-12-20 01:13:53 +01:00
Peter Osterlund
632df583bb DroidFish: Hide implementation details in Preferences class. 2015-12-20 00:05:12 +01:00
Peter Osterlund
332cbe3c3b DroidFish: Use PreferenceFragment to display preferences. 2015-12-19 23:48:19 +01:00
Peter Osterlund
482202c44e DroidFish: Removed use of deprecated notification API. 2015-12-19 22:59:09 +01:00
Peter Osterlund
394a6c0e85 DroidFish: Require at least API level 15 (4.0.3). Removed use of some
deprecated APIs.
2015-12-19 22:36:32 +01:00
Peter Osterlund
8630c450df DroidFish: Require at least API level 15 (4.0.3). Removed use of some
deprecated APIs.
2015-12-19 22:34:54 +01:00
Peter Osterlund
e0c07f52ab DroidFish: Improved comment. 2015-12-19 08:13:00 +01:00
Peter Osterlund
b1dbe5293c DroidFish: Removed unnecessary parameter. 2015-10-24 00:59:18 +02:00
Peter Osterlund
a95dacafdf DroidFish: Run the engine process with lower priority. 2015-10-24 00:11:21 +02:00
Peter Osterlund
0d72a21f27 DroidFish: Updated stockfish to version 231015. 2015-10-23 22:58:14 +02:00