SBiOSoftWhare
cddf2c77d1
Fix a memory leak with direct room border color and add constants for border layer customization.
2018-06-08 11:31:39 +02:00
manuroe
9690c5a924
Send sticker: UI integration: RoomInputToolbar: Let user choose between "Send photo or video" and "Send sticker"
...
https://github.com/vector-im/riot-ios/issues/1860
2018-05-24 14:35:38 +02:00
giomfo
5a8f69c7ba
BubbleCell: remove readReceiptsAlignment initialisation
...
This property is not used in Riot application
2018-04-18 10:34:11 +02:00
giomfo
4ca2665a4f
Render sticker events in the timeline
...
- Animate the sticker in case of an animated gif
vector-im/riot-ios#1837
2018-04-16 23:32:17 +02:00
giomfo
9523d128ef
Render sticker events in the timeline
...
- Code update
2018-04-03 00:23:28 +02:00
giomfo
9aa1138c61
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
manuroe
88dfba3b9a
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
0cf7853292
typo
2018-03-12 16:18:35 +01:00
manuroe
1f309306b3
BF: Cannot join from a room preview for room with a long topic ( #1645 )
...
Topic textview: open it on the top of the topic text
2018-03-12 15:00:56 +01:00
manuroe
87c5f2f845
BF: Cannot join from a room preview for room with a long topic ( #1645 )
...
If necessary, crop the room name in "You are trying to access %@. Would you like to join in order to participate in the discussion?" so that it does not eat all the screen.
2018-03-09 18:31:17 +01:00
manuroe
9cb335a2eb
BF: Cannot join from a room preview for room with a long topic ( #1645 )
...
Make sure the topic use all container width but keep it centered if the topic string is short
2018-03-09 17:54:35 +01:00
manuroe
fb221870e4
BF: Cannot join from a room preview for room with a long topic ( #1645 )
...
Turn the room topic label into a text view to be able to scroll.
2018-03-09 17:28:45 +01:00
manuroe
938ff26a2b
Room: Inform user when they cannot post to a room because of low power level
...
Create DisabledRoomInputToolbarView for such permission issue
2018-02-21 16:09:49 +01:00
Giom Foret
12223beaf5
Settings: Enhance flair handling
...
Display more details on the user's group (avatar, id)
vector-im/riot-meta#118
2018-02-06 23:38:12 +01:00
Evan Tang
c8945e5728
When you realize there's more than one cancel button
2018-01-18 20:46:25 -06:00
manuroe
8461fa1fea
Merge pull request #1717 from vector-im/group_details_rooms
...
Group details: Add Rooms page
2018-01-02 12:46:24 +01:00
Giom Foret
670ef42634
Group details: Add Rooms page
...
https://github.com/vector-im/riot-meta/issues/117
2017-12-31 12:52:22 +01:00
Giom Foret
498c7ea2dd
GroupParticipantsViewController: support the self-sizing cells,
...
and the self-sizing section headers.
vector-im/riot-meta#115
2017-12-29 19:54:13 +01:00
Giom Foret
7c3aa553b3
Groups list: Support dynamic fonts by enabling self-sizing table view cell, and use constraints to define the cell’s size.
...
vector-im/riot-meta#114
2017-12-28 12:02:21 +01:00
Giom Foret
8de1b58ba8
Groups: self-management of membership of groups
...
- Improve group details display
vector-im/riot-meta#114
2017-12-20 12:32:40 +01:00
Giom Foret
ea24afed26
Groups: self-management of membership of groups
...
- Prepare Group Details screen
vector-im/riot-meta#114
2017-12-14 16:05:11 +01:00
Giom Foret
9a25515d14
Groups: self-management of membership of groups
...
- Add Groups tab
vector-im/riot-meta#114
2017-12-12 16:03:26 +01:00
giomfo
4e1a342fe4
Merge pull request #1665 from aaronraimist/oled-black
...
Add basic OLED black theme
2017-11-27 09:59:35 +01:00
manuroe
796b5f5076
Make code compatible with !use_frameworks in Podfile
2017-11-23 16:09:19 +01:00
Aaron Raimist
466c94260d
Add basic OLED black theme
2017-11-21 20:55:11 -06:00
Giom Foret
b1bf11869d
Bug Fix - Failed to send photos which are not stored on the local device
...
and must be downloaded from iCloud.
#1654
2017-11-17 14:33:24 +01:00
Giom Foret
0d6ef08772
Fix UICollectionView warning: The behavior of the UICollectionViewFlowLayout is not defined...
2017-11-14 18:43:05 +01:00
Giom Foret
e695e4af60
RoomViewController: Move the room avatar from the navigation title view to the expanded (or preview) header.
2017-10-20 19:22:37 +02:00
Giom Foret
656d0bd9c8
Bug Fix - Member Info page avatars are systematically cropped (iOS 11)
...
#1590
2017-10-20 16:54:48 +02:00
giomfo
a28f9c0647
Merge pull request #1537 from vector-im/fix_ios_11
...
Fix ios 11 disruption
2017-09-28 09:57:00 +02:00
Giom Foret
b8c576ef18
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
3fd766f5db
Fixed warnings now detected by Xcode 9
2017-09-26 16:10:42 +02:00
Giom Foret
224de23445
Fix - Room member details: the member's avatar is cropped in the header
...
Define directly the navigation titleView with the custom title view instance. Do not use anymore a container.
We had to add some constraints to keep the custom title at the right position.
2017-09-25 16:56:18 +02:00
Vivian Lim
25a0564738
Return key to send: use delegate instead of traversing view hierarchy
...
Signed-off-by: Vivian Lim <vivvnlim@gmail.com >
2017-09-22 17:49:53 -07:00
Vivian Lim
e09924a117
Revert RoomInputToolbarView systemVersion
...
Didn’t mean to change the systemVersion property, and am reverting it.
Signed-off-by: Vivian Lim <vivvnlim@gmail.com >
2017-09-20 15:57:46 -07:00
Vivian Lim
338f14b8db
Return key on hardware keyboards now sends messages
...
Create a class KeyboardGrowingTextView which inherits from HPGrowingTextView, but defines keyCommands. keyCommands defined at any other view or controller layer weren’t being picked up by the OS, but they did work when added to HPGrowingTextView.
Signed-off-by: Vivian Lim <vivvnlim@gmail.com >
2017-09-18 00:29:57 -07:00
Giom Foret
772b7ee23e
Handle the room display name and its avatar at the room summary level.
...
- Update the room display name and its avatar url when the Room Summary is updated on state events change (see `[session: updateRoomSummary: withStateEvents:]`).
- Store the riot display room name and its avatar url in the Room Summary.
- Add a new category `MXRoomSummary+Riot` to handle avatar display.
TODO: Increase file store version in `MXFileStore.h`.
2017-09-14 16:00:50 +02:00
Giom Foret
1ed9b282e9
Dark theme - Improvements
...
- some hairlines being too bright
- fading behind dialog modals being white rather than dark
- grey highlight bar in room list being too light (i think)?
2017-09-11 11:27:47 +02:00
Denis Morozov
f7937a4060
Add theme support
2017-08-31 12:20:18 +03:00
Denis Morozov
2e69e3d97c
Fix layout
2017-08-26 18:18:34 +03:00
Denis Morozov
ce343aaa51
Add screen for incoming calls
2017-08-25 03:02:29 +03:00
giomfo
b516bab5f2
Merge branch 'develop' into app-extension
2017-08-22 17:35:11 +02:00
manuroe
cfb6e91f57
Jitsi widget: Add [WidgetManager closeWidget] and use it for jitsi conference
2017-08-17 12:17:07 +02:00
Aram Sargsyan
8162588371
Merge branch 'develop' of https://github.com/vector-im/riot-ios into app-extension-improvements
2017-08-17 00:08:56 +04:00
manuroe
2ca185b80e
Merge remote-tracking branch 'origin/develop' into jitsi_widget
...
# Conflicts:
# Riot.xcodeproj/project.pbxproj
2017-08-16 17:14:20 +02:00
Giom Foret
024b2be2f7
Dark Theme - Bug Fix
...
Customize correctly the event details views
2017-08-14 20:01:59 +02:00
Giom Foret
a6e39077f4
Dark Theme - Bug Fix
...
Room preview - The sub-header has a wrong background color.
2017-08-14 19:18:25 +02:00
Giom Foret
63d0358106
Dark Theme - Bug Fix
...
Recents List: some room avatars have an unexpected black background.
We apply here the new property `defaultBackgroundColor` defined in MXKImageView class to initialize correctly image background.
2017-08-14 19:11:13 +02:00
Giom Foret
c10ee51370
Dark Theme - Bug Fix
...
Customize correctly the encryption info views
2017-08-14 17:03:29 +02:00
Giom Foret
4eddaf0ac2
Dark Theme - Bug Fix
...
Handle correctly the status bar display when the current view controller is presented in a temporary navigation controller.
2017-08-14 16:43:30 +02:00