]> hydra-www.ietfng.org Git - acmetensortoys-ctfws-android/commit
Initial revision
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 2 Feb 2017 23:42:05 +0000 (18:42 -0500)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 2 Feb 2017 23:42:05 +0000 (18:42 -0500)
commit8f14343c25f334f1e29d306bb370b442cbd6b508
tree18fc42d16c9b744968e5e45e37ba844b5d6cb24b
Initial revision

Logic seems to work, UI is super terrible
32 files changed:
.gitignore [new file with mode: 0644]
build.gradle [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
mobile/.gitignore [new file with mode: 0644]
mobile/build.gradle [new file with mode: 0644]
mobile/proguard-rules.pro [new file with mode: 0644]
mobile/src/main/AndroidManifest.xml [new file with mode: 0644]
mobile/src/main/java/com/acmetensortoys/ctfwstimer/CtFwSCallbacksMQTT.java [new file with mode: 0644]
mobile/src/main/java/com/acmetensortoys/ctfwstimer/CtFwSDisplay.java [new file with mode: 0644]
mobile/src/main/java/com/acmetensortoys/ctfwstimer/CtFwSGameState.java [new file with mode: 0644]
mobile/src/main/java/com/acmetensortoys/ctfwstimer/MainActivity.java [new file with mode: 0644]
mobile/src/main/res/layout/activity_main.xml [new file with mode: 0644]
mobile/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
mobile/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
mobile/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
mobile/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
mobile/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
mobile/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
mobile/src/main/res/values/colors.xml [new file with mode: 0644]
mobile/src/main/res/values/dimens.xml [new file with mode: 0644]
mobile/src/main/res/values/strings.xml [new file with mode: 0644]
mobile/src/main/res/values/styles.xml [new file with mode: 0644]
settings.gradle [new file with mode: 0644]
wear/.gitignore [new file with mode: 0644]
wear/build.gradle [new file with mode: 0644]
wear/proguard-rules.pro [new file with mode: 0644]
wear/src/main/AndroidManifest.xml [new file with mode: 0644]
wear/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
wear/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
wear/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
wear/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
wear/src/main/res/values/strings.xml [new file with mode: 0644]