Commit b6aeec5 1 parent e4b8f40 commit b6aeec5 Copy full SHA for b6aeec5
File tree 10 files changed +84
-561
lines changed
10 files changed +84
-561
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.ysaito.shogi"
4
- android : versionCode =" 11 "
5
- android : versionName =" 2.2 "
6
- android : installLocation =" auto "
4
+ android : versionCode =" 13 "
5
+ android : versionName =" 2.4 "
6
+ android : installLocation =" preferExternal "
7
7
>
8
8
<uses-sdk
9
9
android : minSdkVersion =" 8"
Original file line number Diff line number Diff line change 1
- # This file is automatically generated by Android Tools.
2
- # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3
- #
4
- # This file must be checked in Version Control Systems.
5
- #
6
- # To customize properties used by the Ant build system use,
7
- # "build.properties", and override values to adapt the script to your
8
- # project structure.
9
-
10
1
# Project target.
11
2
target =android-8
Original file line number Diff line number Diff line change 8
8
android : title =" @string/preferences"
9
9
android : icon =" @drawable/ic_menu_preferences" />
10
10
/>
11
- <item android : id =" @+id/start_screen_download_menu_id"
12
- android : title =" @string/download_database"
13
- android : icon =" @drawable/stat_sys_download_anim0" />
14
- />
15
11
</menu >
16
12
Original file line number Diff line number Diff line change 4
4
</head>
5
5
<body>
6
6
7
- <h2>Shogi version 2.2 </h2>
7
+ <h2>Shogi version 2.3 </h2>
8
8
9
- Released Jun 7 , 2011.
9
+ Released Dec 26 , 2011.
10
10
11
11
<h3>棋譜の記録と再生</h3>
12
12
Original file line number Diff line number Diff line change 4
4
</head>
5
5
<body>
6
6
7
- <h2>Shogi version 2.2 </h2>
7
+ <h2>Shogi version 2.3 </h2>
8
8
9
- Released Jun 7 , 2011.
9
+ Released Dec 26 , 2011.
10
10
11
11
<h3>Shogi Log Files</h3>
12
12
Original file line number Diff line number Diff line change 9
9
<string name =" do_not_promote" >成らない</string >
10
10
<string name =" promote" >成る</string >
11
11
<string name =" app_name" >Android Shogi</string >
12
- <string name =" new_game" >新規対局XXX</string >
13
- <string name =" already_downloaded" >データベースは既にダウンロードされています。 既存の内容を消去してもう一度ダウンロードしますか?</string >
14
- <string name =" download_database" >データベースダウンロード</string >
15
- <string name =" start_download_database" >データベースダウンロード開始します</string >
16
- <string name =" restart_download_database" >ダウンロードやり直します</string >
12
+ <string name =" new_game" >新規対局</string >
13
+ <string name =" shogi_data_download" >
14
+ 将棋データベースファイルが見つかりません。
15
+ データベースアプリケーション
16
+ (market://details?id=com.ysaito.shogidata)
17
+ をインストール後、起動してください。 </string >
18
+ <string name =" visit_marketplace" >アンドロイドマーケットを起動</string >
17
19
<string name =" preferences" >設定</string >
18
20
<string name =" player_types" >対局者</string >
19
21
<string name =" human" >人</string >
58
60
<string name =" attr_tournament" >棋戦</string >
59
61
<string name =" attr_black_player" >先手</string >
60
62
<string name =" attr_white_player" >後手</string >
61
- <string name =" shogi_db_source" >データベースURL</string >
62
63
</resources >
Original file line number Diff line number Diff line change 11
11
<string name =" app_name" >Android Shogi</string >
12
12
<string name =" new_game" >New Game</string >
13
13
<string name =" already_downloaded" >Database files are already downloaded. Do you want to delete them and download them again?</string >
14
- <string name =" download_database " >Download Shogi database files</ string >
15
- < string name = " start_download_database " >Download Shogi database files? </string >
16
- <string name =" restart_download_database " >Restart download Shogi database files? </string >
17
- <string name =" preferences" >Preferences</string >
14
+ <string name =" shogi_data_download " >Please install the shogi database application first by visiting
15
+ market://details?id=com.ysaito.shogidata </string >
16
+ <string name =" visit_marketplace " >Visit Android Marketplace </string >
17
+ <string name =" preferences" >Preferences</string >
18
18
<string name =" player_types" >Players</string >
19
19
<string name =" human" >Human</string >
20
20
<string name =" computer" >Computer</string >
31
31
<string name =" piece_style" >Piece Style</string >
32
32
<string name =" handicap" >Handicap</string >
33
33
<string name =" resume_play" >Replay saved game</string >
34
- <string name =" default_download_source_url" >http://www.ysaito.com/downloads/shogi-data.zip</string >
35
34
<string name =" reload" >Reload</string >
36
35
<string name =" game_logs" >Game Logs</string >
37
36
<string name =" replay_game" >Replay game</string >
Original file line number Diff line number Diff line change 20
20
android : defaultValue =" /sdcard/ShogiLog"
21
21
android : title =" @string/game_log_dir"
22
22
/>
23
- <PreferenceCategory android : title =" Advanced settings" />
24
- <EditTextPreference
25
- android : key =" download_source_url"
26
- android : defaultValue =" @string/default_download_source_url"
27
- android : title =" @string/shogi_db_source"
28
- />
29
23
</PreferenceScreen >
You can’t perform that action at this time.
0 commit comments