Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | Merge pull request #616 from TomHennen/empty_queue_command_593 | Tom Hennen | |
Empty queue command 593 | |||
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 | Updated dependencies | 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 | |
2014-12-19 | Replaced FeedItemDialog with ItemFragment | daniel oeh | |
2014-12-19 | Replaced tabs with viewpager indicators | daniel oeh | |
Tabs are not supported when using Toolbars | |||
2014-12-19 | Use 2-line TextView in AudioplayerActivity toolbar | daniel oeh | |
2014-12-19 | Use toolbar in MainActivity instead of actionbar | daniel oeh | |
2014-12-19 | Moved settings button into navigation drawer | daniel oeh | |
2014-12-19 | Updated audio player layout | daniel oeh | |
2014-12-19 | Improved look of ItemlistFragment header | daniel oeh | |
2014-12-10 | Merge branch 'develop' of git://github.com/scarito/AntennaPod into ↵ | daniel oeh | |
scarito-develop | |||
2014-12-10 | Upgraded dependencies | daniel oeh | |
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices. | |||
2014-12-08 | Video overlay was hidden in some cases | daniel oeh | |
2014-12-08 | Handle protocol relative URLs correctly when downloading episodes and images | daniel oeh | |
fixes #568 | |||
2014-12-08 | Use isNotBlank instead of isNoneBlank | daniel oeh | |
Caused NoSuchMethodError on some devices | |||
2014-12-08 | Destroy webview when it is no longer used | daniel oeh | |
Not destroying the webview might have caused crashes on some devices | |||
2014-12-07 | Fixed fullscreen issues in video player | daniel oeh | |
Affects issue #563 | |||
2014-12-07 | Avoid loading Chapters of multiple FeedItems at the same time | daniel oeh | |
This should significantly reduce the time needed to load FeedItem lists with chapters, because chapters are from now on only loaded when a single FeedItem is requested. | |||
2014-12-07 | Prepared release of next version | daniel oeh | |
2014-12-07 | Updated dependencies | daniel oeh | |
Removed unused dependencies | |||
2014-11-21 | Created a user preference to enable the headphone resume feature | Michael Scarito | |