Commit Graph

113 Commits

Author SHA1 Message Date
giomfo 71486a856a Render sticker events in the timeline
Fix a regression: the attachments viewer is not opened when user taps on an attachment

#1819
2018-04-11 11:33:35 +02:00
giomfo eaeebf71b9 Render sticker events in the timeline
- Display the sticker description when it is selected
TODO animate the sticker if possible

 #1819
2018-04-02 23:59:47 +02:00
giomfo cb459ec98d Render sticker events in the timeline #1819
Prepare sticker rendering
2018-03-30 12:04:50 +02:00
manuroe 1e80003d7b BF: Cannot join from a room preview for room with a long topic (#1645)
Follow Giom's remarks
2018-03-12 17:07:51 +01:00
manuroe 092f7979bf Room preview: Do not show right buttons (search and matrix apps) in the navigation bar, even disabled and grayed 2018-03-12 16:16:30 +01:00
manuroe b0624f20ab BF: Cannot join from a room preview for room with a long topic (#1645)
Show the expanded room headers on iPad
2018-03-12 15:56:41 +01:00
manuroe bcbef2c0cc BF: Cannot join from a room preview for room with a long topic (#1645)
Update the room preview header height according to the screen height
2018-03-12 14:59:59 +01:00
manuroe e025a7e033 Room: Inform user when they cannot post to a room because of low power level
Use DisabledRoomInputToolbarView for such permission issue
2018-02-21 16:10:38 +01:00
Evan Tang 889f34b6d6 When you realize there's more than one cancel button 2018-01-18 20:46:25 -06:00
Giom Foret aacd68bfc4 Group Details: Handle the item selection in rooms and users list.
- Open a contact details screen when the user selects a group member
- Open the room history or a room preview in case of room selection
2018-01-16 23:49:04 +01:00
Giom Foret 02d1ae9013 AppDelegate - Groups: handle links to groups 2017-12-31 16:24:47 +01:00
manuroe 7de8c429ad Analytics: Create a generic API in AppDelegate class
And move all Google Analytics code to AppDelegate.m
2017-12-22 13:19:40 +01:00
Giom Foret 7a59bb6b64 Bug Fix - App crashes when user wants to share a message
rageshake 676
2017-11-27 19:03:45 +01:00
Giom Foret 50c101aefd Remove warning 2017-10-23 16:57:05 +02:00
Giom Foret 6e265b2360 RoomViewController: Move the room avatar from the navigation title view to the expanded (or preview) header. 2017-10-20 19:22:37 +02:00
manuroe 18aca7d127 RoomVC: Add the ability to cancel the sending of a room message and improve the cancellation of a media upload 2017-10-03 14:57:32 +02:00
manuroe 33247d956d Jitsi: Enable the "Create conference calls with jitsi" settings by default 2017-10-03 13:17:07 +02:00
manuroe a16171e0b8 Merge pull request #1535 from vector-im/list_widgets
Widgets: list active widgets in a room
2017-09-28 10:01:43 +02:00
Giom Foret a2ff698fb2 RoomViewController: Fix the position of the missed discussion badge 2017-09-27 22:41:51 +02:00
manuroe 83e2015480 Widgets: Use the original "apps-icon" when there is no more widgets 2017-09-27 15:40:21 +02:00
manuroe b22e0d1248 Widgets: list active widgets in a room
List them into an alertVC for the moment
2017-09-27 15:21:38 +02:00
Giom Foret 9bbed86d4b Fix iOS11 disruption
- RoomViewController, RoomDetailsVC, ContactDetailsVC: fix header layout.
- Use UIScrollView+MatrixKit category to handle the adjusted content inset which is not defined before iOS 11.
2017-09-27 09:26:34 +02:00
manuroe 4fdf335bf1 Add WidgetViewController
Not yet use
2017-09-18 16:22:59 +02:00
manuroe b7b8702eff Merge pull request #1511 from vector-im/widget_manager_2
Show the "Integrations Manager" into a webview
2017-09-15 16:55:28 +02:00
manuroe 9c969091a0 Modular integrations UI: Display the webpage in fullscreen 2017-09-15 13:55:33 +02:00
manuroe 734837955f Modular integrations UI: Make the integrations icon open the main "Manage integrations" page 2017-09-15 13:36:26 +02:00
manuroe 1085b4038b Modular integrations UI: Add the integrations icon to the RoomVC navigation header 2017-09-15 13:27:13 +02:00
Giom Foret 978e27da25 Dark theme - Improvements
- spinner bg being white
2017-09-11 14:49:06 +02:00
manuroe a7cfb02f1f Jitsi widget: add display or creation of jitsi conference under USE_JITSI_WIDGET compilation flag 2017-08-18 11:56:32 +02:00
manuroe 7ea057645f Jitsi widget: naming sanitisation 2017-08-18 09:49:14 +02:00
manuroe ca36d73df2 Jitsi widget: "Use jitsi for conference calls" -> "Create conference calls with jitsi" 2017-08-18 09:23:24 +02:00
manuroe ec468798a3 Jitsi widget: Make sure permission to access camera and mic are ok before doing calls 2017-08-18 09:02:54 +02:00
manuroe 8d32b87245 Jitsi widget: Hook up the call button for group room to jitsi 2017-08-17 18:59:02 +02:00
manuroe bea78f79bd Jitsi widget: Customise the error for widget permission issues for jitsi 2017-08-17 12:26:20 +02:00
manuroe fd100e1a11 Jitsi widget: Add [WidgetManager closeWidget] and use it for jitsi conference 2017-08-17 12:17:07 +02:00
manuroe b4210d4495 Merge remote-tracking branch 'origin/develop' into jitsi_widget
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2017-08-16 17:14:20 +02:00
Giom Foret 6dfebcee12 Dark Theme - Bug Fix
Customize correctly the event details views
2017-08-14 20:01:59 +02:00
manuroe 409cfc7f3a Jitsi widget: If there is already a jitsi conference widget, pressing call joins the conf 2017-08-11 17:02:45 +02:00
Giom Foret c4aa8013be Enable Dark theme
TODO:
- fix the app freeze when user changes the app theme.
2017-08-11 16:56:09 +02:00
manuroe 270001874e Jitsi widget: Display the hangup button when we are back-to-app 2017-08-11 14:59:05 +02:00
manuroe c52f7c85b2 Jitsi widget: Manage "Back To App" 2017-08-11 14:18:10 +02:00
manuroe 8ef4495bf0 Jitsi widget: Enable voice or video 2017-08-10 16:41:19 +02:00
manuroe 744c0907e4 Jitsi widget: Show/hide the widget presence in RoomVC at runtime 2017-08-09 17:31:15 +02:00
manuroe 93f9458760 Jitsi widget: RoomVC: Show it in the banner when there is an active jitsi conference in a room. 2017-08-04 13:47:50 +02:00
manuroe eeb0cbd9c4 User directory: Make sure a valid MXSession is provided to ContactsDataSource
https://github.com/vector-im/riot-meta/issues/95
2017-07-28 15:02:11 +02:00
Giom Foret ee2da83c86 Prepare Dark Theme
Observe user interface theme change.

https://github.com/vector-im/riot-meta/issues/22
2017-07-21 11:28:17 +02:00
manuroe 1e9d544bf5 MELS: Reset the event selection before collapsing
This fixes a crash
2017-07-17 16:15:49 +02:00
giomfo 33d3817a80 Merge pull request #1391 from vector-im/remove_mxk_alert
Remove mxk alert
2017-07-17 14:33:17 +02:00
manuroe a5c8eb344a MELS: s/serie/series 2017-07-17 10:30:46 +02:00
Giom Foret 1e34aa5e1b Remove MXKAlert class use.
UIAlertController is directly used.
2017-07-14 16:41:25 +02:00