commit d451e9dd282edf92da8a57c8fbd7649d36c5fa9f Author: pocmo Date: Fri May 15 17:32:49 2009 +0200 initial diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..097953c --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..a6a6151 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + Yaaic2 + + + + + + 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/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..a1d910f --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/Yaaic2.apk b/bin/Yaaic2.apk new file mode 100644 index 0000000..46498e1 Binary files /dev/null and b/bin/Yaaic2.apk differ diff --git a/bin/classes.dex b/bin/classes.dex new file mode 100644 index 0000000..771b41b Binary files /dev/null and b/bin/classes.dex differ diff --git a/bin/org/yaaic/client/About.class b/bin/org/yaaic/client/About.class new file mode 100644 index 0000000..7e46539 Binary files /dev/null and b/bin/org/yaaic/client/About.class differ diff --git a/bin/org/yaaic/client/R$array.class b/bin/org/yaaic/client/R$array.class new file mode 100644 index 0000000..2001067 Binary files /dev/null and b/bin/org/yaaic/client/R$array.class differ diff --git a/bin/org/yaaic/client/R$attr.class b/bin/org/yaaic/client/R$attr.class new file mode 100644 index 0000000..74683e6 Binary files /dev/null and b/bin/org/yaaic/client/R$attr.class differ diff --git a/bin/org/yaaic/client/R$drawable.class b/bin/org/yaaic/client/R$drawable.class new file mode 100644 index 0000000..50e563e Binary files /dev/null and b/bin/org/yaaic/client/R$drawable.class differ diff --git a/bin/org/yaaic/client/R$id.class b/bin/org/yaaic/client/R$id.class new file mode 100644 index 0000000..130f676 Binary files /dev/null and b/bin/org/yaaic/client/R$id.class differ diff --git a/bin/org/yaaic/client/R$layout.class b/bin/org/yaaic/client/R$layout.class new file mode 100644 index 0000000..63b8883 Binary files /dev/null and b/bin/org/yaaic/client/R$layout.class differ diff --git a/bin/org/yaaic/client/R$menu.class b/bin/org/yaaic/client/R$menu.class new file mode 100644 index 0000000..e678aed Binary files /dev/null and b/bin/org/yaaic/client/R$menu.class differ diff --git a/bin/org/yaaic/client/R$string.class b/bin/org/yaaic/client/R$string.class new file mode 100644 index 0000000..b56d0a5 Binary files /dev/null and b/bin/org/yaaic/client/R$string.class differ diff --git a/bin/org/yaaic/client/R$xml.class b/bin/org/yaaic/client/R$xml.class new file mode 100644 index 0000000..09d12e3 Binary files /dev/null and b/bin/org/yaaic/client/R$xml.class differ diff --git a/bin/org/yaaic/client/R.class b/bin/org/yaaic/client/R.class new file mode 100644 index 0000000..67eec30 Binary files /dev/null and b/bin/org/yaaic/client/R.class differ diff --git a/bin/org/yaaic/client/ServerAdd.class b/bin/org/yaaic/client/ServerAdd.class new file mode 100644 index 0000000..26ded0b Binary files /dev/null and b/bin/org/yaaic/client/ServerAdd.class differ diff --git a/bin/org/yaaic/client/ServerList$1.class b/bin/org/yaaic/client/ServerList$1.class new file mode 100644 index 0000000..4284a0d Binary files /dev/null and b/bin/org/yaaic/client/ServerList$1.class differ diff --git a/bin/org/yaaic/client/ServerList.class b/bin/org/yaaic/client/ServerList.class new file mode 100644 index 0000000..d078f63 Binary files /dev/null and b/bin/org/yaaic/client/ServerList.class differ diff --git a/bin/org/yaaic/client/ServerWindow.class b/bin/org/yaaic/client/ServerWindow.class new file mode 100644 index 0000000..8a0bcb2 Binary files /dev/null and b/bin/org/yaaic/client/ServerWindow.class differ diff --git a/bin/org/yaaic/client/ServerWindowListAdapter.class b/bin/org/yaaic/client/ServerWindowListAdapter.class new file mode 100644 index 0000000..e4358e2 Binary files /dev/null and b/bin/org/yaaic/client/ServerWindowListAdapter.class differ diff --git a/bin/org/yaaic/client/Settings.class b/bin/org/yaaic/client/Settings.class new file mode 100644 index 0000000..dc7862b Binary files /dev/null and b/bin/org/yaaic/client/Settings.class differ diff --git a/bin/org/yaaic/client/YaaicApplication.class b/bin/org/yaaic/client/YaaicApplication.class new file mode 100644 index 0000000..57caead Binary files /dev/null and b/bin/org/yaaic/client/YaaicApplication.class differ diff --git a/bin/org/yaaic/client/db/ChannelConstants.class b/bin/org/yaaic/client/db/ChannelConstants.class new file mode 100644 index 0000000..40c0fc7 Binary files /dev/null and b/bin/org/yaaic/client/db/ChannelConstants.class differ diff --git a/bin/org/yaaic/client/db/IdentityConstants.class b/bin/org/yaaic/client/db/IdentityConstants.class new file mode 100644 index 0000000..576f8e0 Binary files /dev/null and b/bin/org/yaaic/client/db/IdentityConstants.class differ diff --git a/bin/org/yaaic/client/db/ServerConstants.class b/bin/org/yaaic/client/db/ServerConstants.class new file mode 100644 index 0000000..98c77d8 Binary files /dev/null and b/bin/org/yaaic/client/db/ServerConstants.class differ diff --git a/bin/org/yaaic/client/db/ServerDatabase.class b/bin/org/yaaic/client/db/ServerDatabase.class new file mode 100644 index 0000000..b23c67d Binary files /dev/null and b/bin/org/yaaic/client/db/ServerDatabase.class differ diff --git a/bin/org/yaaic/client/irc/ChannelBuffer.class b/bin/org/yaaic/client/irc/ChannelBuffer.class new file mode 100644 index 0000000..504ffed Binary files /dev/null and b/bin/org/yaaic/client/irc/ChannelBuffer.class differ diff --git a/bin/org/yaaic/client/irc/IrcBinder$1.class b/bin/org/yaaic/client/irc/IrcBinder$1.class new file mode 100644 index 0000000..43a07db Binary files /dev/null and b/bin/org/yaaic/client/irc/IrcBinder$1.class differ diff --git a/bin/org/yaaic/client/irc/IrcBinder.class b/bin/org/yaaic/client/irc/IrcBinder.class new file mode 100644 index 0000000..147b0e6 Binary files /dev/null and b/bin/org/yaaic/client/irc/IrcBinder.class differ diff --git a/bin/org/yaaic/client/irc/IrcServer.class b/bin/org/yaaic/client/irc/IrcServer.class new file mode 100644 index 0000000..48d999c Binary files /dev/null and b/bin/org/yaaic/client/irc/IrcServer.class differ diff --git a/bin/org/yaaic/client/irc/IrcService.class b/bin/org/yaaic/client/irc/IrcService.class new file mode 100644 index 0000000..45a6287 Binary files /dev/null and b/bin/org/yaaic/client/irc/IrcService.class differ diff --git a/bin/org/yaaic/client/irc/MessageBuffer.class b/bin/org/yaaic/client/irc/MessageBuffer.class new file mode 100644 index 0000000..6b73663 Binary files /dev/null and b/bin/org/yaaic/client/irc/MessageBuffer.class differ diff --git a/bin/org/yaaic/client/irc/ServerBuffer.class b/bin/org/yaaic/client/irc/ServerBuffer.class new file mode 100644 index 0000000..5cb3829 Binary files /dev/null and b/bin/org/yaaic/client/irc/ServerBuffer.class differ diff --git a/bin/resources.ap_ b/bin/resources.ap_ new file mode 100644 index 0000000..a7632e6 Binary files /dev/null and b/bin/resources.ap_ differ diff --git a/lib/.svn/entries b/lib/.svn/entries new file mode 100644 index 0000000..f050505 --- /dev/null +++ b/lib/.svn/entries @@ -0,0 +1,62 @@ +9 + +dir +4 +svn://svn.pocmo.de/yaaic/lib +svn://svn.pocmo.de/yaaic + + + +2009-03-08T17:11:52.298008Z +1 +pocmo + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +a7894ac8-149d-4e17-93c0-b356fc648384 + +pircbot.jar +file + + + + +2009-03-08T17:14:26.000000Z +24c1232877573f3e8291803a7b8a7d79 +2009-03-08T17:11:52.298008Z +1 +pocmo +has-props + + + + + + + + + + + + + + + + + + + + +76667 + diff --git a/lib/.svn/format b/lib/.svn/format new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/lib/.svn/format @@ -0,0 +1 @@ +9 diff --git a/lib/.svn/prop-base/pircbot.jar.svn-base b/lib/.svn/prop-base/pircbot.jar.svn-base new file mode 100644 index 0000000..5e9587e --- /dev/null +++ b/lib/.svn/prop-base/pircbot.jar.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:mime-type +V 24 +application/octet-stream +END diff --git a/lib/.svn/text-base/pircbot.jar.svn-base b/lib/.svn/text-base/pircbot.jar.svn-base new file mode 100644 index 0000000..95cce20 Binary files /dev/null and b/lib/.svn/text-base/pircbot.jar.svn-base differ diff --git a/lib/pircbot.jar b/lib/pircbot.jar new file mode 100644 index 0000000..95cce20 Binary files /dev/null and b/lib/pircbot.jar differ diff --git a/res/drawable/add.png b/res/drawable/add.png new file mode 100644 index 0000000..6332fef Binary files /dev/null and b/res/drawable/add.png differ diff --git a/res/drawable/icon.png b/res/drawable/icon.png new file mode 100644 index 0000000..7502484 Binary files /dev/null and b/res/drawable/icon.png differ diff --git a/res/drawable/settings.png b/res/drawable/settings.png new file mode 100644 index 0000000..47b75a4 Binary files /dev/null and b/res/drawable/settings.png differ diff --git a/res/layout/about.xml b/res/layout/about.xml new file mode 100644 index 0000000..30e7215 --- /dev/null +++ b/res/layout/about.xml @@ -0,0 +1,35 @@ + + + + + + +