summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2015-04-17Merge branch 'version_1.1.1' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
version_1.1.1
2015-04-17updated build number for new release candidateTom Hennen
2015-04-17Fixed some NullPointerExceptionsTom Hennen
These were happening on some handsets when onPrepareOptionsMenu was getting called. It is sometimes called before the menu is actually loaded, causing us to not find the MenuItem we're looking for. This solves the symptom, if not the cause. After making this change the number of failures reported on Apkudo dropped from 20 devices to just 6.
2015-04-16updating build number for 1.1.1 alpha testTom Hennen
2015-04-16Merge pull request #748 from TomHennen/new_and_all_episodesTom Hennen
New and all episodes fixes AntennaPod/AntennaPod#741 and fixes AntennaPod/AntennaPod#742
2015-04-16reuse listView from AllEpisodesFragmentTom Hennen
2015-04-16renamed EpisodesFragment to AllEpisodesFragmentTom Hennen
2015-04-16using different icon for the 'All Episodes' fragmentTom Hennen
2015-04-15now properly setting the title and changed the icon for 'All Episodes'Tom Hennen
2015-04-15now we have 'All Episodes' and 'New Episodes'Tom Hennen
2015-04-15now saving the last navigation fragment the user had loadedTom Hennen
2015-04-12gpodder now properly sets the initial data for feedsTom Hennen
2015-04-07updated version infoTom Hennen
2015-04-05now persisting the scroll position for New EpisodesTom Hennen
2015-04-05Merge pull request #714 from TomHennen/fix_nav_list_icon_for_queueaTom Hennen
show the correct icon for queue and new episodes
2015-04-05show the correct icon for queue and new episodesTom Hennen
2015-04-05updated to rc3Tom Hennen
2015-04-05Merge pull request #709 from TomHennen/swipe_to_mark_as_readTom Hennen
Swipe to mark as read
2015-04-05switched to 'New Episodes', also displaying queue first in the drawerTom Hennen
2015-04-05setting alpha instead of background color.Tom Hennen
2015-04-03'All Episodes' by default now only shows new episodes.Tom Hennen
The user can still easily show all episodes via the menu. The view also now greys out the background for any non-new episodes.
2015-04-03Merge pull request #693 from volhol/developTom Hennen
Addresses #669 and #664: play buttons in the lists
2015-04-03switched to use just RemoveListenerTom Hennen
2015-04-03Can now undo swipe to mark as read.Tom Hennen
Behavior isn't ideal when the user is displaying all the items in their feed. (you can swipe new and read items and they don't go away (obviously)).
2015-04-03Adding drag handle allows swipe to remove.Tom Hennen
Turns out all we needed was a drag handle to allow swipe to remove. This still needs further testing, but is looking pretty good. Will add an undo feature shortly.
2015-04-02Direct play from the listsvolhol
subsequent play of the next feed item from the queue now works
2015-04-01Direct play from the the listsvolhol
position in media item is now updated
2015-03-31Direct play from the the listsvolhol
Pause/play buttons work; position in media item not always updated yet
2015-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
2015-03-29added remove handler for list view.Tom Hennen
Not working yet because dslv.startDrag returns false unless the list view supports dragging. I'm not sure we want dragging, just fling remove.
2015-03-29updated manifest for new alpha versionTom Hennen
2015-03-29Merge pull request #698 from mfietz/issue/queue-cannot-slopen-nav-drawerTom Hennen
Fix for un-slidable queue navigation drawer
2015-03-29Merge pull request #697 from mfietz/feature/downloader-if-modified-sinceTom Hennen
Downloader use If-Modified-Since HTTP header (Take 2)
2015-03-27Drawer slide fixed, drag handle is now 9 patch PNGMartin Fietz
2015-03-27Revert 95b0393a62e12956cb72740b301f6fee846a6cba and fix conflicts.Martin Fietz
2015-03-26for some reason the intent doesn't have EXTRA_STATUS anymore. We'll just see ↵Tom Hennen
what the action type is. closes #695
2015-03-26Direct play from the the list is now enabled. A pause button is noVolker Hollich
longer displayed in the list. It would need additional changes to get a pause button to work and to always be updated accordingly. Instead the play button of the selected item changes to blank.
2015-03-25update manifest to have different versions so that we can start an alpha ↵Tom Hennen
test in the play store.
2015-03-21Revert "Downloader use If-Modified-Since HTTP header"Tom Hennen
2015-03-21Merge pull request #681 from mfietz/feature/downloader-if-modified-sinceTom Hennen
Downloader use If-Modified-Since HTTP header
2015-03-17Merge pull request #683 from mfietz/feature/gpodder-tags-layoutTom Hennen
Gpodder tags show title and usage
2015-03-17Merge pull request #678 from mfietz/feature/setting_number_parallel_downloadsTom Hennen
Inverse background of EditTextPreference for older android versions
2015-03-17Gpodder tags alignmentMartin Fietz
2015-03-17Removed unintended layout element to make list items clickable againMartin Fietz
2015-03-17Gpodder categories shows title instead of tag and additionally the usageMartin Fietz
2015-03-17New feed last update is never, not nowMartin Fietz
2015-03-17Set edittext's text color blackMartin Fietz
2015-03-16Merge pull request #679 from mfietz/feature/gpodder_search_more_informationTom Hennen
Gpodder search shows feed url and number of subscribers
2015-03-16Gpodder search shows feed url and number of subscribersMartin Fietz
2015-03-15Inverse background of EditTextPreference for older android versionsMartin Fietz