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

Commit

Permalink
v1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Oct 11, 2017
1 parent 7f7482c commit 2376117
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ Downloads
Changelog
---------

Cambios en v1.71:
* Agregado MangaTown.
* Arreglado la búsqueda de MangaHere.
* Arreglado los capítulos TuMangaOnline.
* Fix en el lector contunuo para imagenes largas.

Changes in v1.71:
* Added MangaTown.
* Fix search on MangaHere.
* Fix chapters on TuMangaOnline.
* Fix continuous reader in large image position.

Cambios en v1.70:
* Arreglado JapScan.
* Arreglado MangaKawaii.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ar.rulosoft.mimanganu"
minSdkVersion 14
targetSdkVersion 25
versionCode 70
versionName "1.70"
versionCode 71
versionName "1.71"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="update_message">Cambios en v1.70:\n\t* Arreglado JapScan.\n\t* Arreglado MangaKawaii.\n\t* Arreglado Bato.to login y idioma automatico.\n\t* Agregados certificados ca para MangaHere y MangaFox.\n\t* Retirado EsMangaHere porque desaparecio.</string>
<string name="update_message">Cambios en v1.71:\n\t* Agregado MangaTown.\n\t* Arreglado la búsqueda de MangaHere.\n\t* Arreglado los capítulos TuMangaOnline.\n\t* Fix en el lector contunuo para imagenes largas.
</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.70:\n\t* Fix JapScan.\n\t* Fix MangaKawaii.\n\t* Fix Bato.to login and auto language selection.\n\t* Added ca certificates for MangaHere and MangaFox.\n\t* Removed EsMangaHere just because they disappears. </string>
<string name="update_message">Changes in v1.71:\n\t* Added MangaTown.\n\t* Fix search on MangaHere.\n\t* Fix chapters on TuMangaOnline.\n\t* Fix continuous reader in large image position.</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 2376117

Please sign in to comment.