Maxime NATUREL
|
4c3f6db55c
|
Fix code quality issues
|
2022-06-27 16:39:46 +02:00 |
|
Maxime NATUREL
|
0488ce822f
|
Updating location tracker tests
|
2022-06-27 16:13:02 +02:00 |
|
Maxime NATUREL
|
3b09323ee4
|
Avoid stopping location service twice
|
2022-06-27 15:10:54 +02:00 |
|
Maxime NATUREL
|
353a8a70eb
|
Using SharedFlow instead of callback for location updates to remove the need of synchronization
|
2022-06-27 15:07:09 +02:00 |
|
Maxime NATUREL
|
d3fb12da19
|
Copy lists/maps when iterating to avoid concurrent exceptions
|
2022-06-24 17:37:17 +02:00 |
|
Maxime NATUREL
|
c581564bb1
|
Remove non necessary main Handler in LocationSharingService
|
2022-06-24 17:09:33 +02:00 |
|
Maxime NATUREL
|
f57c46de9a
|
Remove non necessary @Synchronized annotations in LocationSharingServiceConnection
|
2022-06-24 17:08:14 +02:00 |
|
Maxime NATUREL
|
945026730c
|
Use ActiveSessionHolder in stop live use case
|
2022-06-24 15:12:38 +02:00 |
|
Maxime NATUREL
|
519d43ceb7
|
Simplify loop to remove room args
|
2022-06-24 14:33:19 +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
|
785ce03e67
|
Synchronizing access to map of roomArgs
|
2022-06-24 10:45:48 +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 |
|
dependabot[bot]
|
4e6e5041d8
|
Bump flipper from 0.149.0 to 0.150.0
Bumps [flipper](https://github.com/facebook/flipper) from 0.149.0 to 0.150.0.
- [Release notes](https://github.com/facebook/flipper/releases)
- [Commits](https://github.com/facebook/flipper/compare/v0.149.0...v0.150.0)
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-22 13:04:17 +00:00 |
|
Benoit Marty
|
29d4916a2e
|
Cleanup of #5187 (#6326)
Update design and behaviour on widget permission bottom sheet
|
2022-06-22 15:04:02 +02:00 |
|
Benoit Marty
|
c4e578a653
|
Merge pull request #6344 from vector-im/dependabot/gradle/com.facebook.flipper-flipper-network-plugin-0.150.0
Bump flipper-network-plugin from 0.149.0 to 0.150.0
|
2022-06-22 15:02:46 +02:00 |
|
Benoit Marty
|
03d6ace3ae
|
Merge pull request #6359 from vector-im/dependabot/gradle/com.kgurgul.flipper-flipper-realm-android-2.2.0
Bump flipper-realm-android from 2.1.0 to 2.2.0
|
2022-06-22 14:54:52 +02:00 |
|
Adam Brown
|
0aacde9d9d
|
updating version for next development cycle
- also fixes wrong version in changes doc
|
2022-06-22 13:48:56 +01:00 |
|
dependabot[bot]
|
c81866f34e
|
Bump flipper-realm-android from 2.1.0 to 2.2.0
Bumps [flipper-realm-android](https://github.com/kamgurgul/Flipper-Realm) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/kamgurgul/Flipper-Realm/releases)
- [Commits](https://github.com/kamgurgul/Flipper-Realm/compare/2.1.0...2.2.0)
---
updated-dependencies:
- dependency-name: com.kgurgul.flipper:flipper-realm-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-21 23:41:39 +00:00 |
|
Adam Brown
|
a76b6e522b
|
splitting unit and instrumentation test tasks so that we can configure the android plugin testCoverage parameter
- there's a bug that causes the output to be invalid for unit tests
|
2022-06-21 09:15:27 +01:00 |
|
Jorge Martín
|
b5aedd4626
|
Re-implement lock screen feature using our own implementation.
|
2022-06-20 17:38:05 +02:00 |
|
Maxime NATUREL
|
32c6281dd2
|
Merge pull request #6316 from vector-im/fix/mna/crash-offline-lls
[Location sharing] Fix crash when starting/stopping a live when offline (PSF-1124)
|
2022-06-20 14:00:56 +02:00 |
|
Maxime NATUREL
|
0948cab31f
|
Merge pull request #6304 from vector-im/feature/mna/location-sharing-service-api
[SDK] Improve location sharing service api (PSF-1004)
|
2022-06-20 13:48:13 +02:00 |
|
Jorge Martin Espinosa
|
65bc4acbab
|
Fix flaky tests for voice recording feature (#6330)
|
2022-06-20 09:23:02 +00:00 |
|
Maxime NATUREL
|
9047d9d62c
|
Fixing coding style issues
|
2022-06-20 11:17:30 +02:00 |
|
Maxime NATUREL
|
6c0b7f7b43
|
Renaming a variable to be more precise
|
2022-06-20 11:17:30 +02:00 |
|
Maxime NATUREL
|
fc98057042
|
Forward error to UI in map screen
|
2022-06-20 11:17:30 +02:00 |
|
Maxime NATUREL
|
31bb9eaac8
|
Forward error to UI in timeline screen
|
2022-06-20 11:17:30 +02:00 |
|
Maxime NATUREL
|
9eba3034db
|
Catching crash when offline during stop of a live location share
|
2022-06-20 11:17:30 +02:00 |
|
Maxime NATUREL
|
e55c378683
|
Catching crash when offline during start of a live location share
|
2022-06-20 11:17:30 +02:00 |
|
Maxime NATUREL
|
7b159c5b71
|
Send live location API
|
2022-06-20 09:28:35 +02:00 |
|
Maxime NATUREL
|
9b61c1aead
|
Send static location API
|
2022-06-20 09:28:35 +02:00 |
|
Maxime NATUREL
|
632064ffde
|
Stop live location share API
|
2022-06-20 09:28:33 +02:00 |
|
Maxime NATUREL
|
29f48249e2
|
Start live location share API
|
2022-06-20 09:26:51 +02:00 |
|
dependabot[bot]
|
3db8e0b045
|
Bump flipper-network-plugin from 0.149.0 to 0.150.0
Bumps [flipper-network-plugin](https://github.com/facebook/flipper) from 0.149.0 to 0.150.0.
- [Release notes](https://github.com/facebook/flipper/releases)
- [Commits](https://github.com/facebook/flipper/compare/v0.149.0...v0.150.0)
---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper-network-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-17 23:18:10 +00:00 |
|
Benoit Marty
|
3dcec85dea
|
Merge pull request #6340 from vector-im/feature/bma/test_flipper
Add link to the Matrix room.
|
2022-06-17 18:02:19 +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
|
dee5dfd187
|
Add synchronized annotations to protect from concurrent access to callbacks
|
2022-06-17 17:04:54 +02:00 |
|
Benoit Marty
|
706e8e7627
|
Ensure the test is less flaky...
|
2022-06-17 16:54:18 +02:00 |
|
Benoit Marty
|
705b55c57a
|
Use handy kotlin.time.Duration.Companion and remove default value.
|
2022-06-17 16:53:33 +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
|
1b88cc39a9
|
Use method reference when sorting providers
|
2022-06-17 11:34:32 +02:00 |
|
Maxime NATUREL
|
755d743b06
|
Encapsulate callbacks calls into try/catch block
|
2022-06-17 11:34:32 +02:00 |
|
Maxime NATUREL
|
260f73b0c2
|
Adding unit tests for LocationTracker
|
2022-06-17 11:34:32 +02:00 |
|
Maxime NATUREL
|
45d3fe7c07
|
Call no provider available callback only providers list is empty
|
2022-06-17 11:34:32 +02:00 |
|
Maxime NATUREL
|
b686d30b1c
|
Prioritise providers: Fused, GPS and then others
|
2022-06-17 11:34:32 +02:00 |
|
Maxime NATUREL
|
a8c36e5e70
|
Using Debouncer to debounce location updates
|
2022-06-17 11:34:32 +02:00 |
|