Age | Commit message (Collapse) | Author |
|
Fix indentation mistake that trips gcc's misleading indentation warning.
|
|
|
|
Issue:
P2P was catching STATUS_LEFT_CHANNEL meant for nearby chat and adopting
channel info for itself
Solution:
- Moved one of notifyStatusObservers calls so that it would have uri
data instead of firing with no channel info
- Made p2p sessions init with uri data, like it was before webrtc. Which
is used to distinguish observer notifications.
- Removed mAudioSessionChanged. It was unused yet confusing.
|
|
|
|
build.yaml: Remove unused BUILD variable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix PR builds from forks
|
|
|
|
|
|
Build ReleaseOS when a PR is from a fork rather than Release.
This fixes OSS PR builds which, until now, have been failing because they cannot access secrets.
|
|
Fix several indentation mistakes, some of them trip gcc's misleading indentation warning.
|
|
windows
|
|
|
|
is_asset_knowable variable name is duplicated, causing a compiler warning in gcc.
|
|
Intended for photography, but there is curently no nice way to present
it so it's in debug options until we get some critical mass of features
that can be collected into a single whole.
|
|
|
|
case of stuck or errored libvlc (#2124)
|
|
|
|
|
|
|
|
Fix more findChild calls during draw and frequent data callbacks
|
|
|
|
(#2115)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix various sources of stutter from findChild during draw
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|