Initial commit
commita393a97ec3a89c633b742aaaebe0583274691886
authorNephirus <nephirus@kerestes.cz>
Sun, 24 Oct 2010 18:27:22 +0000 (24 20:27 +0200)
committerNephirus <nephirus@kerestes.cz>
Sun, 24 Oct 2010 18:27:22 +0000 (24 20:27 +0200)
tree62a5e3c61603cfde1910248fc5590177102269f9
Initial commit
31 files changed:
BrmTron Client/.classpath [new file with mode: 0644]
BrmTron Client/.project [new file with mode: 0644]
BrmTron Client/AndroidManifest.xml [new file with mode: 0644]
BrmTron Client/bin/BrmTron Client.apk [new file with mode: 0644]
BrmTron Client/bin/classes.dex [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/BrmTronClient$1.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/BrmTronClient.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/EditOptions$1.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/EditOptions.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/R$attr.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/R$drawable.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/R$id.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/R$layout.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/R$string.class [new file with mode: 0644]
BrmTron Client/bin/cz/brmlab/brmtron/client/R.class [new file with mode: 0644]
BrmTron Client/bin/resources.ap_ [new file with mode: 0644]
BrmTron Client/default.properties [new file with mode: 0644]
BrmTron Client/gen/cz/brmlab/brmtron/client/R.java [new file with mode: 0644]
BrmTron Client/res/drawable-hdpi/icon.png [new file with mode: 0644]
BrmTron Client/res/drawable-ldpi/icon.png [new file with mode: 0644]
BrmTron Client/res/drawable-mdpi/icon.png [new file with mode: 0644]
BrmTron Client/res/layout/edit_options.xml [new file with mode: 0644]
BrmTron Client/res/layout/main.xml [new file with mode: 0644]
BrmTron Client/res/values/strings.xml [new file with mode: 0644]
BrmTron Client/src/cz/brmlab/brmtron/client/BrmTronClient.java [new file with mode: 0644]
BrmTron Client/src/cz/brmlab/brmtron/client/EditOptions.java [new file with mode: 0644]
BrmTron Server/.classpath [new file with mode: 0644]
BrmTron Server/.project [new file with mode: 0644]
BrmTron Server/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
BrmTron Server/bin/cz/brmlab/brmtron/server/BrmTronServer.class [new file with mode: 0644]
BrmTron Server/src/cz/brmlab/brmtron/server/BrmTronServer.java [new file with mode: 0644]