Maxime NATUREL
|
4c3f6db55c
|
Fix code quality issues
|
2022-06-27 16:39:46 +02:00 |
|
Adam Brown
|
ef4889a1b3
|
fixing missing fake given
|
2022-06-27 15:19:29 +01:00 |
|
Maxime NATUREL
|
0488ce822f
|
Updating location tracker tests
|
2022-06-27 16:13:02 +02:00 |
|
Onuray Sahin
|
30115fa2b9
|
Code review fixes.
|
2022-06-27 15:43:21 +03:00 |
|
Onuray Sahin
|
8100a2e674
|
Remove duplicated unit tests.
|
2022-06-27 15:19:26 +03:00 |
|
Adam Brown
|
7971a74614
|
fixing code quality warnings
|
2022-06-27 13:08:32 +01:00 |
|
Adam Brown
|
eb84072a05
|
updating test names to read better
|
2022-06-27 13:08:32 +01:00 |
|
Adam Brown
|
16481df0f7
|
handling the reset password completion step within the view model and emitting view events to move the flow forwards
|
2022-06-27 13:06:42 +01:00 |
|
Onuray Sahin
|
4f9b361346
|
Fix ready poll unit test.
|
2022-06-27 15:06:08 +03:00 |
|
Adam Brown
|
3c03bae4c5
|
adding test around resending reset password email
|
2022-06-27 12:55:51 +01:00 |
|
Onuray Sahin
|
d7c2dbe83f
|
Fix voted poll unit test.
|
2022-06-27 14:48:58 +03:00 |
|
Adam Brown
|
9abf6e37d1
|
adding updated forgot password email input and breaker screens
|
2022-06-27 12:43:54 +01:00 |
|
Onuray Sahin
|
6f4e079a2e
|
Fix undisclosed poll unit test.
|
2022-06-27 14:07:26 +03:00 |
|
Onuray Sahin
|
1a668da077
|
Fix ended poll unit test.
|
2022-06-27 13:57:35 +03:00 |
|
Onuray Sahin
|
a9358e98b2
|
Fix sending poll unit test.
|
2022-06-27 13:39:21 +03:00 |
|
Adam Brown
|
e655a54064
|
removing duplicate fake method
|
2022-06-24 15:08:48 +01:00 |
|
Adam Brown
|
6e3283cb34
|
moving homeserver feature for logout all devices to the selected homeserver state via the LoginFlowResult
|
2022-06-24 15:08:48 +01:00 |
|
Adam Brown
|
a2646c56cf
|
adding the logout all devices state to the reset state in preparation for the UI to take it into account
|
2022-06-24 15:05:18 +01:00 |
|
Adam Brown
|
924e668023
|
adding missing loading state when confirming password reset
- adds reset test cases to the onboarding view model
|
2022-06-24 15:05:18 +01:00 |
|
Onuray Sahin
|
532bc18b1e
|
Refactor poll item view state factory.
|
2022-06-24 16:52:16 +03:00 |
|
Maxime NATUREL
|
945026730c
|
Use ActiveSessionHolder in stop live use case
|
2022-06-24 15:12:38 +02:00 |
|
Maxime NATUREL
|
81e14c7c3b
|
Observing live status in DB from location sharing Android service
|
2022-06-24 10:45:49 +02:00 |
|
Maxime NATUREL
|
3cffedd353
|
Changing in API to get livedata on a live of a given id
|
2022-06-24 10:45:49 +02:00 |
|
Maxime NATUREL
|
9a39354332
|
Adding use case to retrieve flow on live summaries given a list of event ids
|
2022-06-24 10:45:48 +02:00 |
|
Maxime NATUREL
|
d50b0fbb6b
|
Adding unit tests for the stop live use case
|
2022-06-24 10:45:48 +02:00 |
|
Maxime NATUREL
|
8406b2a4eb
|
Adding use case to stop live location share
WIP
|
2022-06-24 10:45:48 +02:00 |
|
Maxime NATUREL
|
a4cae9ef07
|
Fixing missing "u=" in geo URI pattern for uncertainty
|
2022-06-23 17:40:16 +02:00 |
|
Onuray Sahin
|
2be43e9294
|
Test isVotable function.
|
2022-06-22 17:18:17 +03:00 |
|
Onuray Sahin
|
aab558af09
|
Test ended poll option view states.
|
2022-06-22 16:40:11 +03:00 |
|
Onuray Sahin
|
d0d2929a84
|
Test undisclosed option view states.
|
2022-06-22 16:29:19 +03:00 |
|
Onuray Sahin
|
8bb421a916
|
Test poll voted option view states.
|
2022-06-22 15:44:28 +03:00 |
|
Onuray Sahin
|
0f0492db3b
|
Test ready option view states.
|
2022-06-22 15:27:04 +03:00 |
|
Onuray Sahin
|
2cf40cbcf2
|
Test sending option view states.
|
2022-06-22 14:05:42 +03:00 |
|
Onuray Sahin
|
5a948891f0
|
Test ready poll state.
|
2022-06-22 13:27:52 +03:00 |
|
Onuray Sahin
|
2c5ddca821
|
Test voted poll state.
|
2022-06-22 13:21:50 +03:00 |
|
Onuray Sahin
|
0fe4b9f07f
|
Test undisclosed poll state.
|
2022-06-22 12:57:50 +03:00 |
|
Onuray Sahin
|
8854b81977
|
Test ended poll state.
|
2022-06-22 12:34:52 +03:00 |
|
Onuray Sahin
|
a886e93c7e
|
Test sending poll state.
|
2022-06-22 12:13:53 +03:00 |
|
Onuray Sahin
|
77dfd5f826
|
Create initial test class.
|
2022-06-21 17:26:26 +03:00 |
|
Jorge Martín
|
b5aedd4626
|
Re-implement lock screen feature using our own implementation.
|
2022-06-20 17:38:05 +02:00 |
|
Maxime NATUREL
|
cd74f09d70
|
Merge pull request #5923 from vector-im/fix/mna/issue-5913-location-tracker
[Location tracker] - Fix some location tracking issues (PSF-1000)
|
2022-06-17 17:53:48 +02:00 |
|
Maxime NATUREL
|
162fd0a840
|
Call unmockAll after each test
|
2022-06-17 11:34:33 +02:00 |
|
Maxime NATUREL
|
a1aa337edb
|
Stop location tracking only when callbacks list is empty to avoid non wanting stop
|
2022-06-17 11:34:33 +02:00 |
|
Maxime NATUREL
|
260f73b0c2
|
Adding unit tests for LocationTracker
|
2022-06-17 11:34:32 +02:00 |
|
Onuray Sahin
|
242cc28daa
|
Merge pull request #6320 from vector-im/feature/ons/poll_unit_tests
CreatePollViewModel unit tests [PSF-1122]
|
2022-06-17 12:14:01 +03:00 |
|
Eric Decanini
|
674e538131
|
Merge pull request #6154 from vector-im/bugfix/eric/fix-upgrade-room
Fixes /upgraderoom command not doing anything
|
2022-06-17 10:55:26 +02:00 |
|
Onuray Sahin
|
712a38e26a
|
Apply Maxime's fix to get latest state.
|
2022-06-16 18:27:00 +03:00 |
|
Onuray Sahin
|
14a4a8edd7
|
Workaround for mavericks bug (https://github.com/airbnb/mavericks/issues/599).
|
2022-06-16 17:30:17 +03:00 |
|
Benoit Marty
|
16ca26569f
|
Merge pull request #6228 from vector-im/feature/bma/unifiedPush2
UnifiedPush
|
2022-06-16 16:09:31 +02:00 |
|
Onuray Sahin
|
a1d35ae9e4
|
Move fake class into the right package.
|
2022-06-16 14:23:25 +03:00 |
|