Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-19 | Change new pref key to not crash previous versions (type changed) | Martin Fietz | |
2015-04-19 | Fix UI test | Martin Fietz | |
2015-04-18 | Layout fix | Martin Fietz | |
2015-04-18 | Remove checks for opened drawer, now unneccessary | Martin Fietz | |
2015-04-18 | Fixes | Martin Fietz | |
2015-04-18 | Keep index of selected navigation drawer item up to date | Martin Fietz | |
2015-04-18 | Bux fixes, tests | Martin Fietz | |
2015-04-18 | Use Fragment tags to reference to fragments, hide nav elements | Martin Fietz | |
2015-04-18 | Add longclick Drawer Preference dialog | Martin Fietz | |
2015-04-18 | Minor changes | Martin Fietz | |
2015-04-18 | Preference: Change nav drawer | Martin Fietz | |
Preference | |||
2015-04-18 | Layout changes and optimizations | Martin Fietz | |
2015-04-18 | Merge branch 'version_1.1.1' of https://github.com/AntennaPod/AntennaPod ↵ | Martin Fietz | |
into AntennaPod/version_1.1.1 | |||
2015-04-18 | Small fix | Martin Fietz | |
2015-04-18 | Prepare merge. | Martin Fietz | |
2015-04-17 | Merge branch 'version_1.1.1' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
version_1.1.1 | |||
2015-04-17 | updated build number for new release candidate | Tom Hennen | |
2015-04-17 | Fixed some NullPointerExceptions | Tom 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-16 | updating build number for 1.1.1 alpha test | Tom Hennen | |
2015-04-16 | Merge pull request #748 from TomHennen/new_and_all_episodes | Tom Hennen | |
New and all episodes fixes AntennaPod/AntennaPod#741 and fixes AntennaPod/AntennaPod#742 | |||
2015-04-16 | reuse listView from AllEpisodesFragment | Tom Hennen | |
2015-04-16 | renamed EpisodesFragment to AllEpisodesFragment | Tom Hennen | |
2015-04-16 | using different icon for the 'All Episodes' fragment | Tom Hennen | |
2015-04-15 | now properly setting the title and changed the icon for 'All Episodes' | Tom Hennen | |
2015-04-15 | now we have 'All Episodes' and 'New Episodes' | Tom Hennen | |
2015-04-15 | now saving the last navigation fragment the user had loaded | Tom Hennen | |
2015-04-12 | gpodder now properly sets the initial data for feeds | Tom Hennen | |
2015-04-11 | Picasso can handle basic authentication | Martin Fietz | |
2015-04-11 | Add feed: remember credentials after selecting feed, try UTF-8 for HTTP ↵ | Martin Fietz | |
basic authentication | |||
2015-04-11 | Refactoring | Martin Fietz | |
2015-04-10 | Set fast forward and rewind time | Martin Fietz | |
2015-04-10 | Refactorings | Martin Fietz | |
2015-04-09 | Merge pull request #706 from mfietz/feature/gpodder_episode_actions | Tom Hennen | |
Sync episode actions with gpodder, smart mark as played. | |||
2015-04-07 | updated version info | Tom Hennen | |
2015-04-06 | EventBus license, fixed NPE with undobar onHide(), no smarking on closing of ↵ | Martin Fietz | |
audio player activity | |||
2015-04-05 | ProGuard config, small fix | Martin Fietz | |
2015-04-05 | now persisting the scroll position for New Episodes | Tom Hennen | |
2015-04-05 | Merge pull request #714 from TomHennen/fix_nav_list_icon_for_queuea | Tom Hennen | |
show the correct icon for queue and new episodes | |||
2015-04-05 | QueueEvents, Queue shows undobar on removal of an item | Martin Fietz | |
2015-04-05 | smart mark as played: media player activity, player widget, when media is ↵ | Martin Fietz | |
changed | |||
2015-04-05 | Minor changes: Log, import order, small refactorings | Martin Fietz | |
2015-04-05 | Sync episode actions with gpodder, smart mark as played | Martin Fietz | |
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences | |||
2015-04-05 | show the correct icon for queue and new episodes | Tom Hennen | |
2015-04-05 | updated to rc3 | Tom Hennen | |
2015-04-05 | Merge pull request #709 from TomHennen/swipe_to_mark_as_read | Tom Hennen | |
Swipe to mark as read | |||
2015-04-05 | switched to 'New Episodes', also displaying queue first in the drawer | Tom Hennen | |
2015-04-05 | setting alpha instead of background color. | Tom Hennen | |
2015-04-03 | don't log messages in release mode | 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-03 | Merge pull request #693 from volhol/develop | Tom Hennen | |
Addresses #669 and #664: play buttons in the lists |