summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/util
AgeCommit message (Expand)Author
2025-05-21add editorconfig and reformat code accordinglyAndrew Dolgov
2025-05-20move active article handling to model, optimize importsAndrew Dolgov
2025-05-18fix score not handled in areContentsTheSame, add selective updates to headlin...Andrew Dolgov
2025-05-14refactor to more consistent naming, allow observing articlelist changes and u...Andrew Dolgov
2025-05-14account for selected status with diffing articles, trigger selection change e...Andrew Dolgov
2025-05-14drop diffutil callbackAndrew Dolgov
2025-05-14switch to asyncdiff implementation of pager adapterAndrew Dolgov
2025-05-14switch to recycler listview/submitlistAndrew Dolgov
2025-05-14lazy loading and item diff related tweaksAndrew Dolgov
2025-05-13fix case for diffutil callbackAndrew Dolgov
2025-05-13drop headlinesrequestAndrew Dolgov
2025-05-13move diffutil callback to an external fileAndrew Dolgov
2025-05-12remove articles field from headlines fragmentAndrew Dolgov
2025-05-12- rename 'selected' views to 'active'Andrew Dolgov
2025-05-12better deal with footer/no-footer discrepancy between master & detail activit...Andrew Dolgov
2025-05-12drop unused recycler adapter with headers, minor cleanup of other stuffAndrew Dolgov
2025-05-11run a bunch of android studio batch inspectionsAndrew Dolgov
2025-05-11switch to androidx preferencemanagerAndrew Dolgov
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
2025-05-11optimize importsAndrew Dolgov
2025-05-11drop offline modeAndrew Dolgov
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-09switch to androidx preference stuffAndrew Dolgov
2025-05-06adjust some dynamic icons and article toolbar paddingAndrew Dolgov
2025-05-06reimport most material icons as uptodate vector resourcesAndrew Dolgov
2024-12-05fix PendingIntent without flags in small widget provider, unwrap some unneces...Andrew Dolgov
2024-11-28required fixes to bump target SDK to 31 / minimum SDK to 24Andrew Dolgov
2021-10-07Avoid double brace initializationAndrew Gaul
2021-03-28Prefer StringBuilder over StringBufferAndrew Gaul
2020-10-03move fab to activity view out of specific fragmentsAndrew Dolgov
2020-10-02fix headlines fabAndrew Dolgov
2020-10-02use coordinator layout / appbarlayout to deal with collapsing toolbars and a...Andrew Dolgov
2019-02-08migrate from android support library to androidxAndrew Dolgov
2018-07-11simplify requests to update widgetAndrew Dolgov
2018-03-12use two common notification channels instead of separate onesAndrew Dolgov
2018-03-12implement notification channels for sdk 26Andrew Dolgov
2017-11-02do not switch offline if no articles were downloadedAndrew Dolgov
2017-11-01offline: properly track and sync back modification of all relevant fields (un...Andrew Dolgov
2017-10-31image cache service: show progressbar in notificationAndrew Dolgov
2017-10-31offline success notification: set defaultsAndrew Dolgov
2017-10-31offline: support caching (and displaying) video contentAndrew Dolgov
2017-10-31allow canceling imagecacheservice / offlinedownloadserviceAndrew Dolgov
2017-10-31remove offline success snackbar and now useless success broadcastAndrew Dolgov
2017-10-31use high priority notification for offline success resultAndrew Dolgov
2017-10-30do not use alertdialog to switch offline, use snackbar insteadAndrew Dolgov
2017-10-30set notification on offline download success in case our application is in ba...Andrew Dolgov
2017-10-30set notification on offline download success in case our application is in ba...Andrew Dolgov
2017-06-05use special article entries instead of footers because footers in this implem...Andrew Dolgov
2017-06-05move glide-related stuff to a separate packageAndrew Dolgov