summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org
AgeCommit message (Expand)Author
2023-10-05lint issues, use Feed.getSpecialFeedTitleById in one more placeAndrew Dolgov
2023-10-05 * code cleanupAndrew Dolgov
2023-10-04add todo item7fb361b9Andrew Dolgov
2023-10-04allow selecting which feed to open on startupAndrew Dolgov
2023-06-04 * add option to disable update checks9faf01bbAndrew Dolgov
2023-05-21Use configured font size (reading) for host fielddefkev
2023-05-21Use site_url instead of comments_linkdefkev
2023-05-20Add hostname of link to article fragmentdefkev
2022-09-12Use numeric instead of percentage line-height, opt out header from line heigh...Vivianne Langdon
2022-06-12fix quoting in a string literal caused by the PRAndrew Dolgov
2022-06-12Fix RTL content direction in article view.hoboci54
2022-06-07also remove openUnlockUrl()Andrew Dolgov
2022-06-07remove all trial/unlock related codeAndrew Dolgov
2021-10-07Avoid double brace initializationAndrew Gaul
2021-07-13disable unlock menu item on build flavor where trial stuff is disabledAndrew Dolgov
2021-05-18support custom article sorting (i.e. scored_oldest_first)Andrew Dolgov
2021-05-18wip, start dealing with custom sort typesAndrew Dolgov
2021-04-03Add keyboard shortcuts for open URL and refreshAndrew Gaul
2021-03-28Merge pull request 'Add some keyboard shortcuts' (#4) from gaul/tt-rss-androi...fox
2021-03-28Prefer StringBuilder over StringBufferAndrew Gaul
2021-03-28Add some keyboard shortcutsAndrew Gaul
2021-03-12fdroid: add update checkerAndrew Dolgov
2021-03-08add support for article score in the UIAndrew Dolgov
2021-02-12Remove unintentional uses of bitwise andAndrew Gaul
2021-02-12Include year when article is older than 6 monthsAndrew Gaul
2021-01-31Make some inner classes staticAndrew Gaul
2021-01-18 catchupFeed: try to refresh after request has completedAndrew Dolgov
2020-12-16externalize hardcoded stringAndrew Dolgov
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-08remove viewpagerindicatorAndrew Dolgov
2020-10-03remove preference to disable webview accelerationAndrew Dolgov
2020-10-03remove confirm catchup preference (force on)Andrew Dolgov
2020-10-03show extended catchup dialog on api 15+Andrew Dolgov
2020-10-03detail activity: always hide sidebar in portraitAndrew 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-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