Compare commits
2 Commits
title_scre
...
bb_loadgam
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1020f81b9 | ||
|
|
32a0f69a63 |
@@ -3,13 +3,13 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="43"
|
||||
android:versionName="0.7.2dev"
|
||||
android:versionCode="42"
|
||||
android:versionName="0.7.1"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk
|
||||
android:minSdkVersion="4"
|
||||
android:targetSdkVersion="21"
|
||||
android:minSdkVersion="4"
|
||||
android:targetSdkVersion="19"
|
||||
/>
|
||||
|
||||
<supports-screens
|
||||
@@ -23,8 +23,6 @@
|
||||
<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"
|
||||
@@ -32,7 +30,6 @@
|
||||
android:icon="@drawable/icon"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="true"
|
||||
android:theme="@style/AndorsTrailTheme_Blue"
|
||||
>
|
||||
<activity
|
||||
android:name=".activity.StartScreenActivity"
|
||||
@@ -46,22 +43,22 @@
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AndorsTrailTheme_Blue.NoBackground"
|
||||
android:theme="@style/Theme.NoBackground"
|
||||
/>
|
||||
<activity android:name=".activity.HeroinfoActivity" />
|
||||
<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.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.ShopActivity" />
|
||||
<activity android:name=".activity.AboutActivity" />
|
||||
<activity android:name=".activity.LoadingActivity" />
|
||||
<activity android:name=".activity.Preferences" />
|
||||
<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.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.DisplayWorldMapActivity" />
|
||||
</application>
|
||||
|
||||
|
||||
@@ -26563,44 +26563,3 @@ msgstr ""
|
||||
#: questlist_v070_misc.json:antifoodp:40
|
||||
msgid "I can bring him more ingredients if I want him to create more antidote potions in the future."
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::blackwater:prim
|
||||
msgid "Prim"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:charwoodh
|
||||
msgid "Charwood"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:crossglen
|
||||
msgid "Crossglen"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:crossroads
|
||||
msgid "Crossroads Guardhouse"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:fallhaven
|
||||
msgid "Fallhaven"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:flagstone
|
||||
msgid "Flagstone Prison"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:fflask
|
||||
msgid "Foaming Flask Tavern"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:loneford
|
||||
msgid "Loneford"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:remgard
|
||||
msgid "Remgard"
|
||||
msgstr ""
|
||||
|
||||
#: worldmap.xml::world1:vilegard
|
||||
msgid "Vilegard"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-21
|
||||
target=android-19
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?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"
|
||||
/>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?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"
|
||||
/>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?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"
|
||||
/>
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<?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"
|
||||
/>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?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>
|
||||
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 734 B |
|
Before Width: | Height: | Size: 786 B |
|
Before Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 16 KiB |
@@ -1,22 +0,0 @@
|
||||
<?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>
|
||||
|
Before Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 602 B |
|
Before Width: | Height: | Size: 607 B |
|
Before Width: | Height: | Size: 604 B |
|
Before Width: | Height: | Size: 516 B |
|
Before Width: | Height: | Size: 511 B |
|
Before Width: | Height: | Size: 567 B |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 185 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 385 B |
@@ -1,7 +0,0 @@
|
||||
<?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"
|
||||
/>
|
||||
|
Before Width: | Height: | Size: 200 B |
@@ -1,28 +0,0 @@
|
||||
<?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>
|
||||
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 393 B |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 222 B |
|
Before Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 221 B |
|
Before Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 230 B |
@@ -1,5 +0,0 @@
|
||||
<?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>
|
||||
@@ -1,41 +0,0 @@
|
||||
<?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>
|
||||
|
Before Width: | Height: | Size: 410 B |
|
Before Width: | Height: | Size: 409 B |
|
Before Width: | Height: | Size: 254 B |