OSDN Git Service

とりあえずコンパイルできるように。
authorMRSa <mrsa@myad.jp>
Wed, 10 Feb 2021 14:26:26 +0000 (23:26 +0900)
committerMRSa <mrsa@myad.jp>
Wed, 10 Feb 2021 14:26:26 +0000 (23:26 +0900)
commite8962eeb1c3cbb83e06d5cf8902dd3d43ab21edc
tree58230e4b25806851ab31d7892eabac31876fef53
parent278cbf66b5ef13406dfea1a8d08a620a345b661a
とりあえずコンパイルできるように。
20 files changed:
.idea/gradle.xml
README.txt
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/MainActivity.kt
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/bluetooth/ITextDataUpdater.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/bluetooth/MyBluetoothAdapter.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/bluetooth/connection/BluetoothDeviceFinder.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/bluetooth/connection/IBluetoothScanResult.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/bluetooth/connection/eeg/MindWaveConnection.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/brainwave/BrainwaveDataHolder.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/brainwave/BrainwaveFileLogger.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/brainwave/BrainwaveSummaryData.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/brainwave/IBrainwaveDataReceiver.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/utils/SimpleHttpClient.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/utils/SimpleLiveViewSlicer.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/utils/SimpleLogDumper.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/utils/SnackBarMessage.kt [new file with mode: 0644]
app/src/main/java/jp/osdn/gokigen/thetathoughtshutter/utils/XmlElement.kt [new file with mode: 0644]
app/src/main/res/values/strings.xml