goto-dev-null / callisto-app

Callisto is a fan-made app for the content produced by Jupiter Broadcasting, a podcast network that delivers a variety of excellent shows with a thriving communtiy built around it.
Other
8 stars 3 forks source link

IRC Scrolling not functioning properly #42

Closed Nogal closed 11 years ago

Nogal commented 11 years ago

What steps will reproduce the problem?

Open app
Log in to IRC
Obtain a substantial amount of log of text
Scroll up, Scroll back down, Test new text in the log.

What is the expected output? What do you see instead?

expected: Log scrolls with new incoming/outgoing text
see: log remains at last scroll point

What version of Callisto are you using? What device? What version of Android?

0.8 Protostar
Android 4.0.4
goto-dev-null commented 11 years ago

I am 90% sure that this is solved.

I re-wrote the way that the chat is handled, using a ListView with many different rows, instead of one giant TextView. The benefits should be better at resources, immediately reacts to change in color preferences, and (best of all) should auto-scroll when the user is scrolled at the bottom, and does not otherwise.