Gil Eluard
|
1f248634da
|
App Layout: fixed reactions background in timeline
|
2022-08-25 13:51:50 +02:00 |
|
ismailgulek
|
8deb8e05d0
|
Update icons & summary view margins
|
2022-01-04 16:20:40 +03:00 |
|
ismailgulek
|
919e1d6adb
|
Add context menu item
|
2021-11-03 13:36:18 +03:00 |
|
Stefan Ceriu
|
f1d3e5af9d
|
Revert "Revert "#4693 - Drop iOS 11 support.""
|
2021-09-14 11:41:36 +03:00 |
|
Stefan Ceriu
|
c686a6b653
|
Revert "#4693 - Drop iOS 11 support."
This reverts commit a2b359f21960e1b9f75139d94adc7aeb35fa479f.
|
2021-09-06 18:24:26 +03:00 |
|
Stefan Ceriu
|
9457c25981
|
#4693 - Drop iOS 11 support.
|
2021-09-01 15:55:41 +03:00 |
|
Doug
|
c411097256
|
Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
|
2021-07-09 17:05:43 +01:00 |
|
Gil Eluard
|
f763ad90d7
|
Retrying & deleting failed messages
- If users press on Retry, send again the message and display a loading wheel
- code and UI tweaks
|
2021-03-03 10:27:08 +01:00 |
|
Gil Eluard
|
99560e2d61
|
Retrying & deleting failed messages
- When a message with an error is selected, show a bottom bar with the 4 following actions: Retry - Delete - Edit - Copy
|
2021-02-25 16:51:39 +01:00 |
|
SBiOSoftWhare
|
065b909d48
|
RoomVC: Use accent color for "more emoji" action in context menu.
|
2020-07-10 14:54:51 +02:00 |
|
SBiOSoftWhare
|
4409f5b569
|
RoomContextualMenuToolbarView: Hide separator.
|
2020-07-06 20:49:38 +02:00 |
|
SBiOSoftWhare
|
b04686ce84
|
UIStackView: Refactor extension method vc_removeAllSubviews to vc_removeAllArrangedSubviews.
|
2019-12-20 10:32:09 +01:00 |
|
manuroe
|
9294775f8f
|
VoiceOver: RoomVC: Make VoiceOver focus on the contextual menu when selecting an event
#2721
|
2019-09-18 13:51:45 +02:00 |
|
SBiOSoftWhare
|
166056796c
|
Contextual menu: Fix reactions menu theme update.
|
2019-07-25 16:58:14 +02:00 |
|
SBiOSoftWhare
|
7ed138d92c
|
Reactions menu: Add more reactions button.
|
2019-07-25 16:58:14 +02:00 |
|
SBiOSoftWhare
|
c1408d9c13
|
RoomVC: Improve RoomContextualMenuPresenter loading speed.
|
2019-06-27 14:37:17 +02:00 |
|
SBiOSoftWhare
|
d1bb378460
|
RoomVC: Reduce animation duration when presenting contextual menu. Make animation quicker for a single tap.
|
2019-06-27 11:41:25 +02:00 |
|
SBiOSoftWhare
|
a9b51f9dc7
|
RoomContextualMenuPresenter: Handle new reactions menu animations, reduce context menu show/hide animation duration.
|
2019-06-25 13:56:44 +02:00 |
|
SBiOSoftWhare
|
97d4df0554
|
RoomContextualMenuViewController: Handle updated ReactionsMenuView and new animations instructions.
|
2019-06-25 13:48:16 +02:00 |
|
SBiOSoftWhare
|
d2a8f70306
|
Update ReactionsMenuView layout.
|
2019-06-25 13:40:59 +02:00 |
|
SBiOSoftWhare
|
4c17e8ad3b
|
Update ReactionsMenuViewModel to handle a list of reactions.
|
2019-06-25 13:23:07 +02:00 |
|
SBiOSoftWhare
|
a877d11848
|
Update ReactionsMenuButton UI
|
2019-06-25 12:06:54 +02:00 |
|
manuroe
|
07a5f57eea
|
Reactions local echoes: Do not show reactions with 0 count (case of reaction being removed)
|
2019-06-12 18:03:21 +02:00 |
|
SBiOSoftWhare
|
fa2bfd184b
|
[ReactionsMenuViewModel] Do not perform directly reaction requests and use delegation.
|
2019-06-06 11:29:28 +02:00 |
|
SBiOSoftWhare
|
ddd882249c
|
Room contextual menu: Update button titles color and disabled opacity.
|
2019-05-23 17:48:52 +02:00 |
|
SBiOSoftWhare
|
d2cd1a4d13
|
Room contextual menu: Dismiss when swipe up or down.
|
2019-05-22 16:35:46 +02:00 |
|
manuroe
|
cf98e512b6
|
Reactions menu: Patch RoomContextualMenuPresenter while we have a retain cycle
|
2019-05-21 02:12:14 +02:00 |
|
manuroe
|
a4b8192473
|
Reactions menu: Do not notify delegate if reaction requires an unreaction
Fix Steve's remark
|
2019-05-20 20:41:05 +02:00 |
|
manuroe
|
7bdab43e16
|
Reactions menu: Do not notify delegate if reaction requires an unreaction
This avoids to call the delegate twice.
Note: In a short future, we will no more have those 3 state buttons
|
2019-05-20 19:48:29 +02:00 |
|
manuroe
|
6a27075d2b
|
Reactions: Remove the send reaction hack as it is now done in the SDK
|
2019-05-20 19:40:52 +02:00 |
|
manuroe
|
88d6859bdc
|
Reactions: Use the hack like on riot-android and riot-web if the server has not yet the aggregations API
Fix Steve's comment
|
2019-05-20 17:00:57 +02:00 |
|
manuroe
|
06d18e122b
|
Reactions: Use the hack like on riot-android and riot-web if the server has not yet the aggregations API
|
2019-05-20 16:04:54 +02:00 |
|
manuroe
|
da033f69ab
|
Reactions: Reactions menu: highlight reactiosn only our user made
|
2019-05-20 15:00:47 +02:00 |
|
manuroe
|
07ec0db48e
|
Reactions: Reactions menu: plug unreact
|
2019-05-17 17:39:31 +02:00 |
|
manuroe
|
15a9edabc7
|
RoomVC: ContextualMenu: Plug reactions menu
|
2019-05-17 12:17:59 +02:00 |
|
manuroe
|
9a73306657
|
Reactions: Follow small SDK change
|
2019-05-16 17:44:07 +02:00 |
|
manuroe
|
092213af1f
|
Reactions: Fix Steve's comments
|
2019-05-16 16:07:07 +02:00 |
|
manuroe
|
ad78f4f5a5
|
Merge branch 'aggregations' into riot_2393
|
2019-05-16 14:51:14 +02:00 |
|
manuroe
|
b85c9fd4cb
|
Reactions: we cannot like & dislike at the same time
|
2019-05-16 14:45:42 +02:00 |
|
manuroe
|
2456273baa
|
Reactions: notify coordinator for every reaction request steps
so that it can leave the view when it wants
|
2019-05-16 08:07:52 +02:00 |
|
manuroe
|
aa639a6a20
|
Reactions: Plug button actions
|
2019-05-16 07:47:23 +02:00 |
|
manuroe
|
c06015eea5
|
Reactions: Customise primary reactions buttons
|
2019-05-15 23:35:09 +02:00 |
|
SBiOSoftWhare
|
4a15db4754
|
Create RoomContextualMenuPresenter
|
2019-05-15 23:10:07 +02:00 |
|
SBiOSoftWhare
|
0c0fa0f451
|
Create RoomContextualMenuViewController
|
2019-05-15 23:09:03 +02:00 |
|
SBiOSoftWhare
|
8ed0eadf3c
|
Create RoomContextualMenuToolbarView
|
2019-05-15 23:07:50 +02:00 |
|
SBiOSoftWhare
|
351deadd76
|
Create room contextual menu action enum
|
2019-05-15 23:02:25 +02:00 |
|
manuroe
|
1f57e1bb95
|
Reactions: Translate primary reactions
|
2019-05-15 16:38:28 +02:00 |
|
manuroe
|
376d5cb5d6
|
Reactions: Add primary reactions as message actions
|
2019-05-15 16:00:36 +02:00 |
|