Skip to content

Commit 1fe2e06

Browse files
author
morriswinkler
committed
reactivaed beginnRecord() and endRecord()
1 parent aa4f1da commit 1fe2e06

File tree

3 files changed

+236
-33
lines changed

3 files changed

+236
-33
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
Processing for Android
22
======================
33

4-
Repository for all Android-related development for Processing.
4+
This is a fork from the official processing-android repro, th eonly difference is that i reactivated beginRecord() and endRecord.
55

6-
We've moved this out from the main project so that it won't hamper progress on the desktop side, and in the hope that others will be more inclined to help and contribute on this isolated portion of the project.
7-
8-
This is primarily the source for the Android Mode, with the 'core' library found inside a subfolder of the same name.
9-
10-
Please, please help us keep this code up to date and debugged by making fixes and submitting your pull requests here. The entire Processing project is developed by a tiny number of people working during their free time, and we could really use the help.
11-
12-
Ben Fry
13-
21 April 2013
6+
m.winkler

core/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<taskdef name="methods"
2727
classname="PAppletMethods"
2828
classpath="${processing.dir}/core/methods/methods.jar" />
29-
<methods dir="${basedir}/src/processing/core" recorder="false" />
29+
<methods dir="${basedir}/src/processing/core" recorder="true" />
3030

3131
<mkdir dir="bin" />
3232
<javac source="1.6"

0 commit comments

Comments
 (0)