Sam Leatherdale

Results 11 comments of Sam Leatherdale

This project doesn't appear to be designed to work with perfect HTML though, it seems to be capable of taking crappy HTML from WYSIWYG editors and the like and covert...

> @SamLeatherdale did you ever find a workaround for this? I'm running in to the same issue It's been a while, but I believe I ran something like Cheerio over...

This could be helpful for Chrome Android as well. I know this library already has the Chrome Android native install option for when the browser prompts user for install, but...

Would you be against someone else publishing the app on Google Play? I have an active developer account and could keep it up to date, although I'm not sure how...

The recommendations in [Google's docs on Loading the Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/overview#js_api_loader_package) don't even recommend a script tag anymore, they recommend using the [@googlemaps/js-api-loader](https://www.npmjs.com/package/@googlemaps/js-api-loader) package.

Just letting you know that I've published a revived version of this app on [Google Play](https://play.google.com/store/apps/details?id=com.samleatherdale.openwith). Since it's a different APK, it has the same problem that @IzzySoft mentioned, which...

Right now, my version has no functional differences to the existing version on F-Droid. Once it does, I'm happy to publish it on GitHub as well 👍 But to be...

@IzzySoft OK, I've created a release with the latest version here: [v3.2.0](https://github.com/SamLeatherdale/OpenLinkWith/releases/tag/v3.2.0) Is that all I need to do from my end?

@tasomaniac wanted me to work on a fork, rather than taking over the original app, which would have required him to transfer signing keys to me, something which he was...

Yep, to fix this they need to include `suncalc.d.ts` in the `files` array: https://github.com/Hypnos3/suncalc3/blob/master/package.json#L47