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

Commit

Permalink
v.1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Nov 16, 2016
1 parent 8dd919a commit eccaa6f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@ Downloads
Changelog
---------
Changes in v1.56:
* Show time of last update (based on the last time a chapter was added)
* Add setting to auto import folders as Mangas in a specified folder
after the manual update finishes.
* Add setting to import all sub-folders as Mangas
* Fix LeoManga.
* Agregada fecha de ultima atulización del manga (basada en el ultimo update encotrado por MMN).
* Agregada preferencia para importar mangas de un directorio automaticamnete al buscar actualizaciones.
* ASgregada opcion para importar todas las carpetas como mangas.
* Corregidos varios errores y mejoras realizadas.

Changes in v1.56:
* Fix LeoManga.
* Show time of last update (based on the last time a chapter was added).
* Add setting to auto import folders as Mangas in a specified folder after the manual update finishes.
* Add setting to import all sub-folders as Mangas.
* Bug fixes and performance improvements.

Cambios en v1.55:
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 24
versionCode 55
versionName "1.55"
versionCode 56
versionName "1.56"
}

signingConfigs {
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,15 @@
<string name="one_more_chapter_not_displayed_here">y un capítulo que no pudo ser mostrado &#8230;</string>
<string name="vibrate">Vibrar</string>
<string name="x_more_chapters_not_displayed_here">y más capítulos que no pudieron ser mostrados &#8230;</string>
<string name="adding_folders_as_mangas">Agragar carpetas como Mangas</string>
<string name="auto_import_path_subtitle">Auto impotar mangas del directorio seleccionado</string>
<string name="auto_import_path_title">Ruta al directorio para importar</string>
<string name="auto_import_subtitle">Auto impotar mangas del directorio seleccionado al buscar actualizaciones</string>
<string name="auto_import_title">Auto importar mangas</string>
<string name="chapter_download_errors">Descarga de capítulo fallida</string>
<string name="error_database_is_read_only"></string>
<string name="last_update">Ultima Actulización</string>
<string name="multi_import_subtitle">Cuando se agrega manga por medio de FromFolder todos lo directorio seran importados.</string>
<string name="use_only_wifi_updates_subtitle">Solo para actulizaciones (Previene el uso de plan de datos).</string>
<string name="multi_import_title">Multi importar</string>
</resources>

0 comments on commit eccaa6f

Please sign in to comment.