Benoit Marty
|
287587f356
|
Color for links
|
2021-12-10 15:35:46 +01:00 |
|
Benoit Marty
|
50a84a6c56
|
Use same height than the loading item to avoid dynamic resizing
|
2021-12-10 15:35:46 +01:00 |
|
Benoit Marty
|
a8c921ef03
|
Add some space between the 2 TextViews, and improve the layout
|
2021-12-10 15:34:25 +01:00 |
|
Adam Brown
|
7e6a5f944f
|
adding a consistent padding to allow message types to avoid touching the side gutter
|
2021-12-07 15:14:39 +00:00 |
|
Adam Brown
|
23bc867b95
|
removing manual send status spacing
- it's no longer needed as the send status is always present (but invisible)
|
2021-12-07 13:47:29 +00:00 |
|
Adam Brown
|
3ff3507fa1
|
forcing the send spacing to always be taking into account
- ensures all message lengths are consistent
|
2021-12-07 11:33:57 +00:00 |
|
Adam Brown
|
5cfebb764c
|
capping the preview image url based on the height
- stops large screens eg tablets from attempting to fill the screen
|
2021-12-07 11:32:51 +00:00 |
|
Adam Brown
|
9094173b52
|
matching iOS max line rules for the preview description
|
2021-12-07 11:32:51 +00:00 |
|
Adam Brown
|
f3f28f3989
|
limiting title to avoid overlapping with close icon
|
2021-12-07 11:32:51 +00:00 |
|
Adam Brown
|
0150d830d4
|
flattening preview url view layout with custom view to reduce view hierarchy
|
2021-12-07 11:32:50 +00:00 |
|
Adam Brown
|
952ceced05
|
updating url preview to match new designs
|
2021-12-07 11:32:32 +00:00 |
|
Benoit Marty
|
6cb8a2458f
|
Remove extra new lines in XML
|
2021-12-01 23:06:49 +01:00 |
|
Benoit Marty
|
d42473becb
|
More cleanup, remove useless attribute "orientation"
|
2021-12-01 22:58:21 +01:00 |
|
Benoit Marty
|
696c537f96
|
All the cleanup and rework end up by fixing some mistakes :)
|
2021-12-01 22:49:16 +01:00 |
|
Benoit Marty
|
6624039413
|
Use @id and not @+id when referencing ids in layouts - RelativeLayout and toolbarId
|
2021-12-01 22:44:07 +01:00 |
|
Benoit Marty
|
e106ff8de0
|
Use @id and not @+id when referencing ids in layouts - ConstraintLayout
|
2021-12-01 22:19:33 +01:00 |
|
Benoit Marty
|
2d17156861
|
Use @id and not @+id when referencing ids in layouts - accessibilityTraversal
|
2021-12-01 22:16:28 +01:00 |
|
Benoit Marty
|
6d3df0d802
|
Use @id and not @+id when referencing ids in layouts - ConstraintLayout
|
2021-12-01 22:13:21 +01:00 |
|
Benoit Marty
|
97a44a5632
|
Merge pull request #4523 from vector-im/feature/adm/voice-composer
Moving voice logic to the MessageComposer
|
2021-11-22 15:01:40 +01:00 |
|
Benoit Marty
|
4af2780ad9
|
Password hidden by default
|
2021-11-19 17:31:04 +01:00 |
|
Adam Brown
|
f140dbc0a0
|
update text composer classes to message composer (as they include voice not just text)
|
2021-11-19 15:03:01 +00:00 |
|
Benoit Marty
|
35f9bef94a
|
Merge pull request #4515 from vector-im/feature/adm/voice-state
Voice recording UI state in ViewModel
|
2021-11-19 15:59:17 +01:00 |
|
Benoit Marty
|
5e99972d95
|
Remove dead code
|
2021-11-18 16:01:01 +01:00 |
|
Adam Brown
|
be685bc56a
|
aligning the locked recording view to the send message button without the margin, fixes the layout jumping when the mic button switches to a send
|
2021-11-18 14:59:06 +00:00 |
|
Adam Brown
|
9ae03b76cd
|
allows locking and cancelling to occur after choosing either option
- fixes other quirks caused by porting to the inverted display logic
|
2021-11-18 14:15:55 +00:00 |
|
Adam Brown
|
f0ef9e9706
|
inverting and splitting the voice message view into logic and views
- creates a display entry point which will be called externally
|
2021-11-18 14:15:55 +00:00 |
|
Benoit Marty
|
6f13fb1634
|
Create file for Toast style (more generic)
And improve fragment_create_poll.xml preview rendering
|
2021-11-15 14:23:32 +01:00 |
|
Benoit Marty
|
223b33fa65
|
Create CallToAction button style
|
2021-11-15 14:16:22 +01:00 |
|
Benoit Marty
|
2aab94acb4
|
Create dedicated file for TextInputLayout styles
And follow naming convention
|
2021-11-15 14:11:15 +01:00 |
|
Onuray Sahin
|
299d81fd18
|
Lint fix.
|
2021-11-15 14:41:22 +03:00 |
|
Onuray Sahin
|
a6c88b74a4
|
Hide poll icon from attachment type selector for now.
|
2021-11-11 13:42:04 +03:00 |
|
Onuray Sahin
|
a10253c003
|
Design review fixes.
|
2021-11-08 17:26:01 +03:00 |
|
Benoit Marty
|
b8ca520552
|
Make the poll option visible so that it can be tested from the PR
|
2021-11-02 16:34:44 +01:00 |
|
Onuray Sahin
|
40aa0175d0
|
Code review fixes.
|
2021-10-29 16:54:54 +03:00 |
|
Onuray Sahin
|
db820efc3a
|
Fix UI issues.
|
2021-10-28 15:43:51 +03:00 |
|
Onuray Sahin
|
6cee266a95
|
Create poll UI implementation.
|
2021-10-27 13:10:01 +03:00 |
|
Onuray Sahin
|
cb1d5e888d
|
Create poll fragment with a title.
|
2021-10-25 20:14:10 +03:00 |
|
Onuray Sahin
|
3e03db200c
|
Add poll icon to attachment type selector.
|
2021-10-25 14:47:57 +03:00 |
|
Benoit Marty
|
085da6c99a
|
Merge pull request #4090 from vector-im/feature/aris/presence
Feature/aris/presence
|
2021-10-13 09:58:22 +02:00 |
|
Benoit Marty
|
6c915ea4d1
|
Cleanup the PR about presence
|
2021-10-12 16:45:41 +02:00 |
|
Benoit Marty
|
923bc00dcd
|
Merge branch 'develop' into feature/aris/presence
|
2021-10-12 15:22:40 +02:00 |
|
koh6uawi
|
c9f69b3fc5
|
Move XML namespaces to root element
|
2021-10-12 15:12:26 +02:00 |
|
koh6uawi
|
da28ddfabd
|
Use "wrap_content" instead of "match_parent"
Fix a linter error
|
2021-10-12 15:10:33 +02:00 |
|
koh6uawi
|
1069e990e5
|
Merge branch 'vector-im:develop' into scroll_select_font_size
|
2021-10-11 00:19:46 +02:00 |
|
Benoit Marty
|
66d4a48930
|
Remove unused strings
|
2021-10-08 15:07:52 +02:00 |
|
koh6uawi
|
56b0b28d5e
|
Make "Select text size" dialog scrollable
Wrap the LinearLayout inside a ScrollView.
|
2021-10-08 01:59:13 +02:00 |
|
Adam Brown
|
5365e87777
|
reducing the discovery policy url text size by using caption style
|
2021-10-07 17:56:54 +01:00 |
|
Adam Brown
|
cb7260954a
|
renaming xml view to avoid clashing with other file
|
2021-10-07 17:46:33 +01:00 |
|
Adam Brown
|
7e8ca29ca7
|
creating dedicated discovery policy items and displaying within an expandable form item
|
2021-10-07 10:09:03 +01:00 |
|
ariskotsomitopoulos
|
e4c3457f37
|
Add public room indicator to RoomDetailFragment & RoomProfileFragment
|
2021-10-06 19:08:27 +03:00 |
|