remote icon indicating copy to clipboard operation
remote copied to clipboard

⚡ control Raspberry Pi from Android Device through Bluetooth ⚡

Results 139 remote issues
Sort by recently updated
recently updated
newest added

Bumps androidx.annotation:annotation from 1.8.2 to 1.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.annotation:annotation&package-manager=gradle&previous-version=1.8.2&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

``` Exception java.lang.NullPointerException: class name is null at android.content.ComponentName. (ComponentName.java:118) at android.app.Service.stopForeground (Service.java:854) at android.app.Service.stopForeground (Service.java:825) at io.treehouses.remote.network.BluetoothChatService.connectionLost (BluetoothChatService.kt:151) at io.treehouses.remote.network.BluetoothChatService.access$connectionLost (BluetoothChatService.kt:18) at io.treehouses.remote.network.BluetoothChatService$ConnectedThread.run (BluetoothChatService.kt:218) ```

... for potential local storage so in can this last maven repo fail we have the failing pacckages ``` FAILURE: Build failed with an exception. * What went wrong: Execution...

``` Exception java.lang.RuntimeException: at androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory.create (ViewModelProvider.android.kt:315) at androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory.create (ViewModelProvider.android.kt:299) at androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory.create (ViewModelProvider.android.kt:273) at androidx.lifecycle.SavedStateViewModelFactory.create (SavedStateViewModelFactory.kt:128) at androidx.lifecycle.ViewModelProvider$Factory$-CC.$default$create (ViewModelProvider.android.kt:158) at androidx.lifecycle.SavedStateViewModelFactory.create at androidx.lifecycle.viewmodel.ViewModelProviderImpl_androidKt.createViewModel (ViewModelProviderImpl.android.kt:34) at androidx.lifecycle.viewmodel.ViewModelProviderImpl.getViewModel$lifecycle_viewmodel_release (ViewModelProviderImpl.kt:65) at androidx.lifecycle.viewmodel.ViewModelProviderImpl.getViewModel$lifecycle_viewmodel_release$default (ViewModelProviderImpl.kt:47) at...

Device: Oneplus 6T Android Version: Android 11 Currently the app display a toast showing "Scan unsuccessful, please try again." when there's no location permission. ``` Permission violation - startScan not...

enhancement