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

Commit

Permalink
v 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Mar 3, 2017
1 parent 51fd0f3 commit 931ffd8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,21 @@ Downloads
Changelog
---------

Cambios en v1.61:
* Agregados gogocomic (en), viewcomic/view-comic (en), japscan (fr), readmangatoday (en).
* Fix descargas de MangaFox.
* Fix batoto usuarios con mayusculas.
* Fix servidores ninemanga.

Changes in v1.61:
* Add gogocomic (en)
* Add viewcomic/view-comic (en)
* Add japscan (fr)
* Add readmangatoday (en)
* fix MangaFox downloads
* fix batoto usernames with UPPERCASE letters login fail
* Add setting to only add chapters in the device's language from batoto
* Add gogocomic (en).
* Add viewcomic/view-comic (en).
* Add japscan (fr).
* Add readmangatoday (en).
* Fix MangaFox downloads.
* Fix batoto usernames with UPPERCASE letters login fail.
* Add setting to only add chapters in the device's language from batoto.


Cambios en v1.60:
* Corregido orden de capítulos en Bato.to.
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 60
versionName "1.60"
versionCode 61
versionName "1.61"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

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.60:\n\t* Corregido orden de capítulos en Bato.to.\nCambios en v1.59:\n\t* Agergado Bato.to y filtro Español. \n\t* Arreglados los servers de ninemanga.\n\t* Arreglos menores, mejoras y opciones agregadas. </string>
<string name="update_message">Cambios en v1.61:\n\t* Agregados gogocomic (en), viewcomic/view-comic (en), japscan (fr), readmangatoday (en).\n\t* Fix descargas de MangaFox .\n\t* Fix batoto usuarios con mayusculas.\n\t* Fix servidores ninemanga.</string>
<string name="app_name">Mi Manga Nu</string>
<string name="title_activity_activity_lector">Lector</string>
<string name="action_ajustar_a">Ajustar a</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.61:\n\t* add gogocomic (en) \n\t* add viewcomic/view-comic (en) \n\t* add japscan (fr) \n\t* add readmangatoday (en) \n\t* fix MangaFox downloads \n\t* fix batoto usernames with UPPERCASE letters login fail</string>
<string name="update_message">Changes in v1.61:\n\t* Added gogocomic(en).\n\t* Added viewcomic/view-comic(en).\n\t* Added japscan(fr).\n\t* Added readmangatoday(en).\n\t* Fix MangaFox downloads.\n\t* Fix batoto usernames with UPPERCASE letters login fail.\n\t* Fix ninemanga servers.</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 931ffd8

Please sign in to comment.