Commit Graph

87 Commits

Author SHA1 Message Date
Tom Hennen c1108631ff Revert "Add ability to clear the download log" 2015-03-03 18:00:29 -05:00
Tom Hennen 36abac1318 Revert "Persist scroll position in Queue view" 2015-03-03 18:00:16 -05:00
Tom Hennen 9977cd1023 Revert "Correct audio player cover scaling" 2015-03-03 17:59:51 -05:00
Tom Hennen 39ac96f401 Revert "Add ability to select OPML export folder" 2015-03-03 17:58:56 -05:00
Tom Hennen 24615a512b Merge pull request #641 from mfietz/issue-506
Add ability to clear the download log
2015-03-03 17:15:46 -05:00
Tom Hennen 27c8a32f0f Merge pull request #644 from mfietz/issue-551
Persist scroll position in Queue view
2015-03-03 17:14:52 -05:00
Tom Hennen 2f85c21c24 Merge pull request #639 from mfietz/issue-621
Correct audio player cover scaling
2015-03-03 17:13:15 -05:00
Martin Fietz 241fc6c334 Persist scroll position in Queue view, see AntennaPod/AntennaPod#551 2015-03-02 16:36:18 +01:00
Martin Fietz a411135931 Add ability to select OPML export folder
Instead of exporting a OPML file to a predefined folder the user can
choose the folder (but not the filename) the file will be exported
2015-03-01 12:55:38 +01:00
Martin Fietz 4c50c4b801 Add ability to clear the download log, as requested in AntennaPod/AntennaPod#506 2015-02-28 19:23:39 +01:00
Martin Fietz 6621df48fc Correct audio player cover scaling reported in AntennaPod/AntennaPod#621
The former scaling would scale the image so that width and height of
the cover would be at least as large as the view. Now, the covers
dimensions will be equal or less than the dimensions of the cover view.
2015-02-28 13:40:52 +01:00
Martin Fietz 66121d606e Implementation of AntennaPod/AntennaPod#623
Instead of having a fixed path, the user can now choose the path to
import from via dialog. This made the rather bloated instruction text
superfluous. Some minor changes to the DirectoryChooserActivity and the
OMPL Import layout.
2015-02-28 02:33:19 +01:00
daniel oeh 6f8fd4868d Merge branch 'feature/design-time-attributes' of git://github.com/johnjohndoe/AntennaPod into johnjohndoe-feature/design-time-attributes 2015-01-26 17:14:27 +01:00
Tobias Preuss ad583e453d Use design time attributes to assist layouting and value preview.
+ See: http://tools.android.com/tips/layout-designtime-attributes
+ This commit introduces no functional code changes!
2015-01-25 10:27:46 +01:00
drabux 9764b80935 Options to sort queue refactor, add sort by alpha and duration 2015-01-24 13:18:29 -05:00
drabux 520ed8327c Options to sort queue by date 2015-01-22 23:37:07 -05:00
daniel oeh efcbbfe2b9 Merge branch 'SamWhited-delete-episode-update' into develop 2015-01-19 21:54:19 +01:00
daniel oeh d04aa82954 Merge branch 'add_refresh_button_to_queue_view_595' of git://github.com/TomHennen/AntennaPod into TomHennen-add_refresh_button_to_queue_view_595 2015-01-19 21:49:56 +01:00
Sam Whited 7f02e1b187 Option to delete episode after playback
Fixes #498
2015-01-18 19:53:53 -05:00
Tim Butram 2d68f025d7 Added option to delete epidode upon completion of playback.
Conflicts:
	app/dslv
