Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new file: droidshows_772_src/.classpath
new file: droidshows_772_src/.gitignore new file: droidshows_772_src/.project new file: droidshows_772_src/.settings/org.eclipse.jdt.core.prefs new file: droidshows_772_src/AndroidManifest.xml new file: droidshows_772_src/build.xml new file: droidshows_772_src/icon/add.png new file: droidshows_772_src/icon/droid_org.jpg new file: droidshows_772_src/icon/icon1.png new file: droidshows_772_src/icon/icon2.png new file: droidshows_772_src/icon/icon3.png new file: droidshows_772_src/icon/icon4.png new file: droidshows_772_src/icon/icon4a.png new file: droidshows_772_src/icon/icon5.png new file: droidshows_772_src/icon/icon5a.png new file: droidshows_772_src/icon/icon6.png new file: droidshows_772_src/icon/icon_org.png new file: droidshows_772_src/icon/icons.psd new file: droidshows_772_src/icon/material-adaptive-icon_foreground.svg new file: droidshows_772_src/icon/material-adaptive-render-icon.zip new file: droidshows_772_src/icon/material-plain.svg new file: droidshows_772_src/icon/material-render-actionbar.zip new file: droidshows_772_src/icon/material-render-icon.zip new file: droidshows_772_src/icon/material-render.txt new file: droidshows_772_src/icon/material.svg new file: droidshows_772_src/icon/noposter.psd new file: droidshows_772_src/icon/noposter1.png new file: droidshows_772_src/icon/noposter3.png new file: droidshows_772_src/icon/noposter4.png new file: droidshows_772_src/icon/noposter5.png new file: droidshows_772_src/icon/org_droidseries_sharpest+droid.png new file: droidshows_772_src/icon/org_droidseries_sharpest.png new file: droidshows_772_src/icon/screenshot.png new file: droidshows_772_src/icon/screenshot.psd new file: droidshows_772_src/icon/star.png new file: droidshows_772_src/license.md new file: droidshows_772_src/lint.xml new file: droidshows_772_src/local.properties new file: droidshows_772_src/proguard-project.txt new file: droidshows_772_src/project.properties new file: droidshows_772_src/readme.md new file: droidshows_772_src/res/anim/left_enter.xml new file: droidshows_772_src/res/anim/left_exit.xml new file: droidshows_772_src/res/anim/right_enter.xml new file: droidshows_772_src/res/anim/right_exit.xml new file: droidshows_772_src/res/drawable-anydpi-v26/icon.xml new file: droidshows_772_src/res/drawable-anydpi-v26/icon_foreground.xml new file: droidshows_772_src/res/drawable-xxhdpi-v21/actionbar.png new file: droidshows_772_src/res/drawable-xxhdpi-v21/context_material.xml new file: droidshows_772_src/res/drawable-xxhdpi-v21/icon.png new file: droidshows_772_src/res/drawable-xxhdpi/add.png new file: droidshows_772_src/res/drawable-xxhdpi/context.png new file: droidshows_772_src/res/drawable-xxhdpi/div.xml new file: droidshows_772_src/res/drawable-xxhdpi/icon.png new file: droidshows_772_src/res/drawable-xxhdpi/menu_dropdown_panel.9.png new file: droidshows_772_src/res/drawable-xxhdpi/noposter.png new file: droidshows_772_src/res/drawable-xxhdpi/shape_gradient_ring.xml new file: droidshows_772_src/res/drawable-xxhdpi/star.png new file: droidshows_772_src/res/drawable-xxhdpi/thumb.png new file: droidshows_772_src/res/layout/add_serie.xml new file: droidshows_772_src/res/layout/add_serie_search.xml new file: droidshows_772_src/res/layout/alert_about.xml new file: droidshows_772_src/res/layout/alert_filter.xml new file: droidshows_772_src/res/layout/main.xml new file: droidshows_772_src/res/layout/row.xml new file: droidshows_772_src/res/layout/row_excluded.xml new file: droidshows_772_src/res/layout/row_search_series.xml new file: droidshows_772_src/res/layout/row_serie_episodes.xml new file: droidshows_772_src/res/layout/row_serie_seasons.xml new file: droidshows_772_src/res/layout/serie_episodes.xml new file: droidshows_772_src/res/layout/serie_seasons.xml new file: droidshows_772_src/res/layout/view_episode.xml new file: droidshows_772_src/res/layout/view_serie.xml new file: droidshows_772_src/res/values-de/strings.xml new file: droidshows_772_src/res/values-es/strings.xml new file: droidshows_772_src/res/values-fr/strings.xml new file: droidshows_772_src/res/values-nl/strings.xml new file: droidshows_772_src/res/values-ru/strings.xml new file: droidshows_772_src/res/values-v21/styles.xml new file: droidshows_772_src/res/values-v24/styles.xml new file: droidshows_772_src/res/values/donottranslate.xml new file: droidshows_772_src/res/values/strings.xml new file: droidshows_772_src/res/values/styles.xml new file: droidshows_772_src/src/nl/asymmetrics/droidshows/DroidShows.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/thetvdb/TheTVDB.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/thetvdb/model/Episode.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/thetvdb/model/Season.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/thetvdb/model/Serie.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/thetvdb/model/TVShowItem.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/thetvdb/utils/XMLHandler.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/thetvdb/utils/XMLParser.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/ui/AddSerie.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/ui/BounceListView.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/ui/IconView.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/ui/SerieEpisodes.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/ui/SerieSeasons.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/ui/ViewEpisode.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/ui/ViewSerie.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/utils/SQLiteStore.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/utils/SwipeDetect.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/utils/Update.java new file: droidshows_772_src/src/nl/asymmetrics/droidshows/utils/Utils.java new file: droidshows_772_src/src/org/apache/commons/io/FileUtils.java new file: droidshows_772_src/src/org/apache/commons/io/IOUtils.java
- Loading branch information