Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | Null handling in OnlineFeedViewActivity (#3004) | Burt Wiley Snyder | |
2019-01-18 | switched implementation to ussing attr | pachecosf | |
2019-01-17 | Changed implementation using themeUtils instead | pachecosf | |
2019-01-17 | Changed implementation using themeUtils instead | pachecosf | |
2019-01-17 | fixed styles | pachecosf | |
2019-01-16 | adding highlighting of drawer item functunality | pachecosf | |
2019-01-16 | Adding some highlighting of drawer items | pachecosf | |
2019-01-15 | NonNull annotation | ByteHamster | |
2019-01-15 | Only delete from queue if deletion of media succeeds | ByteHamster | |
2019-01-15 | Merge pull request #2921 from qkolj/delete-episodes | H. Lehmann | |
Add delete option to episode's context menu | |||
2019-01-15 | Hiding settings that ExoPlayer does not yet support | ByteHamster | |
2019-01-15 | Merge pull request #2961 from HaBaLeS/AP2253 | H. Lehmann | |
Remove silence in podcast episodes | |||
2019-01-15 | Merge pull request #2969 from ByteHamster/colorDark | H. Lehmann | |
Expanding toolbar | |||
2019-01-15 | Merge pull request #2968 from ByteHamster/translation-update | H. Lehmann | |
Translation updates | |||
2019-01-11 | #2947 - fix app crash in some error case with ExoPlayer. | orionlee | |
(It does not address root problems in #2947 though). | |||
2019-01-10 | Splash status bar color | ByteHamster | |
2019-01-09 | Expanding toolbar | ByteHamster | |
2019-01-09 | Updated strings.xml translations | ByteHamster | |
2019-01-06 | Merge pull request #2944 from abendebury/develop | H. Lehmann | |
Fix bug preventing database import on Android 9. | |||
2019-01-05 | Add skip silence checkbox to audio control | falko | |
Add new Checkbox to dialog. Enable only if ExoPlayer is selected. Selection directly changes player behavior | |||
2019-01-05 | Enable ExoPlayer feature to skip silence | falko | |
SetSpeed was change to SetPlaybackParams which contain speed and a switch to skip silence. For Players that fo not support this the call is ignored or only SetSpeed is used. It is only working if ExoPlayeris used Default is OFF | |||
2019-01-05 | Update ExoPlayer Version to 2.9.3 | falko | |
In order to support the feature to skip silence audio ExoPlayer must be updated. Lateste avaiable Version is 2.9.3 | |||
2019-01-04 | Include Awaitility in app module and properly fix the added test | Petar Kukolj | |
2019-01-03 | Fix a style issue and fix the test | Petar Kukolj | |
2019-01-03 | Merge pull request #2913 from orionlee/auto_feed_update_fix_in_airplane_2906 | H. Lehmann | |
Auto feed update fix in airplane mode | |||
2019-01-03 | Merge pull request #2859 from ByteHamster/glide-48 | H. Lehmann | |
Upgraded Glide to version 4.8.0 | |||
2019-01-03 | Fixed loading embedded picture | ByteHamster | |
2018-12-26 | Code style | ByteHamster | |
2018-12-26 | Merge branch 'develop' into rxjava2 | ByteHamster | |
2018-12-25 | Fix bug preventing database import on Android 9. | Alexei Bendebury | |
Fixes #2925, fix suggested by ByteHamster. | |||
2018-12-23 | Merge branch 'develop' into glide-48 | H. Lehmann | |
2018-12-02 | Move "Delete Removes from Queue" logic to DBWriter | Petar Kukolj | |
2018-12-02 | Fix grammar in strings | qkolj | |
Co-Authored-By: qkolj <qkolj@users.noreply.github.com> | |||
2018-11-30 | Made it easier to see that 'go to page' has a submenu | ByteHamster | |
2018-11-30 | Use a resoruce array for fragments tags | Petar Kukolj | |
2018-11-29 | Add delete option to episode's context menu | Petar Kukolj | |
This PR makes following changes: - Adds delete option to episode's context menus in queue and feed list - Adds a storage preference that allows episodes to be automatically removed from queue when they are deleted (by clicking delete in context menu, or pressing trash can icon on `Completed` tab of `Downloads` page) - Adds a test for the aforementioned preference | |||
2018-11-21 | #2906: refactor: move auto feed update by interval helper, | orionlee | |
checkShouldRefreshFeeds(), to proper level of abstraction. | |||
2018-11-21 | #2906: fix automatic feed update (by time interval) incorrectly run in ↵ | orionlee | |
airplane mode | |||
2018-11-17 | Use fragment tags instead of position indexes for saving chosen fragment | Petar Kukolj | |
2018-11-15 | Add go to page option | Petar Kukolj | |
2018-11-14 | Add configurable behavior of the back button | Petar 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-11 | Previously couldn't see the highlighted chapter on trueblack AMOLED because ↵ | Cameron Banga | |
it was same color as background color. | |||
2018-11-11 | Merge pull request #2889 from AntennaPod/2882 | Martin Fietz | |
Prevent NPE | |||
2018-11-07 | 2463 Do not close the database anymore | Martin Fietz | |
2018-11-07 | 2463 Disable WAL | Martin Fietz | |
2018-11-04 | Prevent NPE | Martin Fietz | |
2018-10-22 | Changed show notes background color to black, and then as well as the ↵ | Cameron Banga | |
overlay scrubber background to black. | |||
2018-10-21 | Merge branch 'develop' into glide-48 | H. Lehmann | |
2018-10-21 | Merge pull request #2868 from mfietz/feature/2849-fix-code-warnings | Martin Fietz | |
Feature/2849 fix code warnings | |||
2018-10-21 | Merge branch 'develop' into settings_icon_fix | Martin Fietz | |