summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src
AgeCommit message (Collapse)Author
2025-05-13implement search query stuff into headlines loader, split loader IDsAndrew Dolgov
2025-05-13invoke onHeadlinesLoadedAndrew Dolgov
2025-05-13better deal with article type loadmoreAndrew Dolgov
2025-05-12experimental headlines loader with diffutilAndrew Dolgov
2025-05-12set bottombar height to actionbar heightAndrew Dolgov
2025-05-12article list - drop implementation of parcelable, no longer needed/usedAndrew Dolgov
2025-05-12remove articles field from headlines fragmentAndrew Dolgov
2025-05-12update unread icon againAndrew Dolgov
2025-05-12fix inconsistent indentationAndrew Dolgov
2025-05-12consistently handle null in getFeedAtPositionAndrew Dolgov
2025-05-12add some getters/setters for application fields that store sid & apilevelAndrew Dolgov
2025-05-12- rename 'selected' views to 'active'Andrew Dolgov
- no longer let detailactivity to persist on configuration change in order to properly handle different tablet portrait/landscape layouts - stop keeping active article as objects, use ID instead to prevent deserialization desyncs
2025-05-12better deal with footer/no-footer discrepancy between master & detail ↵Andrew Dolgov
activity, add some helper methods to article list
2025-05-12remove unnecessary helpers from headlines fragmentAndrew Dolgov
2025-05-12reduce weird behavior in setActiveArticle()Andrew Dolgov
2025-05-12allow other updateArticle operations than toggle, fix catchup on scroll ↵Andrew Dolgov
doing weird things
2025-05-12drop unused recycler adapter with headers, minor cleanup of other stuffAndrew Dolgov
2025-05-11a few more inspections on article fragmentAndrew Dolgov
2025-05-11run a few more inspectionsAndrew Dolgov
2025-05-11run a bunch of android studio batch inspectionsAndrew Dolgov
2025-05-11switch to less deprecated loader syntax, minor cleanupAndrew Dolgov
2025-05-11switch to androidx preferencemanagerAndrew Dolgov
2025-05-11properly reset shared article list when opening feedsAndrew Dolgov
2025-05-11tiny cleanupAndrew Dolgov
2025-05-11disable previous with rediscovered rationaleAndrew Dolgov
2025-05-11when exiting detail activity, pass active article back to main activity and ↵Andrew Dolgov
select it in headlines list
2025-05-11use one instance of loaded articles and keep it in an application singletonAndrew Dolgov
2025-05-11fix detail FAB not being hidden if disabled, also fix malfunctioning (ifAndrew Dolgov
fab is disabled) detail view scroll behaviour
2025-05-11add workaround for LinkedHashMap stored as a plain HashMap in a bundleAndrew Dolgov
2025-05-11optimize importsAndrew Dolgov
2025-05-11adjust mark unread iconAndrew Dolgov
2025-05-11set active article without animation when pager is instantiatedAndrew Dolgov
2025-05-11adjust layout of compact headline rows, disable dividers for nowAndrew Dolgov
2025-05-11drop chrome fs custom view stuffAndrew Dolgov
2025-05-11stop setting night mode explicitlyAndrew Dolgov
2025-05-11drop unused offline layoutAndrew Dolgov
2025-05-11drop offline modeAndrew Dolgov
2025-05-11add bottombar to tablet layout and fix several invalid casts to viewpager1Andrew Dolgov
2025-05-11make article note clickableAndrew Dolgov
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-10swap un/publish and un/read toolbar icons in article viewAndrew Dolgov
2025-05-09fix wrong typecast in mark as read alertdialogAndrew Dolgov
2025-05-09fix colorcontrol missing on share actionbar iconAndrew Dolgov
2025-05-09fix incorrect color set for drawer nav viewAndrew Dolgov
2025-05-09prune unnecessary views, add some corners to detail activity on tabletsAndrew Dolgov
2025-05-09add rounded corners to feeds container on tabletsAndrew Dolgov
2025-05-09add hack for material switches in preferencesAndrew Dolgov
2025-05-09switch to androidx preference stuffAndrew Dolgov
2025-05-09drop some pointless hardcoded backgroundsAndrew Dolgov
2025-05-09drop unused attributeAndrew Dolgov