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.43k stars 800 forks source link

Add Sleep support #106

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

I made Sleep Interpreter from Sleep(v2.1) http://sleep.dashnine.org/
It can access to SL4A APIs.
If this would be accepted I will attach the source zip on here for commits.

Anyway,here is the .apk for Sleep users.
The extension would be ".sl".
Don't use the Add "Sleep" menu of SL4A because it might crash.
Create sleep(.sl) script from other editors or rename other languages script 
files extension.
eg. "name.pl" change it to "name.sl"

This is the hello_world.sl sample script.

import com.googlecode.rpc.*;
$droid = [new Android];
[$droid call : "makeToast","Hello, Android!"];

Original issue reported on code.google.com by tomcatalbino on 10 Mar 2012 at 6:11

Attachments:

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

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

Sl4a_r5x07 fixes the crashing problem.

Original comment by rjmatthews62 on 28 Mar 2012 at 2:33

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

Thanks for the information Robbie.

Original comment by tomcatalbino on 9 Apr 2012 at 10:13

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

I will attach the interpreter sources zip for incase commits.
This zip file includes the required change to support sleep.

Original comment by tomcatalbino on 9 Apr 2012 at 10:18

Attachments:

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

To Robbie

If Sleep is going to be support officialy I recommend to change the download 
path in "SleepDescriptor.java" like the other languages.

Original comment by tomcatalbino on 9 Apr 2012 at 10:39

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

Now the apk can be download from

http://code.google.com/p/sleep-for-android/

Original comment by tomcatalbino on 28 Jun 2012 at 11:37