damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 804 forks source link

option to run the interpreter from the named app #226

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:27

Hi,

I just installed SL4A on the emulator. I see that unlike the older ASE r25(?) I 
tried before, each interpreter gets its own apk and an app which is responsible 
for installing/removing the interpreter.

I know this is a cosmetic issue, but having an app in "spamming" your 
Applications list for each of the interpreters is not a nice thing. Could these 
"interpreter app"s be made optional (and their functionality folded back into 
the SL4A app as they used to be in ASE)? If not, could they at least offer some 
more functionality than just install/uninstall? For example, a run button which 
will run the actual named interpreter for you?

Thanks.

Original issue reported on code.google.com by erk...@gmail.com on 11 Aug 2010 at 12:54

Copied from original issue: damonkohler/android-scripting#394