Skip to content

Commit 2ec31b6

Browse files
committed
2 parents c5aa862 + a430133 commit 2ec31b6

1 file changed

Lines changed: 27 additions & 6 deletions

File tree

README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# Script Reader - Leitor de Roteiros
22

33
<p align="center">
4-
<img src="https://github.com/tiagohs/script-reader/raw/master/icon/1x/recursos%20v1.jpg" width="600" height="294">
4+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/video-gif.gif" width="300" height="600">
55
</p>
66

7-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/64dcc8f9e64948a9a950dce178aea678)](https://www.codacy.com/app/tiagohs/script-reader?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=tiagohs/script-reader&amp;utm_campaign=Badge_Grade)
87
[![Build Status](https://travis-ci.org/tiagohs/script-reader.svg?branch=master)](https://travis-ci.org/tiagohs/script-reader)
98

109
Script Reader is a simple and easy way to read script of movies and tvshows online available on the internet. This app use the <a href="https://www.scriptslug.com/">Script Slug</a> as source.
1110

11+
This project use the best practices in Android Development:
12+
13+
<ul>
14+
<li><a href="https://medium.com/google-developer-experts/modularizing-android-applications-9e2d18f244a0">Modularizing</a> - Modules provide a container for your app's source code, resource files, and app level settings, such as the module-level build file and Android manifest file.</li>
15+
<li><a href="https://developer.android.com/training/dependency-injection/dagger-android">Dependency Injection with Dagger 2</a> - Dagger automatically generates code that mimics the code you would otherwise have hand-written.</li>
16+
<li><a href="http://reactivex.io/">Reactive Programming with RxJava</a> - ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming.</li>
17+
<li>and more!</li>
18+
</ul>
19+
20+
1221
### DOWNLOAD:
1322

1423
Get the app from our <a href="https://github.com/tiagohs/script-reader/releases">releases</a> page.
@@ -21,18 +30,20 @@ Get the app from our <a href="https://github.com/tiagohs/script-reader/releases"
2130

2231
### DISCLAIMER:
2332

24-
- HQR is not responsible for any contents linked or referred to from his contents – If any damage occurs by the use of information presented there, only the author of the respective pages might be liable, not the one who has linked to these pages.
25-
- HQR doesn’t host any content
33+
- Script Reader is not responsible for any contents linked or referred to from his contents – If any damage occurs by the use of information presented there, only the author of the respective pages might be liable, not the one who has linked to these pages.
34+
- Script Reader doesn’t host any content
2635
- If you think the content of some comic are objectionable, please report it to us.
2736

2837

2938
### Libaries:
3039

3140
<ul>
41+
<li><a href="https://github.com/airbnb/lottie-android">Lottie</a> - Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!</li>
3242
<li><a href="https://github.com/ReactiveX/RxAndroid">RxAndroid 2</a> - RxJava bindings for Android </li>
3343
<li><a href="https://github.com/ReactiveX/RxJava">RxJava 2</a> - Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. </li>
3444
<li><a href="https://github.com/square/retrofit">Retrofit 2</a> - Type-safe HTTP client for Android and Java by Square, Inc.</li>
3545
<li><a href="https://github.com/square/dagger">Dagger 2</a> - A fast dependency injector for Android and Java.</li>
46+
<li><a href="https://github.com/facebook/shimmer-android">Shimmer</a> - an Android library that provides an easy way to add a shimmer effect to any view in your Android app.</li>
3647
<li><a href="https://github.com/square/picasso">Picasso</a> - A powerful image downloading and caching library for Android .</li>
3748
<li><a href="https://github.com/google/gson">Gson</a> - A powerful image downloading and caching library for Android. </li>
3849
<li><a href="https://github.com/square/okhttp">okhttp</a> - An HTTP+HTTP/2 client for Android and Java applications. </li>
@@ -43,8 +54,18 @@ Get the app from our <a href="https://github.com/tiagohs/script-reader/releases"
4354
## Screens
4455

4556
<p align="center">
46-
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v1/device-2020-06-22-173651.png" width="280" height="540"> <img src="https://github.com/tiagohs/script-reader/raw/master/prints/v1/device-2020-06-22-173731.png" width="280" height="540">
47-
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v1/device-2020-06-22-173756.png" width="280" height="540">
57+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p1.png" width="250" height="510">
58+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p2.png" width="250" height="510">
59+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p3.png" width="250" height="510">
60+
</p>
61+
<p align="center">
62+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p4.png" width="250" height="510">
63+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p5.png" width="250" height="510">
64+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p6.png" width="250" height="510">
65+
</p>
66+
<p align="center">
67+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p7.png" width="250" height="510">
68+
<img src="https://github.com/tiagohs/script-reader/raw/master/prints/v2/p8.png" width="250" height="510">
4869
</p>
4970

5071
### Desenvolvido por:

0 commit comments

Comments
 (0)