| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-23 | Improve blockquote styling on phones | Andrew Gaul | |
| Previously this only used a transparent margin to indicate quoted text. This was hard to read on narrow phones. Instead use a solid bar on the left without any margin. This preserves more of the viewport for text, particularly for nested blockquotes. | |||
| 2023-10-05 | lint issues, use Feed.getSpecialFeedTitleById in one more place | Andrew Dolgov | |
| 2023-10-05 | * code cleanup | Andrew Dolgov | |
| * fix some lint issues | |||
| 2023-10-04 | add todo item | Andrew Dolgov | |
| 2023-10-04 | allow selecting which feed to open on startup | Andrew Dolgov | |
| 2023-06-04 | * add option to disable update checks | Andrew Dolgov | |
| * set uniform ttrss_url_summary pointing to example.com * minor UI tweaks * bump versioncode | |||
| 2023-05-21 | Use configured font size (reading) for host field | defkev | |
| 2023-05-21 | Use site_url instead of comments_link | defkev | |
| requires tt-rss API 21+ | |||
| 2023-05-20 | Add hostname of link to article fragment | defkev | |
| * only if link hostname differs from comment_link hostname * omit www. prefix if present | |||
| 2022-09-12 | Use numeric instead of percentage line-height, opt out header from line ↵ | Vivianne Langdon | |
| height and justify | |||
| 2022-06-12 | fix quoting in a string literal caused by the PR | Andrew Dolgov | |
| 2022-06-12 | Fix RTL content direction in article view. | hoboci54 | |
| speical thanks to @ebraminio | |||
| 2022-06-07 | also remove openUnlockUrl() | Andrew Dolgov | |
| 2022-06-07 | remove all trial/unlock related code | Andrew Dolgov | |
| 2021-10-07 | Avoid double brace initialization | Andrew Gaul | |
| This can cause memory leaks: https://errorprone.info/bugpattern/DoubleBraceInitialization Found via error-prone. | |||
| 2021-07-13 | disable unlock menu item on build flavor where trial stuff is disabled | Andrew Dolgov | |
| 2021-05-18 | support custom article sorting (i.e. scored_oldest_first) | Andrew Dolgov | |
| 2021-05-18 | wip, start dealing with custom sort types | Andrew Dolgov | |
| 2021-04-03 | Add keyboard shortcuts for open URL and refresh | Andrew Gaul | |
| 2021-03-28 | Merge 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-28 | Prefer StringBuilder over StringBuffer | Andrew Gaul | |
| The former requires unneeded synchronization. Found via error-prone. | |||
| 2021-03-28 | Add some keyboard shortcuts | Andrew Gaul | |
| Handle left, right, escape, and unread keyboard shortcuts. | |||
| 2021-03-12 | fdroid: add update checker | Andrew Dolgov | |
| 2021-03-08 | add support for article score in the UI | Andrew Dolgov | |
| 2021-02-12 | Remove unintentional uses of bitwise and | Andrew Gaul | |
| Found via error-prone. | |||
| 2021-02-12 | Include year when article is older than 6 months | Andrew Gaul | |
| Improperly configured feeds can resurrect old articles. Matches ArticleFragment behavior. | |||
| 2021-01-31 | Make some inner classes static | Andrew 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 completed | Andrew Dolgov | |
| 2020-12-16 | externalize hardcoded string | Andrew Dolgov | |
| 2020-12-16 | allow sharing both image bitmap and image URL from gallery, webview context ↵ | Andrew Dolgov | |
| menu, etc | |||
| 2020-12-07 | support receiving kind of flavor image/stream via API | Andrew Dolgov | |
| 2020-10-08 | remove viewpagerindicator | Andrew Dolgov | |
| 2020-10-03 | remove preference to disable webview acceleration | Andrew Dolgov | |
| 2020-10-03 | remove confirm catchup preference (force on) | Andrew Dolgov | |
| 2020-10-03 | show extended catchup dialog on api 15+ | Andrew Dolgov | |
| 2020-10-03 | detail activity: always hide sidebar in portrait | Andrew Dolgov | |
| 2020-10-03 | move fab to activity view out of specific fragments | Andrew Dolgov | |
| 2020-10-02 | remove unused offline headlines fab, etc | Andrew Dolgov | |
| 2020-10-02 | fix headlines fab | Andrew Dolgov | |
| 2020-10-02 | use coordinator layout / appbarlayout to deal with collapsing toolbars and ↵ | Andrew Dolgov | |
| article header | |||
| 2020-10-01 | prevent media autoplay in detail view | Andrew Dolgov | |
| 2020-06-01 | add an option to force phone layout on tablet devices | Andrew Dolgov | |
| 2020-05-13 | set proper user agent for API requests (instead of just okhttp3) | Andrew Dolgov | |
| 2020-04-30 | rework ApiRequest/ApiLoader to use okhttp3; remove duplicated code | Andrew Dolgov | |
| 2019-11-30 | exp: add default credentials for pre-launch report (only for google build) | Andrew Dolgov | |
| 2019-11-29 | remove deprecated MODE_NIGHT_AUTO_TIME | Andrew Dolgov | |
| check for night mode using resources instead of theme name | |||
| 2019-11-28 | support MODE_NIGHT_FOLLOW_SYSTEM | Andrew Dolgov | |
| 2019-11-28 | set local night mode properly | Andrew Dolgov | |
| 2019-11-28 | use Theme.DayNight and values-night to implement light/dark theme | Andrew Dolgov | |
| GalleryActivity: add all checked images together to prevent pager desync | |||
| 2019-10-30 | add option to force downsampling images on all connections | Andrew Dolgov | |