Skip to content

Releases: NanCunChild/echoer

Test

14 Feb 09:57
Compare
Choose a tag to compare

Home Screen Functions Completed
We are waiting for the chat page...

Ergent Fix The Flash Back

10 Feb 14:39
Compare
Choose a tag to compare

Due to the null reference in BCScanner.kt, Line 45:
device?.let { Log.v("BluetoothScan", it.name.value) ... }
We did not verify the validation of this name, it might be null for no device name devices.
Now it is fixed:
Log.v("BluetoothScan", it.name ?: "Unknown Device")
Much Better.
And NanCunChild added sign in apk this time.

Only Home Screen

07 Feb 10:21
Compare
Choose a tag to compare

This version is Kotlin refector version, NanCunChild make the home screen only.
ZhangLiang and Liao Siqi will do the remaining.

test

08 Oct 13:05
b892213
Compare
Choose a tag to compare

test