summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2019-06-14Added authentication and episode filter dialogsByteHamster
2019-06-14Updated feed settings screenByteHamster
2019-06-13Restructured preferences codeByteHamster
2019-06-03Upgrade preferences independently from databaseByteHamster
2019-05-28Merge branch 'develop' into work-managerByteHamster
2019-05-28Merge pull request #3043 from CedricCabessa/remaining_time_playback_speedH. Lehmann
Fixes #2197: Remaining time playback speed
2019-05-27Merge pull request #3191 from jas14/stricter-db-importH. Lehmann
Check SQLite3 magic bytes before import
2019-05-20Check SQLite3 magic bytes before importJoe Stein
2019-05-19Merge pull request #3165 from ByteHamster/opml-import-mismatchH. Lehmann
Removed opml pick action
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-19Merge pull request #3168 from ByteHamster/about-open-browserMartin Fietz
About screen: Open web links in browser
2019-05-17Revert "Merge pull request #2954 from ↵ByteHamster
orionlee/bugfix_phantom_notification_rework_2716" This reverts commit 643173de14ade8acfa5e6b92464482c7402e172e, reversing changes made to f2d103736d20bca481817808ee73b240fc2f7be4.
2019-05-07Open web links in browserByteHamster
2019-05-06Removed opml pick actionByteHamster
2019-05-06Using WorkManager for feed updatesByteHamster
2019-05-03Fixed about screen readability in amoled theme (Closes #3151)ByteHamster
2019-04-28force refresh time when playback speed changeCédric Cabessa
This is useful when media is paused
2019-04-28use time converter and pref in MediaPlayer and WidgetCédric Cabessa
2019-04-12Fixed crash when re-using released controllerByteHamster
2019-04-12Let PlaybackController handle listening for service startByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster
Also made sure that register/unregister are called in onStart/onStop instead of onResume/onPause (prevents possible MultiWindow problems where updates are not received because activity is not fucused).
2019-04-11Merge pull request #3097 from ByteHamster/exoplayer-main-threadH. Lehmann
Executing all ExoPlayer methods on main thread
2019-04-11Merge pull request #3102 from ByteHamster/no-state-in-fragmentsH. Lehmann
Do not hold state in fragments
2019-04-11Making sure that ExternalPlayerFragment is updated when starting first mediaByteHamster
2019-04-10Do not hold state in fragmentsByteHamster
2019-04-07bugfix #3099 - add podcast by URL - show error dialog when URL points to no ↵orionlee
feed.
2019-04-06bugfix - rxjava2 null return - wrap nullable return with Optionalorionlee
2019-04-06#2966 RxJava2 null - case underlying method has needs to return null.orionlee
Need to wrap return result with Optional<> Mark code path with TODO. Actual fix is pending #2954 merge. Rx observer: underlying sources that need to return Optional<> OnlineFeedViewActivity.parseFeed : <anonymous subscriber> PlaybackController.bindToService : fixed in #2954
2019-04-06#2966 RxJava2 null - explicit mark underlying Rx sources as NonNullorionlee
to be on the safe side, for cases that the consuming observers checks null unnecessarily. Rx observer : underlying sources marked as NonNull OnlineFeedViewActivity.startFeedDownload : Downloader.getResult AllEpisodesFragment.loadItems : AllEpisodesFragment.loadData PlaybackHistoryFragment.loadItems : DBReader.getPlaybackHistory QueueFragment.loadItems : DBReader.getQueue SearchFragment.search : .performSearch
2019-04-04Merge pull request #2954 from orionlee/bugfix_phantom_notification_rework_2716H. Lehmann
Fix phantom service notification
2019-03-09bugfix - video playback upon press back button (and pause), playback ↵orionlee
notification might reappear if one swipes it away quickly.
2019-02-27more #2716 - fix VideoPlayback upon hitting home button.orionlee
2019-02-27Set min/max playback speeds from preferencesShinichiro Fujiwara
2019-02-01Finish when closing error dialogByteHamster
2019-02-01Null handling in OnlineFeedViewActivity (#3004)Burt Wiley Snyder
2019-01-23changed location of setupGUI to prevent nullpointerexeptions when saved ↵pachecosf
fragment had no initiliazed id
2019-01-22fixed losing media images and descriptions on rotatepachecosf
2019-01-15Hiding settings that ExoPlayer does not yet supportByteHamster
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-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-23Merge branch 'develop' into glide-48H. Lehmann
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-15Add go to page optionPetar Kukolj