summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2019-01-15Hiding settings that ExoPlayer does not yet supportByteHamster
2019-01-15Merge pull request #2961 from HaBaLeS/AP2253H. Lehmann
Remove silence in podcast episodes
2019-01-15Merge pull request #2984 from orionlee/to_last_activity_when_launch_2948H. Lehmann
make AntennaPod go to last activity (rather than MainActivity) when launched again
2019-01-15Merge pull request #2970 from keunes/patch-1H. Lehmann
Remove radio mention
2019-01-15Merge pull request #2968 from ByteHamster/translation-updateH. Lehmann
Translation updates
2019-01-14#2948: make AntennaPod go to last activity when launched again, perorionlee
standard Android App behavior.
2019-01-11#2950 - fix app crash in OPML Export > Send floworionlee
(for non-production builds)
2019-01-10Remove radio mentionKoen Glotzbach
AntennaPod doesn't manage radio stations. Related to #2968.
2019-01-09Fixed typoByteHamster
2019-01-09Pulled descriptionByteHamster
2019-01-09File structure to support play publisherByteHamster
Only the language codes on the following page are supported: https://support.google.com/googleplay/android-developer/answer/3125566
2019-01-05Add skip silence checkbox to audio controlfalko
Add new Checkbox to dialog. Enable only if ExoPlayer is selected. Selection directly changes player behavior
2019-01-03Merge pull request #2913 from orionlee/auto_feed_update_fix_in_airplane_2906H. Lehmann
Auto feed update fix in airplane mode
2019-01-03Merge pull request #2859 from ByteHamster/glide-48H. Lehmann
Upgraded Glide to version 4.8.0
2019-01-03Fixed flickering caused by handlerByteHamster
2019-01-03Encapsulated CoverTargetByteHamster
2019-01-03Switched splash screen startByteHamster
The splash screen was added to prevent seeing the "non-ready" MainActivity. If the splash is closed before showing MainActivity, the splash does nothing in most cases, just flashes the screen blue for a few milliseconds. After that, you see MainActivity just as it was before adding the splash.
2018-12-26Code styleByteHamster
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-12-23Do not crashByteHamster
2018-12-23Merge branch 'develop' into glide-48H. Lehmann
2018-12-03Merge pull request #2915 from ahangarha/RTL-enhancementH. Lehmann
Improve RTL support
2018-12-01force LTR dir for play controlsMostafa Ahangarha
2018-12-01Fix padding and marginMostafa Ahangarha
2018-12-01replave right with end for gravity attrMostafa Ahangarha
2018-12-01force LTR dir for progressBarMostafa Ahangarha
2018-12-01Added margenLeft for wider supportMostafa Ahangarha
2018-12-01force LTR dir for play btnMostafa Ahangarha
2018-11-30Force LTR in playing btnsMostafa Ahangarha
Force LTR direction for keeping consistancy in playing experience across all apps
2018-11-30Force LTR directionMostafa Ahangarha
Playing btns should remain in LTR direction to keep consistancy in playing media experience across applications.
2018-11-30Use a resoruce array for fragments tagsPetar Kukolj
2018-11-30Fix NPE when selecting Go to page for the first timePetar Kukolj
2018-11-29fix icon margin in main menuMostafa Ahangarha
2018-11-29Fix margin for authorMostafa Ahangarha
2018-11-28Merge pull request #2904 from qkolj/back-buttonH. Lehmann
Add configurable behavior of the back button
2018-11-23Improve RTL supportMostafa Ahangarha
For all the layout elements having margin, padding,... to right or left, releavnt start/end property is added so all the elements are supposed to be displayed properly in RTL mode. There are still minor issues related to some icons such as play, ff and rev. This issue must be addressed separately in future.
2018-11-22Fix coding style problemsPetar Kukolj
2018-11-21#2906: refactor: move auto feed update by interval helper,orionlee
checkShouldRefreshFeeds(), to proper level of abstraction.
2018-11-20Fix not going back on child fragmentsPetar Kukolj
2018-11-17Use fragment tags instead of position indexes for saving chosen fragmentPetar Kukolj
2018-11-16#2878: fix episode screen context menu is applied on wrong feed item during ↵orionlee
refresh
2018-11-16Add tests for back button behaviorsPetar Kukolj
2018-11-15Add go to page optionPetar Kukolj
2018-11-14Add configurable behavior of the back buttonPetar Kukolj
This PR allows users to change how the back button functions. Closes #2196 Possible choices are following: - **Default** - back button functions how it currently functions (closes the app if there is nowhere to go back to) - **Open navigation drawer** - back button always opens the navigation drawer instead of closing the app - **Double tap to exit** - like default, but requires two taps to close the app - **Confirm to exit** - like default, but prompts user if they really want to exit
2018-11-11Merge pull request #2870 from ByteHamster/tests-fixMartin Fietz
Updated tests
2018-11-11Prepare 1.7.1 release1.7.1Martin Fietz
2018-11-07Prepare 1.7.1-RC1Martin Fietz
2018-10-21Updated testsByteHamster
2018-10-21Merge branch 'develop' into glide-48H. Lehmann
2018-10-21Merge pull request #2868 from mfietz/feature/2849-fix-code-warningsMartin Fietz
Feature/2849 fix code warnings