Skip to content

nrazon/SeriesGuide

 
 

Repository files navigation

SeriesGuide Show Manager

This GitHub repository hosts the code for the Android app SeriesGuide.

For more information have a look at http://seriesgui.de

Branch structure

The repository is made up of two main development branches: master (stable) and beta.

  • master has the latest stable code, its tags are released as the stable SeriesGuide version in market.
  • beta includes the latest unstable code. Its tags are released as SeriesGuide beta on Android Market.

Contributing

Want to contribute? Great! Fork the repository, code, tell me about it!

To setup your environment clone the repository. Then import the three projects SeriesGuide, AndroidUtils, ActionBarSherlock and ViewPagerIndicator into eclipse. To successfully build, you should create a keys.xml file in the SeriesGuide/res/values folder and add the string values

<resources>
    <string name="tvdb_apikey"></string>
    <string name="getglue_consumer_key"></string>
    <string name="getglue_consumer_secret"></string>
    <string name="trakt_apikey"></string>
</resources>

to it. AndroidUtils, ActionBarSherlock and ViewPagerIndicator are Android library projects used by SeriesGuide.

To build any of the free, X or beta version use the appropiate flavor project. They all use the SeriesGuide project as a library project and just change the package names and icons as well as the Content Provider URI.

License

Copyright 2011 Uwe Trottmann

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.

About

Manage (re)watching your favorite TV shows on any Android device. Phones, tablets, Google TV, you name it.

Resources

License

Stars

Watchers

Forks

Packages

No packages published