Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-11 | Number of parallel downloads can be set in the preferences | Martin Fietz | |
2015-03-06 | Fix for false restore where swipe to dismiss scrolls to the top of the list | Martin Fietz | |
2015-03-05 | Merge pull request #658 from mfietz/issue-126 | Tom Hennen | |
Queue view: Swipe to dismiss, undo bar, status information | |||
2015-03-05 | Show duration and pubDate on episode display | Martin Fietz | |
... which was - despite the commit message - missing from last commit... | |||
2015-03-04 | Merge pull request #657 from mfietz/issue-621 | Tom Hennen | |
Correct audio player cover scaling | |||
2015-03-04 | Merge pull request #655 from mfietz/issue-551 | Tom Hennen | |
Persist scroll position in Queue view | |||
2015-03-04 | Show UndoBar when dismiss-by-swipe | Martin Fietz | |
2015-03-04 | MERGE stash. | Martin Fietz | |
2015-03-04 | Delete items from the queue by swiping | Martin Fietz | |
2015-03-04 | Correct audio player cover scaling | Martin Fietz | |
2015-03-04 | Persist scroll position in Queue view | Martin Fietz | |
2015-03-04 | Add ability to clear the download log, as requested in AntennaPod/AntennaPod#506 | Martin Fietz | |
2015-03-03 | Merge pull request #618 from rharriso/master | Tom Hennen | |
added preference to add to front of queue | |||
2015-02-28 | Merge branch 'master' of https://github.com/AntennaPod/AntennaPod into ↵ | Ross Harrison | |
AntennaPod-master core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java | |||
2015-02-23 | Merge pull request #616 from TomHennen/empty_queue_command_593 | Tom Hennen | |
Empty queue command 593 | |||
2015-02-08 | Merge branch 'master' of github.com:rharriso/AntennaPod | Ross Harrison | |
2015-02-08 | t was missing | Ross Harrison | |
2015-02-01 | Merge branch 'develop' of github.com:rharriso/AntennaPod | Ross Harrison | |
2015-02-01 | queue to front or back | Ross Harrison | |
2015-01-31 | added preference, need to work into database | Ross Harrison | |
2015-01-30 | added feed specific mark_all_read confirmation dialog. #596 | Tom Hennen | |
2015-01-30 | added confirmation dialog when marking all episodes as read. #596 | Tom Hennen | |
2015-01-30 | added confirmation when clearing the queue. for issue #593 | Tom Hennen | |
2015-01-30 | Added option to empty/clear the queue. | Tom Hennen | |
Used the word 'clear' because it seems more active than 'empty'. For issue #593 | |||
2015-01-26 | Merge branch 'feature/design-time-attributes' of ↵ | daniel oeh | |
git://github.com/johnjohndoe/AntennaPod into johnjohndoe-feature/design-time-attributes | |||
2015-01-25 | Use design time attributes to assist layouting and value preview. | Tobias Preuss | |
+ See: http://tools.android.com/tips/layout-designtime-attributes + This commit introduces no functional code changes! | |||
2015-01-24 | Options to sort queue refactor, add sort by alpha and duration | drabux | |
2015-01-22 | Options to sort queue by date | drabux | |
2015-01-19 | Merge branch 'SamWhited-delete-episode-update' into develop | daniel oeh | |
2015-01-19 | Merge branch 'add_refresh_button_to_queue_view_595' of ↵ | daniel oeh | |
git://github.com/TomHennen/AntennaPod into TomHennen-add_refresh_button_to_queue_view_595 | |||
2015-01-18 | Option to delete episode after playback | Sam Whited | |
Fixes #498 | |||
2015-01-18 | Added option to delete epidode upon completion of playback. | Tim Butram | |
Conflicts: app/dslv | |||
2015-01-15 | Made auto-cleanup and auto-download methods changeable | daniel oeh | |
2015-01-15 | Moved updateRefreshMenuItem into core package | daniel oeh | |
2015-01-11 | Simlified invalidation of options menu. #595 | Tom Hennen | |
2015-01-11 | Updated QueueFragment to have a refresh button. | Tom Hennen | |
Issue #595 Also resolved an issue that may have been latent when 'All Episodes' was default. Namely, that the search and other option menus didn't show up until you navigated away and then back to the fragment. This was happening because the items weren't loaded yet, which prevented the options menu from being created. If we switch back to 'All Episodes' as being default, this problem may appear again. | |||
2015-01-08 | Updated version numbers | daniel oeh | |
2015-01-08 | Fixed URL handling in ItemFragment | daniel oeh | |
Open external activity instead of loading it inside the app | |||
2015-01-08 | Merge branch 'make_queue_default_view_issue_592' of ↵ | daniel oeh | |
git://github.com/TomHennen/AntennaPod into TomHennen-make_queue_default_view_issue_592 | |||
2015-01-08 | Merge branch 'download-when-charging-issue-104' of ↵ | daniel oeh | |
git://github.com/TomHennen/AntennaPod into TomHennen-download-when-charging-issue-104 | |||
2015-01-08 | Bugfix: Chapters were saved multiple times | daniel oeh | |
2015-01-07 | minor update to make the queue the first view. Not dynamic (always goes to ↵ | Tom Hennen | |
the queue, even if it's empty) | |||
2015-01-06 | now looking for changes to charging state to change what we do for auto-download | Tom Hennen | |
2015-01-05 | Add ability to only do autodl when charging. | Tom Hennen | |
Defaults to allow autodl on battery to preserve existing behavior. Might be a good idea to add a receiver for the intent similar to ConnectivityActionReceiver as this will allow us to start/stop downloads as needed. | |||
2015-01-04 | Fixed NullpointerException in ItemFragment | daniel oeh | |
2015-01-04 | Blur effect improvements | daniel oeh | |
- Reduce time it takes to blur image - Fixed IndexOutOfBoundsException by reducing radius | |||
2014-12-28 | Added missing text color attribute | daniel oeh | |
2014-12-19 | Fixed 2.3 issues | daniel oeh | |
- Title in FeedItemFragment was not properly displayed - ItemlistFragment crashed when ItemFragment was closed | |||
2014-12-19 | Improved layout | daniel oeh | |
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer | |||
2014-12-19 | Show 'up' button instead of hamburger when showing child fragment | daniel oeh | |