diff --git a/android/theme/buttons.gif b/android/theme/buttons.gif index f3d6319c1..723383a8d 100644 Binary files a/android/theme/buttons.gif and b/android/theme/buttons.gif differ diff --git a/android/theme/resize.gif b/android/theme/resize.gif index ee6f10a99..07d7d0c8b 100644 Binary files a/android/theme/resize.gif and b/android/theme/resize.gif differ diff --git a/android/theme/tab-sel-left.gif b/android/theme/tab-sel-left.gif index 7ad78e5ad..cf7850bb1 100644 Binary files a/android/theme/tab-sel-left.gif and b/android/theme/tab-sel-left.gif differ diff --git a/android/theme/tab-sel-menu.gif b/android/theme/tab-sel-menu.gif index 66a73566b..d38f71eaa 100644 Binary files a/android/theme/tab-sel-menu.gif and b/android/theme/tab-sel-menu.gif differ diff --git a/android/theme/tab-sel-mid.gif b/android/theme/tab-sel-mid.gif index e114da1ee..a8b6ce5ff 100644 Binary files a/android/theme/tab-sel-mid.gif and b/android/theme/tab-sel-mid.gif differ diff --git a/android/theme/tab-sel-right.gif b/android/theme/tab-sel-right.gif index edbaa7e81..eaf700609 100644 Binary files a/android/theme/tab-sel-right.gif and b/android/theme/tab-sel-right.gif differ diff --git a/android/theme/tab-unsel-left.gif b/android/theme/tab-unsel-left.gif index 0f2ed7284..4ed929c17 100644 Binary files a/android/theme/tab-unsel-left.gif and b/android/theme/tab-unsel-left.gif differ diff --git a/android/theme/tab-unsel-menu.gif b/android/theme/tab-unsel-menu.gif index 490dcf014..664b1aaf7 100644 Binary files a/android/theme/tab-unsel-menu.gif and b/android/theme/tab-unsel-menu.gif differ diff --git a/android/theme/tab-unsel-mid.gif b/android/theme/tab-unsel-mid.gif index 05dac6ea4..bd1439ec6 100644 Binary files a/android/theme/tab-unsel-mid.gif and b/android/theme/tab-unsel-mid.gif differ diff --git a/android/theme/tab-unsel-right.gif b/android/theme/tab-unsel-right.gif index 4d7c02a27..a7043c9e0 100644 Binary files a/android/theme/tab-unsel-right.gif and b/android/theme/tab-unsel-right.gif differ diff --git a/android/theme/theme.txt b/android/theme/theme.txt index 565344c96..9cd47d1b4 100644 --- a/android/theme/theme.txt +++ b/android/theme/theme.txt @@ -1,9 +1,9 @@ # GUI - STATUS status.notice.fgcolor = #000000 #status.notice.bgcolor = #808080 -status.notice.bgcolor = #87ad3a +status.notice.bgcolor = #819e48 status.error.fgcolor = #ffffff -status.error.bgcolor = #662000 +status.error.bgcolor = #66002c status.edit.fgcolor = #000000 #status.edit.bgcolor = #cc9900 status.edit.bgcolor = #6b8a2e @@ -13,7 +13,7 @@ status.font = SansSerif,plain,12 # GUI - TABS # settings for the tabs at the top # (tab images are stored in the lib/theme folder) -header.bgcolor = #92bc3f +header.bgcolor = #8cac4e header.text.selected.color = #1a1a00 header.text.unselected.color = #ffffff header.text.font = SansSerif,plain,12 @@ -26,7 +26,7 @@ console.output.color = #cccccc console.error.color = #ff3000 # GUI - BUTTONS -buttons.bgcolor = #597226 +buttons.bgcolor = #55682f buttons.status.font = SansSerif,plain,12 #buttons.status.font.macosx = Helvetica,plain,12 buttons.status.color = #ffffff @@ -37,11 +37,17 @@ mode.button.bgcolor = #9ca6b0 mode.button.font = SansSerif,plain,9 #mode.button.font.macosx = Helvetica,plain,9 #mode.button.color = #4a545e -mode.button.color = #a8cb62 +#mode.button.color = #a8cb62 +mode.button.color = #a3be6f -# GUI - LINESTATUS +# GUI - LINESTATUS - editor line number status bar at the bottom of the screen linestatus.color = #ffffff -linestatus.bgcolor = #364517 +#linestatus.bgcolor = #364517 +linestatus.bgcolor = #343f1d +linestatus.font = SansSerif,plain,10 +#linestatus.font.macosx = Helvetica,plain,10 +linestatus.height = 20 + # EDITOR - DETAILS @@ -76,28 +82,21 @@ editor.brackethighlight = true editor.brackethighlight.color = #006699 -# TEXT - KEYWORDS +# TEXT - syntax highlighting # e.g abstract, final, private editor.keyword1.style = #799b34,plain - # e.g. beginShape, point, line editor.keyword2.style = #799b34,plain - # e.g. byte, char, short, color editor.keyword3.style = #799b34,bold - -# TEXT - LITERALS - # constants: e.g. null, true, this, RGB, TWO_PI #editor.literal1.style = #627f26,plain editor.literal1.style = #336598,plain - # p5 built in variables: e.g. mouseX, width, pixels #editor.literal2.style = #627f26,plain editor.literal2.style = #336598,plain - # e.g. + - = / editor.operator.style = #000000,plain @@ -105,15 +104,7 @@ editor.operator.style = #000000,plain # like in case statements or goto editor.label.style = #7e7e7e,bold - -# TEXT - COMMENTS #editor.comment1.style = #7e7e7e,plain #editor.comment2.style = #7e7e7e,plain editor.comment1.style = #8e8e8e,plain editor.comment2.style = #8e8e8e,plain - - -# LINE STATUS - editor line number status bar at the bottom of the screen -linestatus.font = SansSerif,plain,10 -#linestatus.font.macosx = Helvetica,plain,10 -linestatus.height = 20 diff --git a/android/todo.txt b/android/todo.txt index 53acdcac6..a73abdf83 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -9,6 +9,8 @@ X though it does give us the emulator skin.. maybe another option X android debug certificate expired X http://forum.processing.org/topic/ant-rules-r3-xml-209-395-error#25080000000262001 X just delete ~/.android/debug.keystore +X .java files are reported with Syntax Error with the Android build 0191 +X http://code.google.com/p/processing/issues/detail?id=404 _ need sizeChanged() method... _ also add the param to the xml file saying that it can deal w/ rotation @@ -50,9 +52,6 @@ _ http://code.google.com/p/processing/issues/detail?id=237 _ sketches must be removed manually if the debug keystore changes _ http://code.google.com/p/processing/issues/detail?id=236 -_ .java files are reported with Syntax Error with the Android build 0191 -_ http://code.google.com/p/processing/issues/detail?id=404 - _ register(this, "pause") -> libs will need pause events on android _ thread is continually running - 'inside handleDraw()' running continually _ inside run() it shouldn't still be going