Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | Merge remote-tracking branch 'origin/develop' | twiceyuan | |
2015-02-25 | update Chinese translation | twiceyuan | |
2015-02-25 | fix Chinese translation | twiceyuan | |
"博客" replace to "播客" "单集" better than "曲目" (reference Podcast app for iOS) "畸形" replace to "错误的" | |||
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-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-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 | |
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 | |||
2015-01-04 | Trim filename if it is too long | daniel oeh | |
Caused download failures on filesystems with filename limitations fixes #579 | |||
2015-01-02 | Use MediaStyle Notification on Lollipop | daniel oeh | |
fixes #543 | |||
2014-12-28 | Fixed file name generator | daniel oeh | |
fixes #580 | |||
2014-12-28 | Added missing text color attribute | daniel oeh | |
2014-12-28 | Fixed persistent notification behavior on API < Jellybean | daniel oeh | |
2014-12-28 | Merge branch 'master' of git://github.com/24hours/AntennaPod into 24hours-master | daniel oeh | |
2014-12-25 | Adding Missing semicolon | Lee Yeong Khang | |
2014-12-20 | Honor User Preference on Persistence notification | Lee Yeong Khang | |
commented in https://github.com/danieloeh/AntennaPod/pull/578#issuecomment-67489354 - option disabled notification has only "play/pause" button, hitting pause hides notification - option enabled notification has both "play/pause" button and "close" button, hitting pause does not hide notification | |||
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 |