summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/HeadlinesFragment.java
AgeCommit message (Expand)Author
2025-09-15while in detail activity, trigger lazy load on active article changeAndrew Dolgov
2025-05-26allow swiping to dismiss both waysAndrew Dolgov
2025-05-21add editorconfig and reformat code accordinglyAndrew Dolgov
2025-05-21fix crash when context menu is invoked when long-tapping on a flavor imageAndrew Dolgov
2025-05-21drop ArticleList class, replace with instances of ArrayList/List/Collections ...Andrew Dolgov
2025-05-20fix onArticleSelected() not invoked on viewpager page changeAndrew Dolgov
2025-05-20fix crash if attempting to open a gallery for null flavor image, remove sever...Andrew Dolgov
2025-05-20rely on equals() to find articles in listsAndrew Dolgov
2025-05-20stop invalidating options menu so much, switch to updating model after API op...Andrew Dolgov
2025-05-20limit some log messages to debug buildsAndrew Dolgov
2025-05-20move search query stuff to modelAndrew Dolgov
2025-05-20move active article handling to model, optimize importsAndrew Dolgov
2025-05-19add option to disable icon tintingAndrew Dolgov
2025-05-19fix article model allowing append load if lazy load is disabledAndrew Dolgov
2025-05-19place deprecations on search stuff in headlines fragmentAndrew Dolgov
2025-05-19move stuff related to article selection to model, toggle actionmode based on ...Andrew Dolgov
2025-05-18adjust flavor image loading bar marginsAndrew Dolgov
2025-05-18split some more headline row view stuff into separate methodsAndrew Dolgov
2025-05-18fix position desync if recycler view reorders, only set headline row click ha...Andrew Dolgov
2025-05-18revert previous because reordering seems to do something weird with onBindVie...Andrew Dolgov
2025-05-18do nothing if setActiveArticleId passes invalid id, prevent force-clearing ar...Andrew Dolgov
2025-05-18hide flavor image holder in case of recycled viewAndrew Dolgov
2025-05-18use observable in a few more places, switch article display mode without reloadAndrew Dolgov
2025-05-18switch between display modes without restart, add missing string resourceAndrew Dolgov
2025-05-18drop all views specific to article states in favor of updating necessary colo...Andrew Dolgov
2025-05-18fix score not handled in areContentsTheSame, add selective updates to headlin...Andrew Dolgov
2025-05-18disable inline video player until it is tested, disable predraw hacks (memory...Andrew Dolgov
2025-05-18disable shared transitions for nowAndrew Dolgov
2025-05-18rework image dimensions checking using two step cached glide requestAndrew Dolgov
2025-05-17adapt progress loading stuff to glide v4Andrew Dolgov
2025-05-17add fadeoutsAndrew Dolgov
2025-05-17experimental - switch to glide 4Andrew Dolgov
2025-05-17switch to observable values to display swipe indicatorAndrew Dolgov
2025-05-17switch to viewmodel for feeds/catsAndrew Dolgov
2025-05-16hijack glide progress module to display headlines loading percentage for slow...Andrew Dolgov
2025-05-16forbid non-append refreshes and other item changing operations while in a det...Andrew Dolgov
2025-05-16clear headlines when feed is switchedAndrew Dolgov
2025-05-16switch feeds to recycler view while removing most of legacy codeAndrew Dolgov
2025-05-15stop initializing note to null twice, stop invoking notifyDataSetChanged() wh...Andrew Dolgov
2025-05-15bring back display of host specific to linked article (if differs from site_u...Andrew Dolgov
2025-05-15switch to contextcompat to resolve theme colorsAndrew Dolgov
2025-05-15use color tinting for starred actionbar iconsAndrew Dolgov
2025-05-15drop no longer useful theme attributes in favor of drawable idsAndrew Dolgov
2025-05-15add rss_box iconAndrew Dolgov
2025-05-15ignore first (zero) updateAndrew Dolgov
2025-05-14minor cleanupAndrew Dolgov
2025-05-14refactor some moreAndrew Dolgov
2025-05-14switch to static usages, refactor method nameAndrew Dolgov
2025-05-14switch to list clone constructorsAndrew Dolgov
2025-05-14refactor to more consistent naming, allow observing articlelist changes and u...Andrew Dolgov