benfry
|
e6f515543b
|
lots of in-practice tweaks with making android more usable
|
2010-07-26 13:30:33 +00:00 |
|
benfry
|
9930c6beed
|
adding icons, improving AndroidManifest.xml handling
|
2010-07-19 02:15:47 +00:00 |
|
benfry
|
4c10ab4553
|
adding icons, also better method for writing manifest when needed
|
2010-07-19 01:25:30 +00:00 |
|
benfry
|
3382276ef7
|
permissions dialog box now working, read/write from AndroidManifest.xml works
|
2010-07-18 17:05:25 +00:00 |
|
benfry
|
5e720852a2
|
wiring in the permissions code
|
2010-07-18 16:15:13 +00:00 |
|
benfry
|
3a87d3fd19
|
adding better manifest handling
|
2010-07-18 16:01:36 +00:00 |
|
benfry
|
9906494dc3
|
i have defeated swing layout.
|
2010-07-18 13:00:59 +00:00 |
|
benfry
|
15c7a7f64d
|
more work on the permission list, better selection setup
|
2010-07-18 02:02:35 +00:00 |
|
benfry
|
b612583f40
|
starting work on permissions
|
2010-07-18 00:51:17 +00:00 |
|
benfry
|
81ead716af
|
fix quirk with motion event placement, remove unnecessary avd messages
|
2010-07-17 20:48:03 +00:00 |
|
benfry
|
bac102ce33
|
working on the android tool, iron out some size() parsing issues
|
2010-07-17 20:18:45 +00:00 |
|
benfry
|
7e0988806a
|
fixes to make the size() method work properly, other preproc bits
|
2010-06-28 01:48:52 +00:00 |
|
benfry
|
4b23d61ac6
|
cleanups and debugging work
|
2010-06-27 00:07:30 +00:00 |
|
benfry
|
d589008702
|
new permissions dialog
|
2010-06-26 17:58:48 +00:00 |
|
benfry
|
d57d46a5af
|
debugging adb issues
|
2010-06-25 17:03:30 +00:00 |
|
benfry
|
b1a6e9b62e
|
changing to API 7 as the base requirement
|
2010-06-25 15:39:18 +00:00 |
|
benfry
|
d6b83034eb
|
another 0185 attempt
|
2010-06-21 08:43:28 +00:00 |
|
benfry
|
58e4dc246a
|
formatter cleanups, us english spelling, other tidbits for export
|
2010-04-14 17:06:05 +00:00 |
|
benfry
|
93dd4953a5
|
working on more with export/run for android, other todo notes
|
2010-04-13 23:11:58 +00:00 |
|
benfry
|
bb5e072a9e
|
adding export, cleaning up
|
2010-04-13 22:44:56 +00:00 |
|
benfry
|
c7de8df871
|
trying to track down issues with 'adb devices' spew
|
2010-04-13 20:31:03 +00:00 |
|
benfry
|
971fb2f467
|
trying to track down startup errors
|
2010-04-13 17:20:39 +00:00 |
|
benfry
|
f3b85406e5
|
renaming package for consistency
|
2010-04-13 16:12:25 +00:00 |
|
benfry
|
a9dadd4fbe
|
change error message
|
2010-04-13 02:00:56 +00:00 |
|
benfry
|
8e2cb68a1b
|
deal with android sdk version problems, also other minor tweaks, prep 0183
|
2010-03-31 13:39:58 +00:00 |
|
jdf
|
fb6aa9712c
|
Move ProcessHelper and its friends to the processing-app, so they can be used by the unit tests
|
2010-03-17 18:55:58 +00:00 |
|
jdf
|
048e66b19e
|
Several changes to make unit testing preprocessor easy.
First unit tests in... and they caught a regression!
|
2010-03-17 17:16:34 +00:00 |
|
jdf
|
7fc6c3d70b
|
Many changes to improve the decoupling and testability of the preprocessor. For example, you no longer have to set up anything on the filesystem in order to preprocess.
|
2010-03-16 19:40:09 +00:00 |
|
jdf
|
e4d577e6c1
|
While changing PdePreprocessor to make it more amenable to unit tests, I discovered a bug in my last fix. This fixes the bug while changing the construction of PdePreprocessor. Now instead of emitting the literal text "public" while walking the tree, I modify the tree to contain the "public" modifier on methods that lack explicit access.
|
2010-03-16 17:55:26 +00:00 |
|
benfry
|
f994c29dba
|
update the sdk version
|
2010-03-14 17:04:21 +00:00 |
|
jdf
|
830e829cc8
|
Make progress dialog a bit wider
|
2010-03-09 15:03:36 +00:00 |
|
jdf
|
de5b04de26
|
Don't need those conditions
|
2010-03-08 22:23:30 +00:00 |
|
jdf
|
e299769c0c
|
Hush a bunch of stderr debugging messages.
|
2010-03-08 22:19:03 +00:00 |
|
jdf
|
aa2a23e707
|
Shut yourself down when your logcat is exhausted, please.
|
2010-03-08 22:17:57 +00:00 |
|
jdf
|
32db8f48ea
|
Cleanup android build folder, and make it a new tmp folder each time.
|
2010-03-08 21:14:23 +00:00 |
|
jdf
|
b488f2da40
|
Cleanup android build folder, and make it a new tmp folder each time.
|
2010-03-08 21:13:46 +00:00 |
|
jdf
|
c01be0874f
|
Changes to make the detection of bad emulator behavior more robust. For example, if you kill the emulator while the sketch is launching on it, it seems to react appropriately now. There's a lot of noise coming out on stderr now; I'll clean that up once I've satisfied myself that it's reliable.
|
2010-03-08 16:19:24 +00:00 |
|
jdf
|
3ae018951a
|
Hush the build.
|
2010-03-08 16:17:37 +00:00 |
|
jdf
|
756bb2f6be
|
Working towards making the emulator a more reliable component. It now has a well-defined state that can be queried. Next step: make the launch process know about it!
|
2010-03-05 21:49:21 +00:00 |
|
jdf
|
601b692f62
|
Ensure destruction of logcat process
|
2010-03-05 17:51:30 +00:00 |
|
jdf
|
2c48517c0e
|
Always synchronize on collection when iterating
|
2010-03-05 17:50:59 +00:00 |
|
jdf
|
1680fe0d52
|
Always cancel futures that don't yield results.
|
2010-03-05 17:49:07 +00:00 |
|
jdf
|
def93e671e
|
Always destroy processes.
|
2010-03-05 17:48:42 +00:00 |
|
jdf
|
0451e0f32f
|
Nice thingy for watching and killing unruly processes
|
2010-03-05 17:48:24 +00:00 |
|
jdf
|
3a624de222
|
Remove unused API. Always kill process.
|
2010-03-05 16:19:58 +00:00 |
|
jdf
|
871bfcc9b9
|
Fix bug 1470: now auto-detects JAVA_HOME and auto-inserts JAVA_HOME/bin into path.
|
2010-03-04 19:03:47 +00:00 |
|
jdf
|
5bed47f10d
|
Fix bogus comment
|
2010-03-04 19:02:51 +00:00 |
|
jdf
|
c7462eea57
|
Only report stack traces having to do with our sketches!
|
2010-03-04 14:13:49 +00:00 |
|
jdf
|
28e563696b
|
The "message" part, which I'd thought corresponds to the "message" of an exception, should be the whole excetion line, inculding the exception class and a colon.
|
2010-03-04 14:13:20 +00:00 |
|
jdf
|
8f27a78846
|
Created an IndeterminateProgressMonitor that acts a lot like the ProgressMonitor, but is, well, indeterminate.
|
2010-03-03 18:44:38 +00:00 |
|