]> hydra-www.ietfng.org Git - android-vcpass/commit
Initial checkin
authorNathaniel Wesley Filardo <nwf@hydra.priv.oc.ietfng.org>
Thu, 8 Jul 2010 05:21:43 +0000 (01:21 -0400)
committerNathaniel Wesley Filardo <nwf@hydra.priv.oc.ietfng.org>
Thu, 8 Jul 2010 05:21:43 +0000 (01:21 -0400)
commiteb7f1ddcd78f71cf479d7f717b9242204c09f679
tree70fb06822b41bdf9c03d80f6954e6a69a379cdff
Initial checkin
26 files changed:
AndroidManifest.xml [new file with mode: 0644]
build.properties [new file with mode: 0644]
build.xml [new file with mode: 0644]
default.properties [new file with mode: 0644]
host/org/ietfng/ns/android/vcpass/VCSlideGen.java [new file with mode: 0644]
host/org/ietfng/ns/android/vcpass/VCTestVocGen.java [new file with mode: 0644]
res/drawable-hdpi/icon.png [new file with mode: 0644]
res/drawable-ldpi/icon.png [new file with mode: 0644]
res/drawable-mdpi/icon.png [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/layout/vcpact.xml [new file with mode: 0644]
res/layout/vcpimp.xml [new file with mode: 0644]
res/values/dimens.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
src/org/ietfng/ns/android/vcpass/Utils.java [new file with mode: 0644]
src/org/ietfng/ns/android/vcpass/VCGenerator.java [new file with mode: 0644]
src/org/ietfng/ns/android/vcpass/VCParameters.java [new file with mode: 0644]
src/org/ietfng/ns/android/vcpass/VCPass.java [new file with mode: 0644]
src/org/ietfng/ns/android/vcpass/VCPassActivity.java [new file with mode: 0644]
src/org/ietfng/ns/android/vcpass/VCPassImport.java [new file with mode: 0644]
tests/AndroidManifest.xml [new file with mode: 0644]
tests/build.properties [new file with mode: 0644]
tests/build.xml [new file with mode: 0644]
tests/default.properties [new file with mode: 0644]
tests/local.properties [new file with mode: 0644]
tests/src/org/ietfng/ns/android/vcpass/VCPassTest.java [new file with mode: 0644]