David Langley
7f3c4f0073
Merge branch 'develop' of github.com:vector-im/element-android into feature/dla/reorg_account_notification_settings
2021-08-10 10:54:22 +01:00
Valere
efdaa49e70
Code review
2021-07-30 18:44:25 +02:00
Valere
5adceaca23
Code quality
2021-07-30 18:44:14 +02:00
Valere
3da20aea29
Cleaning
2021-07-30 18:43:34 +02:00
Valere
6c2a917d9f
WIP
2021-07-30 18:43:34 +02:00
Onuray Sahin
c6bd6e4961
Merge pull request #3598 from vector-im/feature/ons/voice_message
...
Voice Message
2021-07-30 17:24:17 +03:00
Onuray Sahin
1aa706dee5
Lint fixes.
2021-07-30 15:25:02 +03:00
Onuray Sahin
cdd2fca258
Design review fixes.
2021-07-29 18:41:29 +03:00
David Langley
7091de9942
merge in static push definitions and adapt push v2 ui/logic
2021-07-27 19:54:17 +01:00
Benoit Marty
6caa2b9ae0
Fix issue with RTL
...
Still a pb when Mic is on, margins are not correct
2021-07-16 17:12:08 +02:00
Paulo Pinto
5d4e71a011
Standardise casing of integration manager
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-07-15 15:58:50 +01:00
Paulo Pinto
e61c8c28bb
Standardise spelling and casing of homeserver
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-07-15 15:58:50 +01:00
David Langley
baab726df2
Merge branch 'develop' of github.com:vector-im/element-android into feature/dla/reorg_account_notification_settings
2021-07-14 10:18:54 +01:00
David Langley
a3204fdad9
add resValue to enable feature, put back old code
2021-07-13 21:22:56 +01:00
Benoit Marty
276808c8e9
Fix issue in RTL
2021-07-13 20:09:23 +02:00
Benoit Marty
95bb796bad
Fix color
2021-07-13 17:19:11 +02:00
Benoit Marty
f40e6b56fe
Fix other color issue
2021-07-13 16:21:38 +02:00
Benoit Marty
9e0f3a1517
Fix other color issue
2021-07-13 16:17:22 +02:00
Benoit Marty
cf4e603f09
Fix background color of voice message recorder
2021-07-13 16:14:02 +02:00
Benoit Marty
14dbbee1e3
Fix background color of voice message item
2021-07-13 16:10:51 +02:00
Benoit Marty
4c5be39f46
Fix background color of Play/Pause button
2021-07-13 16:08:54 +02:00
Benoit Marty
9df874c975
Merge branch 'develop' into feature/ons/voice_message
2021-07-13 10:36:05 +02:00
SpiritCroc
9aa37dfbe9
Fix top row of emoji reaction picker on small displays
...
Emojis were not showing if not enough space, so allow scrolling there.
2021-07-12 17:56:58 +02:00
langleyd
d6f1f276c2
Add checkbox preference, remove PushRulePreference, Split adavanced fragment to new 3 new fragments and inherit common function
2021-07-12 14:07:27 +01:00
Benoit Marty
8b852a2ab2
Fix glitch when opening a room invite
...
Composer and mic was shown for a few milliseconds
Also hide the mic if the uer cannot send event, or if the room has been tombstoned.
2021-07-12 13:55:44 +02:00
Benoit Marty
e49290b8ac
Fix mic visible for invite room mode.
...
We can still view the mic when the screen is resumed, to be improved.
2021-07-12 13:40:59 +02:00
Benoit Marty
c5b8755bab
Trick for a better alignment of voice message in the timeline.
2021-07-09 23:16:43 +02:00
Benoit Marty
e391a1371c
Merge branch 'develop' into feature/ons/voice_message
2021-07-09 22:19:50 +02:00
Benoit Marty
2c1335a2f5
Theme for Toast
2021-07-09 21:06:13 +02:00
Benoit Marty
a2671bc0d3
Fix touchable area to delete the voice message
2021-07-09 18:26:58 +02:00
Benoit Marty
2792d736f0
Apply missing tint
2021-07-09 18:22:52 +02:00
Benoit Marty
9dea519d0c
Fix issue with play / pause button alignment
2021-07-09 18:05:41 +02:00
Benoit Marty
7a1c6b78d4
Move the style to the layout, for code clarity. Style are not reused, and it's better to have layout attr in the layout itself
2021-07-09 17:49:27 +02:00
Benoit Marty
b400f3c83f
Small cleanup
2021-07-09 16:31:26 +02:00
Onuray Sahin
a9beded589
Lint fix.
2021-07-07 11:54:23 +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
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
Benoit Marty
3e53fa710a
Merge branch 'develop' into feature/bca/room_upgrade
2021-06-30 17:56:32 +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
4aa93d79fe
cleaning
2021-06-28 09:42:54 +02:00
ganfra
1ba97fa9be
Clean after Benoits review
2021-06-24 17:40:45 +02:00
Benoit Marty
f5ecaa0339
Merge pull request #3520 from vector-im/feature/fga/timeline_virtual_room
...
Feature/fga/timeline virtual room
2021-06-24 14:43:00 +02:00
Benoit Marty
7257736691
Merge pull request #3545 from vector-im/feature/bma/password_reveal
...
Password reveal
2021-06-24 14:30:34 +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
Benoit Marty
6289d640b4
Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling
...
Also avoid repeating password on the change password dialog.
2021-06-22 11:31:45 +02:00