vanita5 / twittnuker

Android 4.0+ Twitter Client
http://twittnuker.org
GNU General Public License v3.0
121 stars 24 forks source link

"Load More" should put the oldest tweet where you're looking #48

Closed IBBoard closed 9 years ago

IBBoard commented 9 years ago

If I have a "Load More" button in the middle of my feed, because I've had a gap, and I click it then TwittNuker currently loads everything in the gap, but it leaves me looking at the latest of the new posts. That means that I need to keep scrolling down until I find the tweets that I'd just been reading as I read up my timeline (forward in time, chronologically). It'd be more useful if TwittNuker could put the oldest tweet where I'm looking, and push all of the newer tweets above it.

As a quick ASCII example.

Before:

|       …      |
+--------------+
|   Tweet 20   |
+--------------+
|  Load More   |
+--------------+
|  Tweet 200   |
+--------------+
|       …      |

After press:

|       …      |
+--------------+
|   Tweet 20   |
+--------------+
|   Tweet 21   |
+--------------+
|   Tweet 22   |
+--------------+
|       …      |

What would be more useful:

|       …      |
+--------------+
|   Tweet 198  |
+--------------+
|  Tweet 199   |
+--------------+
|  Tweet 200   |
+--------------+
|       …      |

Relevant settings (that I know of):

vanita5 commented 9 years ago

Try enabling "Load more from top", this is exactly what you need :)

If you use the latest debug build, this option is now called "Read from bottom", which explains this option a bit better.

IBBoard commented 9 years ago

Sorry, I completely misread that option. I thought that was an "I'm an oddball who wants their newest tweets at the bottom, so that I have to keep scrolling down, rather than having new content at the top"!

(For reference, it is under "Content" settings)

vanita5 commented 9 years ago

Alright!