pfpflwho / java-ide-droid

Automatically exported from code.google.com/p/java-ide-droid
0 stars 0 forks source link

Add support for opening text/x-beanshell files. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to add an intent filter to the main activity for 
text/x-beanshell files?   Just have it pre-populate the script path field when 
such an intent is received.  As best I can tell "text/x-beanshell" is the 
appropriate media type.

I don't know if many file managers translate the .bsh extension to this media 
type, but I did add it as a built-in-default to the latest beta release of "FX 
File Explorer" (search on market).  I believe other file managers also offer 
the ability to manually edit extension-to-media-type bindings

Original issue reported on code.google.com by tlieb...@gmail.com on 1 Sep 2011 at 10:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Support for the android.intent.VIEW action will be in the next release.

Tom

Original comment by tom.ar...@gmail.com on 9 Sep 2011 at 1:24

GoogleCodeExporter commented 9 years ago
Done in Version 1.2.0

Original comment by tom.ar...@gmail.com on 22 Sep 2011 at 7:08