Oswaldo Acauan
|
f5b8bdbf02
|
Add reusable components for buttons, icons and tooltips
|
2016-04-06 09:49:29 -03:00 |
|
gcampes
|
568f6f3406
|
Create new react components
|
2016-04-06 09:49:23 -03:00 |
|
Oswaldo Acauan
|
52a7b1e3e3
|
Add generic button component
|
2016-04-06 09:49:22 -03:00 |
|
gcampes
|
f3a739d8c4
|
Move react folder from views
|
2016-04-06 09:49:21 -03:00 |
|
gcampes
|
1f34ff8f7b
|
Adds new react folder structure
|
2016-04-06 09:49:05 -03:00 |
|
Oswaldo Acauan
|
5932cfa2de
|
Changed boilerplate stuff to icon component
|
2016-04-06 09:48:51 -03:00 |
|
gcampes
|
272ce793f5
|
Change user object that goes into the components. feat. oswaldoacauan
|
2016-04-06 09:48:48 -03:00 |
|
gcampes
|
4896cc51e1
|
adds icon and tooltip react component
|
2016-04-06 09:48:47 -03:00 |
|
gcampes
|
85e5f341d8
|
Added dummy user-list react-components
|
2016-04-06 09:48:41 -03:00 |
|
gcampes
|
3b171164d3
|
Added comment
|
2016-04-06 09:48:39 -03:00 |
|
Oswaldo Acauan
|
6d4a0c32a5
|
Refactor
|
2016-04-06 09:48:39 -03:00 |
|
gcampes
|
a1823b1235
|
testing remote branching
|
2016-04-06 09:48:37 -03:00 |
|
gcampes
|
a948575a6e
|
Started the user list as a react component
|
2016-04-06 09:48:37 -03:00 |
|
Ghaz Triki
|
779b8a5a14
|
Cleanup for ChatRoomsViewMediator class.
|
2016-04-06 12:19:46 +01:00 |
|
Ghaz Triki
|
166fe90600
|
Removed unused overriden methods and properties in view classes.
|
2016-04-06 12:12:56 +01:00 |
|
Ghaz Triki
|
859081fb82
|
Fixed private chat wasn't working due to an invalid check of first unread message position.
|
2016-04-06 12:06:59 +01:00 |
|
Ghaz Triki
|
861e5adcf8
|
Better implementation for the chat item visiblity detetection.
|
2016-04-06 11:57:34 +01:00 |
|
Ghaz Triki
|
8179604c56
|
Improved IPresentationViewAir implementation to avoid type casting the view in PresentationViewMediator.
|
2016-04-06 11:37:43 +01:00 |
|
Ghaz Triki
|
4df4b1b2be
|
Removing event listeners and signal listeners when destroying mediators.
|
2016-04-06 11:20:58 +01:00 |
|
Fred Dixon
|
b9b23dc87b
|
Merge pull request #3078 from capilkey/1.0-access-bugfix3
Correction to #3074
|
2016-04-05 18:54:11 -04:00 |
|
Chad Pilkey
|
8a5294b6b5
|
added callback getters to VideoWithWarnings
|
2016-04-05 14:36:24 -07:00 |
|
Richard Alam
|
6b6f1622dc
|
Merge pull request #3073 from perroned/edge-as-chrome
Fixes #3068 - Detecting Microsoft Edge as Google Chrome
|
2016-04-05 14:04:37 -04:00 |
|
Richard Alam
|
d1c0a22a4a
|
Merge pull request #3074 from capilkey/1.0-access-bugfix2
Fixed some accessibility bugs in 1.0
|
2016-04-05 14:03:37 -04:00 |
|
Ghaz Triki
|
81b49ee962
|
Deleted ChatList, GuestsList and ParticipantsList to use Flex List instead.
|
2016-04-05 18:20:38 +01:00 |
|
Ghaz Triki
|
857bd48f4c
|
Using application icons and deactivated iOS glare effect on the icon as described in the documentation http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.html
|
2016-04-05 17:48:00 +01:00 |
|
Ghaz Triki
|
33b9fb1a68
|
Removed all Flex compiler warnings for the mobile client.
|
2016-04-05 16:58:32 +01:00 |
|
Ghaz Triki
|
782238df1b
|
More code cleanup.
|
2016-04-05 15:53:34 +01:00 |
|
Ghaz Triki
|
9cdc6aaba5
|
Deleted unused code in ChatRoomsViewMediator.
|
2016-04-05 15:35:23 +01:00 |
|
Ghaz Triki
|
906f8c82c5
|
Using a simple list in ChatRoomsViewBase
|
2016-04-05 15:27:26 +01:00 |
|
Ghaz Triki
|
1f41c31997
|
Deleted CharChatRoomsList class and unified "views" namespace when possible.
|
2016-04-05 15:25:14 +01:00 |
|
Ghaz Triki
|
89ef6ed24e
|
Make IMenuButtonsView inherit IFlexDisplayObject to use it in MenuButtonsViewMediator instead of using the implementation class.
|
2016-04-05 15:17:57 +01:00 |
|
Ghaz Triki
|
4eaadf106c
|
Using better interfaces inheritance by making IView extend IEventDispatcher to avoid casting the 'view' property in mediator classes.
|
2016-04-05 15:06:41 +01:00 |
|
Ghaz Triki
|
626254d577
|
Renamed sendConnectionFailedEvent to sendConnectionFailedSignal in BaseConnection.
|
2016-04-05 14:54:03 +01:00 |
|
Ghaz Triki
|
bbbd387892
|
Minor typo fixes.
|
2016-04-05 14:53:38 +01:00 |
|
Ghaz Triki
|
33d8d56ca3
|
Removed unused properties and classes.
|
2016-04-05 14:46:29 +01:00 |
|
Ghaz Triki
|
819b623439
|
TransitionAnimationENUM class renamed to TransitionAnimationEnum and moved to org.bigbluebutton.air.common
|
2016-04-05 12:14:21 +01:00 |
|
Ghaz Triki
|
22451cb17b
|
PagesENUM class renamed to PageEnum and moved to org.bigbluebutton.air.common
|
2016-04-05 12:07:58 +01:00 |
|
Oleksandr Zhurbenko
|
33ebc407dc
|
Removing the slide when the presentation is deleted
|
2016-04-04 13:59:55 -07:00 |
|
Chad Pilkey
|
6784c4c36d
|
fixed a couple of accessibility bugs in 1.0
|
2016-04-04 12:23:51 -07:00 |
|
Ghaz Triki
|
b0f823c805
|
Deleted unused variables in chat feature.
|
2016-04-04 20:06:37 +01:00 |
|
Ghaz Triki
|
0cd21b9980
|
Merged SelectParticipantView into a single file.
|
2016-04-04 20:06:07 +01:00 |
|
Ghaz Triki
|
735035e026
|
Capitalised chat.unreadMessages locale value.
|
2016-04-04 20:05:05 +01:00 |
|
Ghaz Triki
|
c0ef5a9288
|
Deleted unused Class org.bigbluebutton.air.chat.views.chat.ChatConfig
|
2016-04-04 19:34:55 +01:00 |
|
Ghaz Triki
|
72701a249c
|
Fixed typo when naming signals containing "success" word.
|
2016-04-04 18:13:41 +01:00 |
|
Ghaz Triki
|
53da3959ea
|
Renamed successConnected property to connectionSuccessSignal.
|
2016-04-04 17:51:44 +01:00 |
|
Ghaz Triki
|
996220f4f9
|
Code cleanup for mobile desktop sharing classes.
|
2016-04-04 17:30:17 +01:00 |
|
Ghaz Triki
|
6574424253
|
Removed unused rotation code in Main application class.
|
2016-04-03 18:11:28 +01:00 |
|
Ghaz Triki
|
0fd361c87b
|
Moved locale outside src.
|
2016-04-03 18:09:54 +01:00 |
|
Ghaz Triki
|
05d9d14d3f
|
Better formatting for mobile client Default.css
|
2016-04-03 17:30:24 +01:00 |
|
Ghaz Triki
|
726cb2c2ad
|
Flex4 client common-library code formatting and import cleanup.
|
2016-04-03 17:18:38 +01:00 |
|