diff --git a/stuff/images/nopokemon.svg b/stuff/images/nopokemon.svg new file mode 100644 index 0000000..9a648f8 --- /dev/null +++ b/stuff/images/nopokemon.svg @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/img/icons/action.svg b/www/img/icons/action.svg new file mode 100644 index 0000000..5a72701 --- /dev/null +++ b/www/img/icons/action.svg @@ -0,0 +1,392 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mehr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/img/nopokemon.png b/www/img/nopokemon.png new file mode 100644 index 0000000..cf7255e Binary files /dev/null and b/www/img/nopokemon.png differ diff --git a/www/pokedex.db b/www/pokedex.db index 54541a7..650097e 100644 Binary files a/www/pokedex.db and b/www/pokedex.db differ diff --git a/www/templates/application-storage/sqLite/html/contract-list.html b/www/templates/application-storage/sqLite/html/contract-list.html index 1cd80e9..54d8fad 100644 --- a/www/templates/application-storage/sqLite/html/contract-list.html +++ b/www/templates/application-storage/sqLite/html/contract-list.html @@ -38,7 +38,7 @@

- +

@@ -48,47 +48,47 @@ - {{pokemon.pokemonname}} zu Lesezeichen hinzufügen + {{pokemon.pokemonname}} zu deinen Lesezeichen hinzufügen - {{pokemon.pokemonname}} zu Favoriten hinzufügen + {{pokemon.pokemonname}} zu deinen Favoriten hinzufügen - {{pokemon.pokemonname}} zum Vergleich öffnen + {{pokemon.pokemonname}} mit anderem Pokemon vergleichen - Zeige alle vom gleichen Typ + Pokemon vom gleichen Typ anzeigen - Zeige alle vom gleichen Typ {{ pokemon.pokemontypaString }} + Pokemon vom gleichen Typ {{ pokemon.pokemontypaString }} anzeigen - Zeige alle vom gleichen Typ {{ pokemon.pokemontypbString }} + Pokemon vom gleichen Typ {{ pokemon.pokemontypbString }} anzeigen - Zeige alle stärke Pokemon + Welche Pokemon sind stärker als {{pokemon.pokemonname}} - Zeige alle schwächeren Pokemon + Welche Pokemon sind schwächer als {{pokemon.pokemonname}} @@ -99,7 +99,7 @@

{{ pokemon.pokemonname }}

-
Nr.: {{ pokemon.pokedexidString }}
+
Pokedex-Id: {{ pokemon.pokedexidString }}
PokemonTyp {{ pokemon.pokemontypaString }} diff --git a/www/templates/application-storage/sqLite/js/services.js b/www/templates/application-storage/sqLite/js/services.js index 38a2be0..489dfbe 100644 --- a/www/templates/application-storage/sqLite/js/services.js +++ b/www/templates/application-storage/sqLite/js/services.js @@ -70,7 +70,7 @@ appServices.factory('pokedexDB', function ($cordovaSQLite) { var dummypokedexid=''; - dummypokedexid=res.rows.item(i).POKEDEXID; + dummypokedexid=res.rows.item(i).POKEDEXID.toString(); if (dummypokedexid.length==1){ dummypokedexid='00' + dummypokedexid;