Nik Clayton

Results 170 comments of Nik Clayton

Release notes say "Users of ViewPager2 must update to at least 1.1.0-beta02 when updating to this version of RecyclerView to avoid crashes.", and we're still on 1.0.0, so holding off...

I haven't tested this yet, but I've just observed the following: 1. `item_status.xml` (and related layouts) have a `R.id.status_info` view at the top, which is where the "X boosted" message...

@Lakoja Can you take a look at https://github.com/Lakoja/Tusky/pull/4, and see if you want to merge that in to this PR? I figured that was easier than more back-and-forth. You'll want...

> > Some quick screenshots: > > > WDYT? > > I find the lines with two information quite hard to parse visually. (thus) I still wouldn't present two informations...

Here's the latest variant (I'm still waiting for a self-boost to cross my timeline). ## Replying to themselves ![image](https://github.com/tuskyapp/Tusky/assets/773100/22b7a58e-2fde-4de4-adbe-611e17468c20)

Some of https://github.com/tuskyapp/Tusky/issues/3883 is relevant to this as well. There's one, possibly two additional values that can be included in the status_info, but they're mutually exclusive with the others (I...

> Draft because the TODO count is still too high: Architecture decisions, feature decisions or at least "this is fine for now" decisions. Can you describe those separately to the...

In this example: - The headline is truncated - The URL is duplicated from the status body (and is also truncated) Proposed change: - Allow headlines to span at least...

In this example: - The headline is truncated again - The image doesn't seem to be conveying any useful information - It's in a different location to the image in...

Unfortunately I'm not sure there's a workaround that library developers can use (if they use reflection anywhere). AIUI, and to use Retrofit as an example, in something like this (using...