Android-ExpandableTextView icon indicating copy to clipboard operation
Android-ExpandableTextView copied to clipboard

1.1.0

Open ryust opened this issue 7 years ago • 10 comments

Any idea when version 1.1.0 will be released? Or is the library dying off?

ryust avatar Feb 02 '18 23:02 ryust

Hi

the library isn't dead yet, but I'l have to admit I didn't put a lot of effort in it the last couple of months.

Which features are you mostly interested in?

Thanks!

Cliffus avatar Feb 03 '18 15:02 Cliffus

There were some issues I encountered. It would be good if ExpandableTextView extended AppCompatTextView, but I'm able to do without it. Also found out that the ellipse doesn't show if the text was made selectable so dynamically switching it on/off based on collapse state would help. My main problem is the inability to get the text to collapse once it has been expanded... thought that was corrected in 1.1.0 release.

ryust avatar Feb 03 '18 18:02 ryust

Thanks for your suggestions!

Can you make for each issue / feature request a ticket? I'll try to make some time to update this library to version 1.1.0.

Can you also provide me an example for the issue where the textview doesn't collapse anymore. Thanks a bunch!

Cliffus avatar Feb 04 '18 14:02 Cliffus

Hi Ron

Did you already find some time to make some example code so I can reproduce and fix your issue?

Thanks a lot! Cliff

Cliffus avatar Feb 20 '18 18:02 Cliffus

No, I just set my app to not collapse the text once it was expanded.

ryust avatar Feb 20 '18 21:02 ryust

can you than maybe share some code with me, so I can investigate this issue?

Cliffus avatar Feb 21 '18 06:02 Cliffus

Sorry, but I don't have a simple test case. The code is part of a larger framework so there's nothing easily shareable. I gave up trying to figure it out.

ryust avatar Feb 21 '18 14:02 ryust

Hi Ron

I understand you can't share code of your clients project, but can you at least say in which ViewGroup / layout setup you are using the ExpandableTextView?

I would appreciate it a lot!

Cliffus avatar Feb 22 '18 06:02 Cliffus

It's immediate parent is a vertical LinearLayout... which is in a TableView... which is in another vertical LinearLayout. Maybe the TableView is a culprit?

ryust avatar Feb 22 '18 15:02 ryust

thanks for the information! I'll take a look at it

Cliffus avatar Feb 27 '18 07:02 Cliffus