Ghaz Triki
|
18aeb28cd1
|
Removed global stream feature.
|
2016-04-24 15:45:54 +01:00 |
|
Ghaz Triki
|
771fde809f
|
More code cleanup to remove unused features.
|
2016-04-22 16:01:59 +01:00 |
|
Ghaz Triki
|
44edda1e70
|
Move the responsability to set the page title TopBarViewMediator.
|
2016-04-19 08:45:41 +01:00 |
|
Ghaz Triki
|
c6a2dc7903
|
Extract services from mediators and use signal and command class instead.
|
2016-04-19 07:25:50 +01:00 |
|
Ghaz Triki
|
d24e52e9d8
|
Added missing images.
|
2016-04-18 18:36:03 +01:00 |
|
Ghaz Triki
|
c629fd96db
|
Improvements on PärtParticipantIcon component and deletion of SelectionIcon to replace it by an image.
|
2016-04-18 18:10:09 +01:00 |
|
Ghaz Triki
|
9644682a8a
|
Improved user status components in mobile.
|
2016-04-18 15:43:04 +01:00 |
|
Ghaz Triki
|
5259a9e1d2
|
Deleted guest code.
|
2016-04-18 15:40:03 +01:00 |
|
Ghaz Triki
|
2fe06dcd15
|
Deleted all code for handling guests.
|
2016-04-08 22:30:57 +01:00 |
|
Ghaz Triki
|
a57b65c4a7
|
Improved ParticipantsViewBase layout.
|
2016-04-08 22:30:26 +01:00 |
|
Ghaz Triki
|
15f846b7cd
|
Simplifeid UserDetailsViewBase as much as possible.
|
2016-04-08 15:49:04 +01:00 |
|
Ghaz Triki
|
b989f7f1da
|
Minor improvements to the chat mediators.
|
2016-04-08 11:16:38 +01:00 |
|
Ghaz Triki
|
8eb374220f
|
Private chat won't scroll if a message comes from a different private chat.
|
2016-04-08 10:41:37 +01:00 |
|
Ghaz Triki
|
b3ef8a9a3b
|
Deleted not used classes, empty methods an not used properties.
|
2016-04-07 22:52:21 +01:00 |
|
Ghaz Triki
|
a6db1205df
|
Removed references to unused conferenceParameters property.
|
2016-04-07 18:25:42 +01:00 |
|
Ghaz Triki
|
9daa4609f7
|
Better naming from unsuccess to failure for class properties.
|
2016-04-07 17:52:28 +01:00 |
|
Ghaz Triki
|
b93786766b
|
Deleted OpenRoom and RecentRooms classes.
|
2016-04-07 17:30:21 +01:00 |
|
Ghaz Triki
|
8d79c2f1b7
|
Added ANE dependencies to mobile client gradle build.
|
2016-04-07 17:13:59 +01:00 |
|
Ghaz Triki
|
b61a0ac977
|
Removed unecessary castings.
|
2016-04-07 14:39:24 +01:00 |
|
Ghaz Triki
|
3dace9cb86
|
Less RobotLegs configuration classes for better modules handling.
|
2016-04-06 15:40:55 +01:00 |
|
Ghaz Triki
|
7ccf2f16d5
|
Display back button in UserDetails view.
|
2016-04-06 14:45:23 +01:00 |
|
Ghaz Triki
|
a5fa8a96b7
|
Minor fixes by renaming some variables and removing more unused code.
|
2016-04-06 14:45:07 +01: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 |
|
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 |
|
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 |
|
Ghaz Triki
|
5479266123
|
Renamed selectewebcam package using small case.
|
2016-04-03 17:17:32 +01:00 |
|
Ghaz Triki
|
6d5cd2207f
|
Deleted unused images.
|
2016-04-03 16:54:02 +01:00 |
|
Ghaz Triki
|
218fb01c08
|
- Made presentation view as the first view.
- New chat messages layout.
|
2016-04-03 11:52:11 +01:00 |
|
Ghaz Triki
|
f81ba4c9bd
|
- Updated top and bottom menus.
- Updated presentation and participants views.
|
2016-04-03 11:45:04 +01:00 |
|
Ghaz Triki
|
df6045e368
|
Removed tablet views.
|
2016-04-03 11:18:20 +01:00 |
|
Ghaz Triki
|
9c133835b1
|
Updated loading screen.
|
2016-04-03 10:55:49 +01:00 |
|
Ghaz Triki
|
bd0424397e
|
Updated top bar.
|
2016-04-03 10:53:51 +01:00 |
|
Ghaz Triki
|
62ae6f5628
|
Added more icons to mobile client.
|
2016-04-03 10:53:40 +01:00 |
|
Ghaz Triki
|
fb2f981335
|
Minor updates for version 1.0
|
2016-04-03 10:40:31 +01:00 |
|
Ghaz Triki
|
01f674d385
|
Implemented emoji status to mobile and new Flex 4 web client.
|
2016-04-03 10:39:18 +01:00 |
|
Ghaz Triki
|
3d8d4bda86
|
Implemented desktop sharing display to web-client.
|
2016-04-03 10:36:50 +01:00 |
|
Ghaz Triki
|
384da3a606
|
Added presentation to web-client and refactored presentation mediator into common-library.
|
2016-04-03 10:35:09 +01:00 |
|
Ghaz Triki
|
eba7cd6f99
|
Enable mic button after clicking on it and display public chat messages.
|
2016-04-03 10:31:39 +01:00 |
|
Ghaz Triki
|
ddeff882df
|
Added more icons, screens and features to the mobile client.
Fulle merge of bbb-air-client.
|
2016-04-03 10:28:34 +01:00 |
|
Ghaz Triki
|
a9fb02da21
|
Added locales and main toolbar to web client.
|
2016-04-02 18:03:02 +01:00 |
|
Ghaz Triki
|
bb6d62e071
|
Implemented video chat for web and mobile clients.
|
2016-04-01 15:34:54 +01:00 |
|
Ghaz Triki
|
fe2cc4c479
|
Improved audio and camera settings.
|
2016-03-31 19:59:17 +01:00 |
|
Ghaz Triki
|
78ec0aa4b4
|
Added video profiles, shared object save, camera preview, change audio and video connection parameters.
|
2016-03-31 19:42:27 +01:00 |
|
Ghaz Triki
|
e0c14b8483
|
Updated test join URL with a new checksum
|
2016-03-31 18:24:21 +01:00 |
|
Ghaz Triki
|
60812eb335
|
Updated JoinService to handle join success response.
|
2016-03-31 18:23:56 +01:00 |
|
Richard Alam
|
15174e0b2d
|
Removing building of air client for now.
Getting an error about {airHome} not found.
|
2016-03-31 16:48:19 +00:00 |
|
Ghaz Triki
|
80b2125c66
|
Added air-client to the compiled flex4 projects.
|
2016-03-31 17:32:00 +01:00 |
|
Ghaz Triki
|
15a949a235
|
Fixed source directories for GradleFx
|
2016-03-31 17:31:27 +01:00 |
|
Ghaz Triki
|
f72e4f4dc2
|
Compile the flex4 client using GradleFx
|
2016-03-24 19:58:27 +01:00 |
|
LucasMFreire
|
fa28bf9646
|
fixed chat layout
|
2016-02-24 14:24:52 -03:00 |
|
LucasMFreire
|
d7a5cb03ac
|
new messages chat bar
|
2016-02-23 15:51:27 -03:00 |
|
LucasMFreire
|
2167272269
|
changed first view to presentation view
|
2016-02-19 18:04:09 -02:00 |
|
LucasMFreire
|
242eb1ff1d
|
add missing styles updates
|
2016-02-19 18:03:07 -02:00 |
|
LucasMFreire
|
085ee402f3
|
included selection icon
|
2016-02-19 18:02:20 -02:00 |
|
LucasMFreire
|
489331cb05
|
update settings locale
|
2016-02-19 18:01:51 -02:00 |
|
LucasMFreire
|
a5e86a8f97
|
updated button skins
|
2016-02-19 18:01:03 -02:00 |
|
LucasMFreire
|
e01e0a2ab5
|
updated topbar references
|
2016-02-19 18:00:05 -02:00 |
|
LucasMFreire
|
615a57db63
|
update presentation locale
|
2016-02-19 17:55:07 -02:00 |
|
LucasMFreire
|
370091717a
|
update profile locale
|
2016-02-19 17:54:49 -02:00 |
|
LucasMFreire
|
6ddc41cd19
|
updated presentation view
|
2016-02-19 17:23:03 -02:00 |
|
LucasMFreire
|
ed678ac109
|
update profile layout
|
2016-02-19 17:15:03 -02:00 |
|
LucasMFreire
|
c0c91b5bc3
|
updated participants view
|
2016-02-19 17:06:34 -02:00 |
|
LucasMFreire
|
2a6741b1f4
|
updated chat layout
|
2016-02-19 17:00:01 -02:00 |
|
LucasMFreire
|
7a8dba6bab
|
removed settings status selection view
|
2016-02-19 16:52:38 -02:00 |
|
LucasMFreire
|
e154b7cf49
|
bottom menu styles update
|
2016-02-19 16:49:56 -02:00 |
|
LucasMFreire
|
5a49af66a7
|
bottom menu update
|
2016-02-19 16:39:31 -02:00 |
|
LucasMFreire
|
577b067ef5
|
removed tablet views
|
2016-02-19 15:28:40 -02:00 |
|
LucasMFreire
|
a53f9641c3
|
updated loading screen
|
2016-02-19 15:10:56 -02:00 |
|
LucasMFreire
|
d895c52a54
|
updated top bar
|
2016-02-19 14:56:17 -02:00 |
|
LucasMFreire
|
0b575b1f44
|
updated icons
|
2016-02-19 14:46:12 -02:00 |
|
LucasMFreire
|
1a79c2cbc1
|
connecting voice to bbb 1.0
|
2016-01-28 14:14:28 -02:00 |
|
LucasMFreire
|
38b0f5349b
|
only add streamName to user streamNames if it's not already there
|
2016-01-25 14:09:43 -02:00 |
|