summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main
AgeCommit message (Expand)Author
2025-05-19add tostring() to articleAndrew Dolgov
2025-05-19adjust feed compareTo() to ignore title, add Feed.toString(); throw exception...Andrew 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-19Merge branch 'dev' into 'master'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-18fix several more unread-related observable triggersAndrew Dolgov
2025-05-18fix bottombar toggle unread not using observableAndrew 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-18fix gallery activity not surviving theme changeAndrew Dolgov
2025-05-18set indicator color to tertiaryAndrew Dolgov
2025-05-18bring back circle indicator for galleryAndrew Dolgov
2025-05-18hide flavor image holder in case of recycled viewAndrew Dolgov
2025-05-18add option to enable secure window modeAndrew 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-18Translated using Weblate (Albanian)Besnik Bleta
2025-05-18Merge branch 'weblate-integration' into 'master'Andrew 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-17import okhttp progress interceptor properlyAndrew Dolgov
2025-05-17add fadeoutsAndrew Dolgov
2025-05-17experimental - switch to glide 4Andrew Dolgov
2025-05-17cleanup video fragment a bit, do all gallery model processing in a single bac...Andrew Dolgov
2025-05-17add very suboptimal progress reporting for galleryAndrew Dolgov
2025-05-17only try to select first item onceAndrew Dolgov
2025-05-17even more gallery stuffAndrew Dolgov
2025-05-17more gallery model stuffAndrew Dolgov
2025-05-17Merge branch 'master' into protected/gallery-modelAndrew Dolgov
2025-05-17fix crash on startup if getPositionOf is requested for null feed (i.e. no fee...Andrew Dolgov
2025-05-17wip switch gallery stuff to a viewmodelAndrew Dolgov
2025-05-17restart when option to enable cats is changedAndrew Dolgov
2025-05-17bring back option to disable catsAndrew Dolgov
2025-05-17remove debugging lineAndrew Dolgov
2025-05-17display disabled feeds and feeds with error status if returned by APIAndrew Dolgov
2025-05-17fix missing left/right margin on feedlistAndrew Dolgov
2025-05-17add prefixes to feed context menuAndrew Dolgov
2025-05-17remove nested groups in main menu because that's not actually supported (even...Andrew Dolgov
2025-05-17open drawer onBackPressed() instead of quitting if there's a feed open and dr...Andrew Dolgov
2025-05-17add a loading progress indicator for feeds in case of extremely slow connectionsAndrew Dolgov
2025-05-17switch to observable values to display swipe indicatorAndrew Dolgov
2025-05-17switch to viewmodel for feeds/catsAndrew Dolgov