summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/ArticlePager.java
AgeCommit message (Expand)Author
2025-05-21add editorconfig and reformat code accordinglyAndrew 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-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-20move active article handling to model, optimize importsAndrew Dolgov
2025-05-16update subscribe activity a bit, change it to use common feed objectAndrew 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
2025-05-14drop diffutil callbackAndrew Dolgov
2025-05-14wip implementation of viewmodel/executor/livedata headlinesAndrew Dolgov
2025-05-14make pager adapter staticAndrew Dolgov
2025-05-14switch to asyncdiff implementation of pager adapterAndrew Dolgov
2025-05-13use diffutil to sync articlepager to shared article list on headlines loadAndrew Dolgov
2025-05-13optimize importsAndrew Dolgov
2025-05-13better deal with headlines not refreshing in masteractivity when going back f...Andrew Dolgov
2025-05-13notify specific item changed when editing noteAndrew Dolgov
2025-05-13bind pager adapter to its parent fragment when created (instead of an activity)Andrew Dolgov
2025-05-13fix lazy load not working if catchup on scroll is disabledAndrew Dolgov
2025-05-13cleanup refresh code from article pager, drop uri preload stuffAndrew Dolgov
2025-05-13prevent loader from triggering callbacks twice, cleanupAndrew Dolgov
2025-05-12experimental headlines loader with diffutilAndrew Dolgov
2025-05-12- rename 'selected' views to 'active'Andrew Dolgov
2025-05-12drop unused recycler adapter with headers, minor cleanup of other stuffAndrew Dolgov
2025-05-11run a few more inspectionsAndrew 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-11set active article without animation when pager is instantiatedAndrew Dolgov
2025-05-11add bottombar to tablet layout and fix several invalid casts to viewpager1Andrew Dolgov
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-07attempt to simplify article view a bitAndrew Dolgov
2025-05-06drop some custom colors, replace with material3 theme stock; some tabletAndrew Dolgov
2025-05-06drop annotation-based save handling and go back to stone-age vanilla methodsAndrew Dolgov
2025-05-05replace unmaintained icepick with unmaintained Android-State :(Andrew Dolgov
2021-10-07Avoid double brace initializationAndrew Gaul
2020-10-08remove viewpagerindicatorAndrew Dolgov
2019-10-30add option to force downsampling images on all connectionsAndrew Dolgov
2019-08-15resize to shortest screen dimension instead of widthAndrew Dolgov
2019-08-12add prefs options for image downsamplingAndrew Dolgov
2019-08-12add resize_enabled/resize_width to headline requestsAndrew Dolgov
2019-08-12use correct default values for headlines_request_sizeAndrew Dolgov
2019-08-12make HEADLINES_REQUEST_SIZE into a configurable preference to speed things up...Andrew Dolgov
2019-02-08migrate from android support library to androidxAndrew Dolgov
2019-01-14WIP: ask backend to resize images to screen widthAndrew Dolgov
2018-04-09pager: check if bundle is not null in saveState()Andrew Dolgov
2018-04-04add workaround for FragmentStatePagerAdapter causing bundler exception, thank...Andrew Dolgov
2018-03-08minor fixes to previous, add base fragment which uses bridge to save stateAndrew Dolgov