summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java
AgeCommit message (Expand)Author
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-10-01prevent media autoplay in detail viewAndrew Dolgov
2020-06-01add an option to force phone layout on tablet devicesAndrew Dolgov
2020-05-13set proper user agent for API requests (instead of just okhttp3)Andrew Dolgov
2020-04-30rework ApiRequest/ApiLoader to use okhttp3; remove duplicated codeAndrew Dolgov
2019-11-30exp: add default credentials for pre-launch report (only for google build)Andrew Dolgov
2019-11-29remove deprecated MODE_NIGHT_AUTO_TIMEAndrew Dolgov
2019-11-28support MODE_NIGHT_FOLLOW_SYSTEMAndrew Dolgov
2019-11-28set local night mode properlyAndrew Dolgov
2019-11-28use Theme.DayNight and values-night to implement light/dark themeAndrew 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-15if previous workarounds fail, push passed first image to galleryAndrew Dolgov
2019-08-15support flavor_image/flavor_stream supplied via APIAndrew Dolgov
2019-08-14collectMediaInfo: prefer article content to enclosuresAndrew 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-06-27- Added a new preference "Always open external links" that changes the defaul...Jean-François Turcotte
2019-03-06feeds fragment: sort labels alphabeticallyAndrew 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-12-30Show page title when using custom tabsMichael Kuhn
2018-12-21some more localized stringsAndrew Dolgov
2018-12-21update RU localeAndrew Dolgov
2018-12-21use correct icon for all articlesAndrew Dolgov
2018-12-21use correct icon for recently read feedAndrew Dolgov
2018-12-21disable create shortcut context menu on oreo; not supportedAndrew Dolgov
2018-12-21update icons to better fit material design guidelines; remove unused iconsAndrew Dolgov
2018-12-21localize special category feed titlesAndrew Dolgov
2018-12-21remove feed comparator debugAndrew Dolgov
2018-12-21add app launcher shortcuts, with associated iconsAndrew Dolgov
2018-12-21tweak icon; remove ACRAAndrew Dolgov
2018-12-10add amber themeAndrew Dolgov
2018-09-27headlines: prevent embedding of square and landscape images under headerAndrew Dolgov
2018-09-27gradle and dependency updates for android studio 3.2Andrew Dolgov
2018-09-25headlines hack: increase height of auto mark as read footer for fullscreen de...Andrew Dolgov
2018-07-13add simple logcat viewerAndrew Dolgov
2018-07-13Merge branch 'master' of git.fakecake.org:tt-rss-androidAndrew Dolgov
2018-07-13offline: limit setting mixed content mode to API21+Andrew Dolgov
2018-07-11simplify requests to update widgetAndrew Dolgov
2018-07-10abort widget service early if there's no widgets to updateAndrew Dolgov
2018-07-10only update widget in onReceive if received proper intentAndrew Dolgov
2018-07-10rework widget to update without broadcasts which are now suddenly badAndrew Dolgov
2018-07-10update previous a bitAndrew Dolgov