jrt
jrt
**Describe the bug** When Alice and Bob join Dave's Server, Alice and Bob can not chat, share projects or files with each other. **To Reproduce** Steps to reproduce the behavior:...
[User feedback via IRC](https://log.asteroidos.org/?date=2020-09-29#173) indicates that currently, notifications from apps in [work profiles](https://developer.android.com/work/managed-profiles) are not synced (this includes solutions like [Shelter](https://cgit.typeblog.net/Shelter/)). ## Investigation The [Android Developer documentation](https://developer.android.com/work/managed-profiles#notification-personal-profile) seems to back...
The JCenter repository is [deprecated and going forward read-only](https://developer.android.com/studio/build/jcenter-migration). We can replace `jcenter()` with `mavenCentral()` except for the `github.vatsal.easyweather` library. The options are: - look for an alternative trusted repository...
Google published the last beta before the official Android 11 release. We should make sure the app runs as intended on Android 11 until the release (probably early next month)....
Since Android Oreo (SDK 26) Android has support for [Picture-in-Picture](https://developer.android.com/guide/topics/ui/picture-in-picture). Adding PiP adds the ability to leave the app without interrupting the video and enables users, for example, to reply...
The weather library we use still uses http instead of https. Open weather map has disabled access via http. We have the following options: - patch the upstream lib -...
@marcnnn (marcni#6309 on discord) and I have tried to get the PR #5 up and running on master. We get it to compile, but OBS crashes without a meaningful error...
We should measure and include how long a charge lasts for each watch during normal use to make buying decisions simpler. I'm not entirely sure where to put it. We...