Android app that manages/downloads podcasts.
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.
The following table is the detailed list of podcast-catcher.
Item | Value |
---|---|
Java File Count | 45 |
Supported screen sizes | [xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
jar files used | android-support-v4.jar dfethnbbzkaj.jar picasso-2.2.0.jar prettytime-3.2.4.Final.jar |
Required Permissions | android.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 Names | assets\fonts\Roboto-Black.ttf |
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.
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