forked from signalapp/Signal-Android
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Release/1.20.1 #1682
Merged
Merged
Release/1.20.1 #1682
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
af89d5f
Merge pull request #1662 from oxen-io/release/1.20.0
ThomasSession 59eed88
Updating the app to using Compose 1.7.1 via the latest BOM
ThomasSession d897a83
Tweaking debug menu
ThomasSession 607dae2
Removing hardcoded reference to material3
ThomasSession f0c8ec8
Using the latest compose compiler
ThomasSession fdf8f41
Merge pull request #1663 from oxen-io/feature/compose-1.7.1
ThomasSession 73b0088
Fix ItemButton padding for downstate
6ca34b2
Merge pull request #1670 from oxen-io/release/1.20.0
ThomasSession 89a854e
Merge pull request #1672 from bemusementpark/ItemButton
ThomasSession 1ff8ea0
SES-1714 - SES-1715
ThomasSession 3dfbd08
Cleaned up ItemButton to work in both its variations
ThomasSession 75c5a75
Merge pull request #1675 from oxen-io/fix/message-request-after-delete
ThomasSession b74d35e
Merge pull request #1679 from oxen-io/release/1.20.0
ThomasSession c956b20
Making sure we don't pass in a null recipient name
ThomasSession 29c6e6b
Adding back long press fix
ThomasSession 3d42a04
Fixing property name
ThomasSession b237faa
Fixing ANRs
ThomasSession 8fec296
Fixing Crashes
ThomasSession 390757f
Updating QA tags for dialogs as per the QA Team's instructions
ThomasSession d257a1a
Moving recovery password dialogs to compose for QA
ThomasSession a3abf94
Latest translations
ThomasSession c095427
Build process update
ThomasSession b595475
Using appropriate name
ThomasSession File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Should we address the NPE rather than catching it? Like
getName() != null
as part of the conditionThere 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.
@SessionHero01 Ideally yes but I couldn't be sure which part was returning null here.
Are we sure it is
getName()
?The store seem to think it was here:
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.
You are right there's no clear indication which one is null