-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.6.0' into main
- Loading branch information
Showing
44 changed files
with
450 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<bitmap android:gravity="fill" android:src="@drawable/background"/> | ||
</item> | ||
<item> | ||
<bitmap android:gravity="center" android:src="@drawable/splash"/> | ||
</item> | ||
</layer-list> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Modify this file to customize your launch splash screen --> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" android:opacity="opaque"> | ||
<item android:drawable="@color/splash_color"/> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<bitmap android:gravity="center" android:src="@drawable/splash" /> | ||
<bitmap android:gravity="fill" android:src="@drawable/background"/> | ||
</item> | ||
|
||
</layer-list> | ||
<item> | ||
<bitmap android:gravity="center" android:src="@drawable/splash"/> | ||
</item> | ||
</layer-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on --> | ||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<!-- Show a splash screen on the activity. Automatically removed when | ||
Flutter draws its first frame --> | ||
<item name="android:windowBackground">@drawable/launch_background</item> | ||
<item name="android:windowFullscreen">true</item> | ||
</style> | ||
<!-- Theme applied to the Android Window as soon as the process has started. | ||
This theme determines the color of the Android Window while your | ||
Flutter UI initializes, as well as behind your Flutter UI while its | ||
running. | ||
This Theme is only used starting with V2 of Flutter's Android embedding. --> | ||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<item name="android:windowBackground">?android:colorBackground</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,54 @@ | ||
## [1.5.0](https://github.com/deandreamatias/tv-randshow/compare/v1.4.0...v1.5.0) (2020-12-26) | ||
## 1.6.0 - 2021/03/26 | ||
|
||
### Features | ||
|
||
* Add app actions ([ca8155c](https://github.com/deandreamatias/tv-randshow/commit/ca8155cb845552ba1603bffd37aeb551cb6e45fd)) | ||
* Create privacy policy view ([f601d2d](https://github.com/deandreamatias/tv-randshow/commit/f601d2d0a83cb040c177af32157e72c1f8afac0a)) | ||
* Implement in app review ([7ef51be](https://github.com/deandreamatias/tv-randshow/commit/7ef51bed5f257e988a2456189d1b46db4110c52b)) | ||
* Update version info to support web ([4c6f754](https://github.com/deandreamatias/tv-randshow/commit/4c6f75493e1af8bbae4f35a0ce801fe152217de5)) | ||
* Change icons source | ||
* Implement export tv shows | ||
* Update splash screen | ||
* Build with Flutter 2.0 | ||
|
||
### Bug Fixes | ||
|
||
* Random episode loop with deeplink | ||
|
||
## 1.5.0 - 2020/12/26 | ||
|
||
### Features | ||
|
||
* Add app action | ||
* Create privacy policy view | ||
* Implement in app review | ||
* Update version info to support web | ||
|
||
## 1.4.1 - 29/10/20 | ||
|
||
- Implement auto search | ||
- Add app link Android | ||
- Fix minor bugs | ||
* Implement auto search | ||
* Add app link Android | ||
* Fix minor bugs | ||
|
||
## 1.3.1 - 01/08/20 | ||
|
||
- Implement dark mode! | ||
- Implement Navigation rail in web | ||
- Fix minor bugs | ||
* Implement dark mode! | ||
* Implement Navigation rail in web | ||
* Fix minor bugs | ||
|
||
## 1.2.0 - 17/06/20 | ||
|
||
- Launch web beta version | ||
- Add version details in info section | ||
- Improve responsive layout | ||
- Fix minor bugs | ||
* Launch web beta version | ||
* Add version details in info section | ||
* Improve responsive layout | ||
* Fix minor bugs | ||
|
||
## 1.1.0 - 31/03/20 | ||
|
||
- Add support to spanish and portuguese languages | ||
- Add info section, with feedback and review buttons | ||
- Minor fixes | ||
* Add support to spanish and portuguese languages | ||
* Add info section, with feedback and review buttons | ||
* Minor fixes | ||
|
||
## 1.0.0 - 31/12/19 | ||
|
||
- Release mobile version 1.0.0 🚀 | ||
* Release mobile version 1.0.0 🚀 | ||
|
||
## 0.1.0 - 26/12/19 | ||
|
||
- Launch mobile beta version | ||
* Launch mobile beta version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,54 @@ | ||
## [1.5.0](https://github.com/deandreamatias/tv-randshow/compare/v1.4.0...v1.5.0) (2020-12-26) | ||
## 1.6.0 - 2021/03/26 | ||
|
||
### Features | ||
|
||
* Añade app actions ([ca8155c](https://github.com/deandreamatias/tv-randshow/commit/ca8155cb845552ba1603bffd37aeb551cb6e45fd)) | ||
* Crea página de política de privacidad ([f601d2d](https://github.com/deandreamatias/tv-randshow/commit/f601d2d0a83cb040c177af32157e72c1f8afac0a)) | ||
* Implementa reseña en la aplicación ([7ef51be](https://github.com/deandreamatias/tv-randshow/commit/7ef51bed5f257e988a2456189d1b46db4110c52b)) | ||
* Actualiza info de versión para soportar web ([4c6f754](https://github.com/deandreamatias/tv-randshow/commit/4c6f75493e1af8bbae4f35a0ce801fe152217de5)) | ||
* Actualiza fuente de iconos | ||
* Implementa exportación de series | ||
* Actualiza splash screen | ||
* Construido con Flutter 2.0 | ||
|
||
### Bug Fixes | ||
|
||
* Evita loop al escoger un episodio aleatorio con deeplink | ||
|
||
## 1.5.0 - 2020/12/26 | ||
|
||
### Features | ||
|
||
* Añade app actions | ||
* Crea página de política de privacidad | ||
* Implementa reseña en la aplicación | ||
* Actualiza info de versión para soportar web | ||
|
||
## 1.4.1 - 29/10/20 | ||
|
||
- Implementa auto busqueda | ||
- Agrega applink de Android | ||
- Corrección de pequeños errores | ||
* Implementa auto busqueda | ||
* Agrega applink de Android | ||
* Corrección de pequeños errores | ||
|
||
## 1.3.1 - 01/08/20 | ||
|
||
- ¡Agrega modo oscuro! | ||
- Implementa navigation rail en la web | ||
- Corrección de pequeños errores | ||
* ¡Agrega modo oscuro! | ||
* Implementa navigation rail en la web | ||
* Corrección de pequeños errores | ||
|
||
## 1.2.0 - 17/06/20 | ||
|
||
- Lanzamiento de la versión beta para web | ||
- Agrega detalles de la versión en la sección de información | ||
- Mejora el diseño responsivo | ||
- Corrección de pequeños errores | ||
* Lanzamiento de la versión beta para web | ||
* Agrega detalles de la versión en la sección de información | ||
* Mejora el diseño responsivo | ||
* Corrección de pequeños errores | ||
|
||
## 1.1.0 - 31/03/20 | ||
|
||
- Agrega soporte a los idiomas español y portugués. | ||
- Agrega sección de información, con botones para comentarios y reseñas | ||
- Corrección de pequeños errores | ||
* Agrega soporte a los idiomas español y portugués. | ||
* Agrega sección de información, con botones para comentarios y reseñas | ||
* Corrección de pequeños errores | ||
|
||
## 1.0.0 - 31/12/19 | ||
|
||
- Lanzamiento de la versión 1.0.0 para móvil 🚀 | ||
* Lanzamiento de la versión 1.0.0 para móvil 🚀 | ||
|
||
## 0.1.0 - 26/12/19 | ||
|
||
- Lanzamiento de la versión beta para móvil | ||
* Lanzamiento de la versión beta para móvil |
Oops, something went wrong.