summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-03Update compact notification buttons dialogsaqura
The preference dialog to select which buttons are shown in compact notifications now provides feedback via a snackbar. The internal preference storage handling has been cleaned up. A testcase for the dialog has been added.
2016-04-03Update lock screen button preference summarysaqura
2016-04-03Add dialog to choose lock screen playback buttonssaqura
This adds a dialog to choose the playback buttons on the lock screen notification. It only allows selecting a maximum of two values, because the lock screen notification can only display up to 3 buttons and the play/pause button is always included. It defaults to additionally show the skip button. The minimum sdk has been changed back to 10.
2016-04-02Merge pull request #1849 from TomHennen/fix1848Tom Hennen
fixes AntennaPod/AntennaPod#1848
2016-04-02Add option to pick lock screen playback buttonssaqura
This adds the option to pick which playback buttons to prioritise on the notification. This allows choosing the playback buttons on the lock screen. The default playback buttons have not changed and are still set to play/pause (this is always displayed) and skip. Note: This commit raises the minimum sdk version from 10 to 11!
2016-04-02fixes AntennaPod/AntennaPod#1848Tom Hennen
2016-04-02Merge pull request #1847 from TomHennen/subscriptions_prevent_npeMartin Fietz
prevent NPE by removing log statement
2016-04-02prevent NPE by removing log statementTom Hennen
2016-04-02Merge pull request #1828 from mfietz/feature/662-episode-swipeTom Hennen
Episode view: Go to previous/next list item when swiping right/left
2016-04-02Merge pull request #1845 from TomHennen/update_trianglelabelviewTom Hennen
Fix problem with TriangleLabelView by updating to latest version.
2016-04-02Merge pull request #1832 from keunes/patch-4Martin Fietz
Update strings.xml
2016-04-02Merge pull request #1846 from TomHennen/subscription_list_optionMartin Fietz
treat showing the subscriptions list like other drawer items.
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-04-02Fix problem with TriangleLabelView by updating to latest version.Tom Hennen
2016-04-01Merge pull request #1841 from mfietz/accurate_statisticsTom Hennen
Statistics: More accurate played duration
2016-04-01Merge pull request #1837 from mfietz/issue/1502-opml-importTom Hennen
OPML Import: Fix URI containing absolute path
2016-04-01Merge pull request #1842 from TomHennen/subscriptions_fixupTom Hennen
Subscriptions fixup
2016-04-01Optionally show rewind/ff buttons on lockscreensaqura
Show additional playback buttons (rewind and fast forward) in the notification on the lockscreen if the option "Expand Notification" is enabled. Fixes #337 Fixes #571
2016-04-01Fix documentation of setLockscreenBackground()saqura
2016-03-31* SubscriptionsAdapter now using its own ItemAccess instead of MainActivityTom Hennen
* SubscriptionFragment now properly reloading data when it should
2016-03-31Make played time more accurateMartin Fietz
2016-03-30use font awesome. (care of @mfietz)Tom Hennen
2016-03-29some tweeks to visibility to prevent some rendering bugsTom Hennen
2016-03-29changed triangle color to antennapod blueTom Hennen
2016-03-29use CoverTarget for Subscriptions, some cleanup of how it looksTom Hennen
2016-03-29Merge pull request #1827 from mfietz/issue/1239-open-podcastTom Hennen
Episode view: Open podcast
2016-03-29OPML Import: Fix URI containing absolute pathMartin Fietz
2016-03-29Add changes in version 1.6.0Martin Fietz
2016-03-28Update strings.xmlKoen Glotzbach
- proxy_host_invalid_error: add verb & article to improve clarity - proxy_host_empty_error: replace 'must not' by 'can not' - removed set of strings that aren't used (anymore) - for feed setting "Auto remove episode": Improve clarity of setting name (feed_auto_download_global -> "Global default") and delete explanatory info ("override global default" in auto_delete_label). Removes unnecessary screen clutter, removes double & in most cases false info (if setting is 'global' it doesn't "override default") - share_item_url_label & share_item_url_with_position_label: add 'file' to clarify what URL is shared (media file, not episode webpage) - prevent position_default_label ('00:00:00') and 'app_name' (the same in all languages so far) from being translated
2016-03-28Open podcast fragment as childMartin Fietz
2016-03-28Episode view: Open podcast menu or click on cover or podcast titleMartin Fietz
2016-03-27Merge pull request #1830 from TomHennen/1.6.0rc0Tom Hennen
1.6.0.0
2016-03-271.6.0.0Tom Hennen
2016-03-27Merge pull request #1826 from TomHennen/subscriptions_viewTom Hennen
Subscriptions view
2016-03-27added subscriptions testTom Hennen
2016-03-27moved subscriptions up in the nav drawerTom Hennen
2016-03-27Merge pull request #1829 from mfietz/update_contributorsMartin Fietz
Update CONTRIBUTORS
2016-03-27Update CONTRIBUTORSMartin Fietz
2016-03-27core gets highest priority (which means it needs to come first)Tom Hennen
2016-03-27forgot to add icon filesTom Hennen
2016-03-27added 'add podcast' and back now works properlyTom Hennen
2016-03-27Episode view: Go to previous/next list item when swiping right/leftMartin Fietz
2016-03-26normalized case in 'show subscriptions' titleTom Hennen
2016-03-26add label that shows countTom Hennen
2016-03-26context menu for subscriptionsTom Hennen
2016-03-26fix layout, keep textview visibleTom Hennen
2016-03-25Merge pull request #1825 from mfietz/issue/1781-swipe-issueTom Hennen
Fix #1781
2016-03-25removed unneeded viewsTom Hennen
2016-03-25Don't get notified about mark as playedMartin Fietz
2016-03-25additional cleanup, removed submodule, renamed thingsTom Hennen