rignaneseleo / SlimSocial-for-Facebook

Light version of Facebook. Light both in the weight and in the use.
GNU General Public License v2.0
378 stars 74 forks source link

Added handler for mbasic facebook links, made MessageActivity pass co… #71

Closed SteveParson closed 5 years ago

SteveParson commented 6 years ago

Issue #65 is the result of Facebook passing in a URL with the mbasic.facebook.com subdomain. Also attached to this pull request is a fix for another issue that is not yet reported.

The other issue is that while a user is inside of MessageActivity, they can click a link (like a user's name) that should refer them back to MainActivity. This doesn't happen because there is no parser set up to handle this. I believe this should address that issue as well, and I have tested it.

rignaneseleo commented 5 years ago

Thank you for this. I like it! :)

SteveParson commented 5 years ago

You're welcome. Thanks for the great app!