Adam Brown
|
1411fdd99f
|
Merge branch 'hotfix/v1.4.31' into develop
|
2022-08-01 18:29:55 +01:00 |
|
Adam Brown
|
e1c572e46c
|
generating 1.4.31 changelog
|
2022-08-01 17:52:14 +01:00 |
|
Adam Brown
|
fde2aee69a
|
Merge branch 'hotfix/v1.4.31' of github.com:vector-im/element-android into hotfix/v1.4.31
|
2022-08-01 17:50:22 +01:00 |
|
Adam Brown
|
cf5745e966
|
Merge pull request #6710 from vector-im/feature/adm/always-initialise-session
Fixing `IllegalStateException: You should authenticate before using this` when restoring app
|
2022-08-01 17:49:55 +01:00 |
|
Adam Brown
|
0c4c695b9c
|
adding missing fullstops in to docs
|
2022-08-01 17:15:50 +01:00 |
|
Adam Brown
|
e0349b27ed
|
updating version for hotfix release
|
2022-08-01 16:51:19 +01:00 |
|
Adam Brown
|
9114630bba
|
replacing single context thread with semaphore
- avoids the need for a dedicated long living thread instance
|
2022-08-01 16:23:41 +01:00 |
|
Adam Brown
|
3725921400
|
using injectable dispatchers instead of direct usage
|
2022-08-01 16:14:49 +01:00 |
|
SpiritCroc
|
9ea0f88181
|
Fix cleartext leak in log
Change-Id: Ifb9faaa52f63bcf9c88a8499c2b078dd1a2de62e
|
2022-08-01 16:11:28 +01:00 |
|
Adam Brown
|
cf247eafb7
|
Merge pull request #6706 from SpiritCroc/leak
Fix cleartext leak in log
|
2022-08-01 16:08:07 +01:00 |
|
Adam Brown
|
dbe5b35ad4
|
adding changelog entry
|
2022-08-01 15:38:51 +01:00 |
|
Adam Brown
|
6b754f3e03
|
avoiding unneeded main context switch
|
2022-08-01 15:12:39 +01:00 |
|
Adam Brown
|
410a7b525f
|
reusing the suspend scope
|
2022-08-01 13:13:00 +01:00 |
|
Adam Brown
|
fedbe048ba
|
creating a dedicated threadsafe Session instance initializer in order to attempt to restore session when they're not yet created in memory
|
2022-08-01 13:11:19 +01:00 |
|
SpiritCroc
|
3845e1435c
|
Fix cleartext leak in log
Change-Id: Ifb9faaa52f63bcf9c88a8499c2b078dd1a2de62e
|
2022-08-01 13:00:30 +02:00 |
|
Maxime NATUREL
|
21e88efaff
|
Merge pull request #6657 from vector-im/dependabot/gradle/fragment-1.5.1
Bump fragment from 1.5.0 to 1.5.1
|
2022-08-01 10:29:50 +02:00 |
|
Benoit Marty
|
68cd7d487a
|
Merge pull request #6524 from vector-im/dependabot/gradle/org.jetbrains.dokka-dokka-gradle-plugin-1.7.10
Bump dokka-gradle-plugin from 1.7.0 to 1.7.10
|
2022-07-29 17:15:45 +02:00 |
|
Benoit Marty
|
302edb44dc
|
Merge pull request #6659 from vector-im/dependabot/gradle/flipper-0.156.0
Bump flipper from 0.154.0 to 0.156.0
|
2022-07-29 17:14:25 +02:00 |
|
Eric Decanini
|
ddaf1128ac
|
Merge pull request #6598 from vector-im/task/eric/space-switching-unit-tests
Space Switching Refactoring and Unit Tests
|
2022-07-29 16:21:33 +02:00 |
|
Benoit Marty
|
5e19838108
|
Merge pull request #6691 from vector-im/feature/bma/validateGradleWrapper
Avoid running this workflow twice on PR. #6690
|
2022-07-29 15:32:56 +02:00 |
|
Benoit Marty
|
fa8f110579
|
Merge pull request #6667 from vector-im/feature/bma/group_cleanup_2
Group cleanup
|
2022-07-29 15:32:05 +02:00 |
|
dependabot[bot]
|
a83f714657
|
Bump lifecycle from 2.5.0 to 2.5.1
Bumps `lifecycle` from 2.5.0 to 2.5.1.
Updates `lifecycle-common` from 2.5.0 to 2.5.1
Updates `lifecycle-livedata-ktx` from 2.5.0 to 2.5.1
Updates `lifecycle-process` from 2.5.0 to 2.5.1
Updates `lifecycle-runtime-ktx` from 2.5.0 to 2.5.1
---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-common
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-process
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-29 15:23:30 +02:00 |
|
dependabot[bot]
|
c20c3a741a
|
Bump activity from 1.5.0 to 1.5.1
Bumps activity from 1.5.0 to 1.5.1.
---
updated-dependencies:
- dependency-name: androidx.activity:activity
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-29 15:23:10 +02:00 |
|
Benoit Marty
|
619e5dd7d1
|
Try to use a token from ElementBot, to let PR created from fork be able to run this step.
|
2022-07-29 14:56:46 +02:00 |
|
Benoit Marty
|
3d722118ca
|
Avoid running this workflow twice on PR. #6690
|
2022-07-29 13:19:18 +02:00 |
|
Benoit Marty
|
b161e5eb2e
|
Add Kdoc on SpaceListFragment
|
2022-07-29 13:06:37 +02:00 |
|
Benoit Marty
|
07dc0d2e54
|
Rename layout for clarity
|
2022-07-29 13:06:37 +02:00 |
|
Benoit Marty
|
e9aab6331a
|
Improve layout preview, item_group does not exist anymore.
|
2022-07-29 13:06:37 +02:00 |
|
Benoit Marty
|
59f00cd196
|
Merge pull request #6637 from vector-im/feature/bma/danger
Danger
|
2022-07-29 12:55:32 +02:00 |
|
Benoit Marty
|
c863b90d42
|
Merge pull request #6683 from vector-im/dependabot/gradle/com.autonomousapps.dependency-analysis-1.11.2
Bump com.autonomousapps.dependency-analysis from 1.9.0 to 1.11.2
|
2022-07-29 12:37:53 +02:00 |
|
Maxime NATUREL
|
c7d5ceca5d
|
Merge pull request #6644 from vector-im/feature/mna/notification-tap-lls
[Location Share] Open maximized map on tapping on live sharing notification (PSG-616)
|
2022-07-29 11:27:53 +02:00 |
|
ericdecanini
|
4f5ad816f1
|
Fixes AppStateHandlers in code after merge
|
2022-07-29 10:56:33 +02:00 |
|
Benoit Marty
|
fb67499657
|
Knit: do not check node_modules folder
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
66fa285910
|
Call the correct command for knit
See https://github.com/Kotlin/kotlinx-knit#tasks
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
4d62e75c65
|
Get all the reports, in all the formats
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
cc6dad3fce
|
Ignore PluralsCandidate, I do not know why it is reported by Danger, since this is a warning. Also make this issue an error.
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
b77475a3d9
|
Gradle daemon does not stop to get killed, try to split lint check in 2 steps
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
036521af94
|
Add changelog
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
a062093acf
|
Merge jobs that generate XML reports together
So that Danger can report all errors from generated XML files
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
630a981864
|
No need for ktlint comment, Danger will inline comment
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
56691f613e
|
Setup Danger to Element Android project.
|
2022-07-29 10:02:40 +02:00 |
|
Benoit Marty
|
a52a2504ef
|
We do not use TravisCI anymore.
|
2022-07-29 10:02:40 +02:00 |
|
Adam Brown
|
67d4afa012
|
updating build versions for next release cycle
|
2022-07-29 09:02:17 +01:00 |
|
Adam Brown
|
ca49cce759
|
Merge branch 'release/v1.4.30' into develop
|
2022-07-29 09:01:17 +01:00 |
|
Adam Brown
|
a812b77e7d
|
Merge branch 'release/v1.4.30'
|
2022-07-29 09:00:19 +01:00 |
|
Adam Brown
|
7b208316e4
|
generating 1.4.30 changelog
|
2022-07-29 08:57:57 +01:00 |
|
dependabot[bot]
|
2c5504ffce
|
Bump com.autonomousapps.dependency-analysis from 1.9.0 to 1.11.2
Bumps com.autonomousapps.dependency-analysis from 1.9.0 to 1.11.2.
---
updated-dependencies:
- dependency-name: com.autonomousapps.dependency-analysis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-28 23:08:40 +00:00 |
|
Benoit Marty
|
24e78fef74
|
Merge pull request #6677 from vector-im/feature/bma/fix_room_shortcut
Shortcuts must first start MainActivity to ensure the session is restored.
|
2022-07-28 20:39:41 +02:00 |
|
Benoit Marty
|
a2e8506600
|
Fix and suppress lint issue. RestrictedApi is for the usage of ShortcutInfoCompat.Builder.
|
2022-07-28 19:03:05 +02:00 |
|
Benoit Marty
|
eee418d1fd
|
Migrate previous pinned Shortcut to the new Intent
|
2022-07-28 18:26:44 +02:00 |
|