Skip to content

Commit

Permalink
Merge branch 'release/v8.8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarolus committed Sep 18, 2016
2 parents 6a323a3 + 94062f2 commit 11ff55c
Show file tree
Hide file tree
Showing 108 changed files with 3,505 additions and 1,270 deletions.
16 changes: 9 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
signingConfigs {
config {
storeFile file('/Users/jcarolus/Projecten/Chess/android-keystore')
}
}
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 24
buildToolsVersion "24.0.0"
defaultConfig {
applicationId "jwtc.android.chess"
minSdkVersion 11
targetSdkVersion 23
targetSdkVersion 24
}
buildTypes {
release {
Expand All @@ -26,10 +25,13 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:mediarouter-v7:23.3.0'
compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:mediarouter-v7:24.0.0'
compile 'com.google.android.gms:play-services-cast:8.3.0'
compile 'com.google.android.gms:play-services-analytics:8.3.0'
compile 'com.larswerkman:HoloColorPicker:1.5'
compile files('libs/play-hub-support.jar')
}

apply plugin: 'com.google.gms.google-services'
24 changes: 8 additions & 16 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="jwtc.android.chess"
android:versionCode="141"
android:versionName="8.7.1"
android:versionCode="148"
android:versionName="8.8.3"
android:installLocation="auto"
>
<application android:name=".MyApplication" android:icon="@drawable/icon" android:label="@string/app_name"
Expand Down Expand Up @@ -31,6 +31,7 @@
android:name="android.support.PARENT_ACTIVITY"
android:value=".start" />
</activity>
<activity android:name=".ColorPickerActivity"/>
<activity
android:name=".HtmlActivity"
android:label="@string/app_name_help">
Expand Down Expand Up @@ -130,12 +131,14 @@
</intent-filter>
</activity>
<!-- <service android:name="jwtc.android.chess.ics.ICSService"/> -->
<activity android:name="jwtc.android.chess.ics.ICSClient" android:label="@string/app_name_playonline">
<activity android:name="jwtc.android.chess.ics.ICSClient"
android:label="@string/app_name_playonline" android:launchMode="singleTop"
android:windowSoftInputMode="stateHidden">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".start" />
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.VIEW" />
</intent-filter>
</activity>
<activity android:name="jwtc.android.chess.ics.ICSPrefs" android:label="@string/preferences">
Expand All @@ -162,15 +165,7 @@
<action android:name="android.intent.action.VIEW" />
</intent-filter>
</activity>
<activity android:name="jwtc.android.chess.Donate" android:label="@string/start_donate">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".start" />
<intent-filter>
<action android:name="android.intent.action.VIEW" />
</intent-filter>
</activity>
<activity android:name="jwtc.android.chess.tools.FileListView" android:label="@string/app_name">
<activity android:name="jwtc.android.chess.tools.FileListView" android:label="@string/app_name">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".tools.pgntool" />
Expand Down Expand Up @@ -213,7 +208,4 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.REORDER_TASKS" />
<uses-permission android:name="com.android.vending.BILLING" />
</manifest>
2 changes: 2 additions & 0 deletions app/src/main/assets/about-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ <h3>About</h3>
<p><i>Tim Tennyson</i>: Several improvements.</p>
<p><i>Alessandro Dal Bello, Paolo Straffi</i>: Italian translation.</p>
<p><i>Ildar Gubaidulin</i>: Russian translation.</p>
<p><i>Marcella De Rosa</i>: Spanish and Portuguese translations.</p>
<p><i>Stan Zheng</i>: Chinese translation.</p>

</body>
</html>
27 changes: 14 additions & 13 deletions app/src/main/assets/about-es.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<head>
<title>Acerca de Ajedrez</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="UTF-8" />
</head>
<head>
<title>Sobre Ajedrez</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<h3>Sobre</h3>
<h3>Quiénes somos</h3>

<p>Creado por <i>Jeroen Carolus</i></p>

<p>Para el apoyo, la información acerca de las actualizaciones y la versión más reciente: por favor vaya a la página web de desarrolladores <a href='http://www.jwtc.nl/'>jwtc.nl</a>.</p>
<p>Para suporte tecnico, información acerca de las actualizaciónes y la última versión: por favor visite la página web del desarrollador <a href='http://www.jwtc.nl/'>jwtc.nl</a>.</p>

<p>Gracias a <i>Peter van Grijfland</i> por su participación, excelentes sugerencias y pruebas beta.</p>
<p>GitHub contribuciones:</p>
<p><i>Tim Tennyson</i>: varias mejoras.</p>
<p><i>Alessandro Dal Bello, Paolo Straffi</i>: Traducción italiano.</p>
<p><i>Ildar Gubaidulin</i>: Traducción Ruso.</p>
<p>Gracias a <i>Peter van Grijfland</i> por su participación, excelentes sugerencias y prueba beta.</p>
<p>Contribuciónes GitHub:</p>
<p><i>Tim Tennyson</i>: Varias mejoras.</p>
<p><i>Alessandro Dal Bello, Paolo Straffi</i>: traducción al Italiano.</p>
<p><i>Ildar Gubaidulin</i>: traducción al Ruso </p>
<p><i>Marcella De Rosa</i>: traducción al Español y al Portugués </p>
<p><i>Stan Zheng</i>: Traducción china.</p>

</body>
</html>
2 changes: 2 additions & 0 deletions app/src/main/assets/about-it.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ <h3>Informazioni</h3>
<p><i>Tim Tennyson</i>: Diversi miglioramenti.</p>
<p><i>Alessandro Dal Bello, Paolo Straffi</i>: Traduzione italiana.</p>
<p><i>Ildar Gubaidulin</i>: Traduzione russa.</p>
<p><i>Marcella De Rosa</i>: Traduzioni spagnolo e portoghese.</p>
<p><i>Stan Zheng</i>: traduzione cinese.</p>

</body>
</html>
26 changes: 26 additions & 0 deletions app/src/main/assets/about-pt.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt" xml:lang="pt">
<head>
<title>Sobre Xadrez</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<h3>Sobre nós</h3>

<p>Criado por <i>Jeroen Carolus</i></p>

<p>Para apoio, informações sobre atualizações e a versão mais recente: por favor, acesse o site do desenvolvedor <a href='http://www.jwtc.nl/'>jwtc.nl</a>.</p>

<p>Graças ao <i>Peter van Grijfland</i> por seu envolvimento, excelentes sugestões e testes beta.</p>
<p>Contribuções GitHub:</p>
<p><i>Tim Tennyson</i>: várias melhorias</p>
<p><i>Alessandro Dal Bello, Paolo Straffi</i>: traducção italiana</p>
<p><i>Ildar Gubaidulin</i>: traducção russa</p>
<p><i>Marcella De Rosa</i>: traducção espanhola e portuguesa</p>
<p><i>Stan Zheng</i>: Tradução chinês.</p>

</body>
</html>
2 changes: 2 additions & 0 deletions app/src/main/assets/about-ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ <h3>О приложении</h3>
<p><i>Тим Теннисон</i>: несколько улучшений.</p>
<p><i>Алессандро Дал Белло, Паоло Страффи</i>: итальянский перевод.</p>
<p><i>Ильдар Губайдулин</i>: русский перевод.</p>
<p><i>Марселла De Rosa</i>: Испанские и португальские переводы.</p>
<p><i>Стан Zheng</i>: Китайский перевод.</p>

</body>
</html>
26 changes: 26 additions & 0 deletions app/src/main/assets/about-zh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh" xml:lang="zh">
<head>
<title>关于国际象棋</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<h3>关于</h3>

<p>本软件开发者为<i>Jeroen Carolus</i></p>

<p>请前往开发者网站获取最新的版本和帮助: <a href='http://www.jwtc.nl/'>jwtc.nl</a>.</p>

<p>在此感谢 <i>Peter van Grijfland</i> 为本软件提供了测试和积极的优化建议.</p>
<p>Github上参与人员:</p>
<p><i>Tim Tennyson</i>: 为本软件做了一些优化.</p>
<p><i>Alessandro Dal Bello, Paolo Straffi</i>: 完成了意大利语翻译.</p>
<p><i>Ildar Gubaidulin</i>: 俄语翻译</p>
<p><i>Marcella De Rosa</i>: 葡萄牙语,西班牙语翻译.</p>
<p><i>Stan Zheng</i>: 中国的翻译.</p>

</body>
</html>
33 changes: 16 additions & 17 deletions app/src/main/assets/convergence-es.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<head>
<title>Acerca de Ajedrez</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="UTF-8" />
</head>
<head>
<title>Sobre Ajedrez</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<div class="content">

<h3>Ajedrez Screen TV - experimental</h3>
<h3>Pantalla de TV ajedrez - experimental</h3>

<p>Esto le da la capacidad de permitir que otro dispositivo muestra el tablero de ajedrez , cuando en la misma red de área local.</p>
<p>En la actualidad, esto es experimental y la aplicación real de Smart-TV que puede conectarse a su dispositivo Android todavía no está disponible.</p>
<p>Déjeme saber si usted quiere beta prueba esto (si usted tiene un Smart-TV)</p>
<p>Paso 1. presione el "Start" botón de la "Share screen" ventana en su dispositivo Android</p>
<p>Paso 2. Inicie el "Chess screen" aplicación en su TV</p>
<p>Paso 3. Introduzca el número que se muestra debajo de la "Start" botón con el control remoto de su televisor.</p>
<p>--------------------</p>
<p>Pruebe esto desde un navegador regular en su PC o portátil? - ir http://jwtc.nl/tv</p>
<p>Esto le permite de dejar que otro dispositivo muestre el tablero de ajedrez cuando se encuentre en la misma red de área local.</p>
<p>Actualmente, esto es experimental y la aplicación Smart-TV real que puede conectarse a su dispositivo Android no está disponible todavía.</p>
<p>Digame si quiere hacer esta prueba beta (si tiene una Smart TV)</p>
<p>Paso 1. Pulse el botón "Inicio" de la ventana "Compartir pantalla" en su dispositivo Android</p>
<p>Paso 2. Inicie la aplicación "pantalla de ajedrez" en su televisor</p>
<p>Paso 3. Entre el número que se muestra a continuación del botón "Inicio" usando el mando a distancia de su televisor.</p>
<p>--------------------</p>
<p>Quiere probar esto desde un navegador normal en su PC o portátil? - Visite http://jwtc.nl/tv</p>

</div>

</body>
</body>
</html>
27 changes: 27 additions & 0 deletions app/src/main/assets/convergence-pt.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt" xml:lang="pt">
<head>
<title>Sobre Xadrez</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<div class="content">

<h3>Tela da TV de Xadrez - experimental</h3>

<p>Isso lhe dá a capacidade de permitir que outro dispositivo mostre o tabuleiro de xadrez, quando está na mesma rede de área local.</p>
<p>Atualmente, este é experimental e a real aplicação Smart-TV que você pode conectar ao seu dispositivo Android ainda não está disponível.</p>
<p>Diga-me se você quiser testar a versão beta disso (se você tiver uma Smart TV)</p>
<p>Passo 1. Pressione o botão "Iniciar" na janela "Compartilhe tela" no seu dispositivo Android</p>
<p>Passo 2. Inicie a aplicação "tela de Xadrez" na sua TV</p>
<p>Passo 3. Digite o número que é mostrado abaixo do botão "Iniciar" usando o controle remoto da sua TV.</p>
<p>--------------------</p>
<p>Você quer testar isso a partir de um browser regular no seu PC ou laptop? - Visite http://jwtc.nl/tv</p>

</div>

</body>
</html>
27 changes: 27 additions & 0 deletions app/src/main/assets/convergence-zh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh" xml:lang="zh">
<head>
<title>关于国际象棋</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<div class="content">

<h3>国际象棋电视屏游戏体验</h3>

<p>本功能可以在同一网络的另外一个显示设备上显示正在对局的棋局.</p>
<p>当前这一功能还是体验性的. 能够连接安卓设备的智能电视应用还在开发中.</p>
<p>如果你有一款智能电视, 并有兴趣试试. 请联系我们</p>
<p>第一步. 在安卓设备"Share screen"的窗口中, 点击 "Start" 按钮</p>
<p>第二步. 在电视上启动"Chess screen" </p>
<p>第三步. 用电视遥控器按下"Start"按钮下的数字.</p>
<p>--------------------</p>
<p>想用电脑或笔记本上的游览器对此功能做一个常规检测? - 请访问http://jwtc.nl/tv</p>

</div>

</body>
</html>
2 changes: 2 additions & 0 deletions app/src/main/assets/help-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ <h3>Help</h3>
<p><i>Tim Tennyson</i>: Several improvements.</p>
<p><i>Alessandro Dal Bello, Paolo Straffi</i>: Italian translation.</p>
<p><i>Ildar Gubaidulin</i>: Russian translation.</p>
<p><i>Marcella De Rosa</i>: Spanish and Portuguese translations.</p>
<p><i>stan zheng</i>: Chinese translation.</p>

<h4>Play</h4>
<p>Play vs. Android or use as a chess board to analyze games.
Expand Down
Loading

0 comments on commit 11ff55c

Please sign in to comment.