Merge pull request #4 from Zukero/stoutford_tests

Stoutford tests (zukeros version)
This commit is contained in:
NutAndor
2018-06-07 23:00:01 +02:00
committed by GitHub
479 changed files with 31330 additions and 11490 deletions

View File

@@ -23,6 +23,8 @@
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /><uses-permission android:name="android.permission.READ_LOGS"/>
<application
android:name=".AndorsTrailApplication"
@@ -30,6 +32,7 @@
android:icon="@drawable/icon"
android:description="@string/app_description"
android:allowBackup="true"
android:theme="@style/AndorsTrailTheme_Blue"
>
<activity
android:name=".activity.StartScreenActivity"
@@ -43,22 +46,22 @@
<activity
android:name=".activity.MainActivity"
android:label="@string/app_name"
android:theme="@style/Theme.NoBackground"
android:theme="@style/AndorsTrailTheme_Blue.NoBackground"
/>
<activity android:name=".activity.HeroinfoActivity" />
<activity android:name=".activity.MonsterInfoActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.ItemInfoActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.LevelUpActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.MonsterEncounterActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.ConversationActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.MonsterInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.ItemInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.LevelUpActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.MonsterEncounterActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.ConversationActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.ShopActivity" />
<activity android:name=".activity.AboutActivity" />
<activity android:name=".activity.LoadingActivity" />
<activity android:name=".activity.Preferences" />
<activity android:name=".activity.LoadSaveActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.ActorConditionInfoActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.BulkSelectionInterface" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.SkillInfoActivity" android:theme="@android:style/Theme.Dialog" />
<activity android:name=".activity.LoadSaveActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.ActorConditionInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.BulkSelectionInterface" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.SkillInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
<activity android:name=".activity.DisplayWorldMapActivity" />
</application>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<translate
xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromYDelta="0%"
android:toYDelta="-100%"
android:duration="300"
/>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<translate
xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromXDelta="0%"
android:toXDelta="100%"
android:duration="300"
/>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<translate
xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/decelerate_interpolator"
android:fromYDelta="-100%"
android:toYDelta="0%"
android:duration="300"
/>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<translate
xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/decelerate_interpolator"
android:fromXDelta="100%"
android:toXDelta="0%"
android:duration="300"
/>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true" android:color="@color/ui_blue_palette_text_gray_light"/>
<item android:state_enabled="true" android:state_checked="true" android:color="@color/ui_blue_palette_text_gray_light"/>
<item android:state_enabled="true" android:color="@color/ui_blue_palette_text_gray_mid"/>
<item android:state_enabled="false" android:color="@color/ui_blue_palette_text_gray_darker"/>
<item android:color="@color/ui_blue_palette_text_gray_mid"/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
<item android:drawable="@drawable/loading_anim_00"
android:duration="150" />
<item android:drawable="@drawable/loading_anim_01"
android:duration="80" />
<item android:drawable="@drawable/loading_anim_02"
android:duration="80" />
<item android:drawable="@drawable/loading_anim_03"
android:duration="80" />
<item android:drawable="@drawable/loading_anim_04"
android:duration="80" />
<item android:drawable="@drawable/loading_anim_05"
android:duration="80" />
<item android:drawable="@drawable/loading_anim_06"
android:duration="80" />
<item android:drawable="@drawable/loading_anim_00"
android:duration="150" />
</animation-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:tileMode="repeat"
android:src="@drawable/ts_sky_gradient_x6"
android:antialias="false"
android:dither="false"
/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
<item android:drawable="@drawable/logo_anim_shine_00"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_01"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_02"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_03"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_04"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_05"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_06"
android:duration="180" />
<item android:drawable="@drawable/logo_anim_shine_07"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_08"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_09"
android:duration="80" />
<item android:drawable="@drawable/logo_anim_shine_00"
android:duration="5000" />
</animation-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

View File

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 221 B

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B

