Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-25 | Added link to issue #604 | danieloeh | |
2015-02-25 | Checked in market description | daniel oeh | |
2015-02-23 | Merge pull request #616 from TomHennen/empty_queue_command_593 | Tom Hennen | |
Empty queue command 593 | |||
2015-02-23 | Merge pull request #617 from TomHennen/confirm_mark_all_read_596 | Tom Hennen | |
Confirm mark all read | |||
2015-02-08 | move to user preferences | Ross Harrison | |
2015-02-08 | some files use spaces, some use tabs | Ross Harrison | |
2015-02-08 | Merge branch 'master' of github.com:rharriso/AntennaPod | Ross Harrison | |
2015-02-08 | move preferences to Player preferences | Ross Harrison | |
2015-02-08 | t was missing | Ross Harrison | |
2015-02-01 | Merge branch 'develop'1.0 | daniel oeh | |
2015-02-01 | Updated README and CONTRIBUTING files | daniel oeh | |
2015-02-01 | Updated changelog | daniel oeh | |
2015-02-01 | Fixed AntennaPod auto-cleanup algorithm | daniel oeh | |
2015-02-01 | Pulled translations | daniel oeh | |
2015-02-01 | Merge branch 'develop' of github.com:rharriso/AntennaPod | Ross Harrison | |
2015-02-01 | Merge pull request #1 from rharriso/feature/add_to_front_of_queue | Ross Harrison | |
Feature/add to front of queue | |||
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 | Clarified preference title and summary | daniel oeh | |
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-26 | Execute sortQueue method on ExecutorService | daniel oeh | |
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 | Fixed several problems APSP algorithms | daniel oeh | |
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 | made conditional for auto-download easier to read, moved log message output ↵ | Tom Hennen | |
to a better spot | |||
2015-01-06 | now looking for changes to charging state to change what we do for auto-download | Tom Hennen | |