summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/HeadlinesFragment.java
AgeCommit message (Expand)Author
2021-10-07Avoid double brace initializationAndrew Gaul
2021-03-08add support for article score in the UIAndrew Dolgov
2021-02-12Include year when article is older than 6 monthsAndrew Gaul
2020-12-16allow sharing both image bitmap and image URL from gallery, webview context m...Andrew Dolgov
2020-12-07support receiving kind of flavor image/stream via APIAndrew Dolgov
2020-10-03remove confirm catchup preference (force on)Andrew Dolgov
2020-10-03move fab to activity view out of specific fragmentsAndrew Dolgov
2020-10-02remove unused offline headlines fab, etcAndrew Dolgov
2020-10-02fix headlines fabAndrew Dolgov
2020-10-02use coordinator layout / appbarlayout to deal with collapsing toolbars and a...Andrew Dolgov
2020-06-01add an option to force phone layout on tablet devicesAndrew 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-15support flavor_image/flavor_stream supplied via APIAndrew Dolgov
2019-08-12add prefs options for image downsamplingAndrew Dolgov
2019-08-12add resize_enabled/resize_width to headline requestsAndrew Dolgov
2019-08-12add option to show headline images on wifi onlyAndrew 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
2019-01-14glide: enable transformationsAndrew Dolgov
2018-09-27headlines: prevent embedding of square and landscape images under headerAndrew Dolgov
2018-09-25headlines hack: increase height of auto mark as read footer for fullscreen de...Andrew Dolgov
2018-07-06Fix headline reqeust will be sent multi times.bluesky139
2018-05-03fix gallery view not opening properly for attachmentsAndrew Dolgov
2018-03-15article fragment: add UI element to select attachmentsAndrew Dolgov
2018-03-15add attachments button for headlines fragmentAndrew Dolgov
2018-03-12add some hacky workarounds for bridge library inability to restore state if m...Andrew Dolgov
2018-03-08common fragments: use icepick/bridgeAndrew Dolgov
2017-11-03add some WIP glide clear memory placebo (?) code which might help with OOMs o...Andrew Dolgov
2017-10-31only combine headline flavor image and header on small devicesAndrew Dolgov
2017-10-31offline: support mini thumbnails in textdrawableAndrew Dolgov
2017-10-31headlines image stuff: catch OOM on image loadAndrew Dolgov
2017-06-11reduce flavor image size requirements to pre-update valuesAndrew Dolgov
2017-06-08headlines: in onContextItemSelected check if adapter context menu info is thereAndrew Dolgov
2017-06-07fix getSwipeDirs working incorrectly, d uhAndrew Dolgov
2017-06-06article pager: support no-append refresh, use top changed snackbar similar to...Andrew Dolgov
2017-06-06headlines fragment: inject footer on setarticles()Andrew Dolgov
2017-06-06disable lazy load on error response to prevent repeating requests in headline...Andrew Dolgov
2017-06-06bandaid fix for new-style list footer management causing crashes on tablets i...Andrew Dolgov
2017-06-06disable headlines list animation (glitchy when scrolling sometimes)Andrew Dolgov
2017-06-05onscroll: do not show/hide actionbar all the timeAndrew Dolgov
2017-06-05only resize footer to screen height if AMR is enabledAndrew Dolgov
2017-06-05rework article pager lazyload to be more similar to how headlines fragment do...Andrew Dolgov
2017-06-05use special article entries instead of footers because footers in this implem...Andrew Dolgov
2017-06-05set flavor image height to wrap_content when loading finishedAndrew Dolgov
2017-06-05support changing single item on few more article menu actionsAndrew Dolgov
2017-06-05remove gettag/settag hacksAndrew Dolgov
2017-06-05add workaround for listview jumping on image re/loadAndrew Dolgov