summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org
AgeCommit message (Collapse)Author
2023-10-05lint issues, use Feed.getSpecialFeedTitleById in one more placeAndrew Dolgov
2023-10-05 * code cleanupAndrew Dolgov
* fix some lint issues
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 checks9faf01bbprotected/optional-update-checksoptional-update-checksAndrew Dolgov
* set uniform ttrss_url_summary pointing to example.com * minor UI tweaks * bump versioncode
2023-05-21Use configured font size (reading) for host fielddefkev
2023-05-21Use site_url instead of comments_linkdefkev
requires tt-rss API 21+
2023-05-20Add hostname of link to article fragmentdefkev
* only if link hostname differs from comment_link hostname * omit www. prefix if present
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