Commit Graph

3317 Commits

Author SHA1 Message Date
jdf 3697fee5e9 Attempt to start with a clean adb environment, and to leave it clean at exit. 2010-02-28 01:43:08 +00:00
jdf ec2c792dc6 Kill the emulator on exit if we started it. 2010-02-28 01:42:43 +00:00
jdf 7a33f70e45 Turn off the old sketch before reloading it. 2010-02-28 01:42:04 +00:00
benfry bf8c91416e default preprocessor imports 2010-02-28 01:06:49 +00:00
benfry 40a1030286 fix createFont() for otf and ttf files 2010-02-28 00:24:42 +00:00
benfry 4b94804827 fix for default stroke cap and join 2010-02-27 23:54:39 +00:00
benfry 513c73a5b9 latest bundle, todo notes, etc 2010-02-27 22:05:15 +00:00
benfry ebf26ccb39 fix implementation of createGraphics() and arc() 2010-02-27 22:04:56 +00:00
benfry 7a7393dcce canvas.rotate() expects degrees 2010-02-27 20:18:35 +00:00
jdf d03cbea2d5 start the damned thread 2010-02-27 19:14:08 +00:00
jdf b813e6dabd Added debugging for bf emulator trouble 2010-02-27 19:13:19 +00:00
jdf 74add1680e more cleanup 2010-02-27 19:03:01 +00:00
jdf 94cb5e7efd cleaning up 2010-02-27 18:43:44 +00:00
jdf b57bec0cf8 Try to address Mac problem with emulator launch 2010-02-27 18:43:31 +00:00
benfry 858ce64d17 finishing up point() code 2010-02-27 18:08:25 +00:00
benfry c3a8f7a7e3 fix for using mask() under some circumstances 2010-02-27 18:07:48 +00:00
benfry c31b3f8058 fix point() for multiple sizes 2010-02-27 18:03:34 +00:00
benfry 5b12d99d90 use the android time object instead of the java calendar class 2010-02-27 17:14:44 +00:00
jdf 55107db932 Console from sketches! 2010-02-27 16:52:56 +00:00
benfry cf1c3e4b2c fixed license headers for core 2010-02-27 16:49:54 +00:00
benfry 7fec09a19b quick bug fix for tint() and fonts, other cleanups 2010-02-27 16:38:16 +00:00
benfry 39678eb40a lots of work on set(), also fix requestImage() 2010-02-27 16:27:36 +00:00
jdf 0978ef36d3 Undo unneeded changes 2010-02-27 14:20:14 +00:00
jdf 4d5624edac Much simpler means of tracking process status 2010-02-27 14:17:54 +00:00
benfry 5e075d4cec fix updatePixels() and mask() 2010-02-27 13:36:43 +00:00
benfry 0efc7c15c4 fix efficiency for shapes, get bezier vertex working, other shape fixes 2010-02-27 12:52:46 +00:00
benfry 078f4bc924 implementation of get/set for images 2010-02-26 23:44:21 +00:00
jdf b7d711e569 Rough draft of integration with my new stuff 2010-02-26 22:56:55 +00:00
benfry 8e9ca07996 another noLoop() fix 2010-02-26 21:57:57 +00:00
benfry f63c23e993 get noLoop() working again, don't start drawing until surfaceChanged() is called 2010-02-26 21:57:18 +00:00
benfry 9e0170c2bc cleaning 2010-02-26 20:00:58 +00:00
benfry 4fb9821a33 cleanups, now going after image loading and memory issues 2010-02-26 19:52:24 +00:00
jdf 442d7d5b95 The AndroidRunner was calling a method on Editor that really belongs in RunnerListener.java, so I put it there. Then I had to implement that method in Commander. 2010-02-26 17:58:05 +00:00
benfry 26535c1b4c removing old P3D code 2010-02-26 16:13:33 +00:00
benfry 8e0b58720a change image -> bitmap inside PImage, also remove window changing code 2010-02-26 16:12:12 +00:00
benfry e6a42723b0 fix noLoop(), fix switching between applications 2010-02-26 15:36:23 +00:00
benfry 6eea5dd08e checking in for build path trouble on osx 2010-02-26 13:12:36 +00:00
jdf d78a160a42 unused 2010-02-25 21:17:11 +00:00
jdf 58027b77aa Be 1.5-compatible 2010-02-25 21:16:31 +00:00
jdf 0fda503420 fix attributions 2010-02-25 21:15:23 +00:00
jdf 4106a4261a Fix Java 5 incompatibility; sorry Ben. 2010-02-25 20:57:22 +00:00
jdf 1a76fa7742 Now have working AndroidEnvironment, with AndroidDevices that let you listen to stdout and stderr from specific apps. 2010-02-25 20:46:46 +00:00
jdf f3e6ea4b72 Finding the right abstractions for handling textual process output, which will come in handy for log multiplexing, but is also useful for quick shelling out. 2010-02-25 16:28:01 +00:00
jdf 8c9ec3a26a Unfortunately, using the JDI and its associated machinery was garden path for communicating with the Android world. The way to go is to exploit the logs, which, happily, are useful. This commit starts to commit to that path. 2010-02-25 03:43:51 +00:00
jdf a63dda54e5 Rename Android to AndroidTool to better reflect its purpose, preparing to create a non-processing-related Android stack 2010-02-25 01:32:53 +00:00
jdf 118e849c1f "accept" a todo task 2010-02-25 01:29:06 +00:00
jdf ecce6a4f67 Don't pee on Ben's code 2010-02-24 21:11:16 +00:00
jdf e0b0488bc3 At least temporarily fix catastrophic failure on screen rotation by basically restarting the whole app. I do this by calling finish) in onDestroy(). 2010-02-24 21:10:22 +00:00
benfry 7facc6c311 fix for filter(DILATE/ERODE) (bug #1477) 2010-02-24 18:55:08 +00:00
jdf 6f19228410 Remove debugging brackets from log output 2010-02-24 18:27:54 +00:00