Wilm0r / giggity

Generic Android conference schedule viewer
https://gaa.st/giggity
GNU General Public License v2.0
100 stars 104 forks source link

Conference hashtag for sharing on Twitter #156

Open zuphilip opened 4 years ago

zuphilip commented 4 years ago

Would it be possible to save the conference hashtag and then use it for sharing via twitter? However, currently these text is using the whole abstract which will almost certainly be too many characters. Thus, one would also need to restrict this. Any hint where this is handled in the code?

Wilm0r commented 4 years ago

That’s a cool idea. See EventDialog.

zuphilip commented 4 years ago

Hm... I see that the description is added in the first line of these code

https://github.com/Wilm0r/giggity/blob/d16ad894aaf4193861a9323c5f609b88474eeaca/app/src/main/java/net/gaast/giggity/EventDialog.java#L320-L325

However, then the same t is used for all share via services in the last line above. I don't see how to tweak that such that different text with/without hashtag is used for different services. Any ideas?