Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
Version 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Feb 28, 2018
1 parent c5cf210 commit 64af1d7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ Downloads

Changelog
---------

Cambios en v1.80:
* Fix y reestructuración NineManga
* Nueva traducción al ruso (YChvanov).
* Agregado MangaRawOnline.
* Muchos fix internos y cambios en UI.
* SubManga fue retirado.

Changes in v1.80:
* Fix an resstructured Ninemanga.
* New Russian translation (YChvanov).
* Added MangaRawOnline.
* Lot of internal fixes and on UI.
* SubManga was removed.

Cambios en v1.79:
* Agregada configuración de reintentos.
* Cambiado Bato.to a Vatoto (no funcional aun)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {

defaultConfig {
applicationId "ar.rulosoft.mimanganu"
versionCode 79
versionName "1.79"
versionCode 80
versionName "1.80"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static String getServerName(Manga m) {
deadServers.put(STARKANACOM, "Starkana");
deadServers.put(TUSMANGAS, "TusMangasOnline");
deadServers.put(ESMANGAHERE, "EsMangaHere");
deadServers.put(SUBMANGA, "SubManga");
return deadServers.get(m.getServerId());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ public static ServerBase getServer(int id, Context context) {
case MANGAFOX:
serverBase = new MangaFox(context);
break;
case SUBMANGA:
serverBase = new SubManga(context);
break;
case HEAVENMANGACOM:
serverBase = new HeavenManga(context);
break;
Expand Down Expand Up @@ -372,7 +369,6 @@ public static ServerBase[] getServers(Context context) {
new TuMangaOnline(context),
new BatoToEs(context),
new HeavenManga(context),
new SubManga(context),
new EsNineManga(context),
new LeoManga(context),
new Kumanga(context),
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="update_message">Cambios en v1.79:\n\t* Agregada configuración de reintentos.\n\t* Cambiado Bato.to a Vatoto (no funcional aun).\n\t* Mejoras internas.\n\t* Arreglados generos en MangaFox.</string>
<string name="update_message">Cambios en v1.80:\n\t* Fix y reestructuración NineManga\n\t* Nueva traducción al ruso (YChvanov).\n\t* Agregado MangaRawOnline.\n\t* Muchos fix internos y cambios en UI.\n\t* SubManga fue retirado.</string>
<string name="action_ajustar_a">Ajustar a</string>
<string name="descargas">Descargas</string>
<string name="datosde">Datos de </string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="update_message">Changes in v1.79:\n\t* Added retry config preference.\n\t* Changed Bato.to to Vatoto (no functional yet).\n\t* Internal improves.\n\t* Fixed MangaFox genre filter.</string>
<string name="update_message">Changes in v1.80:\n\t* Fix an resstructured Ninemanga.\n\t* New Russian translation (YChvanov).\n\t* Added MangaRawOnline.\n\t* Lot of internal fixes and on UI.\n\t* SubManga was removed.</string>
<string name="_12hours">12 Hours</string>
<string name="_1day">1 day</string>
<string name="_2day">2 days</string>
Expand Down

0 comments on commit 64af1d7

Please sign in to comment.