diff --git a/README.es.md b/README.es.md index 03173e7..d8a985d 100644 --- a/README.es.md +++ b/README.es.md @@ -1,8 +1,13 @@ # LibGen Mobile +[![F-Droid](https://img.shields.io/f-droid/v/com.manuelvargastapia.libgen?color=%231976d2)](https://f-droid.org/packages/com.manuelvargastapia.libgen) [![GitHub](https://img.shields.io/github/license/manuelvargastapia/libgen_mobile_app?color=%2335c202)](https://github.com/manuelvargastapia/libgen_mobile_app/blob/main/LICENSE) + + + + Este es un cliente móvil **no oficial** para el servicio de [Library Genesis](http://gen.lib.rus.ec). Es un proyecto independiente. Y además es Open Source, así que toda colaboración es bienvenida. -La app está desarrollada con Flutter y será publicada en [FDroid](https://f-droid.org). +La app está desarrollada con Flutter y está disponible en [FDroid](https://f-droid.org). De momento, el desarrollo está enfocado sólo en Android. @@ -43,7 +48,7 @@ La siguiente es una lisata con nuevas funcionalidades deseables, dentro de los a - [ ] Compartir libro - [ ] Buscar libros en otras secciones de LibGen (fiction, scientific articles, etc) - [ ] Permitir cambiar de idioma, en lugar de sólo usar el del sistema -- [ ] Traducir a otros idiomas +- [ ] Traducir a otros idiomas (disponibles: inglés, español, polaco) - [ ] Mejoras de UI (animaciones más fluidas, colores, estructura, fuentes, etc) **Se sugiere enviar primero un *issue* para discutir ideas, en lugar de enviar directamente un PR** diff --git a/README.md b/README.md index a88fb26..859686e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # LibGen Mobile +[![F-Droid](https://img.shields.io/f-droid/v/com.manuelvargastapia.libgen?color=%231976d2)](https://f-droid.org/packages/com.manuelvargastapia.libgen) [![GitHub](https://img.shields.io/github/license/manuelvargastapia/libgen_mobile_app?color=%2335c202)](https://github.com/manuelvargastapia/libgen_mobile_app/blob/main/LICENSE) + + + + This is a **non-offical** mobile client for [Library Genesis](http://gen.lib.rus.ec) service. It's an independent side project. And it's Open Source, so feel free to collaborate. -The app is built with Flutter and it'll be submitted to [FDroid](https://f-droid.org). +The app is built with Flutter and it's available in [FDroid](https://f-droid.org). Currently, we're working mainly in Android version. @@ -43,7 +48,7 @@ The following is a list of desired new features within the scope of the project. - [ ] Share book - [ ] Search books in other sections of LibGen (fiction, scientific articles, etc) - [ ] Allow for switching between languages, instead of only using the system's -- [ ] Translate to other languages +- [ ] Translate to other languages (already available: English, Spanish, Polish) - [ ] UI improvements (smoother animations, colors, layout, fonts, etc) **We recommend to submit first an issue to discuss ideas, instead of directly send a PR.** diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index aa41868..6841fc8 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -7,20 +7,15 @@ Feel free to collaborate. Check the repo Features: - New features are in development. - -The only permission required is Storage. It's used only -to place the downloaded files in Downloads directory. - - +The only permission required is Storage. It's used only to place the downloaded files in Downloads directory. Powered by Flutter. \ No newline at end of file diff --git a/fastlane/metadata/android/es-ES/full_description.txt b/fastlane/metadata/android/es-ES/full_description.txt index 12e7fa0..91ff467 100644 --- a/fastlane/metadata/android/es-ES/full_description.txt +++ b/fastlane/metadata/android/es-ES/full_description.txt @@ -7,20 +7,15 @@ Toda colaboración es bienvenida. Revisa el repo. Funcionalidades: - Nuevas funcionalidades están en desarrolo. - -El único permiso requerido es Almacenamiento. Se usa sólo -para depositar los archivos descargados en el directorio de Descargas. - - +El único permiso requerido es Almacenamiento. Se usa sólo para depositar los archivos descargados en el directorio de Descargas. Hecho con Flutter. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0791a23..117f2e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.5+2 +version: 1.0.6+1 environment: sdk: ">=2.7.0 <3.0.0"