Qksms: Copy partial text

Created on 30 Apr 2018  路  8Comments  路  Source: moezbhatti/qksms

Instead of needing to copy an entire message, you should be able to just copy the part that you want

enhancement

All 8 comments

android:textIsSelectable attribute to message body view should do the trick but those text view seems to forward their touch event to the root layout they are in

Unfortunately it's not quite so simple, because long-pressing the message is currently how you access multi-select. So all of that will need to be reworked

Since the root view already has the OnLongClickListener , with forwardTouches(view) disabled, the multiselect works when touch is anywhere outside the message body( with the root view), which is an appreciable area.

_P.S.:I had been playing around with these changes for last few days, and no regressions were observed_

Hmm interesting, I hadn't thought about leaving the hold-for-multiselect. Although I think it might be a bit confusing if you have to hold outside of the message in order to select it

I was thinking of implementing #1277 at the same time as this, as a solution to that problem

Finally working on this! Tracking progress in https://github.com/moezbhatti/qksms/tree/partial-copy

Hats off the the amazing work. Really like the new implementation, but I cam across an issue where a third tab in the meaasge body ( first one opens the options, second dismissses it) doesn't show the options, but I can select the text, is this intentional ?

That's on my to-do list, this is still a WIP!

I'll let you know when it's closer to being ready - probably later this week

Was this page helpful?
0 / 5 - 0 ratings

Related issues

moezbhatti picture moezbhatti  路  4Comments

xavihernandez picture xavihernandez  路  4Comments

fredcooke picture fredcooke  路  4Comments

pkabrahamsen picture pkabrahamsen  路  5Comments

gabkomarnicki picture gabkomarnicki  路  4Comments