2015-01-18 19:17:14 -05:00
daniel oeh 3c473c490b Made auto-cleanup and auto-download methods changeable 2015-01-15 14:37:35 +01:00
daniel oeh 066cab8da5 Moved updateRefreshMenuItem into core package 2015-01-15 12:22:27 +01:00
Tom Hennen 86e5e9ea13 Simlified invalidation of options menu. #595 2015-01-11 18:53:11 -05:00
Tom Hennen 77840bea99 Updated QueueFragment to have a refresh button.
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-11 18:45:53 -05:00
daniel oeh 18bc827ed2 Updated version numbers 2015-01-08 14:04:47 +01:00
daniel oeh f467d3eccc Fixed URL handling in ItemFragment
Open external activity instead of loading it inside the app
2015-01-08 13:57:37 +01:00
daniel oeh b89b92e6ca Merge branch 'make_queue_default_view_issue_592' of git://github.com/TomHennen/AntennaPod into TomHennen-make_queue_default_view_issue_592 2015-01-08 13:14:33 +01:00
daniel oeh d58c2b6a2e Merge branch 'download-when-charging-issue-104' of git://github.com/TomHennen/AntennaPod into TomHennen-download-when-charging-issue-104 2015-01-08 13:13:34 +01:00
daniel oeh 389e1accdd Bugfix: Chapters were saved multiple times 2015-01-08 13:12:45 +01:00
Tom Hennen 5cc3ce1c53 minor update to make the queue the first view. Not dynamic (always goes to the queue, even if it's empty) 2015-01-07 18:26:30 -05:00
Tom Hennen abc1c8a8dc now looking for changes to charging state to change what we do for auto-download 2015-01-06 21:10:46 -05:00
Tom Hennen 1b9c96bc76 Add ability to only do autodl when charging.
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-05 21:23:21 -05:00
daniel oeh 9ece3a7db4 Fixed NullpointerException in ItemFragment 2015-01-04 20:59:35 +01:00
daniel oeh b738fc268e Blur effect improvements
- Reduce time it takes to blur image
- Fixed IndexOutOfBoundsException by reducing radius
2015-01-04 20:17:58 +01:00
daniel oeh 60dcf4865a Added missing text color attribute 2014-12-28 13:33:16 +01:00
daniel oeh 4ec7d54e8b Updated dependencies 2014-12-19 19:56:41 +01:00
daniel oeh 3ad4dbc15f Fixed 2.3 issues
- Title in FeedItemFragment was not properly displayed
- ItemlistFragment crashed when ItemFragment was closed
2014-12-19 19:47:38 +01:00
daniel oeh b18e0ccf5b Improved layout
- 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 19:47:38 +01:00
daniel oeh 39c1078f22 Show 'up' button instead of hamburger when showing child fragment 2014-12-19 19:47:38 +01:00
daniel oeh ab772e55f5 Replaced FeedItemDialog with ItemFragment 2014-12-19 19:47:38 +01:00
daniel oeh 120db7ae7e Replaced tabs with viewpager indicators
Tabs are not supported when using Toolbars
2014-12-19 19:47:38 +01:00
daniel oeh bba448aa69 Use 2-line TextView in AudioplayerActivity toolbar 2014-12-19 19:47:38 +01:00
daniel oeh 594dd8cab9 Use toolbar in MainActivity instead of actionbar 2014-12-19 19:47:38 +01:00
daniel oeh 6bba71469f Moved settings button into navigation drawer 2014-12-19 19:47:38 +01:00
daniel oeh 6962d13974 Updated audio player layout 2014-12-19 19:47:37 +01:00
daniel oeh 8083a064a0 Improved look of ItemlistFragment header 2014-12-19 19:47:37 +01:00
daniel oeh 520e0ae8db Merge branch 'develop' of git://github.com/scarito/AntennaPod into scarito-develop 2014-12-10 21:34:27 +01:00
daniel oeh 30ac9ecf1d Upgraded dependencies
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
2014-12-10 21:28:56 +01:00
daniel oeh 43243c1b70 Video overlay was hidden in some cases 2014-12-08 19:01:46 +01:00
daniel oeh bde86e018a Handle protocol relative URLs correctly when downloading episodes and images
fixes #568
2014-12-08 11:56:52 +01:00