-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase against Element Android v1.5.2 #770
Rebase against Element Android v1.5.2 #770
Conversation
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
4304253 | Generic High Entropy Secret | 1ccd080 | vector-config/src/main/java/im/vector/app/config/Config.kt | View secret |
4304468 | Generic High Entropy Secret | 1ccd080 | vector-config/src/main/java/im/vector/app/config/Config.kt | View secret |
🛠 Guidelines to remediate hardcoded secrets
-
Revoke and rotate the secret.
-
If possible, rewrite git history with
git commit --amend
andgit push --force
.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
vector/src/main/java/im/vector/app/features/disclaimer/DisclaimerDialog.kt
Show resolved
Hide resolved
matrix-sdk-android/src/androidTest/java/org/matrix/android/sdk/common/CommonTestHelper.kt
Outdated
Show resolved
Hide resolved
<string name="encryption_never_send_to_unverified_devices_in_room">Never send encrypted messages to unverified sessions in this room.</string> | ||
<string name="some_devices_will_not_be_able_to_decrypt">⚠ There are unverified devices in this room, they won’t be able to decrypt messages you send.</string> | ||
<string name="room_settings_global_block_unverified_info_text">🔒 You have enabled encrypt to verified sessions only for all rooms in Security Settings.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Tchap, we replace session
with device
, please can you update these new strings (we should consider in the future if we want to switch back to session
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I check in the current tchap version : sometimes it uses session, sometimes device.
How do we know which term to use ?
How can I identify new strings ?
related to #764 |
vector/src/main/java/im/vector/app/features/lifecycle/VectorActivityLifecycleCallbacks.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small remarks and it should be fine then
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
3278947
to
b8b8da9
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
8bac982
to
6cb62bc
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
|
update code from Florian's feedbacks klint fix LFS test Change for S_V2 and small fix on homeactivity Remove snapshot Snapshot back Update contributing Update contributing update contributing Reset contributing Update menu try to fix not runing CI Remove unnecessary test Remove verifyScreenshots Try fixing emulator API Version Try with another api-level Test latest android Test with API 31 Back to api 28 but using MacOS latest Comment failing test back to initial config New test with macos Reset screenshots tests Re-add screenschots test to build.gradle Remove screenshots Comment continue-on-error Try API 29 Try api 33 Add continue on error Reduce CI workers to github VM limit Unit tests - specify variant for every module Ignore flaky test Fix search tests. Add a test for incomplete word. Switch to buildjet Remove emulator build
9e6902b
to
1ccd080
Compare
|
Type of change
Content
Fix conflicts from rebase 1.4.36
Tested devices
Checklist