summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/gpodnet/TagListFragment.java
AgeCommit message (Collapse)Author
2022-05-13Remove gpodder toplistByteHamster
Half of the toplist no longer returns a valid podcast feed. Some of the suggested tags are just random characters and none of them is actually helpful. This does not remove search or synchronization. Just gpodder discovery.
2021-10-06Add synchronization with gPodder Nextcloud server app (#5243)thrillfall
2021-04-24Moved synchronization to its own moduleByteHamster
2021-02-26Removed AsyncTask from TagListFragmentByteHamster
2021-02-25use full URL for custom gpodder server (#4932)MStrecke
2020-11-09Re-added toolbar to gpodder main fragmentByteHamster
and removed unused gpodder search fragment
2020-07-13Fix a bunch of deprecationsTacoTheDank
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-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,
2016-01-07getMainActivtyActionBar -> getSupportActionBarMartin Fietz
2015-05-12Fix ActionBar SearchViewMartin Fietz
2015-04-18Remove checks for opened drawer, now unneccessaryMartin Fietz
2015-03-17Gpodder categories shows title instead of tag and additionally the usageMartin 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