diff --git a/trunk/.classpath b/trunk/.classpath new file mode 100644 index 000000000..f4b028622 --- /dev/null +++ b/trunk/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/trunk/.project b/trunk/.project new file mode 100644 index 000000000..9fb6486f8 --- /dev/null +++ b/trunk/.project @@ -0,0 +1,33 @@ + + + astrid + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/trunk/.settings/org.eclipse.jdt.core.prefs b/trunk/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000..5c45a5c53 --- /dev/null +++ b/trunk/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,60 @@ +#Wed Dec 17 03:02:43 PST 2008 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=warning +org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=warning +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning diff --git a/trunk/.settings/org.eclipse.jdt.ui.prefs b/trunk/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 000000000..c994a0992 --- /dev/null +++ b/trunk/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,4 @@ +#Mon Dec 22 14:49:19 PST 2008 +eclipse.preferences.version=1 +org.eclipse.jdt.ui.javadoc=false +org.eclipse.jdt.ui.text.custom_code_templates= diff --git a/trunk/AndroidManifest.xml b/trunk/AndroidManifest.xml new file mode 100644 index 000000000..f34c60e7a --- /dev/null +++ b/trunk/AndroidManifest.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/lib/android-src.jar b/trunk/lib/android-src.jar new file mode 100644 index 000000000..72bdaa151 Binary files /dev/null and b/trunk/lib/android-src.jar differ diff --git a/trunk/lib/android.jar b/trunk/lib/android.jar new file mode 100644 index 000000000..b26d3611b Binary files /dev/null and b/trunk/lib/android.jar differ diff --git a/trunk/res/drawable/highlight_pressed.9.png b/trunk/res/drawable/highlight_pressed.9.png new file mode 100644 index 000000000..9bd2b50c0 Binary files /dev/null and b/trunk/res/drawable/highlight_pressed.9.png differ diff --git a/trunk/res/drawable/highlight_selected.9.png b/trunk/res/drawable/highlight_selected.9.png new file mode 100644 index 000000000..ecf0cada9 Binary files /dev/null and b/trunk/res/drawable/highlight_selected.9.png differ diff --git a/trunk/res/drawable/ic_dialog_time.png b/trunk/res/drawable/ic_dialog_time.png new file mode 100755 index 000000000..dffec296d Binary files /dev/null and b/trunk/res/drawable/ic_dialog_time.png differ diff --git a/trunk/res/drawable/icon.png b/trunk/res/drawable/icon.png new file mode 100644 index 000000000..07acb847b Binary files /dev/null and b/trunk/res/drawable/icon.png differ diff --git a/trunk/res/drawable/strikeout.png b/trunk/res/drawable/strikeout.png new file mode 100644 index 000000000..64e0c9394 Binary files /dev/null and b/trunk/res/drawable/strikeout.png differ diff --git a/trunk/res/drawable/timepicker_down_btn.xml b/trunk/res/drawable/timepicker_down_btn.xml new file mode 100644 index 000000000..61a252a88 --- /dev/null +++ b/trunk/res/drawable/timepicker_down_btn.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/trunk/res/drawable/timepicker_down_disabled.9.png b/trunk/res/drawable/timepicker_down_disabled.9.png new file mode 100755 index 000000000..af72d2299 Binary files /dev/null and b/trunk/res/drawable/timepicker_down_disabled.9.png differ diff --git a/trunk/res/drawable/timepicker_down_disabled_focused.9.png b/trunk/res/drawable/timepicker_down_disabled_focused.9.png new file mode 100755 index 000000000..2d80424af Binary files /dev/null and b/trunk/res/drawable/timepicker_down_disabled_focused.9.png differ diff --git a/trunk/res/drawable/timepicker_down_normal.9.png b/trunk/res/drawable/timepicker_down_normal.9.png new file mode 100755 index 000000000..c427fc348 Binary files /dev/null and b/trunk/res/drawable/timepicker_down_normal.9.png differ diff --git a/trunk/res/drawable/timepicker_down_pressed.9.png b/trunk/res/drawable/timepicker_down_pressed.9.png new file mode 100755 index 000000000..ac6ac5338 Binary files /dev/null and b/trunk/res/drawable/timepicker_down_pressed.9.png differ diff --git a/trunk/res/drawable/timepicker_down_selected.9.png b/trunk/res/drawable/timepicker_down_selected.9.png new file mode 100755 index 000000000..f710b5796 Binary files /dev/null and b/trunk/res/drawable/timepicker_down_selected.9.png differ diff --git a/trunk/res/drawable/timepicker_input.xml b/trunk/res/drawable/timepicker_input.xml new file mode 100644 index 000000000..b811d4e3a --- /dev/null +++ b/trunk/res/drawable/timepicker_input.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/trunk/res/drawable/timepicker_input_disabled.9.png b/trunk/res/drawable/timepicker_input_disabled.9.png new file mode 100755 index 000000000..97da87a8d Binary files /dev/null and b/trunk/res/drawable/timepicker_input_disabled.9.png differ diff --git a/trunk/res/drawable/timepicker_input_normal.9.png b/trunk/res/drawable/timepicker_input_normal.9.png new file mode 100755 index 000000000..eb101c58e Binary files /dev/null and b/trunk/res/drawable/timepicker_input_normal.9.png differ diff --git a/trunk/res/drawable/timepicker_input_pressed.9.png b/trunk/res/drawable/timepicker_input_pressed.9.png new file mode 100755 index 000000000..c83b1eb4a Binary files /dev/null and b/trunk/res/drawable/timepicker_input_pressed.9.png differ diff --git a/trunk/res/drawable/timepicker_input_selected.9.png b/trunk/res/drawable/timepicker_input_selected.9.png new file mode 100755 index 000000000..e15284895 Binary files /dev/null and b/trunk/res/drawable/timepicker_input_selected.9.png differ diff --git a/trunk/res/drawable/timepicker_up_btn.xml b/trunk/res/drawable/timepicker_up_btn.xml new file mode 100644 index 000000000..5428aeeb6 --- /dev/null +++ b/trunk/res/drawable/timepicker_up_btn.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/trunk/res/drawable/timepicker_up_disabled.9.png b/trunk/res/drawable/timepicker_up_disabled.9.png new file mode 100755 index 000000000..1814bb4db Binary files /dev/null and b/trunk/res/drawable/timepicker_up_disabled.9.png differ diff --git a/trunk/res/drawable/timepicker_up_disabled_focused.9.png b/trunk/res/drawable/timepicker_up_disabled_focused.9.png new file mode 100755 index 000000000..9ad5b85c9 Binary files /dev/null and b/trunk/res/drawable/timepicker_up_disabled_focused.9.png differ diff --git a/trunk/res/drawable/timepicker_up_normal.9.png b/trunk/res/drawable/timepicker_up_normal.9.png new file mode 100755 index 000000000..35fc221c1 Binary files /dev/null and b/trunk/res/drawable/timepicker_up_normal.9.png differ diff --git a/trunk/res/drawable/timepicker_up_pressed.9.png b/trunk/res/drawable/timepicker_up_pressed.9.png new file mode 100755 index 000000000..c910777d4 Binary files /dev/null and b/trunk/res/drawable/timepicker_up_pressed.9.png differ diff --git a/trunk/res/drawable/timepicker_up_selected.9.png b/trunk/res/drawable/timepicker_up_selected.9.png new file mode 100755 index 000000000..549a7e575 Binary files /dev/null and b/trunk/res/drawable/timepicker_up_selected.9.png differ diff --git a/trunk/res/drawable/transparent_button.xml b/trunk/res/drawable/transparent_button.xml new file mode 100644 index 000000000..42c7355c8 --- /dev/null +++ b/trunk/res/drawable/transparent_button.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/trunk/res/layout/number_picker.xml b/trunk/res/layout/number_picker.xml new file mode 100644 index 000000000..f3d6d8366 --- /dev/null +++ b/trunk/res/layout/number_picker.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/res/layout/number_picker_dialog.xml b/trunk/res/layout/number_picker_dialog.xml new file mode 100644 index 000000000..b59db5840 --- /dev/null +++ b/trunk/res/layout/number_picker_dialog.xml @@ -0,0 +1,27 @@ + + + + + + \ No newline at end of file diff --git a/trunk/res/layout/task_edit.xml b/trunk/res/layout/task_edit.xml new file mode 100644 index 000000000..218367ef4 --- /dev/null +++ b/trunk/res/layout/task_edit.xml @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + +