summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2020-07-12Fixed clicking timecodesByteHamster
2020-07-02Removed custom Consumer implementation and decoupled adapter from dialogByteHamster
2020-07-02Allow to select new folder even if current folder is nullByteHamster
2020-07-02Adding internal storage if no external existsByteHamster
2020-07-01Removed DirectoryChooserActivityByteHamster
This lead to problems when removing the sd card and left the app in stuck mode. Selecting a folder freely that way will not work with new Android versions anyway. Now, AntennaPod shows the folder chooser that is displayed on the storage settings screen.
2020-06-19Fixed events delivering to background thread and modifying ViewsByteHamster
2020-06-14Merge pull request #4231 from ByteHamster/garbage-collectH. Lehmann
Fixed leaking fragments
2020-06-14Merge pull request #4238 from ByteHamster/play-with-intent-on-state-unknownH. Lehmann
Send play intent if service state is unknown
2020-06-14Merge pull request #4242 from ByteHamster/theme-change-crashH. Lehmann
Fixed crash when changing theme
2020-06-14Fixed crash when changing themeByteHamster
Apparently, recreate() brings RxJava in a strange state where errors are directly thrown instead of relaying them to the error callback. Because of a race condition in ItemDescriptionFragment.loadData, this throws a NPE.
2020-06-11Send play intent if service state is unknownByteHamster
2020-06-11Force restart app after enabling ChromecastByteHamster
2020-06-10Merge pull request #4233 from ByteHamster/increase-contrastH. Lehmann
Increase contrast of played items
2020-06-09Increase contrast of played itemsByteHamster
2020-06-09Fixed leaking fragments in recycledViewPoolByteHamster
2020-06-06Updated forum linkByteHamster
2020-05-29Merge pull request #4197 from ByteHamster/unique-intentsH. Lehmann
Unique intents
2020-05-27Fixed NPEByteHamster
2020-05-27Cleaned up unused IDsByteHamster
2020-05-27Made PendingIntent request codes uniqueByteHamster
2020-05-24Merge pull request #4106 from malockin/export-favoritesH. Lehmann
Export favourites
2020-05-21Added button to stop previewed episodeByteHamster
2020-05-20Merge pull request #4174 from ByteHamster/ui-adjustmentsH. Lehmann
Ui adjustments
2020-05-20Sleep timer adjustmentsByteHamster
- Close button instead of OK - Save settings on-the-fly
2020-05-16Merge pull request #4162 from ByteHamster/fixes-without-durationH. Lehmann
Various fixes for feeds that do not specify duration
2020-05-16Merge pull request #4153 from ByteHamster/fix-bom-opmlH. Lehmann
Fixed importing OPML files with BOM
2020-05-16Make duration visible when showing playback position updatesByteHamster
2020-05-16Fixed importing OPML files with BOMByteHamster
2020-05-16Fixed crash when switching themeByteHamster
2020-05-14Merge pull request #4138 from ByteHamster/theme-darkerH. Lehmann
Made dark theme darker
2020-05-14Made dark theme darkerByteHamster
2020-05-13Fix http search bugjmdouglas
2020-05-11Fixed Feed not refreshing when changing filterByteHamster
2020-05-11Merge pull request #4131 from ByteHamster/bugfixingH. Lehmann
Bugfixing
2020-05-11Fixed blue buttons with blue textByteHamster
2020-05-11Merge pull request #4132 from ByteHamster/accessibilityH. Lehmann
Improved TalkBack accessibility
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-09Fixed clicking page indicatorByteHamster
2020-05-06Fixed error dialog being shown in wrong threadByteHamster
2020-05-06Merge pull request #4121 from ByteHamster/on-demand-configurationH. Lehmann
Added on-demand configuration for stream vs download
2020-05-06Merge pull request #4125 from ByteHamster/theme-switch-without-restartH. Lehmann
Switch theme without user obstruction
2020-05-06Added on-demand configuration for stream vs downloadByteHamster
2020-05-06Switch theme without user obstructionByteHamster
2020-05-06Merge pull request #4117 from ByteHamster/webview-min-heightH. Lehmann
Reduced probability for closing player accidentally
2020-05-06Merge pull request #4124 from ByteHamster/fix-fragment-state-on-restartH. Lehmann
Fix fragment state on restart
2020-05-06Do not replace the fragment if it existsByteHamster
2020-05-06Reduced probability for closing player accidentallyByteHamster
If the description is really short, the WebView shrinks. When touching below the WebView, one needs to slide pretty precisely to swipe horizontally. If there is a little bit of slope, the player closes (completely, without following the finger). This change resizes the WebView, so that one can not touch below it.
2020-05-05Offer to switch to ExoPlayer on media player errorByteHamster
2020-05-03Fixed pager tab backgroundByteHamster
2020-05-03Merge pull request #4104 from ByteHamster/toast-to-snackbarH. Lehmann
Replaced some Toasts with Snackbars