Re: Bluetooth on 2.36
Posted: Sun Nov 18, 2018 6:37 pm
i'd suggest scaling list size to available memory, but that seems to be the source of a lot of the crashes we get with Google's mapping library, so I'm a little skeptical. The list adapter infra from Android should go a long way toward mitigating that, but a giant hash of objects will get big no matter how efficiently you manage display. We could do some kind of clever view into the SQLite database, but that would probably be slower and more power intensive.
https://github.com/wiglenet/wigle-wifi- ... g/pull/282
Is a big mess of improvements from the last few weeks - fixes BT scan disable issues (at least mostly), which can help with list length.
I need to start testing with "show current" off more - I find that unusable in a lot of practical contexts, but if we offer it, we should figure out how to make it work.
Thanks to everyone for all the feedback and help detecting and fixing bugs. The BT feature is a pretty massive change to the way the app does things, and we've found all kinds of interesting (and sometimes device-specific) corner cases.
-ark
https://github.com/wiglenet/wigle-wifi- ... g/pull/282
Is a big mess of improvements from the last few weeks - fixes BT scan disable issues (at least mostly), which can help with list length.
I need to start testing with "show current" off more - I find that unusable in a lot of practical contexts, but if we offer it, we should figure out how to make it work.
Thanks to everyone for all the feedback and help detecting and fixing bugs. The BT feature is a pretty massive change to the way the app does things, and we've found all kinds of interesting (and sometimes device-specific) corner cases.
-ark