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 803 forks source link

Invoke Tasker actions from SL4A #137

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

Tasker defines an intent interface to allow external programs to invoke Tasker 
actions. SL4A isn't able to take advantage of that interface now.

This capability would enhance the capabilities of Tasker by providing access to 
some of the amazing functionality implemented in Python modules. See this link, 
for example: http://wiki.python.org/moin/UsefulModules

The ability to invoke Tasker actions from SL4A would make it possible to 
develop a library of scripts that Tasker users could invoke to accomplish 
things that are not otherwise possible in Tasker.

Original issue reported on code.google.com by dch...@gmail.com on 6 Sep 2011 at 12:43

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

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

This is a duplicate of issue 473

Original comment by barbaraj...@gmail.com on 23 Mar 2012 at 1:15