summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/ItemFragment.java
AgeCommit message (Collapse)Author
2018-05-03Start PlaybackService lazily to allow using ForegroundServiceByteHamster
2018-04-14[True Black] Fix UI Elementsalifeflow
Add true black style for progress bar Add true black style for item description Add true black style for web description
2018-04-05Even use expired cache if there is no networkByteHamster
Closes #2260
2018-01-14Remove catch for exception that is never thrownMartin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-06-11Make remove/delete less ambiguousMartin Fietz
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-20Reload description on swipeMartin Fietz
Always calls onFragmentLoaded() because updateAppearance() does not reload the description. Resolves #1876
2016-04-19Merge pull request #1875 from mfietz/issue/1831-apply-actions-tagsTom Hennen
Fix item tags
2016-04-14Send FeedItemEvent when a tag has been added or removedMartin Fietz
2016-04-14Don't use LongLists, use tags directlyMartin Fietz
2016-04-14Enable full hyphenation on Android 6Martin Fietz
2016-04-02Merge pull request #1828 from mfietz/feature/662-episode-swipeTom Hennen
Episode view: Go to previous/next list item when swiping right/left
2016-03-28Open podcast fragment as childMartin Fietz
2016-03-28Episode view: Open podcast menu or click on cover or podcast titleMartin Fietz
2016-03-27Episode view: Go to previous/next list item when swiping right/leftMartin 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-03-08Do not show loading indicator on rotation changeMartin Fietz
2016-03-08Show podcast titleMartin Fietz
2016-02-08Remove deprecation warnings by using ContextCompat.getColor().Tobias Preuss
2016-01-23Merge pull request #1582 from mfietz/issue/1367-add-favoritesTom Hennen
Feed view: Add "Add/Remove to/from Favorites" to context menu
2016-01-23Fix context menuMartin Fietz
2016-01-21Merge pull request #1561 from mfietz/redesign_audio_playerTom Hennen
Audio player redesign (Part 2)
2016-01-21Fix Iconify iconMartin Fietz
2016-01-18Merge pull request #1554 from mfietz/pub_date_last_yearTom Hennen
Pub date formatting
2016-01-16Prettier date formattingMartin Fietz
2016-01-16ItemFragment: Give shownotes more room (especially in landscape)Martin Fietz
2016-01-13Prevent IllegalStateException when fragment is detachedMartin Fietz
2016-01-07Nicify ItemFragment and ItemListFragmentMartin Fietz
2015-11-26RxJava defer -> fromCallableMartin Fietz
2015-11-26DownloadObserver must dieMartin Fietz
2015-11-05fix NPE in ItemFragment. fixes AntennaPod/AntennaPod#1339Tom Hennen
2015-10-25Replace loaderMartin Fietz
Replace with lambda Replace Loader with Observable onResume and onPause instead of onStart and onStop; minor changes Makes more sense to load data once at start Reorder functions to mirror lifecycle
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-10Refactor database accessMartin Fietz
2015-08-08Cache all images (should reduce lag displaying lists of episodes)Tom Hennen
Cache strategy is now set in ApGlideSettings and referenced everywhere else from there.
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-07Merge pull request #994 from mfietz/redesign-new-stateTom Hennen
Drawer: Feed context menu, counter and order
2015-07-04Fix button moving and icon being cutMartin Fietz
2015-06-29Make new explicitMartin Fietz
2015-06-27Folks weren't always getting the updated copy of the download list, now they ↵Tom Hennen
are. fixes AntennaPod/AntennaPod#968
2015-06-19Don't propose to open malformed URLsMartin Fietz
2015-05-19Context dialog for feed item listMartin Fietz
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz