summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-03-03Revert "Add ability to clear the download log"Tom Hennen
2015-03-03Revert "Persist scroll position in Queue view"Tom Hennen
2015-03-03Revert "Correct audio player cover scaling"Tom Hennen
2015-03-03Revert "Add ability to select OPML export folder"Tom Hennen
2015-03-03Merge pull request #641 from mfietz/issue-506Tom Hennen
Add ability to clear the download log
2015-03-03Merge pull request #644 from mfietz/issue-551Tom Hennen
Persist scroll position in Queue view
2015-03-03Merge pull request #639 from mfietz/issue-621Tom Hennen
Correct audio player cover scaling
2015-03-02Persist scroll position in Queue view, see AntennaPod/AntennaPod#551Martin Fietz
2015-03-01Add ability to select OPML export folderMartin Fietz
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-02-28Add ability to clear the download log, as requested in AntennaPod/AntennaPod#506Martin Fietz
2015-02-28Correct audio player cover scaling reported in AntennaPod/AntennaPod#621Martin Fietz
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-28Implementation of AntennaPod/AntennaPod#623Martin Fietz
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-01-26Merge branch 'feature/design-time-attributes' of ↵daniel oeh
git://github.com/johnjohndoe/AntennaPod into johnjohndoe-feature/design-time-attributes
2015-01-25Use 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-24Options to sort queue refactor, add sort by alpha and durationdrabux
2015-01-22Options to sort queue by datedrabux
2015-01-19Merge branch 'SamWhited-delete-episode-update' into developdaniel oeh
2015-01-19Merge 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-18Option to delete episode after playbackSam Whited
Fixes #498
2015-01-18Added option to delete epidode upon completion of playback.Tim Butram
Conflicts: app/dslv
2015-01-15Made auto-cleanup and auto-download methods changeabledaniel oeh
2015-01-15Moved updateRefreshMenuItem into core packagedaniel oeh
2015-01-11Simlified invalidation of options menu. #595Tom Hennen
2015-01-11Updated 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-08Updated version numbersdaniel oeh
2015-01-08Fixed URL handling in ItemFragmentdaniel oeh
Open external activity instead of loading it inside the app
2015-01-08Merge 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-08Merge branch 'download-when-charging-issue-104' of ↵daniel oeh
git://github.com/TomHennen/AntennaPod into TomHennen-download-when-charging-issue-104
2015-01-08Bugfix: Chapters were saved multiple timesdaniel oeh
2015-01-07minor update to make the queue the first view. Not dynamic (always goes to ↵Tom Hennen
the queue, even if it's empty)
2015-01-06now looking for changes to charging state to change what we do for auto-downloadTom Hennen
2015-01-05Add 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-04Fixed NullpointerException in ItemFragmentdaniel oeh
2015-01-04Blur effect improvementsdaniel oeh
- Reduce time it takes to blur image - Fixed IndexOutOfBoundsException by reducing radius
2014-12-28Added missing text color attributedaniel oeh
2014-12-19Updated dependenciesdaniel oeh
2014-12-19Fixed 2.3 issuesdaniel oeh
- Title in FeedItemFragment was not properly displayed - ItemlistFragment crashed when ItemFragment was closed
2014-12-19Improved layoutdaniel 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-19Show 'up' button instead of hamburger when showing child fragmentdaniel oeh
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-12-19Replaced tabs with viewpager indicatorsdaniel oeh
Tabs are not supported when using Toolbars
2014-12-19Use 2-line TextView in AudioplayerActivity toolbardaniel oeh
2014-12-19Use toolbar in MainActivity instead of actionbardaniel oeh
2014-12-19Moved settings button into navigation drawerdaniel oeh
2014-12-19Updated audio player layoutdaniel oeh
2014-12-19Improved look of ItemlistFragment headerdaniel oeh
2014-12-10Merge branch 'develop' of git://github.com/scarito/AntennaPod into ↵daniel oeh
scarito-develop
2014-12-10Upgraded dependenciesdaniel oeh
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-08Handle protocol relative URLs correctly when downloading episodes and imagesdaniel oeh
fixes #568