summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/gpodnet/PodcastListFragment.java
AgeCommit message (Collapse)Author
2021-04-24Moved synchronization to its own moduleByteHamster
2021-02-26Removed AsyncTask from PodcastListFragmentByteHamster
2021-02-25use full URL for custom gpodder server (#4932)MStrecke
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-11-09Re-added toolbar to gpodder main fragmentByteHamster
and removed unused gpodder search fragment
2020-11-01Converted second-level fragments to stand-alone toolbarByteHamster
2020-10-04Allow to go back to search results listByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-04-09Abstract from iTunes search provider lookupByteHamster
2020-03-30Checkstyle fixesByteHamster
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
2020-03-16Added toolbar to online search fragmentsByteHamster
2019-11-22Removed API 14 methodByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2018-10-21Remove redundant type castsegsavage
2018-01-14Weaken declaration accessMartin Fietz
2018-01-09Cleanup executeAsyncMartin Fietz
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2015-08-30Merge DefaultOnlineFeedViewActivity into OnlineFeedViewActivityMartin Fietz
2015-06-28Don't assume the activity is non-null within the callback.Tom Hennen
Fixes AntennaPod/AntennaPod#979
2015-05-12Fix ActionBar SearchViewMartin Fietz
2015-04-18Remove checks for opened drawer, now unneccessaryMartin Fietz
2014-10-11Moved core classes into subprojectdaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure