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

Commit

Permalink
v1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Apr 28, 2017
1 parent 88deb95 commit e4d8c3c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/dictionaries/Raul.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ Downloads

Changelog
---------
Cambios en v1.63:
* Mejorado el backend y la actualizacion del app.
* Agregado MangaStream, Taadd.
* Arreglado ReadMangaToday, MyMangaIo.
* Permetir mover a almacenamiento externo.
* Otros fixes.

Changes in v1.63:
* Improve backend and update manager.
* Added MangaStream, Taadd.
* Fix ReadMangaToday, MyMangaIo.
* Allow to move to external storage.
* Others fixes.

Cambios en v1.62:
* Fix kissmanga.
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 62
versionName "1.62"
versionCode 63
versionName "1.63"
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.62:\n\t* Fix kissmanga.\n\t* Fix ninemanga servers de nuevo. \n\t* Agregado bajar todo desde el menu principal (long press). \n\t* Agregado busqueda de actualizaciones del app.</string>
<string name="update_message">Cambios en v1.63:\n\t* Mejorado el backend y la actualizacion del app. \n\t* Agregado MangaStream, Taadd. \n\t* Arreglado ReadMangaToday, MyMangaIo. \n\t* Permetir mover a almacenamiento externo. \n\t* Otros fixes.</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.62:\n\t* Fix kissmanga.\n\t* Fix ninemanga servers again. \n\t* Added an option to download all chapters on long press manga menu. \n\t* Added check for updates.</string>
<string name="update_message">Changes in v1.63:\n\t* Improve backend and update manager. \n\t* Added MangaStream, Taadd. \n\t* Fix ReadMangaToday, MyMangaIo. \n\t* Allow to move to external storage. \n\t* Others fixes. </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 e4d8c3c

Please sign in to comment.