Commit graph

1180 commits

Author SHA1 Message Date
Benoit Marty
aeffaac065 Update layout
https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=2857%3A321
2021-06-18 12:59:12 +02:00
Valere
28a6caf754 cleaning + rebase 2021-06-18 10:41:24 +02:00
Benoit Marty
1538a62e37
Merge pull request #3523 from vector-im/feature/bma/preparing_release
Preparing release 1.1.10
2021-06-18 10:26:44 +02:00
Onuray Sahin
69350ef514 Voice message UI initial implementation. 2021-06-17 16:17:38 +03:00
Benoit Marty
da19992f3f
Merge pull request #3516 from vector-im/feature/fga/dial_pad_improvements
Feature/fga/dial pad improvements
2021-06-17 14:31:48 +02:00
Benoit Marty
8fea6c5997 Bold title 2021-06-17 13:34:05 +02:00
Benoit Marty
049df558c4 Increase top margin and add header separator 2021-06-17 13:31:17 +02:00
ganfra
1bb32eff45 Clean code and add towncrier file. 2021-06-17 12:42:55 +02:00
Benoit Marty
7efb136003 Fix background color of BS items 2021-06-17 12:18:57 +02:00
ganfra
1d8b9f879b Merge develop 2021-06-17 11:58:57 +02:00
Valere
582340cf82 Fix crash when setting up key backup
You must supply a layout_height/width attribute
2021-06-17 09:49:10 +02:00
Valere
2a675bf8d1 Code review 2021-06-17 09:27:31 +02:00
Valere
e277deece5 Add error feedback when joining space rooms 2021-06-16 17:35:25 +02:00
Benoit Marty
7a40841cbb Fix color for phone calls 2021-06-16 17:16:47 +02:00
Benoit Marty
58cd2aac13 Fix crash (regression on develop) on the VerificationVectorAlert
And format code
2021-06-16 16:49:42 +02:00
Benoit Marty
f313fbe88c Fix mistake on call buttons 2021-06-16 16:34:03 +02:00
Benoit Marty
71b456c57e Add style to TextView after merge 2021-06-16 14:50:35 +02:00
Benoit Marty
b5cc023fff
Merge pull request #3490 from vector-im/feature/bca/fix_3485
Add warning to private space creation flow
2021-06-16 14:47:12 +02:00
Benoit Marty
ece9d19d8c Rename again the style to follow Android convention (G's review) 2021-06-16 11:59:08 +02:00
Benoit Marty
d7884fe4d2 Add doc and fix a small mistake on style 2021-06-16 10:40:22 +02:00
Benoit Marty
5e9b4e77bf Rename a last time some style: M -> Medium 2021-06-16 09:02:03 +02:00
Benoit Marty
4178f39226 Restore all caps false 2021-06-15 23:40:15 +02:00
Benoit Marty
858bbfd8d2 Rename style to follow naming conventions
And move some files to the module
2021-06-15 21:37:27 +02:00
Benoit Marty
a67f8ca4dc Add some missing style. Default is not workong (?) 2021-06-15 19:00:07 +02:00
Valere
52f0d8a1d2 Add warning to private space creation flow 2021-06-15 14:01:03 +02:00
Benoit Marty
f411d9954e Rework drawer header, following Figma: more compact to let more space for spaces 2021-06-15 12:14:30 +02:00
Benoit Marty
d892a8fe00 Fix icon close color 2021-06-15 11:24:58 +02:00
Benoit Marty
7de5111070 Restore fragment_room_directory_picker.xml, was modified by mistake 2021-06-15 11:17:55 +02:00
Benoit Marty
1370bda263 Fix issue of green back arrow on some screen 2021-06-15 10:51:01 +02:00
Benoit Marty
e918a6a93b Style for Toolbar 2021-06-15 10:42:29 +02:00
Benoit Marty
ea26dba1d3 Remove unused layout 2021-06-15 10:32:34 +02:00
Benoit Marty
f0b28742ac textSize *sp -> style 2021-06-15 10:30:54 +02:00
Benoit Marty
c248670750 issue 2021-06-14 23:13:35 +02:00
Benoit Marty
e7146f251b Use AppCompatTextView 2021-06-14 23:10:04 +02:00
Benoit Marty
f90ee45d8c Use style to take into account lineHeight 2021-06-14 23:06:56 +02:00
Benoit Marty
b5bdd134cb textSize 10sp -> android:textAppearance="@style/VectorTextAppearanceMicro" 2021-06-14 22:14:05 +02:00
Benoit Marty
c1d71a3759 textSize 13sp -> text appearance 2021-06-14 22:12:26 +02:00
Benoit Marty
1769e9b751 textSize 15sp -> android:textAppearance="@style/VectorTextAppearanceSubtitle or Body 2021-06-14 22:10:12 +02:00
Benoit Marty
f384ec0601 textSize 14sp -> android:textAppearance="@style/VectorTextAppearanceHeadlineM" 2021-06-14 21:53:51 +02:00
Benoit Marty
03df4aac77 Cleanup 2021-06-14 21:46:05 +02:00
Benoit Marty
044e37325e textSize 14sp -> android:textAppearance="@style/VectorTextAppearanceBody" 2021-06-14 21:40:14 +02:00
Benoit Marty
dbdf9b05fa textSize 16sp -> android:textAppearance="@style/VectorTextAppearanceSubtitle" 2021-06-14 21:29:12 +02:00
Benoit Marty
070dae78e7 textSize 12sp -> Caption or Default 2021-06-14 21:22:56 +02:00
Benoit Marty
1793885ec6 TextAppearances: import from figma and apply to login screens 2021-06-14 20:20:19 +02:00
Benoit Marty
f54246f718 Update bg color on room list 2021-06-14 12:45:44 +02:00
ganfra
99d05d8db3 Theme: fix call tile text color 2021-06-11 19:27:35 +02:00
Benoit Marty
c26a341645 Fix small regression on margin 2021-06-11 12:40:15 +02:00
Benoit Marty
75ee5d38fa
Merge pull request #3452 from vector-im/feature/fga/voip_asserted_identity
Feature/fga/voip asserted identity
2021-06-11 12:22:17 +02:00
Benoit Marty
bf4e005f39 Remove useless parent 2021-06-11 10:22:18 +02:00
Benoit Marty
817675b454 Fix layout issue 2021-06-11 10:15:58 +02:00
Benoit Marty
0a065b0752 More cleanup 2021-06-11 10:12:31 +02:00
Benoit Marty
3fe12cbd3c Fix layout issue 2021-06-11 10:12:31 +02:00
Benoit Marty
d60e68c4ee Apply default style for SearchView 2021-06-11 10:12:31 +02:00
Benoit Marty
3473d669d3 Use MaterialToolbar and AppBarLayout in all screens 2021-06-11 10:12:31 +02:00
Benoit Marty
8162d1100d Update navigation colors 2021-06-11 10:12:31 +02:00
Benoit Marty
5363526f77 Default style for Toolbar. Try to cleanup 2021-06-11 10:12:31 +02:00
ganfra
68143ab2cf Merge branch 'develop' into feature/fga/voip_asserted_identity 2021-06-10 16:01:48 +02:00
Benoit Marty
ea7e6243ad Fix a color 2021-06-09 17:52:13 +02:00
Benoit Marty
2f4aecd590 Composer update
Author: Onuray. Update colors by bmarty and squashed
2021-06-09 17:35:44 +02:00
Benoit Marty
047c59eba0 Rework colors management 2021-06-09 15:36:20 +02:00
ganfra
a421f37e70 VoIP : clean and add changelog 2021-06-03 19:50:09 +02:00
Benoit Marty
575ebdc3e8
Merge pull request #3421 from vector-im/feature/fga/call_transfer
Feature/fga/call transfer
2021-05-28 16:48:01 +02:00
Benoit Marty
5657da3493
Merge pull request #3401 from vector-im/feature/bca/spaces_fix_3386
Fixes #3386 show space description in explore header
2021-05-28 15:27:49 +02:00
Benoit Marty
f559ae1b35 Rename to avoid collision with Matrix Spaces 2021-05-27 16:55:40 +02:00
Benoit Marty
cbed1afaaa Add custom server 2021-05-27 14:05:34 +02:00
Benoit Marty
f30eb4af8a Add checked mark on the current item 2021-05-26 18:17:58 +02:00
Benoit Marty
4641f77842 Better understanding of the model: server / protocol
Iso Element Web on this part.
2021-05-26 17:51:44 +02:00
Valere
447bd98a78 Fixes #3386 show space description in explore header 2021-05-26 14:25:21 +02:00
ganfra
bd8e46c84f Call transfer: start branching consult first action 2021-05-26 12:09:59 +02:00
Benoit Marty
6706a88a21
Merge pull request #3188 from vector-im/feature/bma/login_v2
Login v2 - WIP
2021-05-21 14:55:22 +02:00
Benoit Marty
0424d03bcc Fix lint and tools issue 2021-05-21 11:37:16 +02:00
Valere
1b16d287e8 review 2021-05-21 11:34:51 +02:00
Valere
0d0b6a8810 Fix empty states for spaces 2021-05-21 11:32:34 +02:00
Benoit Marty
201f4c342a Fix lint issue 2021-05-20 18:51:09 +02:00
Benoit Marty
a7c1dc5cd9
Merge branch 'develop' into feature/bma/login_v2 2021-05-20 15:18:18 +02:00
Benoit Marty
dfc8860ade Fix avatar sample after PR merge 2021-05-12 16:43:46 +02:00
Benoit Marty
87953e7150
Merge pull request #3310 from vector-im/feature/bma/samples
Improve layout preview regarding avatars
2021-05-12 16:36:33 +02:00
Benoit Marty
6af9fda7df Fix lint issue 2021-05-12 14:06:59 +02:00
Benoit Marty
5d052cda79 Increase clickable area (no layout rendering change) 2021-05-12 13:55:47 +02:00
Benoit Marty
0d5b66f92b Flatten View hierarchy 2021-05-12 13:53:03 +02:00
Valere
391e952fbd Review + design update 2021-05-12 12:23:14 +02:00
Valere
eb18b23528 Add option to send beta feedback 2021-05-12 10:47:52 +02:00
Valere
1799dcbd0c Fix lint 2021-05-12 09:20:55 +02:00
Valere
eb9fadaebf user error when no space support on HS
remove buggy separators on add room; design update
2021-05-11 17:34:55 +02:00
Valere
24a32f2b7e Subspace more hierarchy depth + fix bad notification count 2021-05-11 10:07:34 +02:00
Benoit Marty
3a746cf23a Split sample step 3: rooms and spaces 2021-05-10 23:07:08 +02:00
Benoit Marty
2b632a2d52 Split sample step 2: messages 2021-05-10 22:53:51 +02:00
Benoit Marty
e34574f658 Split sample step 1 2021-05-10 22:51:07 +02:00
Benoit Marty
cf00cc2fda Fix issue with margin change 2021-05-10 22:34:42 +02:00
Benoit Marty
0cd1d57fc0 Avoid using @tools:sample/full_names
And make preview works for some text
2021-05-10 22:34:42 +02:00
Benoit Marty
3e66988b6a Use round room and user avatars and rounded corner space avatar 2021-05-10 22:34:42 +02:00
Benoit Marty
5631a4714e Use built in sample 2021-05-10 20:27:23 +02:00
Valere
f9e608a790 Manage Spaces as Admin 2021-05-10 20:01:17 +02:00
Valere
5be3faf914 Epoxy Form fixes 2021-05-10 19:59:04 +02:00
Benoit Marty
d760d6c25b Iterate with design team 2021-05-10 14:23:36 +02:00
Benoit Marty
87b12b7e11 Add the public icon on the rooms in the room list (#3292) 2021-05-07 16:41:30 +02:00
Benoit Marty
ea3abee63a Format 2021-05-05 18:12:45 +02:00
Benoit Marty
2acfb29416 Some cleanup 2021-05-05 17:54:56 +02:00
Valere
99d4471799 space beta people screen 2021-05-05 17:54:56 +02:00
Benoit Marty
b09e509db7
Merge pull request #3259 from vector-im/feature/bca/spaces_advertise_beta
Invite bottom sheet + fixes + beta tag
2021-05-05 16:26:54 +02:00
Valere
b9b3832ee3 Invite bottom sheet + fixes + beta tag 2021-05-05 11:33:28 +02:00
Benoit Marty
edbfc2e2e9 Add details about events with attachment in the bottomsheet 2021-05-04 13:50:49 +02:00
Benoit Marty
d9ffce7e0d Add option to record a video from the camera
Replace #2411
2021-05-03 21:13:47 +02:00
Benoit Marty
4a23d31271 Fix regression on sending error indicator color 2021-05-03 21:13:47 +02:00
Benoit Marty
8ff65b3816 Add a video indicator on the miniature (videos are now previewable) 2021-05-03 21:13:47 +02:00
Benoit Marty
258a378f39 Add back link to learn more on EMS 2021-04-29 15:57:52 +02:00
Benoit Marty
ef55ddd683 Do not repeat password fields for account creation or reset password 2021-04-29 15:57:52 +02:00
Benoit Marty
d235d1be15 More improvements 2021-04-29 15:57:52 +02:00
Benoit Marty
6e9c16a889 Naming convention 2021-04-29 15:57:52 +02:00
Benoit Marty
7117427686 Bugfix 2021-04-29 15:57:52 +02:00
Benoit Marty
d812ed72d0 Improve layout and add a fake date 2021-04-29 15:57:52 +02:00
Benoit Marty
faef2fba9a Enable login v2 by default, but keep the possibility to use v1 2021-04-29 15:57:52 +02:00
Benoit Marty
adae66aa43 Login UX flow: UI iso 2021-04-29 15:57:22 +02:00
Benoit Marty
51a39909dc Login UX flow: warning if no profile can ba found 2021-04-29 15:57:22 +02:00
Benoit Marty
c141b26212 Login UX flow: set avatar and display name after account creation 2021-04-29 15:57:22 +02:00
Benoit Marty
408a0fc010 Login UX flow v2 2021-04-29 15:57:22 +02:00
Valere
f89a7496aa Add action to create new room 2021-04-29 11:51:07 +02:00
Valere
70476b912f Fix / placeholder in dark time 2021-04-28 11:15:58 +02:00
Valere
7d3d080603 Code review 2021-04-28 11:15:58 +02:00
Valere
1ce7085ca9 Merge Space and Communities initial commit 2021-04-28 11:15:58 +02:00
Valere
733d4185c4 Fix / Add unread count in hamburger menu 2021-04-28 11:15:58 +02:00
Valere
d30ba9c749 Spaces quick fixes and updates
Make drawer menu more obvious + fix notification count
2021-04-28 11:15:58 +02:00
Valere
5e75a3a80b Add placehoders for paged room list 2021-04-28 11:15:58 +02:00
Valere
8146d8ab1e Add Rooms to space 2021-04-28 11:15:58 +02:00
Valere
14103b1e7c Radio settings bottomsheet 2021-04-28 11:15:58 +02:00
Valere
79bde6ee91 Private (me and teamates) space support 2021-04-28 11:15:58 +02:00
Benoit Marty
0dbd856ac5 UI polishing
And cleanup
2021-04-28 11:15:58 +02:00
Benoit Marty
dfae42c912 Cleanup layout 2021-04-28 11:15:58 +02:00
Benoit Marty
3c64f78159 Fix issue in layout 2021-04-28 11:15:58 +02:00
Benoit Marty
7c348959cf Cleanup and fix bugs 2021-04-28 11:15:58 +02:00
Valere
6b8b03e162 Show people you may no in space bottomsheet 2021-04-28 11:15:58 +02:00
Valere
a5af1a6ebd Fix invite icons 2021-04-28 11:15:58 +02:00
Valere
8754f7772b Invite Space/Room chooser 2021-04-28 11:15:58 +02:00
Valere
55083a5602 Design review changes 2021-04-28 11:15:58 +02:00
Valere
ea5e48b940 1 depth hierarchy support in space panel 2021-04-28 11:15:58 +02:00
Valere
681b5b3ddc Simple space context menu 2021-04-28 11:15:58 +02:00
Valere
06a84d985a Basic support to browse space directory 2021-04-28 11:15:58 +02:00
Valere
802853d205 Suggested Space support 2021-04-28 11:15:58 +02:00
Valere
01c56824b7 small a11Y fix 2021-04-28 11:15:58 +02:00
Valere
0c5ca9f51b Space hierachy SDK updates 2021-04-28 11:15:58 +02:00
Valere
ef42591534 Open Space Link initial commit 2021-04-28 11:15:58 +02:00
Valere
a433f2f965 a11y 2021-04-28 11:15:58 +02:00
Valere
a901e1d179 Post Creation Share flow 2021-04-28 11:15:58 +02:00
Valere
4b27ad8ba6 Creation wizard WIP 2021-04-28 11:15:58 +02:00
Valere
d8a3229819 a11y fixes 2021-04-28 11:15:58 +02:00
Valere
df341d8ea3 Basic peeking preview and join and filter 2021-04-28 11:15:58 +02:00
Valere
c5fa0a413f Space first commit 2021-04-28 11:15:58 +02:00
Onuray Sahin
ce7e00a499 Fix send state image color on dark theme. 2021-04-13 11:48:12 +03:00
Benoit Marty
37226a1641 Small cleanup 2021-04-09 16:58:41 +02:00
ganfra
2b93367165 Timeline: handle filtering in epoxy 2021-03-30 11:32:46 +02:00
Benoit Marty
627e9a9543 Add version details on the login screen, in debug or developer mode 2021-03-25 11:18:26 +01:00
Benoit Marty
7b8ede03bc Picture preview when replying. Also add the image preview in the message detail bottomsheet (#2916) 2021-03-19 20:09:53 +01:00
Benoit Marty
0eea257a25 Improve layout for more clarity 2021-03-19 14:15:17 +01:00
Benoit Marty
9f47598950 Display the room shield in all room setting screens 2021-03-18 18:01:21 +01:00
ganfra
174e938b5b Fix padding layout 2021-03-17 11:44:22 +01:00
ganfra
c9691b04ad Timeline: fix separators background 2021-03-16 20:11:10 +01:00
ganfra
1bc431198e Timeline: fix ripple on text item 2021-03-16 20:10:47 +01:00
Benoit Marty
cbfb5d3fcc Fix color and bottom margin
And improve a11y
2021-03-11 11:10:59 +01:00
Benoit Marty
8a1a90d1b9
Merge pull request #2937 from vector-im/feature/ons/message_states
Improve the status of send messages
2021-03-10 21:51:48 +01:00
ganfra
bbb5dd06a2 Message state: adjust some ui 2021-03-10 18:08:18 +01:00
Benoit Marty
5c07a5780c Better with horizontal progress bar 2021-03-10 15:38:29 +01:00
Benoit Marty
5aa8b0255a Fix MainActivity display (Fixes #2927) 2021-03-10 15:34:28 +01:00
Benoit Marty
3ca25f9006 Some cleanup 2021-03-10 11:10:23 +01:00
Onuray Sahin
f5f16fd330 Retry and delete options added for all failed messages. 2021-03-10 11:10:23 +01:00
Onuray Sahin
a3d45bbba8 Failed messages bottom sheet UI fixes. 2021-03-10 11:10:23 +01:00
Onuray Sahin
9eedac3e6d Fix color of sending media progress bar. 2021-03-10 11:10:23 +01:00
Onuray Sahin
0b98dfc976 Media messages send status implementation. 2021-03-10 11:10:23 +01:00
Onuray Sahin
c178535cc8 Show send status of text messages. 2021-03-10 11:10:23 +01:00
Benoit Marty
46bc252a51 Add arrows to room widget item 2021-03-09 15:38:11 +01:00
Benoit Marty
8cd02afd83 Remove unused resource and useless color override 2021-03-04 14:03:46 +01:00
Benoit Marty
d4d7c6cb4a Cleanup riotx_base colors 2021-03-04 14:03:46 +01:00
Benoit Marty
caea19bf38 Avoid using "element" in the resource id 2021-03-03 17:56:48 +01:00
Benoit Marty
531beb0a86 Add a screen to view details about the homeserver 2021-02-19 21:27:25 +01:00
Benoit Marty
1294d211d6
Merge branch 'develop' into feature/bma/fix_redirection 2021-02-19 14:43:01 +01:00
Benoit Marty
fd94536118
Merge pull request #2830 from vector-im/feature/fga/fix_some_voip_issues
Feature/fga/fix some voip issues
2021-02-17 19:01:08 +01:00
Benoit Marty
fcee1f1150 Fix glitch on screen transition 2021-02-17 18:18:36 +01:00
Benoit Marty
6115a469eb Fix lint 2021-02-16 19:32:02 +01:00
ganfra
776ebce497 Merge branch 'develop' into feature/fga/fix_some_voip_issues 2021-02-16 16:06:12 +01:00
Benoit Marty
3ac3f09df0
Merge branch 'develop' into feature/bma/lang 2021-02-16 11:40:24 +01:00
Benoit Marty
cf0b4d2581 Merge branch 'develop' into feature/bca/devtools 2021-02-15 16:00:32 +01:00
Benoit Marty
59634753b3 Code review 2021-02-15 15:03:58 +01:00
Benoit Marty
f4b10d5ed6 Cleanup 2021-02-15 10:08:53 +01:00
Benoit Marty
e75e48f377 Cleanup 2021-02-15 10:01:38 +01:00
Benoit Marty
86f0af0ff2 Cleanup 2021-02-12 20:43:58 +01:00
Benoit Marty
c7241f5755 Last missing ContentDescription 2021-02-12 20:35:24 +01:00
Benoit Marty
9101c339c5 a11y 2021-02-12 20:16:28 +01:00
Benoit Marty
3bf1e48236 a11y 2021-02-12 20:08:14 +01:00
Benoit Marty
e7a29857c5 a11y 2021-02-12 20:04:00 +01:00
ganfra
61373b8b51 Timeline: start refactoring the Interceptor mechanism 2021-02-12 19:13:45 +01:00
Benoit Marty
daa007b67d a11y 2021-02-12 19:05:09 +01:00
Benoit Marty
624541af1c a11y 2021-02-12 19:02:19 +01:00
Benoit Marty
f378d46c9a a11y 2021-02-12 19:00:12 +01:00
Benoit Marty
6c7e188439 a11y 2021-02-12 18:57:03 +01:00
Benoit Marty
fc0c49e16e a11y for ShieldImageView 2021-02-12 18:47:13 +01:00
Benoit Marty
1f3ff3e0f2 a11y 2021-02-12 18:07:13 +01:00
Benoit Marty
5618af07bd Content description for breadcrumbs 2021-02-12 18:00:10 +01:00
Benoit Marty
79dafaf13d Fix some accessibility on images 2021-02-12 17:44:12 +01:00
Benoit Marty
9c5fe034fa Cleanup 2021-02-12 15:52:43 +01:00
Benoit Marty
ca44a96dc3 Cleanup 2021-02-12 15:21:10 +01:00
Benoit Marty
15f479b424 Create a View for password reveal button -> better management of a11y 2021-02-12 15:19:38 +01:00