Closed mandaiy closed 8 years ago
I'd like to discuss
Question, during search, can users choose a device or go to other page (I mean "can the process stop correctly?") BluetoothDevice seems good. Is there any problem ?
Question, during search, can users choose a device or go to other page (I mean "can the process stop correctly?")
Of course they can.
BluetoothDevice seems good. Is there any problem ?
there's no problem, but I need your approval ;) maybe this naming scheme is suitable, since there could be 'WifiDevice' or something. or it could be 'BluetoothMachine'. which is preferable?
Ok, I also think we should discuss about using "machine" or "device," and in my opinion, machine is better to keep code consistence. I have one more question, what should users do when they try to search again?
Ok, I also think we should discuss about using "machine" or "device," and in my opinion, machine is better to keep code consistence.
👍
I have one more question, what should users do when they try to search again?
Now this app continually scans bluetooth devices (in other words, users do not need to restart it) To be precise, the scanning restarts when it ends
When the broadcast receiver receives 'BluetoothAdapter.DISCOVERY_FINISHED', 'onNext' is called. Then, it calls BluetoothAdapter#startDiscovery() again.
Perfect :)
I hope you accept my pull request.
thanks for a notification:) give me time for check.
And this PR seems to conflict with the previous PR. Please fix it.
Though there are some kinds of stuff to be fixed, totally LGTM. APPROVED.
What are 'some kinds of stuff to be fixed'? It sounds like the PR contains more issues other than you mentioned. I'd like to fix these points.
I'm sorry for confusing you... I mean "there are kinds of some stuff to be fixed (as I mentioned above)". So, all are fixed and let's close this PR. I love it:)
yet another pull req for the setting activity.
breaking changes:
there are still many hard-coding strings, incoherent naming. please comment