- Sep 12, 2014
-
-
Emmanuel ROHEE authored
-
David Baker authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Put data into a table to ease layout and manage long strings
-
David Baker authored
-
David Baker authored
Always pick the incoming call if we've not yet sent out our invite, otherwise the remorte party will see their call get rejected and our call won't come in until our user clicks allow.
-
David Baker authored
Remove the local AV stream from ourselves when handing it off to a new call or we'll close it when we hang up.
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
(TODO: recents needs to be directly plugged to $rootScope.events.rooms)
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Update it with the latest value
-
Emmanuel ROHEE authored
initRoom on a new room is not called. Call it for any received events
-
- Sep 11, 2014
-
-
David Baker authored
few fixes for errors in glare conditions. still seem to end up with no audio if both calls are placed at the same time.
-
David Baker authored
-
David Baker authored
Fix bug where web client wold break trying to add the earliest token without having initialised the room if your first page of history contained only events which didn't call initRoom. Just call initRoom in handleMessages since we use it there rather than leaving it to the individual event handling methods.
-
Emmanuel ROHEE authored
In realtime show who kicked or banned him.
-
David Baker authored
start towards glare support (currently not much better but no worse than before) including fixing a lot of self/var self/this fails that caused chaos when we started to have more than one call in play.
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
- Sep 10, 2014
-
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Made users count auto updating. Do show it if the info is not available (ex:user has not joined the room yet)
-
David Baker authored
-
David Baker authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Removed wrong comments about recents-controller.js: it uses $rootScope.rooms not $rootScope.events.rooms managed by event-handler-service.js and used by other controllers
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Reenabled handle of room states events in initialSync but do not add them to the displayed messages in the room page. Show the m.room.member events only when they come from room.messages (from initialSync of pagination) not from room.state.
-
Emmanuel ROHEE authored
-
David Baker authored
-