Tim Sheerman-Chase
Tim Sheerman-Chase
Several robustness fixes have been added to the master branch. Could people check to see if it resolves this issue?
Has the license changed from MPL 1.1 to dual license AGPL v3/commercial? Did this change occur on 18th March, at 6d9837d or some other point?
Looks like Android 8+ introduced scan throttling, which is fairly restrictive: ``` Android 8.0 and Android 8.1: Each background app can scan one time in a 30-minute period. ``` https://developer.android.com/guide/topics/connectivity/wifi-scan...
This is effectively a dup of https://github.com/openbmap/radiocells-scanner-android/issues/218 UPDATE: There is a work around for Android 8 https://github.com/openbmap/radiocells-scanner-android/pull/219 but currently not for Android 9
@vubma I've combined my branched version 3d0b0e986939be39778bb9eedf71f1fd98a8f756 with android.permission.NETWORK_SETTINGS in the manifest. I think it has to be a system app because the docs says that permission is "Not for...
This also affects Android 9.0 https://github.com/openbmap/radiocells-scanner-android/issues/225 I suggest the title is updated to be "8.1+"
I just configured Eclipse Mosquitto and recorder using docker and TLS. It wasn't easy, particularly the TLS setup (I used an existing cert from Let's Encrypt https://github.com/owntracks/recorder/issues/193 ). To make...
I tried this solution with only partial success. The custom styles appear in ReactModal__Content but I still need to update modal-dialog as this has max-width:500px. I believe this is an...
This seemed to work (together with using customStyles as discussed above): ``` @media screen and (min-width: 992px) { .modal-dialog { max-width: 900px; max-height: 80%; } } @media screen and (min-width:...
The shape_predictor_68_face_landmarks.dat model includes pupil positions. I'm not sure how accurate it is.