Commit graph

403 commits

Author SHA1 Message Date
Martin Tomes
19eccd05d6 Bug 1160496 - Enable eslint rules for Loop: General code format. r=Standard8 2015-05-12 13:45:07 +01:00
Mark Banner
6b0472a3cf Follow-up to bug 1153788. Improve strings for L10n - use existing replacements for brandname and improve the localisation notes. r=mikedeboer,a=Tomcat 2015-05-11 11:37:51 +01:00
Mark Banner
a31132716f Bug 1153788 - Part 2. Ask the user to re-sign in to Loop if they don't have encryption keys for FxA. r=mikedeboer 2015-05-08 13:46:52 +01:00
Mike de Boer
e7926bf434 Bug 1156205: show a scrollbar in the social share dropdown list inside the Loop conversation window when the number of items exceeds the maximum height. r=Standard8 2015-05-08 10:32:46 +02:00
Mike de Boer
de13ef03fd Bug 1162442: add tooltips to the context edit and close buttons inside the Loop conversation window. r=Standard8 2015-05-08 12:30:42 +02:00
Mike de Boer
18d196064c Bug 1142515: implement updating a room with changed context information. r=Standard8 2015-05-07 11:38:57 +02:00
Mike de Boer
7fb5d31c3d Bug 1142515: rename the pref contextInConverations to contextInConverSations, fixing a typo. r=Standard8 2015-05-07 11:38:49 +02:00
Martin Tomes
247ef0c6cb Bug 1160489 - Enable eslint rules for Loop: comma related. r=Standard8 2015-05-06 18:15:56 +01:00
Cedric Raudin
e5106eb19f Bug 1115365 - Update the import string in the Loop contact panel to explain it will be from Google. r=Standard8 2015-04-30 16:41:13 +01:00
Martin Tomes
926adf2389 Bug 1084296 - Add an ellipsis to Loop's "Remove Contact" menu item. r=Standard8 2015-04-30 07:40:50 +01:00
Mark Banner
47de4886b9 Bug 1146305 - IDN links should be properly displayed in Hello rooms for context in conversations. r=mikedeboer 2015-04-30 07:40:49 +01:00
Mark Banner
64f91f7342 Bug 1158112 - Move the Loop modules into a sub-directory and prepare eslint for enabling more rules for Loop. r=dmose
--HG--
rename : browser/components/loop/CardDavImporter.jsm => browser/components/loop/modules/CardDavImporter.jsm
rename : browser/components/loop/GoogleImporter.jsm => browser/components/loop/modules/GoogleImporter.jsm
rename : browser/components/loop/LoopCalls.jsm => browser/components/loop/modules/LoopCalls.jsm
rename : browser/components/loop/LoopContacts.jsm => browser/components/loop/modules/LoopContacts.jsm
rename : browser/components/loop/LoopRooms.jsm => browser/components/loop/modules/LoopRooms.jsm
rename : browser/components/loop/LoopStorage.jsm => browser/components/loop/modules/LoopStorage.jsm
rename : browser/components/loop/MozLoopAPI.jsm => browser/components/loop/modules/MozLoopAPI.jsm
rename : browser/components/loop/MozLoopPushHandler.jsm => browser/components/loop/modules/MozLoopPushHandler.jsm
rename : browser/components/loop/MozLoopService.jsm => browser/components/loop/modules/MozLoopService.jsm
rename : browser/components/loop/MozLoopWorker.js => browser/components/loop/modules/MozLoopWorker.js
2015-04-30 07:40:49 +01:00
ziyunfei
e1db0f779e Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Mark Banner
712f3f3e35 Bug 1159199 - Clicking the context indicator in the Loop panel should close the panel after opening the url. r=mikedeboer 2015-04-28 13:51:27 +01:00
Mark Banner
ad6bbb3e9a Bug 1155078 - Only display domain name in the context part of the panel. r=mikedeboer 2015-04-28 13:51:27 +01:00
Mark Banner
c00eaf4764 Bug 1158725 - Share link button has stopped working in latest nightly. Pass the necessary props to the component. r=mikedeboer 2015-04-27 10:35:40 +01:00
Mark Banner
88fb308441 Bug 1142587 - Implement indicators for context in conversations in the panel alongside room names. r=mikedeboer 2015-04-21 21:53:15 +01:00
Mark Banner
87a741e0a1 Bug 1145541. r=mikedeboer 2015-04-21 21:53:15 +01:00
Mark Banner
e884167ff5 Follow-up to bug 1142514 - make the pref name checks match the real pref name even though its spelt wrong. rs=mikedeboer over irc. 2015-04-21 15:40:01 +01:00
Mike de Boer
0925485637 Bug 1142514: show context information in the Loop conversation window. r=Standard8
--HG--
extra : rebase_source : a0f3858298ca9f8d3f2543017134830d1099b1e7
2015-04-21 12:06:59 +02:00
Cedric Raudin
8639337053 Bug 1079697 - Remove obsolete jshint messages in Loop code. r=Standard8 2015-04-21 09:35:03 +01:00
Mike de Boer
78f7ca030d Bug 1155561: ignore body clicks on dropdown menu buttons, to make dropdowns in Loop windows toggle properly. r=Standard8 2015-04-17 17:29:49 +02:00
Mark Banner
953a35523a Bug 1154708 - Drop renaming conversations from the Loop panel. r=dmose 2015-04-17 08:34:02 +01:00
Mike de Boer
39a32f8010 Bug 1152197: update share_button2 label to the updated share_button3 in the Loop conversation window. r=Standard8 2015-04-16 14:09:37 +02:00
Mark Banner
71f3f64398 Bug 1142525 - Hook up the tab context view to the create room action so that context can actually be added to a room. r=mikedeboer 2015-04-13 11:54:26 +01:00
Mark Banner
07b0d22a06 Bug 1142522 - Part 2 Hook up encryption for room contexts in guest mode. r=mikedeboer 2015-04-13 11:54:26 +01:00
Mark Banner
b445f8431f Bug 1152947 - Remove expiresIn from the create room message for Hello as the server has its own default. r=mikedeboer 2015-04-10 12:56:20 +01:00
Mike de Boer
43aab912fd Bug 1132301: Part 4 - add a Share Link button in the Loop conversation window to share a room URL via the Social API. r=Standard8 2015-04-10 13:23:11 +02:00
Mike de Boer
cdf272bdff Bug 1132301: Part 3 - hide the Loop dropdowns when the content window loses focus, so mouseLeave workarounds can be removed. r=Standard8 2015-04-10 13:23:08 +02:00
Ryan VanderMeulen
ef84e85987 Backed out 5 changesets (bug 1132301) for intermittent browser_mozLoop_socialShare.js failures.
Backed out changeset c99243d545e2 (bug 1132301)
Backed out changeset a2075595f6fd (bug 1132301)
Backed out changeset a2b8f0ddd738 (bug 1132301)
Backed out changeset e5d7fd205107 (bug 1132301)
Backed out changeset 47a5d0ecb127 (bug 1132301)
2015-04-09 13:15:52 -04:00
Mike de Boer
4af1cb9e83 Bug 1132301: Part 4 - add a Share Link button in the Loop conversation window to share a room URL via the Social API. r=Standard8 2015-04-09 16:29:16 +02:00
Mike de Boer
2dff9dd0c6 Bug 1132301: Part 3 - hide the Loop dropdowns when the content window loses focus, so mouseLeave workarounds can be removed. r=Standard8 2015-04-09 16:29:13 +02:00
Mark Banner
f8a3eb0889 Bug 1152296 - Move roomStore.js from shared code to desktop specific code for Loop. r=mikedeboer
--HG--
rename : browser/components/loop/content/shared/js/roomStore.js => browser/components/loop/content/js/roomStore.js
rename : browser/components/loop/test/shared/roomStore_test.js => browser/components/loop/test/desktop-local/roomStore_test.js
2015-04-08 17:13:03 +01:00
Mark Banner
a3918649d6 Bug 1138941 - Display a better string when we've failed to obtain the camera and video devices for Loop. r=dmose 2015-04-07 22:37:02 +01:00
Mark Banner
cbfc821496 Bug 1150273 - Use eslint for the react files for Loop. r=dmose 2015-04-04 14:43:27 +01:00
Mike de Boer
c437de0aa6 Bug 1132301: add strings for th upcoming Social Sharing feature in Loop. r=Standard8, a=Tomcat
--HG--
extra : transplant_source : %B9%CA%F6q%5B%7E%F3%B4n%05%E6%C0L%14%E1%94%09%82%F0F
2015-03-30 13:26:59 +02:00
Jared Wein
eefcc0b4fd Bug 1142687 - Show context information for current page in the rooms view. r=standard8 2015-03-24 12:43:49 -04:00
Ryan VanderMeulen
3120ab0db9 Backed out changeset b192e6e16c1b (bug 1142687) for mochitest-e10s failures.
CLOSED TREE
2015-03-24 14:32:20 -04:00
Jared Wein
1e367f2aea Bug 1142687 - Show context information for current page in the rooms view. r=standard8
--HG--
extra : rebase_source : 8c6b66f3c88507c777ccd63bd533a09228e2c2f2
2015-03-24 12:43:49 -04:00
Mike de Boer
73ba7bf088 Bug 1143298: show the correct amount of imported contacts in the Loop panel after the import has finished. r=Standard8
--HG--
extra : rebase_source : 5c5fb022c2d47fed93e1a3dadb6dc213adb233b5
2015-03-16 17:26:03 +01:00
Mark Banner
c8e33db0c4 Bug 1081079 - Use the DocumentTitleMixin for Loop in more places. r=jaws 2015-03-17 08:41:25 +00:00
Mark Banner
d4c5cf802c Bug 1143629 - Contacts import incorrectly displays all forms of plural strings. r=mikedeboer 2015-03-16 14:51:11 +00:00
Mark Banner
826cfb318a Bug 1088672 - Part 7. Rewrite Loop's incoming call handling in the flux style. Remove the now redundant non-flux based code for incoming calls. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner
424d07632c Bug 1088672 - Part 6. Rewrite Loop's incoming call handling in the flux style. Fix window titles for the incoming call view. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner
cb9be02aad Bug 1088672 - Part 5. Rewrite Loop's incoming call handling in the flux style. Correct the Call failed view to show only what's needed for incoming calls. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner
0984661eea Bug 1088672 - Part 4. Rewrite Loop's incoming call handling in the flux style. Put back alerts and make window unload be handled correctly. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner
d5f776b7d0 Bug 1088672 - Part 3. Rewrite Loop's incoming call handling in the flux style. Get the accept and cancel buttons working again on the accept call view. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner
99d6d0692a Bug 1088672 - Part 2. Rewrite Loop's incoming call handling in the flux style. Switch incoming calls to use flux based conversation store and get them working as far as the accept view. r=mikedeboer 2015-03-12 14:01:37 +00:00
Mark Banner
3379e40e51 Bug 1088672 - Part 1. Rewrite Loop's incoming call handling in the flux style. Rename some views for better naming. r=mikedeboer 2015-03-12 14:01:37 +00:00
Mark Banner
824d36b376 Bug 1140481 - Use the StoreMixin in some of the Loop conversation views. r=dmose CLOSED TREE
--HG--
extra : amend_source : 17cfab9085157775f7c093cf0504fd954eaeec99
2015-03-11 18:52:23 -07:00
Wes Kocher
d1a84c7305 Backed out changeset 35827fc86c80 (bug 1140481) under suspicion of making wpt-reftests intermittently fail on a CLOSED TREE 2015-03-11 16:53:41 -07:00
Mark Banner
e94ede8683 Bug 1140481 - Use the StoreMixin in some of the Loop conversation views. r=dmose 2015-03-11 10:34:25 +00:00
Dan Mosedale
53124f1f25 Bug 1123660 - Add telemetry probes for measuring failed, short, medium, and long calls. Largely paired w/jaws, r=jaws,dmose,Standard8, a=bsmedberg for opt-out metric 2015-03-09 16:59:35 -07:00
Mark Banner
d624a877f8 Bug 1106941 - Part 2. Firefox Hello doesn't work properly when no video camera is installed - fix incoming conversations. r=mikedeboer 2015-03-09 23:42:08 +00:00
Mark Banner
b0cd98035b Bug 1106941 - Part 1. Firefox Hello doesn't work properly when no video camera is installed - fix rooms and outgoing conversations. r=mikedeboer 2015-03-08 13:16:32 +00:00
Mark Banner
822d6ac2bd Bug 1139471 - Fix an issue with trying to update the Loop desktop room view's state whilst already rendering; This could cause items like tab sharing to still look like they were active even though they weren't. r=jaws 2015-03-06 08:28:15 +00:00
Mike de Boer
6dfcaf11a1 Bug 1137141: fix for making the Loop contacts tab show and/ or hide when the user logs in or out of FxA. r=Standard8 2015-02-27 12:25:18 +01:00
Mike de Boer
792c3127a4 Bug 1069962: show a promo area in the contacts list for Gravatars. Show Gravatar icons upon granting permission. r=Standard8 2015-02-27 11:08:28 +01:00
Nithin Murali
1fb617c79a Bug 1098517 - Fix hiding of FxA UI when loop.fxa.enabled is false; r=MattN
--HG--
extra : rebase_source : 0dffffd0bd08a459f566587089c4154a4c0afad8
2015-02-18 14:55:56 -08:00
Mark Banner
d23576d350 Bug 1126321 - Loop Standalone should display both of the remote video and screen when screen sharing is active. r=mikedeboer 2015-02-16 17:30:29 +00:00
Mark Banner
26091ec7e6 Bug 1126289 - Enable screen sharing for Loop link-generators by default. r=mikedeboer 2015-02-12 13:36:51 +00:00
Mike de Boer
a08eaaa096 Bug 1121210: notify UITour when the active tab changes and don't show the get started info panel when the rooms tab is not selected. r=MattN 2015-02-11 10:07:22 +01:00
Wes Kocher
ba6b80db37 Backed out changeset b04123c901ac (bug 1121210) for Mn failures 2015-02-10 15:19:43 -08:00
Mike de Boer
90ad8ca3b5 Bug 1121210: notify UITour when the active tab changes and don't show the get started info panel when the rooms tab is not selected. r=MattN 2015-02-10 23:35:39 +01:00
Mark Banner
8a4d155f4d Bug 1098355 - Change the functions in Loop's shared.utils.Helper to be accessible from the global state and avoid passing the helper down through the component props tree. r=mikedeboer 2015-02-05 19:35:12 +00:00
Mark Banner
6ac25c07ed Bug 1122032 Part 2 - Show the Loop screenshare video in place of the remote video for now. r=mikedeboer 2015-02-02 21:53:19 +00:00
Mark Banner
1b06d4345f Bug 1122032 Part 1 - Setup minimal screen sharing for Loop from desktop (disabled by default). r=mikedeboer 2015-02-02 21:53:19 +00:00
Mark Banner
3e9947b768 Bug 1127557 - Invalid preference type getting/setting loop.ot.guid. rs=jaws 2015-02-02 12:32:54 +00:00
Mark Banner
a011b7e263 Bug 1066166 - Add localized tooltip captions for each tab button on the Loop panel. r=jaws 2015-01-28 16:43:31 +00:00
Nicolas Perriault
2fdc3b4b4c Bug 1106852 - Introducing StoreMixin for Loop. r=Standard8 2015-01-22 17:39:07 +01:00
Dan Mosedale
5fd298ebbf Bug 1120003 Hoist Loop REST errnos and websocket reasons, patch=jaws,dmose r=Standard8 2015-01-20 13:15:21 -08:00
Mark Banner
bfc73a696e Bug 1121071 Part 1 - Remove old call url code from the Loop panel and related UI areas. r=mikedeboer 2015-01-16 18:34:30 +00:00
Mark Banner
68d3ae3040 Bug 1104930 - Create a mixin for handling updating of the video container for various Loop conversation views. r=nperriault 2015-01-16 18:34:30 +00:00
Nicolas Perriault
51e3821d3b Bug 1076764 - Added notifications for Loop contacts import. r=Standard8 2015-01-16 12:26:25 +01:00
Dan Mosedale
9ef244fa13 Bug 1120001-direct calls sometime say 'unavailable' rather than 'something went wrong'; patch=jaws,dmose; r=jaws,dmose
--HG--
extra : rebase_source : 2d366789d71f4c26d8c7b76e04dd62c0650962f2
2015-01-14 12:48:43 -05:00
Dan Mosedale
f16996b82f Bug 1118061-add "caller unavailable" messages to Hello, r=jaws 2015-01-09 14:51:51 -08:00
Dan Mosedale
f0a3a7e379 Bug 1118402-Close panel after sign-in/sign-up clicked to avoid user confusion, r=MattN 2015-01-08 14:58:59 -08:00
Romain Gauthier
63c44a298e Bug 1113613: Show the telefonica logo only on first use. r=NiKo` 2015-01-08 15:00:12 +01:00
Nicolas Perriault
d74d5eaeb9 Bug 1096399 - [Loop] Upgrade React to 0.12.2. r=Standard8
--HG--
rename : browser/components/loop/content/shared/libs/react-0.11.2.js => browser/components/loop/content/shared/libs/react-0.12.2.js
2015-01-06 13:07:26 +01:00
Mark Banner
ab39e18d89 Bug 1117138 - Move incoming call views from conversation.jsx to conversationViews.jsx. r=nperriault 2015-01-05 14:53:03 +00:00
Nicolas Perriault
462f9de768 Bug 1110155 - Fixed renamed Loop room not reflected into the panel. r=Standard8 2014-12-23 11:54:32 +01:00
Romain Gauthier
31e51a9f4a Bug 1109849 - Bypass the feedback form if no-one has entered the room yet. r=nperriault 2014-12-22 16:56:16 +01:00
Nicolas Perriault
dd4c1fba15 Bug 1110155 - Added minimal Loop room name validation. r=mikedeboer 2014-12-19 15:22:39 +01:00
Mark Banner
3e2bbc1189 Bug 1109149 - Display a basic error to the user if Loop room creation fails. r=nperriault 2014-12-18 10:14:40 +00:00
Matthew Noorenberghe
5b61364bc5 Bug 1112565 - Close the Loop panel when opening the getting started tour. rs=dolske 2014-12-17 23:43:33 -05:00
Nicolas Perriault
3b3cdeca50 Bug 1105525 - Enlarge Loop room rename field to prevent l10n issues. r=Standard8 2014-12-17 14:16:53 +01:00
Jared Wein
e22dd20905 Bug 1100595 - Add UI for indicating if renaming a room failed. r=NiKo`
--HG--
extra : rebase_source : a03dfe3f46d5ec8881ec7e34f9ec605467f01b8c
2014-12-16 13:23:16 -05:00
Carsten "Tomcat" Book
8c8eab8d31 merge fx-team to mozilla-central a=merge 2014-12-16 13:39:48 +01:00
Romain Gauthier
87cd4c7b30 Bug 1107655 - Show the ToS/Privacy display in the Loop panel whenever Get Started is displayed. r=nperriault 2014-12-15 22:28:18 +00:00
Mark Banner
44d4fdeb07 Bug 1109923 - Fix the Loop panel views in the ui-showcase. r=nperriault 2014-12-15 12:32:53 +00:00
Dan Mosedale
3c36af6c35 Bug 1111011-loop panel should close on 'Start a Conversation' click, r=MattN 2014-12-12 13:30:20 -08:00
Romain Gauthier
1186e7affc Bug 1106991 - Added missing icon for Hello's "tour". r=nperriault 2014-12-12 15:43:01 +01:00
Nils Ohlmeier [:drno]
4576b0d458 Bug 1095303 - Update the test case to the new Rooms UI. r=dmose 2014-12-12 16:03:00 -05:00
Nicolas Perriault
db9bde32fb Bug 1102170 - Share a room url by email when Loop direct call fails. r=Standard8 2014-12-10 22:51:53 +01:00
Mike de Boer
474da36328 Bug 1106010: make sure enough UI elements are always visible when not signed in to FxA. r=Niko 2014-12-10 12:05:49 +01:00
Dan Mosedale
0fd9267ee6 Bug 1107255-Fix tested Loop callers of window.close to use WindowCloseMixin, r=NiKo` 2014-12-09 12:04:25 -08:00
Dan Mosedale
52778dad2c Bug 1107255 - Close panel on call conversation start, r=:NiKo` 2014-12-09 11:22:47 -08:00
Nicolas Perriault
0f14aa53e5 Bug 1107210 - Fixed room name update not correctly reflected in Loop panel. r=Standard8 2014-12-05 09:39:09 -08:00
Matthew Noorenberghe
86eba7ddbb Bug 1104921 - UITour: Add Loop panel targets. r=Unfocused
--HG--
extra : rebase_source : eb46c50e68be3dbac8e7d6ba6f1dc01385190722
2014-12-04 14:40:03 -08:00
Matthew Noorenberghe
d1e4adb441 Backed out changeset c9f946144a73 (bug 1104921) for bc2 failures on some platforms. 2014-12-04 11:21:44 -08:00
Matthew Noorenberghe
ab5936e115 Bug 1104921 - UITour: Add Loop panel targets. r=Unfocused
--HG--
extra : rebase_source : 5463747fefe6b31f2d861065956cce1d4d138afa
2014-12-03 14:59:38 -08:00
Mark Banner
063347373c Bug 1106934 Opening a Loop room can show an unexpected error due to race conditions. r=nperriault 2014-12-02 18:04:58 -08:00
Mark Banner
47576f2ae6 Bug 1106474 - Drop conversationStore's use of Backbone.Model for Loop. r=nperriault 2014-12-02 13:50:37 -08:00
Phil Ringnalda
a9f8d89c2f Merge f-t to m-c, a=merge 2014-11-28 14:52:29 -08:00
Mike de Boer
c20ee339fb Bug 1092953: show a modal confirm dialog when a user attempts to delete a room. r=paolo 2014-11-28 11:45:17 +01:00
Nicolas Perriault
c1db8b5353 Bug 1090173 - Allow to rename a room from Loop panel. 2014-11-28 09:51:15 +01:00
Mike de Boer
2b907a08f1 Bug 1074667: Generate system alert when someone joins a room. r=MattN 2014-11-27 12:41:41 +01:00
Mark Banner
e5f2a33848 Bug 1098540 - Muting local video should display the default avatar image in Loop Rooms. r=nperriault 2014-11-27 11:57:11 +00:00
Mark Banner
fb38213d43 Bug 1105540 - Show tooltips for buttons 'Copy Link' and 'Delete conversation'. r=mikedeboer 2014-11-27 11:57:10 +00:00
Mark Banner
6f8791f06a Bug 1105537 - Add string in prepartion for upcoming Loop improvements. r=MattN 2014-11-27 00:46:05 +00:00
Romain Gauthier
fc3dc7434e Bug 1087528 - Call IDs in about:webrtc. r=standard8, r=pkerr 2014-11-14 16:50:17 +01:00
Jared Wein
65f573bb9c Bug 1100565 - Adjust margins and paddings to be uniform throughout the Loop/Hello panel. r=mikedeboer
--HG--
extra : rebase_source : 2966bceeae40ecd47ec278160afccaf7958bfbfe
2014-11-25 12:27:58 -05: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
Romain Gauthier
023d0a2865 Bug 1059756 - Add a link to Loop's help page in the gear menu. r=MattN 2014-11-24 09:57:44 +00:00
Mike de Boer
8c2cb161cd Bug 1102841: implement Cancel and Block a call for incoming direct calls r=abr 2014-11-21 15:38:42 +01:00
Jared Wein
3632bace8a Bug 1099462 - Set the Getting Started URL for Loop. r=MattN 2014-11-21 15:54:38 -05:00
Jared Wein
f5d53a75af Bug 1101754 - Hide the rooms/contacts view until the Getting Started tour has been accessed or dismissed. r=mikedeboer 2014-11-21 15:53:54 -05:00
Mark Banner
91ae75dd05 Bug 1101494 Guest mode doesn't work for rooms on a fresh profile - handle late guest registration, and keep track of when rooms are created to know if to automatically register or not. r=MattN 2014-11-19 23:12:37 +00: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
Jared Wein
cda17719db Bug 1074932 - Desktop client user can access product tour from gears menu. r=MattN 2014-11-19 13:29:17 -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
Jared Wein
3bcb57e00f Bug 1099495 - Use moz10n.get instead of the aliased '__' function for consistency with the other files. r=NiKo` 2014-11-18 12:39:54 -05:00
Jared Wein
7b8d4b397f Bug 1074720 - Display partner logo depending on the locale on first-time experience. r=mikedeboer 2014-11-18 12:39:40 -05:00
Jared Wein
34f2343812 Bug 1083466 - Add a button to the Loop panel for the Getting Started tour. r=mikedeboer 2014-11-18 12:39:29 -05: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
Mark Banner
07bb5e198f Bug 1074681 - When Loop "rooms" are enabled, hide the old call url generation UI. r=mikedeboer 2014-11-17 14:18:46 +00:00
Jared Wein
fcd99471b4 Bug 1098251 - Allow a contact to be created with either a phone number or an email address. r=MattN 2014-11-14 10:58:57 -05: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
Nicolas Perriault
3b7b953435 Bug 1074693 - Loop desktop room preview to use fullscreen local videostream. r=Standard8 2014-11-12 15:20:55 +00:00
Matthew Noorenberghe
484b2054dd Bug 1074670 - Implement the Hello NotificationView's button (e.g. retry). r=pkerr
--HG--
extra : rebase_source : 9c712ce0b135826acb0ff48b3f7ef08e7b64c0b2
2014-11-12 10:13:12 +01:00
Jared Wein
885c6858f3 Bug 1081322 - Add a phone number field to the Add/Edit Contact view. r=dmose
--HG--
extra : rebase_source : cbd5fbf8f1b4d26690c614ebb02d16e577fe9c3a
2014-11-11 18:40:54 -05: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
Paolo Amadini
a80080c80a Bug 1076767 - Add a spinner to the Import Contacts button whilst importing. r=jaws 2014-11-11 14:07:11 +00:00
Nicolas Perriault
d384c380c8 Bug 1074686 - Part 3 Revamped view architecture for Desktop Loop rooms. r=Standard8 2014-11-11 09:33:05 +00:00
Nicolas Perriault
fe2614bfb8 Bug 1074686 - Part 2: Implement room views for Loop Desktop. r=Standard8 2014-11-10 14:42:39 +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
Matthew Noorenberghe
88fc1b627a Bug 1093500 - Cleanup Loop registration by pulling push URLs from the push handler. r=pkerr
--HG--
extra : rebase_source : 40639702a655b5e20eb7e00473c2f8c7676500dc
2014-11-05 13:58:52 -08:00
Mark Banner
f57a918889 Bug 1093475 When a Loop call URL is deleted/blocked, use the proper session. r=mikedeboer 2014-11-05 13:59:46 +00: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
Dan Mosedale
bd670479a9 Bug 1074674 - add button to copy room location to clipboard, r=NiKo 2014-10-29 14:10:28 -07:00