View File

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/ui_blue_buttonbar_bg"/>
<item android:drawable="@drawable/ui_blue_buttonbar_frame"/>
</layer-list>

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_unpressed"
android:state_pressed="false"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_pressed"
android:state_pressed="true"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_buttonbar_bg_disabled_unpressed"
android:state_pressed="false"
android:state_enabled="false"
/>
<item
android:drawable="@drawable/ui_blue_buttonbar_bg_disabled_pressed"
android:state_pressed="true"
android:state_enabled="false"
/>
<item
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_unpressed"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_buttonbar_bg_disabled_unpressed"
android:state_enabled="false"
/>
<item
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_unpressed"
/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.gpl.rpg.AndorsTrail" >
<item app:single="true" android:drawable="@drawable/ui_blue_buttonbar_frame_solo" />
<item app:vertical="true" app:first="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_vtop" />
<item app:vertical="true" app:first="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vbottom" />
<item app:vertical="true" app:first="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vtop" />
<item app:vertical="true" app:last="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_vbottom" />
<item app:vertical="true" app:last="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vtop" />
<item app:vertical="true" app:last="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vbottom" />
<item app:vertical="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vmid" />
<item app:horizontal="true" app:first="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_hleft" />
<item app:horizontal="true" app:first="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hright" />
<item app:horizontal="true" app:first="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hleft" />
<item app:horizontal="true" app:last="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_hright" />
<item app:horizontal="true" app:last="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hleft" />
<item app:horizontal="true" app:last="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hright" />
<item app:horizontal="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hmid" />
<item android:drawable="@drawable/ui_blue_buttonbar_frame_solo" />
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
android:state_expanded="true"
/>
<item
android:drawable="@drawable/ui_blue_radiobutton_enabled_unchecked"
/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:top="1dp" android:left="2dp" android:right="2dp" android:bottom="2dp">
<shape android:shape="line">
<stroke android:width="1dp" android:color="@color/ui_blue_palette_blue_light"/>
<size android:height="4dp"/>
</shape>
</item>
<item android:top="2dp" android:left="3dp" android:right="3dp" android:bottom="1dp">
<shape android:shape="line">
<stroke android:width="1dp" android:color="@android:color/black"/>
<size android:height="4dp"/>
</shape>
</item>
</layer-list>

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
android:state_pressed="true"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
android:state_selected="true"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_radiobutton_enabled_unchecked"
android:state_checked="false"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
android:state_checked="true"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_radiobutton_disabled_unchecked"
android:state_checked="false"
android:state_enabled="false"
/>
<item
android:drawable="@drawable/ui_blue_radiobutton_disabled_checked"
android:state_checked="true"
android:state_enabled="false"
/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/ui_blue_spinner_bg"/>
<item android:drawable="@drawable/ui_blue_spinner_arrow"/>
</layer-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:constantSize="true">
<item
android:drawable="@drawable/ui_blue_spinner_enabled_unpressed"
android:state_pressed="false"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_spinner_enabled_pressed"
android:state_pressed="true"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_spinner_disabled_unpressed"
android:state_pressed="false"
android:state_enabled="false"
/>
<item
android:drawable="@drawable/ui_blue_spinner_disabled_pressed"
android:state_pressed="true"
android:state_enabled="false"
/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_focused="true" android:drawable="@drawable/ui_blue_lightframe_highlight"/>
<item android:state_pressed="true" android:drawable="@drawable/ui_blue_lightframe_highlight"/>
<item android:state_checked="true" android:drawable="@drawable/ui_blue_lightframe_highlight"/>
<item android:state_checked="false" android:drawable="@drawable/ui_blue_lightframe"/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:constantSize="true">
<item
android:drawable="@drawable/ui_blue_tabwidget_enabled_selected"
android:state_pressed="true"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_tabwidget_enabled_unselected"
android:state_selected="false"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_tabwidget_enabled_selected"
android:state_selected="true"
android:state_enabled="true"
/>
<item
android:drawable="@drawable/ui_blue_tabwidget_disabled_unselected"
android:state_selected="false"
android:state_enabled="false"
/>
<item
android:drawable="@drawable/ui_blue_tabwidget_disabled_selected"
android:state_selected="true"
android:state_enabled="false"
/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Some files were not shown because too many files have changed in this diff Show More