]> hydra-www.ietfng.org Git - acmetensortoys-watchviz/commit
Initial checkin
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 8 Jun 2016 01:03:40 +0000 (21:03 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 8 Jun 2016 05:10:23 +0000 (01:10 -0400)
commitb364e9aa0cf1f0a580a5d97bd953f8b75c573966
treea455a916c20d37f14ba4343ad466087e5859ef18
Initial checkin
19 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
app/.gitignore [new file with mode: 0644]
app/build.gradle [new file with mode: 0644]
app/proguard-rules.pro [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/com/acmetensortoys/watchviz/MainActivity.java [new file with mode: 0644]
app/src/main/java/org/jtransforms/fft/FloatFFT_1D.java [new file with mode: 0644]
app/src/main/java/org/jtransforms/utils/CommonUtils.java [new file with mode: 0644]
app/src/main/res/layout/activity_main.xml [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
build.gradle [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
settings.gradle [new file with mode: 0644]