aringenbach
e21a81366e
Fix RoomTitleView default presence display & add a constraint for disambiguation on RoomInfoBasicView
2022-04-06 16:01:49 +02:00
aringenbach
d492f6764c
Weakify self on presence notifications observers
2022-04-05 15:21:53 +02:00
aringenbach
10cebea479
PresenceIndicatorView Swift implementation
2022-04-05 15:13:58 +02:00
aringenbach
ce05f3de08
Merge branch 'develop' into aringenbach/5933_presence_indicator
2022-04-05 14:14:45 +02:00
ismailgulek
a8d6391409
Do not scale room name in thread header
2022-04-05 02:34:36 +03:00
aringenbach
c5e4481937
Slightly reduce RoomTitleView presence indicator border width
2022-04-04 18:52:07 +02:00
aringenbach
7080d8fbd6
Add observer to refresh RoomTitleView on presence updates
2022-04-04 18:52:07 +02:00
aringenbach
089f2cda9a
Move RoomTitleView encryption badge when presence is displayed
2022-04-04 18:52:07 +02:00
aringenbach
0745aa8c89
Enable presence indicator border colour update
2022-04-04 18:52:07 +02:00
aringenbach
2e91512e14
Add presence indicator to RoomTitleView
2022-04-04 18:52:07 +02:00
Doug
c9cc59d006
Remove MatrixKitL10n from SwiftGen
...
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
aringenbach
2f6546799e
Add objective C support to SwiftGen assets helpers ( #5533 )
...
* Add objective C support to SwiftGen assets helpers
* Use dot notation in ObjC & fix minor issues
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-10 17:13:23 +01:00
ismailgulek
1574d3d738
Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks
2022-01-27 02:01:55 +03:00
ismailgulek
58b57617c5
Fix further review remarks
2022-01-27 01:45:01 +03:00
ismailgulek
9c5b83a1b3
Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks
2022-01-26 14:27:25 +03:00
ismailgulek
f7694e27cb
Fix review remarks
2022-01-25 23:59:19 +03:00
ismailgulek
8e8692881c
Various design fixes
2022-01-17 16:32:32 +03:00
ismailgulek
e2ca0b3466
Make thread header stacked, fix #5358
2022-01-11 15:24:46 +03:00
ismailgulek
609f713312
Fix encryption badges for unencrypted rooms
2022-01-06 02:54:58 +03:00
ismailgulek
867c4dac7c
Merge branch 'ismail/5117_thread_message_actions' into ismail/5092_thread_list
2021-12-10 11:07:27 +03:00
ismailgulek
4fc6c75cf2
Apply MatrixKit PR changes
2021-12-09 16:57:43 +03:00
ismailgulek
8093844aea
Merge branch 'develop' into ismail/5068_start_thread
2021-12-09 15:25:14 +03:00
SBiOSoftWhare
56a51da9f9
Update all Objective-C MatrixKit imports to handle new location.
2021-11-30 16:09:53 +01:00
ismailgulek
65d86154d3
Merge branch 'ismail/5117_thread_message_actions' into ismail/5092_thread_list
2021-11-22 14:59:07 +03:00
ismailgulek
d588f0b7ac
Move more button out of the title view & remove weird constraints
2021-11-22 12:22:53 +03:00
ismailgulek
9cc79051ae
Refactor title view
2021-11-19 16:32:42 +03:00
ismailgulek
6fc7142b51
Introduce view model for thread title view
2021-11-19 16:32:20 +03:00
ismailgulek
ee2d3ca4ec
Push thread view instead of presenting
2021-11-19 14:19:23 +03:00
ismailgulek
e041b9003e
Merge branch 'develop' into ismail/5068_start_thread
2021-11-11 21:43:16 +03:00
ismailgulek
7a913825d5
Add a to-do for a bad code
2021-11-11 15:25:21 +03:00
ismailgulek
398431c44a
Use full title mode for now
2021-11-11 15:02:01 +03:00
ismailgulek
af25c1878a
Update title view mode according to thread status
2021-11-11 01:39:14 +03:00
ismailgulek
579742b668
Create specific title view for threads
2021-11-11 01:05:03 +03:00
Philippe Loriaux
eaa2450be7
Improve the Obj-C Generated Interface Header Name definition
2021-10-26 17:42:33 +02:00
ismailgulek
baada9efda
Convert number to a string
2021-10-11 22:01:26 +03:00
Stefan Ceriu
7b75dec011
vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods.
2021-09-30 09:40:12 +03:00
Stefan Ceriu
7a207b5d2c
Fix retain cycle between the RoomTitleView (strong tapGestureDelegate) and the RoomViewController.
2021-06-24 09:50:32 +03:00
Stefan Ceriu
a8b0e8700e
Adopt consolidated logging mechanism ( #4370 )
...
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
Gil Eluard
60cabff3e9
back button chevron looks really weird
2021-04-08 07:56:38 +02:00
Gil Eluard
5e17584b81
Composer update - UI enhancements
...
- Fixed red dot misplacement in the header
2021-03-29 23:04:01 +02:00
Gil Eluard
6f94f9ea32
Composer update - UI enhancements
...
- composer max height
- unread messages on scroll to bottom button
- changed input toolbar background
- new missed discussions notifications
- Edit a message mode
- Reply to a message mode
- support for landscape mode
2021-03-24 22:17:09 +01:00
Gil Eluard
8ba2c4a135
Composer Update - Typing and sending a message
...
- Updated typing animation after UI review
2021-03-15 15:57:36 +01:00
Gil Eluard
204ceb847c
Composer Update - Typing and sending a message
2021-03-15 14:27:59 +01:00
Gil Eluard
7af06bfb48
Show user id in the room invite preview screen
2020-12-21 16:31:02 +01:00
ismailgulek
5f8f512d25
Remove expanded header from room screen
2020-09-18 14:11:45 +03:00
SBiOSoftWhare
9934c42d54
Remove code used before iOS 11.
2020-09-01 14:19:21 +02:00
SBiOSoftWhare
9fcd2c92f5
Update add participant asset.
2020-07-11 00:28:11 +02:00
SBiOSoftWhare
92b3acb7ea
RoomTitleView: Update details icon color.
2020-07-10 14:35:16 +02:00
SBiOSoftWhare
dd56965031
ExpandedRoomTitleView: Update members list icon.
2020-07-09 20:06:35 +02:00
SBiOSoftWhare
920ed282c4
RoomTitleView: Update theme colors.
2020-07-02 19:06:14 +02:00