tasomaniac / OpenLinkWith

Open the current webpage you have in another app. Magic! 🔮
https://play.google.com/store/apps/details?id=com.tasomaniac.openwith
Apache License 2.0
393 stars 33 forks source link

New feature: Unshorten links #28

Closed tasomaniac closed 7 years ago

tasomaniac commented 7 years ago

Wow, what a feature. It was a crazy work with lots of refactorings.

I basically refactored everything. All the AOSP code I didn't understand, I pushed them into classes to encapsulate them. The rest is much more clear now. Activity has less logic inside. Less boolean fields.

Also now we have a super cool feature where we unshorten links if we are offering nothing but only browsers.

Fixes #27