summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java
AgeCommit message (Collapse)Author
2022-09-12Use numeric instead of percentage line-height, opt out header from line ↵Vivianne Langdon
height and justify
2022-06-12fix quoting in a string literal caused by the PRAndrew Dolgov
2022-06-12Fix RTL content direction in article view.hoboci54
speical thanks to @ebraminio
2022-06-07also remove openUnlockUrl()Andrew Dolgov
2022-06-07remove all trial/unlock related codeAndrew Dolgov
2021-10-07Avoid double brace initializationAndrew Gaul
This can cause memory leaks: https://errorprone.info/bugpattern/DoubleBraceInitialization Found via error-prone.
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 ↵fox
gaul/tt-rss-android:keyboard into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss-android/pulls/4
2021-03-28Prefer StringBuilder over StringBufferAndrew Gaul
The former requires unneeded synchronization. Found via error-prone.
2021-03-28Add some keyboard shortcutsAndrew Gaul
Handle left, right, escape, and unread keyboard shortcuts.
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
Found via error-prone.
2021-02-12Include year when article is older than 6 monthsAndrew Gaul
Improperly configured feeds can resurrect old articles. Matches ArticleFragment behavior.
2021-01-31Make some inner classes staticAndrew Gaul
This avoids an implicit this field and can help GC. Found via error-prone.
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 ↵Andrew Dolgov
menu, etc
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 ↵Andrew Dolgov
article header
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
check for night mode using resources instead of theme name
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
GalleryActivity: add all checked images together to prevent pager desync
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
prevent GalleryActivity lockup if flavor image is not found
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 ↵Andrew Dolgov
up on slow connections