Skip to content

Commit 30067ad

Browse files
committed
Version 5.9.1
Fixed crash on open Gastly
1 parent e818fd9 commit 30067ad

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
package="aloogle.pokedex"
5-
android:versionCode="55"
6-
android:versionName="5.9">
5+
android:versionCode="57"
6+
android:versionName="5.9.1">
77

88
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
99
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ DroiDéx
33

44
##### Portuguese
55

6-
DroiDéx é um aplicativo baseado no [DéxDroid](https://github.com/RadhiFadlillah/Pokedex) versão 3.1, ou seja, uma Pokédex para Android, decidi cria-lo porque eu gostava muito do aplicativo DéxDroid e fiquei muito decepcionado ao ver que ele não recebeu mais atualizações, mas como o desenvolvedor original deixou ele em código aberto e deixou que qualquer um modificasse e distribuísse, decidi que eu mesmo iria continua-lo.
6+
DroiDéx é um aplicativo baseado no DéxDroid versão 3.1, ou seja, uma Pokédex para Android, decidi cria-lo porque eu gostava muito do aplicativo DéxDroid e fiquei muito decepcionado ao ver que ele não recebeu mais atualizações, mas como o desenvolvedor original deixou ele em código aberto e deixou que qualquer um modificasse e distribuísse, decidi que eu mesmo iria continua-lo.
77

88
Você pode baixa-lo na [Google Play Store](http://play.google.com/store/apps/details?id=aloogle.pokedex).
99

10-
Esse é o código da versão 5.9
10+
Esse é o código da versão 5.9.1
1111

1212
Os Pokémons recentemente adicionados são:
1313

@@ -64,7 +64,7 @@ Fonte dos dados
6464

6565
Agradecimentos
6666
---------------
67-
* [Radhi](https://github.com/RadhiFadlillah), desenvolvedor do DéxDroid.
67+
* [Radhi Fadlillah](https://github.com/RadhiFadlillah), desenvolvedor do DéxDroid.
6868

6969
Nesse aplicativo foi usado:
7070
* [Android SQLiteAssetHelper](https://github.com/jgilfelt/android-sqlite-asset-helper) biblioteca por [Jeff Gilfelt](https://github.com/jgilfelt).
@@ -82,15 +82,15 @@ Licença
8282
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8383
GNU General Public License for more details.
8484

85-
Esse aplicativo foi lançado sob [licença GPLv3](http://choosealicense.com/licenses/gpl-v3/). Dessa forma, todo mundo esta permitido a modificar e lançar esse aplicativo em seu nome, mas vai ter que liberar o código fonte. E, se você fizer, por favor dê os devidos créditos a mim, [Alefe Souza](https://github.com/alefesouza), e ao desenvolvedor do DéxDroid, [Radhi](https://github.com/RadhiFadlillah).
85+
Esse aplicativo foi lançado sob [licença GPLv3](http://choosealicense.com/licenses/gpl-v3/). Dessa forma, todo mundo esta permitido a modificar e lançar esse aplicativo em seu nome, mas vai ter que liberar o código fonte. E, se você fizer, por favor dê os devidos créditos a mim, [Alefe Souza](https://github.com/alefesouza), e ao desenvolvedor do DéxDroid, [Radhi Fadlillah](https://github.com/RadhiFadlillah).
8686

8787
##### English
8888

89-
DroiDéx is an application based on [DéxDroid](https://github.com/Acrophobic/Pokedex) version 3.1, wich is an Pokédex for Android. I decided creating it because I loved the app DéxDroid and became so disappointed when I realized it had no more updates, but since the original developer left it open source and allowed anyone to modify and distribute, I decided to update it by myself.
89+
DroiDéx is an application based on DéxDroid version 3.1, wich is an Pokédex for Android. I decided creating it because I loved the app DéxDroid and became so disappointed when I realized it had no more updates, but since the original developer left it open source and allowed anyone to modify and distribute, I decided to update it by myself.
9090

9191
You can download it at [Google Play Store](http://play.google.com/store/apps/details?id=aloogle.pokedex).
9292

93-
This is the 5.9 version code
93+
This is the 5.9.1 version code
9494

9595
Recently added Pokémon:
9696

@@ -147,7 +147,7 @@ Data Source
147147

148148
Acknowledgements
149149
---------------
150-
* [Radhi](https://github.com/RadhiFadlillah), developer of DéxDroid.
150+
* [Radhi Fadlillah](https://github.com/RadhiFadlillah), developer of DéxDroid.
151151

152152
In this app, were used:
153153
* [Android SQLiteAssetHelper](https://github.com/jgilfelt/android-sqlite-asset-helper) library by [Jeff Gilfelt](https://github.com/jgilfelt).
@@ -165,4 +165,4 @@ License
165165
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
166166
GNU General Public License for more details.
167167

168-
This app is released under [GPLv3 License](http://choosealicense.com/licenses/gpl-v3/). This way, everyone is allowed to modify this app and release it in their own name, but they have to open the source code. And, if you would, please give proper credit to me, [Alefe Souza](https://github.com/alefesouza), and the developer of DéxDroid, [Radhi](https://github.com/RadhiFadlillah).
168+
This app is released under [GPLv3 License](http://choosealicense.com/licenses/gpl-v3/). This way, everyone is allowed to modify this app and release it in their own name, but they have to open the source code. And, if you would, please give proper credit to me, [Alefe Souza](https://github.com/alefesouza), and the developer of DéxDroid, [Radhi Fadlillah](https://github.com/RadhiFadlillah).

assets/databases/pokedex_data

0 Bytes
Binary file not shown.

src/aloogle/pokedex/activity/ActivityAboutChangelogHelp.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class ActivityAboutChangelogHelp extends Activity {
2020
"<li>Interface improvement.</li>\n" +
2121
"<li>And other improvements.</li>\n" +
2222
"</ul>\n" +
23+
"<p style=\"text-align: justify;\"><b>Version 5.9.1:</b> Launched September, 29, 2014 - Fixed crash on open Gastly.</p>\n" +
2324
"<h3 style=\"text-align: justify;\">Version 5.7</h3>\n" +
2425
"Launched July, 15, 2014\n" +
2526
"<ul style=\"text-align: justify;\">\n" +
@@ -76,9 +77,9 @@ public class ActivityAboutChangelogHelp extends Activity {
7677
"<li>Evolution (including Mega Evolution)</li>\n" +
7778
"<li>Etc.</li>\n" +
7879
"</ul>\n" +
79-
"<p style=\"text-align: justify;\">Compared to the D&eacute;xDroid, the major differences are a settings page to change the app theme color and the function to add widgets of ANY Pok&eacute;mon onto your home screen.</p>\n" +
80+
"<p style=\"text-align: justify;\">Compared to the D&eacute;xDroid, the major differences are a settings page to change the theme color, the function to add widgets of ANY Pok&eacute;mon onto your home screen, Pok&eacute;mon anime and game sounds and Pok&eacute;mon XY animated gifs of ALL Pok&eacute;mon.</p>\n" +
8081
"<h3 style=\"text-align: justify;\">License</h3>\n" +
81-
"<p style=\"text-align: justify;\">This app is released under <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=license\">GPLv3 License</a> and its source code is available in my <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=alefegithub\">Github</a>. Everyone is allowed to modify this app and release it in their own name, but they have to open the source code. And, if you would, please give proper credit to me, <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=alefegithub\">Alefe Souza</a>, and the developer of D&eacute;xDroid, <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=radhigithub\">Radhi</a>.</p>\n" +
82+
"<p style=\"text-align: justify;\">This app is released under <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=license\">GPLv3 License</a> and its source code is available in my <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=droidexgithub\">Github</a>. Everyone is allowed to modify this app and release it in their own name, but they have to open the source code. And, if you would, please give proper credit to me, <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=alefegithub\">Alefe Souza</a>, and the developer of D&eacute;xDroid, <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=radhigithub\">Radhi Fadlillah</a>.</p>\n" +
8283
"<h3 style=\"text-align: justify;\">Sources</h3>\n" +
8384
"<p style=\"text-align: justify;\">Database is taken from Veekun's git (<a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=veekun1\">here</a> or <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=veekun2\">here</a>). Were just converted it from CSV to SQLITE.</p>\n" +
8485
"<p style=\"text-align: justify;\">Images and sprites are taken from:</p>\n" +
@@ -96,7 +97,7 @@ public class ActivityAboutChangelogHelp extends Activity {
9697
"<li><a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=veekun4\">Veekun</a>, for all game cries.</li>\n" +
9798
"</ul>\n" +
9899
"<h3 style=\"text-align: justify;\">Acknowledgements</h3>\n" +
99-
"<li style=\"text-align: justify;\"><a href=\"aloogle.tumblr.com/droidex/redirects?redirect=radhigithub\">Radhi</a>, developer of D&eacute;xDroid.</li>\n" +
100+
"<li style=\"text-align: justify;\"><a href=\"aloogle.tumblr.com/droidex/redirects?redirect=radhigithub\">Radhi Fadlillah</a>, developer of D&eacute;xDroid.</li>\n" +
100101
"<p style=\"text-align: justify;\">In this app, were used following library/tools:</p>\n" +
101102
"<ul>\n" +
102103
"<li style=\"text-align: justify;\"><a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=sqlhelper\">Android SQLiteAssetHelper</a> and <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=systembartint\">SystemBarTint</a> libraries by <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=jgilfelt\">Jeff Gilfelt</a>.</li>\n" +
@@ -131,6 +132,7 @@ public class ActivityAboutChangelogHelp extends Activity {
131132
"<li>Melhoras na interface.</li>\n" +
132133
"<li>E muitas outras melhorias.</li>\n" +
133134
"</ul>\n" +
135+
"<p style=\"text-align: justify;\"><b>Vers&atilde;o 5.9.1:</b> Lan&ccedil;ada em 29 de setembro de 2014 - Corrige problema de o aplicativo fechar ao abrir o Gastly.</p>\n" +
134136
"<h3 style=\"text-align: justify;\">Vers&atilde;o 5.7</h3>\n" +
135137
"Lan&ccedil;ado dia 15 de julho de 2014\n" +
136138
"<ul style=\"text-align: justify;\">\n" +
@@ -187,9 +189,9 @@ public class ActivityAboutChangelogHelp extends Activity {
187189
"<li>Evolu&ccedil;&atilde;o (incluindo Mega Evolu&ccedil;&atilde;o)</li>\n" +
188190
"<li>Etc.</li>\n" +
189191
"</ul>\n" +
190-
"<p style=\"text-align: justify;\">As principais diferen&ccedil;as se comparado ao D&eacute;xDroid s&atilde;o uma p&aacute;gina de configura&ccedil;&otilde;es para mudar a cor do aplicativo, e poder adicionar widgets de QUALQUER Pok&eacute;mon na tela inicial.</p>\n" +
192+
"<p style=\"text-align: justify;\">As principais diferen&ccedil;as se comparado ao D&eacute;xDroid s&atilde;o uma p&aacute;gina de configura&ccedil;&otilde;es para mudar a cor do aplicativo, poder adicionar widgets de QUALQUER Pok&eacute;mon na tela inicial, sons dos Pok&eacute;mon no anime e jogo e gifs animados do Pok&eacute;mon XY de TODOS os Pok&eacute;mon.</p>\n" +
191193
"<h3 style=\"text-align: justify;\">Licen&ccedil;a</h3>\n" +
192-
"<p style=\"text-align: justify;\">Esse aplicativo foi lan&ccedil;ado sob <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=license\">licen&ccedil;a GPLv3</a> e o c&oacute;digo fonte dele est&aacute; dispon&iacute;vel no meu <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=alefegithub\">GitHub</a>. Todo mundo esta permitido a modificar e lan&ccedil;ar esse aplicativo em seu nome, mas vai ter que liberar o c&oacute;digo fonte. E, se voc&ecirc; fizer isso, por favor d&ecirc; os devidos cr&eacute;ditos a mim, <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=alefegithub\">Alefe Souza</a>, e ao desenvolvedor do D&eacute;xDroid, <a href=\"http://aloogle.tumblr.com/droidex/ redirects?redirect=radhigithub\">Radhi</a>.</p>\n" +
194+
"<p style=\"text-align: justify;\">Esse aplicativo foi lan&ccedil;ado sob <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=license\">licen&ccedil;a GPLv3</a> e o c&oacute;digo fonte dele est&aacute; dispon&iacute;vel no meu <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=droidexgithub\">GitHub</a>. Todo mundo esta permitido a modificar e lan&ccedil;ar esse aplicativo em seu nome, mas vai ter que liberar o c&oacute;digo fonte. E, se voc&ecirc; fizer isso, por favor d&ecirc; os devidos cr&eacute;ditos a mim, <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=alefegithub\">Alefe Souza</a>, e ao desenvolvedor do D&eacute;xDroid, <a href=\"http://aloogle.tumblr.com/droidex/ redirects?redirect=radhigithub\">Radhi Fadlillah</a>.</p>\n" +
193195
"<h3 style=\"text-align: justify;\">Fontes</h3>\n" +
194196
"<p style=\"text-align: justify;\">Base de dados foi tirada de Veekun's git (<a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=veekun1\">aqui</a> ou <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=veekun2\">aqui</a>). Foi apenas convertido de CSV para SQLITE.</p>\n" +
195197
"<p style=\"text-align: justify;\">Imagens e sprites foram tiradas de:</p>\n" +
@@ -207,7 +209,7 @@ public class ActivityAboutChangelogHelp extends Activity {
207209
"<li><a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=veekun4\">Veekun</a>, por todos os sons no jogo.</li>\n" +
208210
"</ul>\n" +
209211
"<h3 style=\"text-align: justify;\">Agradecimentos</h3>\n" +
210-
"<li style=\"text-align: justify;\"><a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=radhigithub\">Radhi</a>, desenvolvedor do D&eacute;xDroid.</li>\n" +
212+
"<li style=\"text-align: justify;\"><a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=radhigithub\">Radhi Fadlillah</a>, desenvolvedor do D&eacute;xDroid.</li>\n" +
211213
"<p style=\"text-align: justify;\">Nesse aplicativo foi usado as seguintes biblioteca/ferramentas:</p>\n" +
212214
"<ul>\n" +
213215
"<li style=\"text-align: justify;\"><a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=sqlhelper\">Android SQLiteAssetHelper</a> e <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=systembartint\">SystemBarTint</a> bibliotecas por <a href=\"http://aloogle.tumblr.com/droidex/redirects?redirect=jgilfelt\">Jeff Gilfelt</a>.</li>\n" +

src/aloogle/pokedex/other/Database.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
public class Database extends SQLiteAssetHelper {
88
private static final String DATABASE_NAME = "pokedex_data";
9-
private static final int DATABASE_VERSION = 25;
9+
private static final int DATABASE_VERSION = 27;
1010
public static final String SPLIT = "ǁ";
1111

1212
public Database(Context context) {
1313
super(context, DATABASE_NAME, null, DATABASE_VERSION);
14-
setForcedUpgrade(25);
14+
setForcedUpgrade(27);
1515
}
1616

1717
private Cursor getCursor(String query, String[] args) {

0 commit comments

Comments
 (0)