mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-08 07:11:32 +01:00
Change version to 1.77
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
2019-09-29: Version 1.77
|
||||||
|
- Add a user manual.
|
||||||
|
- Include link to source code in about/help dialog text.
|
||||||
|
- Handle pasting of multiple PGN games into DroidFish.
|
||||||
|
- Improve behavior when searching/filtering PGN games.
|
||||||
|
- Show action bar in load/save game activities to make the "delete file" action
|
||||||
|
accessible again. Bug introduced in version 1.75.
|
||||||
|
- Support regular expressions when searching/filtering PGN games.
|
||||||
|
- Better handling of IO errors when reading/writing PGN files.
|
||||||
|
- Remove vibration when opening board context menu.
|
||||||
|
- Don't vibrate when human player makes a move.
|
||||||
|
- Prevent crash if engine produces an invalid PV.
|
||||||
|
- Prevent crash when trying to render chess pieces with size 0.
|
||||||
|
- Prevent crash when trying to read an intent from another app.
|
||||||
|
|
||||||
2019-07-21: Version 1.76
|
2019-07-21: Version 1.76
|
||||||
- Use check boxes instead of switches in settings, to work better on Android 4.
|
- Use check boxes instead of switches in settings, to work better on Android 4.
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "org.petero.droidfish"
|
applicationId "org.petero.droidfish"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 86
|
versionCode 87
|
||||||
versionName "1.76"
|
versionName "1.77"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|||||||
Reference in New Issue
Block a user