diff --git a/README.md b/README.md index 4df92627..beeffea5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,21 @@ Downloads Changelog --------- + +Cambios en v1.108: +* Fix Fanfox, MangaHere, Mangashiro. +* Fix decodificador L90. +* Actualizada traduccion al frances y aleman. +* Ahora si hay una bobeda abierta y agregas un manga este queda en ella. +* Min fixes en el backend. + +Changes in v1.108: +* Fix Fanfox, MangaHere, Mangashiro. +* Fix L90 decoder. +* Updated french and german translation. +* Now if you have a open vault all new manga go there. +* Min fixes in backend. + Cambios en v1.107: * Advertencia esta actualizacion va a resetear las bovedas. * Agregado posproceso de L90 (JapScan). diff --git a/app/build.gradle b/app/build.gradle index 1dd4f9ae..36a95635 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ android { buildToolsVersion '28.0.3' defaultConfig { applicationId "ar.rulosoft.mimanganu" - versionCode 107 - versionName "1.107" + versionCode 108 + versionName "1.108" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" minSdkVersion 15 } diff --git a/app/src/main/java/ar/rulosoft/mimanganu/servers/Kumanga.java b/app/src/main/java/ar/rulosoft/mimanganu/servers/Kumanga.java index c9f5bd02..02fc2076 100644 --- a/app/src/main/java/ar/rulosoft/mimanganu/servers/Kumanga.java +++ b/app/src/main/java/ar/rulosoft/mimanganu/servers/Kumanga.java @@ -390,7 +390,12 @@ public Response intercept(Chain chain) throws IOException { } else { if (user.trim().isEmpty()) { Util.getInstance().toast(context, "Para leer el contenido de este manga, debes de iniciar sesion"); - return null; + try { + Thread.sleep(2000); + } catch (InterruptedException e) { + e.printStackTrace(); + } + return response; } try { Request request = response.request(); diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 8a9aa598..130adc3b 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,6 +1,6 @@ - Cambios en v1.107:\n\t* Advertencia esta actualizacion va a resetear las bovedas.\n\t* Agregado posproceso de L90 (JapScan).\n\t* Fix Mangakawaii. + Cambios en v1.108:\n\t* Fix Fanfox, MangaHere, Mangashiro.\n\t* Fix decodificador L90.\n\t* Actualizada traduccion al frances y aleman.\n\t* Ahora si hay una bobeda abierta y agregas un manga este queda en ella.\n\t* Min fixes en el backend. Ajustar a Descargas Datos de diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e42293c4..6113a63e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - Changes in v1.107:\n\t* Warning this update will reset your vaults (for one error with the previews version).\n\t* Added L90 posprocessor (JapScan).\n\t* Fix Mangakawaii. + Changes in v1.108:\n\t* Fix Fanfox, MangaHere, Mangashiro.\n\t* Fix L90 decoder.\n\t* Updated french and german translation.\n\t* Now if you have a open vault all new manga go there.\n\t* Min fixes in backend. 12 Hours 1 day 2 days