Commit Graph

10786 Commits

Author SHA1 Message Date
ganfra bbce37e694 Mavericks 2: start replacing rx by flow 2021-10-01 16:34:47 +02:00
Benoit Marty 8d7f542e88
Merge pull request #4132 from vector-im/feature/bma/init_sync_dialog
Ensure initial sync progress dialog is hidden when the initial sync is over
2021-10-01 15:59:55 +02:00
Benoit Marty 63d71cf56f
Merge branch 'develop' into feature/bma/ktlint_cleanup 2021-10-01 15:54:21 +02:00
Adam Brown f9d2f236a4 using named parameters when the same types are used in close proximity 2021-10-01 14:43:39 +01:00
ganfra 9337e0e76d Mavericks 2: create sdk flow module 2021-10-01 15:19:48 +02:00
Benoit Marty 679f0a5940 Ensure initial sync progress dialog is hidden when the initial sync is over 2021-10-01 15:03:23 +02:00
Benoit Marty 8644363005
Merge pull request #4125 from vector-im/feature/fga/text_composer_extract
Feature/fga/text composer extract
2021-10-01 14:44:51 +02:00
Benoit Marty 11e7ae3c7e Fix compilation error 2021-10-01 14:24:53 +02:00
Benoit Marty 6983e1be55 Split long lines 2021-10-01 14:24:07 +02:00
Benoit Marty 920f467231 Disqble some check, not true anymore 2021-10-01 14:11:26 +02:00
Benoit Marty ba35c0101e Fix compilation error 2021-10-01 14:09:22 +02:00
Benoit Marty d1e9f3131a Big annoying commit: execute command `./gradlew ktlintFormat` - Fix "colon-spacing" 2021-10-01 13:31:15 +02:00
Benoit Marty a1caccbcc8 Big annoying commit: execute command `./gradlew ktlintFormat` - Fix "chain-wrapping" 2021-10-01 13:31:15 +02:00
Benoit Marty 2ca3c68611 Big annoying commit: execute command `./gradlew ktlintFormat` - Fix "import-ordering" 2021-10-01 13:31:15 +02:00
Benoit Marty 03bdcee3ad Install ktlint plugin 2021-10-01 13:31:15 +02:00
ganfra f6b81b36d0 Mavericks 2: switch from MvRxState to MavericksState 2021-10-01 10:08:06 +02:00
ganfra 45509a68bb TextComposer: fix ktlint 2021-10-01 09:43:57 +02:00
ganfra 2324bf5d05 Mavericks 2: include the libs and make it compile 2021-09-30 19:52:37 +02:00
Adam Brown a3c4f56774 adding changelog entry 2021-09-30 17:31:23 +01:00
Adam Brown 49e332cb1c formatting 2021-09-30 17:30:23 +01:00
Adam Brown 7105a20f4f fixes notifications not being marked as read when the last chunk containing the event is no longer the latest
- use explict returns constants to attempt to add more documentation
- queries for the existence of the event in all of the chunk history and if a read receipt exists in the latest chunk (which it should if a user has just read on another client) which allows us to mark old notifications events as read
2021-09-30 17:15:04 +01:00
Benoit Marty 2b38c607b2
Merge pull request #4127 from kittykat/issue-template
Fix typo in string
2021-09-30 17:20:01 +02:00
Ekaterina Gerasimova d6da4f7834 Fix typo in string
Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
2021-09-30 15:58:22 +01:00
ganfra 845c396f8f Clean code after PR review 2021-09-30 16:43:49 +02:00
Benoit Marty 3719382569
Merge pull request #3953 from vector-im/dependabot/gradle/androidx.work-work-runtime-ktx-2.6.0
Bump work-runtime-ktx from 2.5.0 to 2.6.0
2021-09-30 14:25:43 +02:00
Benoit Marty 8cfd4bae35
Merge pull request #4120 from vector-im/dependabot/gradle/dagger-2.39
Bump dagger from 2.38.1 to 2.39
2021-09-30 14:19:09 +02:00
ganfra be8c6f1836 Merge branch 'develop' into feature/fga/expose_sync 2021-09-30 12:10:38 +02:00
Benoit Marty 3f7e810f14 Handle change from WorkManager 2.6.0.
https://developer.android.com/jetpack/androidx/releases/work#2.6.0
2021-09-30 12:06:57 +02:00
ganfra 3df004b035 Merge branch 'develop' into feature/fga/text_composer_extract 2021-09-30 12:02:27 +02:00
ganfra 535a2c931b Clean code and add changelog 2021-09-30 12:02:05 +02:00
Valere 4880df3555 Change call to action in filter room when space selected 2021-09-30 11:58:21 +02:00
ganfra a171f1912a TextComposer: makes animation ok 2021-09-30 11:57:57 +02:00
Benoit Marty 5d51431c60
Merge pull request #4078 from abaker/android_auto
Add Android Auto notification support
2021-09-30 11:29:58 +02:00
Valere 2605433a3d Code review 2021-09-30 09:15:13 +02:00
dependabot[bot] bea8d097e2
Bump dagger from 2.38.1 to 2.39
Bumps `dagger` from 2.38.1 to 2.39.

Updates `dagger` from 2.38.1 to 2.39
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.38.1...dagger-2.39)

Updates `dagger-compiler` from 2.38.1 to 2.39
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.38.1...dagger-2.39)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 23:06:31 +00:00
ganfra 6b3a407b79 TextComposer: continue reworking. WIP 2021-09-29 19:21:11 +02:00
Benoit Marty d5f9d8086a
Merge pull request #4049 from vector-im/dependabot/gradle/com.arthenica-ffmpeg-kit-audio-4.5
Bump ffmpeg-kit-audio from 4.4.LTS to 4.5
2021-09-29 17:10:31 +02:00
Benoit Marty 0033378f8b
Merge pull request #4050 from vector-im/dependabot/gradle/kotlin-1.5.31
Bump kotlin from 1.5.30 to 1.5.31
2021-09-29 17:09:39 +02:00
Benoit Marty c0adde56df
Merge pull request #4027 from vector-im/feature/fre/permalink
Add client base url support for permalinks
2021-09-29 17:08:12 +02:00
Benoit Marty a9525bf92c
Merge pull request #4118 from vector-im/feature/bca/spaces_fix_3935
Fix do not hide toolbar on scroll
2021-09-29 16:35:56 +02:00
Valere 3d38ec7aeb Fix do no hide toolbar on scroll 2021-09-29 15:09:59 +02:00
Benoit Marty 856fc8f976
Merge pull request #4092 from ryg-git/issue-3869
Focus on search bar when opening reaction view
2021-09-29 15:07:07 +02:00
Benoit Marty 357d7ee338
Merge pull request #4115 from vector-im/feature/adm/login-key-verification-flow
Skipping passphrase screen when no passphrase is available
2021-09-29 15:04:58 +02:00
Benoit Marty aa4e804261
Merge pull request #4114 from kittykat/issue-template
Fix release label in release issue template
2021-09-29 14:57:00 +02:00
Benoit Marty 31a7bfed02 version++ 2021-09-29 14:56:10 +02:00
Benoit Marty c4539abe4c Merge branch 'release/1.3.1' into develop 2021-09-29 14:52:26 +02:00
Valere cdc6b7e7d5 Remove listener use fragmentCallback 2021-09-29 14:40:18 +02:00
Adam Brown 984ab08823 adding changelog entry 2021-09-29 13:36:41 +01:00
Benoit Marty 6e72287464 Fastlane changelog 2021-09-29 14:28:08 +02:00
Benoit Marty 63e52226c6 Towncrier 2021-09-29 14:25:26 +02:00