ubergeek42 / weechat-android

Simple Weechat-Relay Android Client
524 stars 103 forks source link

Allow drag n drop & fix a few issues with file sharing #572

Closed oakkitten closed 9 months ago

oakkitten commented 10 months ago

See individual commits.

For drag n drop, the entire buffer fragment acts like a drop target.

I'm not sure whether or not we need drag-n-drop indicators, like the ones you see in Gmail. One one hand, we normally only show a single buffer. On the other, it might be somewhat useful to indicate that the buffer list or the title bar are not targets for dropping files. I decided to not do any indicators because I am lazy and who even drags and drops files on Android anyway.

oakkitten commented 9 months ago

Please review, paying attention to the last commit. Coroutines can be deceiving