Commit graph

120 commits

Author SHA1 Message Date
Romain Gauthier
fc3dc7434e Bug 1087528 - Call IDs in about:webrtc. r=standard8, r=pkerr 2014-11-14 16:50:17 +01:00
Nicolas Perriault
12dc5c7552 Bug 1105520 - Open Loop room conversation window right after it's created. r=mikedeboer 2014-11-27 13:11:06 +01:00
Mark Banner
34e32086ea Follow-up to bug 1079225 - Fix formatting of the waiting for media message in Loop rooms, and ensure feedback can be given for multiple conversations in a row. r=abr 2014-11-26 21:09:09 +00:00
Nicolas Perriault
4e1ca9de79 Bug 1079225 - Feedback form displayed for Loop standalone rooms. r=Standard8 2014-11-26 18:55:28 +00:00
Mark Banner
4d1df5a441 Bug 1105347 If something goes wrong in a Loop room, ensure that devices are released and the room is left fully. r=nperriault 2014-11-26 17:52:55 +00:00
Mark Banner
d1cfd3630f Bug 1097749 - Standalone rooms should display the room name once the room has been joined. r=nperriault
a=kwierso for the CLOSED TREE
2014-11-25 23:46:43 +00:00
Mark Banner
1d978cc95f Bug 1097742 - Part 2 Standalone Rooms shouldn't join the room until after user media has been accepted. r=abr 2014-11-25 23:46:42 +00:00
Mark Banner
fa54bffe4c Bug 1093787 - Insert an additional view for Loop standalone calls to prompt the user to accept the microphone and camera permissions before starting the call. r=nperriault 2014-11-25 14:31:43 +00:00
Nicolas Perriault
4fc8bdf986 Bug 1086512 - Added feedback form to Loop desktop room window. r=Standard8 2014-11-25 13:19:34 +01:00
Nicolas Perriault
10e52a81b8 Bug 1076754 - Moved Loop feedback flow to Flux. r=Standard8 2014-11-24 17:02:48 +01:00
Jared Wein
f9cfe19c63 Bug 1101006 - Refactor mozLoop.{get, set}LoopCharPref and mozLoop.{get, set}LoopBoolPref to mozLoop.{get, set}Pref that uses getPrefType. r=mikedeboer 2014-11-19 13:29:27 -05:00
Nicolas Perriault
538e169c18 Bug 1094137 - Create a common shared store creator for Loop. r=Standard8 2014-11-19 14:59:08 +00:00
Mark Banner
ee01e3b2af Bug 1088650 Add sounds for notifications when rooms are joined, left or if there are failures. r=nperriault 2014-11-18 20:50:57 +00:00
Mark Banner
59040d4429 Bug 1084362 When a third-party enters a room, stop displaying the ToS and privacy links in the Loop panel. r=nperriault 2014-11-18 20:50:56 +00:00
Mark Banner
781163fac2 Bug 1074694 - Allow rooms to be renamed from the conversation window. r=nperriault 2014-11-17 22:12:27 +00:00
Mike de Boer
9d020c6017 Bug 1074666 - Part 3 Play a sound when a participant joined a room. Updated by pkerr,r=Standard8 2014-11-17 13:28:59 +00:00
Mark Banner
cfa103ca14 Bug 1097742 - Part 1 Handle access being denied to media, and prevent the sdk prompts from showing in Loop Rooms. r=nperriault 2014-11-13 22:45:23 +00:00
Mark Banner
d7fbacd663 Bug 1097733 - Enable Loop Rooms to be reused without reloading, by resetting the multiplex gum. r=nperriault 2014-11-13 15:33:16 +00:00
Nicolas Perriault
7220f8d88a Bug 1074709 - Notify Loop room users when the room is full. r=Standard8 2014-11-13 15:33:15 +00:00
Andrei Oprea
3cb8ea76f4 Bug 1076794 Make Loop calls handle networkDisconnected events properly so that the correct messages get displayed. r=Standard8 2014-11-13 10:50:36 +00:00
Nicolas Perriault
83ea8af8c5 Bug 1074702 - Part 2: Room views for Loop standalone. r=Standard8 2014-11-12 15:20:54 +00:00
Mark Banner
ce7e3147b5 Bug 1074696 - Allow the user to copy and email Loop room urls from the room preview. r=nperriault 2014-11-11 22:15:44 +00:00
Mark Banner
ee90afcd25 Bug 1074686 - Part 5 Hook up the active room store to the sdk for Loop rooms on desktop to enable audio and video in rooms. r=nperriault 2014-11-11 14:48:56 +00:00
Mark Banner
042b0c0897 Bug 1074686 - Part 4 Improve Loop conversation store registration to only register for actions when they need it, and change PeerHungupCall into RemotePeerDisconnected to fit better with what it is for. r=nperriault 2014-11-11 09:33:06 +00:00
Dan Mosedale
6a56092839 Bug 1093931 - Update Loop mocha unit test framework to v2.0.1, which supports Promises, r=Standard8
--HG--
rename : browser/components/loop/test/shared/vendor/mocha-1.17.1.css => browser/components/loop/test/shared/vendor/mocha-2.0.1.css
rename : browser/components/loop/test/shared/vendor/mocha-1.17.1.js => browser/components/loop/test/shared/vendor/mocha-2.0.1.js
2014-11-07 13:59:09 -08:00
Mark Banner
969c303e35 Bug 1074702 - Part 1 Implement join/refresh/leave with the Loop server on the standalone UI. r=nperriault 2014-11-07 16:28:13 +00:00
Mark Banner
5716218663 Bug 1074688 - Part 3 Hook the new activeRoomStore into the standalone views, and also extend the store to manage joining rooms on the Loop server. r=nperriault,a=RyanVM 2014-11-06 20:53:49 +00:00
Romain Gauthier
002e180974 Bug 1065201: introduce new sounds for Hello standalone and desktop. r=mikedeboer 2014-11-06 14:51:50 +01:00
Nicolas Perriault
8671517f49 Bug 1093620 - Using a single root store for Loop rooms. r=Standard8
--HG--
rename : browser/components/loop/content/shared/js/localRoomStore.js => browser/components/loop/content/shared/js/activeRoomStore.js
rename : browser/components/loop/content/shared/js/roomListStore.js => browser/components/loop/content/shared/js/roomStore.js
rename : browser/components/loop/test/shared/localRoomStore_test.js => browser/components/loop/test/shared/activeRoomStore_test.js
rename : browser/components/loop/test/shared/roomListStore_test.js => browser/components/loop/test/shared/roomStore_test.js
2014-11-05 13:59:46 +00:00
Mark Banner
b9a915d3e1 Bug 1074688 - Part 1 Rename the existing EmptyRoomView to be DesktopRoomView, and clean it up, in preparation for the Loop room view implementation. r=nperriault 2014-11-04 10:12:40 +00:00
Nicolas Perriault
1c0f91beb6 Bug 1074676 - Allow deleting a Loop room. r=Standard8 2014-11-03 21:53:56 +00:00
Mark Banner
08318f64c8 Bug 1074678 - Open a room window when the user selects the room in the Loop panel. r=mikedeboer 2014-11-03 16:34:03 +00:00
Mark Banner
c299359b02 Bug 1090209 - Part 2 Use MozLoopService to manage window ids centrally, and store the data for the window opening. r=mikedeboer
Use LoopCalls directly to handle busy statuses.
2014-11-03 16:34:03 +00:00
Mark Banner
6787686cbf Bug 1090209 - Part 1 Drop the window type from the url that opens a Loop conversation window, and pass it in the call data instead. r=nperriault
Also creates a ConversationAppStore for managing the overall window data and selection of the type of window it is for the views.
2014-11-03 16:34:02 +00:00
Nicolas Perriault
693053f7be Bug 1074680 - Create a Loop room, r=Standard8. 2014-10-31 16:28:33 +01:00
Mark Banner
e3677253b1 Bug 1084228 Replace 'callId' with 'windowId' in a Loop conversation window so that it represents what it is and is distinct from the real 'callId'. r=mikedeboer 2014-10-29 14:21:27 +00:00
Andrei Oprea
f20575cd52 Bug 1078718 - Force standalone app reload on hashchange event. r=Standard8 2014-10-28 21:52:17 +00:00
Nicolas Perriault
f2cd0b13fe Bug 1074672 Part 3 - Update the Loop room list to use the new mozLoop.rooms API. r=Standard8 2014-10-27 20:29:24 +00:00
Romain Gauthier
48c5c72e43 Bug 1065203 - Add some sound notifications for Loop's standalone link-clicker ui. r=nperriault 2014-10-27 17:05:09 +00:00
Jared Wein
df21f5b213 Bug 1077599 - Rounding corners of buttons. r=mikedeboer 2014-10-27 10:51:58 -04:00
Mark Banner
544e9b05e8 Bug 1074517 Second call with a Loop url gets disconnected - ensure stream published/subscribed flags are properly reset. r=dmose 2014-10-23 10:44:13 +01:00
Mark Banner
f7c76f5450 Bug 1081023 - Handle call url changes to the format for Loop's call links. r=nperriault 2014-10-23 09:42:21 +01:00
Romain Gauthier
5c701c3ee1 Bug 1079811 - A new call won't start if the outgoing call window is opened (showing feedback or retry/cancel). r=Standard8 2014-10-17 16:11:41 +01:00
Nicolas Perriault
78face2506 Bug 1048162 Part 2 - Display an error message if fetching an email link fails r=standard8,darrin 2014-10-16 21:29:18 -04:00
Mark Banner
31882135a2 Bug 1081154 - Loop direct calls should attempt to call phone numbers as well as email addresses. r=mikedeboer 2014-10-16 18:58:59 +01:00
Nicolas Perriault
9b7f6776df Bug 1048162 Part 1 - Add an 'Email Link' button to Loop desktop failed call view. r=Standard8 2014-10-16 18:58:59 +01:00
Dan Mosedale
c063427d7c Bug 1074686 - Test/impl EmptyRoomView, store, and actions, r=Standard8 2014-10-14 15:22:35 -07:00
Nicolas Perriault
f55ec03175 Bug 1080476 - Upgrade React to 0.11.2. r=mikedeboer
--HG--
rename : browser/components/loop/content/shared/libs/react-0.11.1-prod.js => browser/components/loop/content/shared/libs/react-0.11.2-prod.js
rename : browser/components/loop/content/shared/libs/react-0.11.1.js => browser/components/loop/content/shared/libs/react-0.11.2.js
2014-10-09 23:42:00 -04:00
Mark Banner
6cd85e9bcd Bug 1029433 When in a Loop call, the title bar should display the remote party's information. r=nperriault 2014-10-10 14:03:56 +01:00
Andrei Oprea
2ea5a124e7 Bug 1020449 Loop should show caller information on incoming calls. Patch originally by Andrei, updated and polished by Standard8. r=nperriault 2014-10-10 10:19:45 +01:00