Skip to content

Commit e818fd9

Browse files
committed
Version 5.9
Sprites/gifs/animated Pokémon models, added all announced Pokémon until 09/27/2014, new images and sounds download improved, interface improvement and other improvements
1 parent ef6007c commit e818fd9

File tree

330 files changed

+2862
-2102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+2862
-2102
lines changed

AndroidManifest.xml

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<manifest
43
xmlns:android="http://schemas.android.com/apk/res/android"
54
package="aloogle.pokedex"
6-
android:versionCode="51"
7-
android:versionName="5.7">
5+
android:versionCode="55"
6+
android:versionName="5.9">
87

98
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
109
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
@@ -27,7 +26,8 @@
2726
<activity
2827
android:name=".activity.ActivitySplashScreen"
2928
android:label="@string/app_name"
30-
android:configChanges="orientation|screenSize">
29+
android:configChanges="orientation|screenSize"
30+
android:theme="@android:style/Theme.Light.NoTitleBar">
3131

3232
<intent-filter>
3333
<action android:name="android.intent.action.MAIN"/>
@@ -37,44 +37,31 @@
3737

3838
<activity
3939
android:name=".activity.ActivityMain"/>
40-
40+
4141
<activity
4242
android:name=".activity.ActivityMainTablet"/>
4343

4444
<activity
4545
android:name=".activity.ActivityDetails"/>
4646

4747
<activity
48-
android:name=".activity.ActivityAboutChangelog"/>
48+
android:name=".activity.ActivityAboutChangelogHelp"/>
4949

5050
<activity
5151
android:name=".activity.ActivityVerifyUpdate"
5252
android:configChanges="orientation|screenSize"/>
5353

5454
<activity
55-
android:name=".activity.ActivitySendFeedback"
56-
android:configChanges="orientation|screenSize"/>
57-
58-
<activity
59-
android:name=".activity.ActivityNews"
55+
android:name=".activity.ActivityWebView"
6056
android:configChanges="orientation|screenSize"/>
6157

6258
<activity
6359
android:name=".activity.ActivitySettings"/>
6460

65-
<activity
66-
android:name=".activity.ActivityHelp"/>
67-
68-
<activity
69-
android:name=".activity.pt.ActivityAboutChangelog"/>
70-
71-
<activity
72-
android:name=".activity.pt.ActivityHelp"/>
73-
7461
<activity
7562
android:name=".activity.ActivityPokemonFilter"
7663
android:theme="@style/Transucent_Pokedex_Red_Theme"/>
77-
64+
7865
<receiver android:name=".widget.WidgetShortcut" android:label="@string/addpokemon">
7966
<intent-filter>
8067
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />

README.md

Lines changed: 27 additions & 5 deletions

assets/databases/pokedex_data

231 KB
Binary file not shown.

libs/systembartint-1.0.4.jar

7.89 KB
Binary file not shown.

res/drawable-hdpi/bg_line.9.png

-69 Bytes
-57 Bytes

res/drawable-hdpi/home.png

406 Bytes

res/drawable-hdpi/home_dark.png

406 Bytes

res/drawable-hdpi/ic_3ds.png

1.05 KB

res/drawable-hdpi/ic_3ds_dark.png

1.5 KB

0 commit comments

Comments
 (0)