HellerCommaA / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Add MIME type handlers for scripts #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

While scan in QRCode as url format, fetch the remote file and save as a script.

It could detour the limit of QRCode content size.

Original issue reported on code.google.com by gasolin on 19 Aug 2009 at 2:28

GoogleCodeExporter commented 9 years ago

Original comment by damonkoh...@gmail.com on 19 Aug 2009 at 9:12

GoogleCodeExporter commented 9 years ago
It took me a while to parse this, so I'm trying to rephrase it....

Sharing small scripts works well with QR Code.

But if the script is too big, it would be nice to have a convention that allows
putting just a URL to the full source code in the QR Code, and having ASE 
follow the
link and grab the code from there.

Original comment by neal...@gmail.com on 24 Aug 2009 at 10:43