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
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
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
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
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
a36d824873
Enable Dark theme
...
TODO:
- fix the app freeze when user changes the app theme.
2017-08-11 16:56:09 +02:00
Aram Sargsyan
1f65551519
Reworked the Share Extension to use a subclass of MXKRecentsDataSource to show content, solved the room order issue, as well introduced a new class ShareExtensionManager responsible for Sharing content and communicating with the system to terminate the extension with the appropriate exit code when needed.
2017-08-11 02:38:47 +04:00
Giom Foret
3ca96e5c95
Prepare Dark theme - Handle table view cell customization
2017-08-08 16:05:43 +02:00
Giom Foret
2fd5a993ba
RoomTableViewCell: Replace the direct chat icon with a green ring
2017-07-12 15:51:28 +02:00
Giom Foret
0e56595864
UX Rework: Add home page
...
- Add edition mode support.
https://github.com/vector-im/riot-meta/issues/75
2017-07-09 18:32:40 +02:00
Giom Foret
d44d5cfeb9
Home: display the room name on 2 lines
2017-06-30 17:37:43 +02:00
Giom Foret
8e4bfeef5e
Home: display the room name on 2 lines
2017-06-30 17:06:23 +02:00
Giom Foret
eb7c699e4a
Bug Fix - Home: tapping on an unread room on home page takes you to the wrong room
...
#1304
2017-06-22 15:17:24 +02:00
Giom Foret
401797b559
Merge branch 'riot_1304' into riot_1304_bis
2017-06-22 15:09:38 +02:00
Giom Foret
230d15889a
Bug Fix - Home: tapping on an unread room on home page takes you to the wrong room
...
#1304
2017-06-22 15:03:30 +02:00
Giom Foret
cfae3b5f71
Revert "Bug Fix - Home: tapping on an unread room on home page takes you to the wrong room"
...
This reverts commit 06a7712d46f348cdd287d73eda40632fc5419531.
2017-06-22 14:43:21 +02:00
Giom Foret
f4471cd7b4
Bug Fix - Home: tapping on an unread room on home page takes you to the wrong room
...
#1304
2017-06-22 14:40:11 +02:00
Giom Foret
fc4926eb51
UX-Rework - Home: Badge handling.
...
- Add missed notifications badge in section header.
- Improve invites display.
2017-06-14 13:58:26 +02:00
Giom Foret
4fd7bd3f5f
UX Rework: Replace the direct chat icon with a green ring on the room avatar.
2017-05-15 19:19:03 +02:00
Giom Foret
acf88b3937
UX Rework: Add home page
...
- reduce room avatar size
- improve badge display
https://github.com/vector-im/riot-meta/issues/75
2017-05-11 14:58:55 +02:00
Giom Foret
1dfff91c29
Prepare UX Rework:
...
- Add Home tab
2017-05-05 15:30:35 +02:00
manuroe
c4aa2738fd
PublicRoomTableViewCell: apply the same font for "xxx users" as the date label in recents cell
2017-05-04 11:02:04 +02:00
Giom Foret
0be386e14c
Prepare UX rework:
...
- Display informative cell in empty sections
2017-04-26 11:10:44 +02:00
manuroe
83cf5143aa
Room summary: Remove @TODO
2017-03-31 15:48:50 +02:00
manuroe
c58c8c42e0
Merge commit '2d178343b17e1ece55d595d904aeeba87e3d9938' into room_summary
2017-03-31 15:42:11 +02:00
manuroe
c549d72c2b
Public rooms: Make search homeserver-side
2017-03-28 16:36:21 +02:00
manuroe
5aa2e0bb13
Room summary: Add isEncrypted
2017-03-22 17:54:19 +01:00
manuroe
a8302ce9df
Merge remote-tracking branch 'origin/develop' into room_summary
...
# Conflicts:
# Riot/Categories/MXRoom+Riot.m
# Riot/Model/RoomList/RecentCellData.m
2017-03-15 17:24:54 +01:00
Giom Foret
eb85af8379
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename categories
2017-03-09 11:50:12 +01:00
giomfo
81f4975174
Bug Fix - default room avatar for an empty room should not be your own face
...
Changes:
- If the room has only two members, use the avatar of the second member even if this member is invited.
- The plain solid circle (without initial) is used only for an "empty room" without display name (We name "empty room" a room in which the current user is the only active member).
2017-03-08 18:54:20 +01:00
giomfo
06100684bc
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename VectorDesignValues with RiotDesignValues
2017-03-08 16:14:41 +01:00
giomfo
521e2110e1
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename "Vector" directory with "Riot"
2017-03-08 11:08:03 +01:00