oakkitten
oakkitten
we are using the action button to send messages. it seems that our behavior is unconventional and other apps (WhatsApp, Telegram) use it to input new line. i think it...
namely [`NotificationManager#getBubblePreference()`](https://developer.android.com/reference/android/app/NotificationManager#getBubblePreference()) & [`NotificationCompat.Builder#setSilent()`](https://developer.android.com/reference/kotlin/androidx/core/app/NotificationCompat.Builder#setSilent(kotlin.Boolean))
there are a few *very rare* bugs related to buffer list's `RecyclerView` and its item animator. these bugs has been present in the app for a long time. it is...
*note that there were major edits of this comment* pytest supports passing arguments to fixture functions using so-called [indirect parametrization](https://docs.pytest.org/en/stable/example/parametrize.html#indirect-parametrization): ```python @pytest.fixture def service(request): return f"Service launched with parameter {request.param!r}"...
### Checked for duplicates? - [X] This issue is not a duplicate ### What are the steps to reproduce this bug? 1. Have gesture navigation enabled 2. Tap in the...
Using 2.2.21 from Jitpack, I'm running into build issues with my Android app after adding a dependency of `androidx.security:security-crypto`, which itself depends on `com.google.crypto.tink:tink-android`, with errors such as: org.gradle.api.tasks.TaskExecutionException: Execution...
See https://jitpack.io/#connectbot/sshlib
See #561 and individual commit messages
Closes #574. This is based on top of #575. See individual commit messages. Suggest reviewing commit by commit. ~~TODO: Add include rules for backups. I suppose we only want to...
See individual commits & their messages. I hope this doesn't break things, will require a bit of hands-on testing.