summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org
AgeCommit message (Expand)Author
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
2018-07-10fix workaround for widget crashing on API 27+ because of service restrictionsAndrew Dolgov
2018-07-10disable settings reveal animation because it screws with preferencefragment l...Andrew Dolgov
2018-07-10move preference click/build info stuff into onCreateAndrew Dolgov
2018-07-09split network-related preferences to a separate screenAndrew Dolgov
2018-07-06do not check trial in fdroid buildsAndrew Dolgov
2018-07-06Fix headline reqeust will be sent multi times.bluesky139
2018-05-10Show year instead of time for old articlesGeorg Lukas
2018-05-04article fragment: bail out if m_article is null oncreateview (remove check fo...Andrew Dolgov
2018-05-04force render article content synchronously because chrome 66 is brokenAndrew Dolgov
2018-05-04additional stuff for widget startforeground hackAndrew Dolgov
2018-05-03fix gallery view not opening properly for attachmentsAndrew Dolgov
2018-05-03add workaround for android 8.0 disallowing starting services in backgroundAndrew Dolgov
2018-05-03article: use attachments first when looking for headline imageAndrew Dolgov
2018-04-09pager: check if bundle is not null in saveState()Andrew Dolgov