Adam Brown
b409431b0f
Merge pull request #6666 from vector-im/feature/adm/missing-space-rooms
...
`Home` always showing all rooms
2022-07-28 12:10:36 +01:00
Adam Brown
e4640f14d2
adding sdk changelog
2022-07-28 11:06:30 +01:00
Adam Brown
8ef0850752
removing unused import
2022-07-28 11:05:28 +01:00
Adam Brown
09d840506e
replacing inverted takeIf chain with positive when conditions
2022-07-28 11:04:35 +01:00
Maxime NATUREL
d60683d991
Merge pull request #6664 from vector-im/fix/mna/cancel-infinite-animation
...
Cancel infinite animations in TypingMessageDotsView
2022-07-28 11:48:26 +02:00
Adam Brown
2d8ef9925d
adding changelog entry
2022-07-28 10:23:14 +01:00
Adam Brown
e8476882fc
providing a type for the NoFilter to avoid the ambiguity of the nullable param
2022-07-28 10:22:11 +01:00
Adam Brown
1ba8d29333
fixing rooms from other spaces being included in home due to wrong filter param
...
- we were passing null which meant no filter was being applied
2022-07-28 10:10:01 +01:00
Maxime NATUREL
a0534d8fcc
Merge pull request #6636 from vector-im/feature/mna/ended-state-map-live-location
...
[Location Share] - Expanded map state when no more live location shares (PSG-629)
2022-07-28 10:53:31 +02:00
Maxime NATUREL
0f6d5aec88
Adding changelog entry
2022-07-28 10:11:35 +02:00
Maxime NATUREL
fbd1009ebc
Fixing missing cancel on infinite ObjectAnimators
2022-07-28 10:00:07 +02:00
ganfra
050c23b578
Merge pull request #6656 from vector-im/feature/fga/revert_6404
...
Revert #6404
2022-07-27 17:49:10 +02:00
Adam Brown
01bc275311
Merge pull request #6651 from vector-im/feature/adm/enable-ftue
...
FTUE - Enable onboarding FTUE flows
2022-07-27 16:38:35 +01:00
ganfra
e9f5208efd
Revert "replyTo are not updated if the original message is edited ( #6404 )"
...
This reverts commit 99a906fe9b
.
2022-07-27 16:39:13 +02:00
Adam Brown
64c875e017
add ticket reference for TODO
2022-07-27 14:05:39 +01:00
Adam Brown
0fcf7c7079
Merge pull request #6641 from vector-im/feature/adm/ftue-soft-exit-email-verification
...
FTUE - Allow editing email during email verification
2022-07-27 14:00:20 +01:00
Adam Brown
8639b69e73
removing unused imports
2022-07-27 13:21:17 +01:00
Jorge Martín
58ea816cae
Ignore tests with broken mocks in APIs < 30. It looks like a mockk issue.
2022-07-27 14:02:18 +02:00
Jorge Martín
b468a9da33
Improve lock screen implementation.
2022-07-27 14:02:18 +02:00
Adam Brown
91e4536f37
adding changelog entry
2022-07-27 12:54:26 +01:00
Adam Brown
28362b53f8
enabling the ftue feature flags
2022-07-27 12:18:10 +01:00
Adam Brown
fe0c2fc57f
adding UI test support for the ftue onboarding feature flags
2022-07-27 12:17:59 +01:00
Adam Brown
746191163a
updating test verification interaction, there's no skip and we can press back instead
2022-07-27 12:17:03 +01:00
Adam Brown
067a030f19
Merge pull request #6649 from vector-im/feature/adm/auth-testing-results
...
FTUE - Test session feedback
2022-07-27 12:09:35 +01:00
Adam Brown
5cc96850af
updating font scale access as the activity wait no longer works with the latest changes
2022-07-27 11:50:14 +01:00
Nikita Fedrunov
45bbf74db3
new room list implementation for EditLayout ( #6618 )
2022-07-27 12:17:07 +02:00
Adam Brown
f21a978608
removing unused imports
2022-07-27 10:33:34 +01:00
Adam Brown
c153a833aa
adding changelog entries
2022-07-27 10:25:25 +01:00
Adam Brown
12b6f54cf9
updating captcha icon
2022-07-27 10:16:41 +01:00
Adam Brown
abcde349f0
using invisible visibility to avoid loading spinner from jumping around and hiding the loading when resending the email
2022-07-27 10:08:26 +01:00
Maxime NATUREL
0750e80f04
Use context.obtainStyledAttributes instead of context.theme.obtainStyledAttributes
2022-07-27 11:04:14 +02:00
Adam Brown
87995abc7f
updating verification copy to match latest
2022-07-27 09:40:39 +01:00
Adam Brown
b6695c7009
using dedicated sign in copy for the server selection header
2022-07-27 09:37:50 +01:00
Adam Brown
616c1d780f
updating sign in specific subtitle for the server selection screen
2022-07-27 09:36:12 +01:00
Maxime NATUREL
47960c0dfd
Use const to define banner background alpha
2022-07-27 10:29:14 +02:00
Maxime NATUREL
d62cf70b8c
Add usage of TypedArray.use when possible
2022-07-27 10:28:43 +02:00
Benoit Marty
f37034c18e
Merge pull request #6643 from vector-im/feature/bma/fix_firebase_popup
...
Feature/bma/fix firebase popup
2022-07-26 20:15:05 +02:00
Adam Brown
653c97b40d
disabling the server url selection submit button when the selection is empty
2022-07-26 17:19:20 +01:00
Adam Brown
2dae13f6c8
applying the password character limit to the keyboard done action
2022-07-26 17:05:25 +01:00
Adam Brown
e6df2b39b4
handling unverified email as a dialog error in the reset password flow with a friendly error message
2022-07-26 16:58:19 +01:00
Benoit Marty
e577320301
Change name of fun.
2022-07-26 17:47:49 +02:00
Benoit Marty
41d35e68a0
Inject SharedPreferences
2022-07-26 17:43:38 +02:00
Valere
8e2eb1903d
Merge pull request #6475 from vector-im/feature/bca/crypto_unable_self_verify
...
Handle case when device cannot be verified
2022-07-26 16:12:43 +02:00
Adam Brown
fd255039f3
adding tests around initialising the viewmodel and handling email send success actions
2022-07-26 14:26:03 +01:00
Benoit Marty
e5163ad9c3
Better safe than sorry. This popup should not show up on production version
2022-07-26 14:23:44 +02:00
Benoit Marty
c6b9dba041
Rename fun
2022-07-26 14:23:44 +02:00
Benoit Marty
1e8a8d4da0
Display the nightly popup only once a day
2022-07-26 14:23:44 +02:00
Adam Brown
796c5052c0
adding changelog entry
2022-07-26 11:59:08 +01:00
Adam Brown
f6070ee9ca
allowing the user to edit their email address after starting the verfication process
...
- the email verification screen is no longer a hard exit during the standard account creation flow, however if a authentication session is restored eg the app is killed and reopened whilst waiting for email verifcation, then pressing back will cause the flow to be restarted
2022-07-26 11:57:03 +01:00
Adam Brown
c66b1885ad
allowing the child ftue fragments to determine if they're the back action is a hard exit
2022-07-26 11:53:04 +01:00