ganfra
8e2a1d3bcd
Jitsi call: implement RemoveJitsiWidgetView
2021-07-09 13:23:07 +02:00
Benoit Marty
2948f03978
Merge pull request #3551 from vector-im/feature/bca/room_upgrade
...
Feature/bca/room upgrade
2021-07-08 10:00:01 +02:00
Onuray Sahin
3372177b0e
Design review fixes.
2021-07-07 16:44:42 +03:00
Onuray Sahin
5856e563c5
Put voice message preference under labs.
2021-07-07 10:23:22 +03:00
Onuray Sahin
7a1b138894
Merge branch 'develop' into feature/ons/voice_message
...
* develop: (286 commits)
Fix crash after video call
Fix issue on button styles
Clean after benoits review
Fix warning about implicit type, introduced in Kotlin 1.5.20. "Returning type parameter has been inferred to Nothing implicitly. Please specify type arguments explicitly to hide this warning. Nothing can produce an exception at runtime."
Bump kotlin_version from 1.5.10 to 1.5.20
Bump libphonenumber from 8.12.25 to 8.12.26
Fix call invite processed after call is ended because of fastlane mode.
Jump to unread: removes unnecessary check which can cause scroll issue
Jump to unread: avoid blink when jumping
Clean after Benoits review
Delete unused drawable to avoid conflict on develop
Jump to unread: add towncrier file.
Read marker: fix some issues with jump to unread visibility.
Stop using ProgressDialog, there is a theme issue with it. It's not maintain by Google since it's deprecated. Force usage of MaterialAlertDialogBuilder to have the same UI effect. We sometimes need to block the UI :/
Reordering
Add text style for dialogs
Colored dialog button is now handled by the theme
Update theme for material dialog and create a destructive variant
Reorder buttons
Update doc
...
# Conflicts:
# library/ui-styles/src/main/res/values/theme_dark.xml
# library/ui-styles/src/main/res/values/theme_light.xml
# vector/build.gradle
# vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailFragment.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/TextComposerView.kt
# vector/src/main/res/values/strings.xml
2021-07-06 13:17:49 +03:00
Benoit Marty
ca45cdd5c7
Merge pull request #3585 from vector-im/feature/bma/wellknown
...
Improve wellknown usage
2021-07-05 21:36:16 +02:00
David Baker
04cad290f7
Also change the emoji button subtitle
...
and tweak the other string more because it's not "each other" either
2021-07-05 19:49:48 +01:00
David Baker
fe4c4832bd
Use different copy for self verification
...
The copy all refers to 'their' device for when you're verifying
someone else. Update it to refer to your own devices in the case
where you're verifying one of your own devices.
2021-07-02 18:38:57 +01:00
Benoit Marty
ed7be13ea3
PR review part 2
2021-07-01 12:51:33 +02:00
Onuray Sahin
5676226f42
Voice message recording view implementations.
2021-07-01 10:47:41 +03:00
Benoit Marty
ec515ced66
PR review part 1
2021-06-30 18:54:13 +02:00
ganfra
7c033b4090
Call UI: add toolbar
2021-06-30 18:08:44 +02:00
Benoit Marty
3e53fa710a
Merge branch 'develop' into feature/bca/room_upgrade
2021-06-30 17:56:32 +02:00
Benoit Marty
08000dce55
Update the UI showing the homeserver API url in developer mode
2021-06-30 11:14:44 +02:00
Benoit Marty
edd24de4c3
Merge pull request #3547 from vector-im/feature/fga/jump_to_unread_redesign
...
Jump to unread: implement new design
2021-06-28 16:45:06 +02:00
Valere
43a1e283c5
Merge pull request #3514 from vector-im/feature/bca/fix_join_errors
...
Add error feedback when joining space rooms
2021-06-24 09:56:32 +02:00
Valere
57c75f8039
Ugrade unstable room notice in settings
...
default update parent, clean migrate bottomsheet layout
2021-06-24 09:38:52 +02:00
Valere
171793d190
room version cap support + room upgrade
2021-06-22 17:35:39 +02:00
ganfra
121fd9a19d
Jump to unread: implement new design
2021-06-22 16:29:19 +02:00
Valere
b1ab6eb58f
Add alias management in space settings
2021-06-18 10:41:13 +02:00
Valere
fb337dacd6
Add space alias in creation wizard
2021-06-18 10:41:13 +02:00
Onuray Sahin
69350ef514
Voice message UI initial implementation.
2021-06-17 16:17:38 +03:00
Valere
e277deece5
Add error feedback when joining space rooms
2021-06-16 17:35:25 +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
Valere
52f0d8a1d2
Add warning to private space creation flow
2021-06-15 14:01:03 +02:00
Benoit Marty
000b524b34
Move style and theme to the dedicated module
2021-06-15 12:39:39 +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
f1a1f07a7b
Doc
2021-06-15 11:18:01 +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
f90ee45d8c
Use style to take into account lineHeight
2021-06-14 23:06: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
2fb289ec14
Cleanup
2021-06-14 12:47:46 +02:00
Benoit Marty
dfb01a462e
Merge pull request #3456 from vector-im/feature/fga/dial_pad_tab
...
Feature/fga/dial pad tab
2021-06-11 12:23:19 +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
0a065b0752
More cleanup
2021-06-11 10:12:31 +02:00
Benoit Marty
f8d07b0734
Cleanup theme again
2021-06-11 10:12:31 +02:00
Benoit Marty
0bac55ced7
Cleanup theme again
2021-06-11 10:12:31 +02:00
Benoit Marty
524c26b104
Split styles_riot.xml into several smaller files
2021-06-11 10:12:31 +02:00
Benoit Marty
b75a58b4d0
Create dedicated file for alert dialog style
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
9dab8b9726
Extract bottom sheet style
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
Benoit Marty
992f41d631
Update status and system bar background colors - Approved by Gaëlle
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
ganfra
880da9ecd5
Merge branch 'develop' into feature/fga/dial_pad_tab
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/call/dialpad/DialPadFragment.kt
# vector/src/main/java/im/vector/app/features/home/HomeDetailFragment.kt
2021-06-10 15:37:24 +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
ganfra
ed56d12b72
Dialpad: fix some UI
2021-06-03 15:20:48 +02:00
Benoit Marty
90a16ebbaf
/snow -> /snowfall and update wording (iso Element Web) ( #3430 )
2021-05-31 11:03:02 +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
ganfra
34b012732e
Call transfer: handle unknown person correctly
2021-05-28 14:28:32 +02:00
Benoit Marty
0db5dd3d50
Merge pull request #3419 from vector-im/feature/bma/gitter
...
Feature/bma/gitter
2021-05-27 21:23:05 +02:00
Benoit Marty
e925d29037
Avoid adding twice the same server
2021-05-27 15:37:26 +02:00
Benoit Marty
cbed1afaaa
Add custom server
2021-05-27 14:05:34 +02:00
Benoit Marty
65f8546268
Add string
2021-05-26 16:03:44 +02:00
Benoit Marty
dec650eae8
Add Gitter.im as a default in the Change Network menu ( #3196 )
2021-05-26 16:03:28 +02:00
Valere
447bd98a78
Fixes #3386 show space description in explore header
2021-05-26 14:25:21 +02:00
Benoit Marty
cd66e62454
"home server" -> "homeserver" ( #3404 )
2021-05-26 12:44:04 +02:00
ganfra
e67cb0eae7
Merge branch 'develop' into feature/fga/call_transfer
2021-05-26 12:26:34 +02:00
ganfra
bd8e46c84f
Call transfer: start branching consult first action
2021-05-26 12:09:59 +02:00
Benoit Marty
b44c1a1c77
Merge pull request #3383 from vector-im/feature/fga/authenticated_jitsi
...
Feature/fga/authenticated jitsi
2021-05-25 10:24:54 +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
697b9ff535
Merge branch 'develop' into feature/bca/spaces_quick_fixes
2021-05-21 14:49:12 +02:00
Valere
abf7e275a7
Fix / Improve 'Leave Space' UX/UI #3359
2021-05-21 11:46:13 +02:00
Valere
0d0b6a8810
Fix empty states for spaces
2021-05-21 11:32:34 +02:00
ganfra
894af10934
Jitsi auth: fix some mistakes and gives the jwt to Jitsi
2021-05-20 18:53:56 +02:00
Benoit Marty
a7c1dc5cd9
Merge branch 'develop' into feature/bma/login_v2
2021-05-20 15:18:18 +02:00
Benoit Marty
0041743bf9
Merge pull request #3348 from vector-im/feature/bca/spaces_fix_invites
...
Fix space invite issues
2021-05-18 13:56:01 +02:00
Benoit Marty
37cc0dc8b6
Ignore lint issues false positive
2021-05-17 10:25:31 +02:00
Valere
14629f2041
Fix space invite issues
2021-05-14 17:15:41 +02:00
Benoit Marty
72e343ad5a
Better wording
2021-05-12 14:26:20 +02:00
Benoit Marty
6af9fda7df
Fix lint issue
2021-05-12 14:06:59 +02:00
Valere
391e952fbd
Review + design update
2021-05-12 12:23:14 +02:00
Valere
df3d3b63c8
Code review
2021-05-12 11:04:54 +02:00
Valere
eb18b23528
Add option to send beta feedback
2021-05-12 10:47:52 +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
14144dc99d
Default all in home + lab flag
2021-05-11 10:45:07 +02:00
Valere
80366ee938
Code review
2021-05-10 20:01:17 +02:00
Valere
f9e608a790
Manage Spaces as Admin
2021-05-10 20:01:17 +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
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
9e4f1147f4
Fix an issue with the layout dialog_photo_or_video.xml on Dark theme. Light theme does not use .Bridge, so no reason to use it for Dark theme.
...
I hope there will be no regression though...
2021-05-04 23:26:06 +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
e510de1ccc
Display video/image compression progress
2021-05-03 21:13:47 +02:00
Benoit Marty
e108534a2a
Improve file too big error detection and rendering ( #3245 )
2021-05-03 21:13:47 +02:00
Benoit Marty
5e1c503d2e
Compress video before sending ( #442 )
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
7117427686
Bugfix
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
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
Benoit Marty
ab68903d7f
Fix wording issue ( #3242 )
2021-04-29 15:47:31 +02:00
Valere
3378e23cc2
Add lab flag to use restricted access rule
...
Fixes #3226
2021-04-28 11:15:58 +02:00
Valere
dba6784487
Remove space lab flags
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
19bb4c6162
Update lab flag label
2021-04-28 11:15:58 +02:00
Valere
8146d8ab1e
Add Rooms to space
2021-04-28 11:15:58 +02:00
Valere
5a84456f1f
Set guest access in developer mode
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
386e06d675
XML standart
2021-04-28 11:15:58 +02:00
Valere
b380fa0653
fix copy
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
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
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
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
03ef480bea
Fix missing param in string
2021-04-28 11:15:58 +02:00
Valere
2952dca3a3
Default Rooms Handling
2021-04-28 11:15:58 +02:00
Valere
a901e1d179
Post Creation Share flow
2021-04-28 11:15:58 +02:00
Valere
7d2d7b411e
Space Create Wizard Flow
2021-04-28 11:15:58 +02:00
Valere
4b27ad8ba6
Creation wizard WIP
2021-04-28 11:15:58 +02:00
Valere
5aa698768a
Support update of order/autojoin of child
2021-04-28 11:15:58 +02:00
Valere
2cc5c76fb3
hide dev commands from completion
2021-04-28 11:15:58 +02:00
Valere
c8916ee83c
Udpate since msc 1772
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
ganfra
992cc0addd
Message state: add sent status in BottomSheet
2021-03-11 19:34:34 +01:00
ganfra
bbb5dd06a2
Message state: adjust some ui
2021-03-10 18:08:18 +01:00
Onuray Sahin
f5f16fd330
Retry and delete options added for all failed messages.
2021-03-10 11:10:23 +01:00
Onuray Sahin
c741916d9f
Cancel sending event dialog.
2021-03-10 11:10:23 +01:00
Benoit Marty
8ab2cd9ff8
Update wording
2021-03-09 11:46:04 +01:00
Benoit Marty
85b1edc6d2
Filter out rooms with "nsfw" in room name or room topic (enabled by default)
2021-03-08 13:53:04 +01:00
Benoit Marty
79c9c7105e
Merge pull request #2960 from vector-im/feature/bma/lint
...
Feature/bma/lint
2021-03-04 22:24:24 +01:00
Benoit Marty
505d0995de
Remove unused resource
2021-03-04 14:03:46 +01:00
Benoit Marty
ea08ce24a9
Remove unused resource
2021-03-04 14:03:46 +01:00
Benoit Marty
8cd02afd83
Remove unused resource and useless color override
2021-03-04 14:03:46 +01:00
Benoit Marty
f636b28823
Remove unused style
2021-03-04 14:03:46 +01:00
Benoit Marty
7c5ea63a4f
Remove unused colors
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
acbb796649
Fix potential issue with link colors
2021-03-04 14:03:46 +01:00
Benoit Marty
d5f5143c52
Rename file
2021-03-04 14:02:55 +01:00
Benoit Marty
ea293999df
Remove unused string
2021-03-04 14:02:55 +01:00
Benoit Marty
035c10364d
Template for not translatable string
2021-03-03 17:58:28 +01:00
Benoit Marty
caea19bf38
Avoid using "element" in the resource id
2021-03-03 17:56:48 +01:00