room-15 / ChatSE

An Android application for StackOverflow and StackExchange chat! Revived by Tristan Wiley, base app created by Anubian
Apache License 2.0
22 stars 18 forks source link

Integrate deep linking #29

Open TristanWiley opened 7 years ago

TristanWiley commented 7 years ago

Attempted to do this and ended up running into issues, I'll try again

Also should eventually work with #28 so we can open transcript links too.

chat.stackoverflow.com/rooms/ --> open chatroom

chat.stackoverflow.com/transcript --> Transcript

Same for StackExchange

UsernameInvalidException commented 7 years ago

We did this in Chat Exchange by extending WebView. You can look at our code if you want @TristanWiley

TristanWiley commented 7 years ago

Not talking about in the app, that I know how to do lol

Mauker1 commented 5 years ago

@TristanWiley is this still relevant?