From 4997faebeb2381d3e71e8ead1e8a0dfc8a62333f Mon Sep 17 00:00:00 2001 From: Dexafree Date: Sat, 14 Nov 2015 14:07:42 +0100 Subject: [PATCH] Added Readme --- README.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..092cfb4 --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +# SeriesCountdown + +SeriesCountdown is an Open Source Android application that allows you to check when will the next episode of your favorite series be available. + +It was mainly created for testing all the new goodies that the new Support libraries brought us, and finally ended being an useful application. + +SeriesCountdown gets all the information from the web [EpisoDate](https://www.episodate.com/), whose owner was so nice that, when knew that I was doing it by scrapping, offered me a very nice API so I could get the information more easily. + +## Screenshots + +![Screenshot](http://i.imgur.com/xSKQU9f.jpg) + +![Detail View](http://i.imgur.com/fWAIIFO.jpg) + +![Detail View](http://i.imgur.com/gQ2Pxym.jpg) + +![Tablet View](http://i.imgur.com/8C9YHJf.jpg) + +## Libraries used + +* [Picasso (Square)](https://github.com/square/picasso) +* [ButterKnife (Jake Wharton)](https://github.com/JakeWharton/butterknife) +* [AsyncJob (Arasthel)](https://github.com/Arasthel/AsyncJobLibrary) +* [RecyclerView Animators (Wasabeef)](https://github.com/wasabeef/recyclerview-animators) +* [RxAndroid](https://github.com/ReactiveX/RxAndroid) +* [RxJava](https://github.com/ReactiveX/RxJava) +* [RxBinding (Jake Wharton)](https://github.com/JakeWharton/RxBinding) +* [GSON (Google)](https://github.com/google/gson) +* [JSoup](https://github.com/jhy/jsoup/) +* [Joda Time](https://github.com/JodaOrg/joda-time) + + +## Credits +* [EpisoDate](https://www.episodate.com/): Source of information (and also very nice and helpful!) + +## License + +This software is licensed under Apache v2 which basically means that you can make your own version and it can be private. + +Here is a small summary of the license: + +``` +Copyright 2015 Dexafree + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` \ No newline at end of file