Android Open Source - App podcast podcast-catcher






Project Summary

Android app that manages/downloads podcasts.

Web Site / Source Repository

podcast-catcher is hosted in the following web site
https://github.com/powelldev/podcast-catcher

If you think the Android project podcast-catcher listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of podcast-catcher.

ItemValue
Java File Count45
Supported screen sizes[xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count3
Fragment Count2
Test Case Count1
jar files usedandroid-support-v4.jar
dfethnbbzkaj.jar
picasso-2.2.0.jar
prettytime-3.2.4.Final.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\fonts\Roboto-Black.ttf




Resource Files

There are 41 image files in podcast-catcher. The names of the image files are listed as follows.

ab_bottom_solid_example.9.png
ab_solid_example.9.png
ab_stacked_solid_example.9.png
ab_transparent_example.9.png
action_search.png
av_play.png
btn_default_disabled_focused_holo_light.9.png
btn_default_disabled_holo_light.9.png
btn_default_focused_holo_light.9.png
btn_default_normal_holo_light.9.png
btn_default_pressed_holo_light.9.png
cab_background_bottom_example.9.png
cab_background_top_example.9.png
content_new.png
drawer_shadow.9.png
ic_action_add_to_queue.png
ic_action_download.png
ic_action_menu_icon.png
ic_action_overflow.png
ic_action_paste.png
ic_action_pause_icon.png
ic_action_play_icon.png
ic_action_seek_fwd.png
ic_drawer.png
ic_white_icon.png
list_focused_example.9.png
list_pressed_example.9.png
menu_dropdown_panel_example.9.png
navigation_refresh.png
new_content.png
progress_primary_example.9.png
seek_rwd.png
spinner_ab_default_example.9.png
spinner_ab_disabled_example.9.png
spinner_ab_focused_example.9.png
spinner_ab_pressed_example.9.png
textfield_activated_holo_light.9.png
textfield_default_holo_light.9.png
textfield_disabled_focused_holo_light.9.png
textfield_disabled_holo_light.9.png
textfield_focused_holo_light.9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

podcast-catcher has the following Java source files.

com.sothree.slidinguppanel.SlidingUpPanelLayout.java
fireminder.podcastcatcher.LockscreenManager.java
fireminder.podcastcatcher.OnTaskCompleted.java
fireminder.podcastcatcher.SettingsManager.java
fireminder.podcastcatcher.StatefulMediaPlayer.java
fireminder.podcastcatcher.activities.MainActivity.java
fireminder.podcastcatcher.activities.NotificationActivity.java
fireminder.podcastcatcher.activities.SearchActivity.java
fireminder.podcastcatcher.activities.Searcher.java
fireminder.podcastcatcher.db.EpisodeDao.java
fireminder.podcastcatcher.db.PodcastDao.java
fireminder.podcastcatcher.db.PodcastProvider.java
fireminder.podcastcatcher.db.SqlHelper.java
fireminder.podcastcatcher.downloads.BackgroundThread.java
fireminder.podcastcatcher.fragments.ChannelFragment.java
fireminder.podcastcatcher.fragments.PlayerFragment.java
fireminder.podcastcatcher.fragments.PlayerLargeFragment.java
fireminder.podcastcatcher.fragments.PlaylistFragment.java
fireminder.podcastcatcher.fragments.PodcastFragment.java
fireminder.podcastcatcher.fragments.RecentFragment.java
fireminder.podcastcatcher.fragments.SettingsFragment.java
fireminder.podcastcatcher.receivers.BootBroadcastReceiver.java
fireminder.podcastcatcher.receivers.DmNotificationReceiver.java
fireminder.podcastcatcher.receivers.DownloadBroadcastReceiver.java
fireminder.podcastcatcher.receivers.MediaButtonReceiver.java
fireminder.podcastcatcher.services.ADownloadService.java
fireminder.podcastcatcher.services.BootService.java
fireminder.podcastcatcher.services.PlaybackService.java
fireminder.podcastcatcher.ui.BaseCursorAdapter.java
fireminder.podcastcatcher.ui.BaseEpisodeAdapter.java
fireminder.podcastcatcher.ui.EpisodeAdapter.java
fireminder.podcastcatcher.ui.ImageAdapter.java
fireminder.podcastcatcher.ui.NavAdapter.java
fireminder.podcastcatcher.ui.PlaylistAdapter.java
fireminder.podcastcatcher.ui.PodcastAdapter.java
fireminder.podcastcatcher.ui.RecentAdapter.java
fireminder.podcastcatcher.utils.FileUtils.java
fireminder.podcastcatcher.utils.Helper.java
fireminder.podcastcatcher.utils.HelperTest.java
fireminder.podcastcatcher.utils.RssParser.java
fireminder.podcastcatcher.utils.Utils.java
fireminder.podcastcatcher.valueobjects.Episode.java
fireminder.podcastcatcher.valueobjects.Podcast.java