-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Minimise incoming/outgoing call screen (WPB-979) #2912
Merged
Merged
Changes from 49 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
ff32e24
refactor: move calling feature a separate activity
ohassine eabcf67
chore: unit test
ohassine e539911
Merge remote-tracking branch 'origin/develop' into move_calling_to_a_…
ohassine f5089e3
Merge remote-tracking branch 'origin/develop' into move_calling_to_a_…
ohassine 2fdcf1f
chore: unit test
ohassine c3473f0
chore: detekt
ohassine eaa8508
chore: detekt
ohassine fba80ca
chore: cleanup
ohassine a468ef2
Merge branch 'develop' into move_calling_to_a_separate_activity
vitorhugods 48ea54b
fix: adjust calling activity flags
ohassine cf6836d
chore: detekt
ohassine db4e3d5
Merge branch 'develop' into move_calling_to_a_separate_activity
ohassine a901798
Merge remote-tracking branch 'origin/develop' into move_calling_to_a_…
ohassine a595d66
Merge branch 'develop' into move_calling_to_a_separate_activity
ohassine 223811e
Merge remote-tracking branch 'origin/develop' into move_calling_to_a_…
ohassine 8deaf2a
Merge remote-tracking branch 'origin/develop' into move_calling_to_a_…
ohassine 5e267db
feat: add correct activity flags for callingActivity
ohassine 2732ea0
fix: replace deprecated flags
ohassine db2c6bf
chore: address comments
ohassine b637415
Merge branch 'develop' into move_calling_to_a_separate_activity
ohassine cdbbd52
chore: unit test
ohassine e5df824
Merge remote-tracking branch 'origin/move_calling_to_a_separate_activ…
ohassine bd8946c
Merge remote-tracking branch 'origin/develop' into move_calling_to_a_…
ohassine a6e3951
feat: minimise incoming and outgoing call screens
ohassine ae1b4e8
chore: update kalium reference
ohassine 1daef2c
chore: resolve conflicts
ohassine caf3cdb
chore: detekt
ohassine 70b65a0
Merge branch 'develop' into minimise-calling-screens
ohassine 08f193d
chore: revert changes
ohassine c5ab04b
chore: cover CommonTopAppBarViewModel with test
ohassine 8564f2d
chore: cover WireNotificationManager with test
ohassine 2812f5b
chore: detekt
ohassine 5e2b476
Merge remote-tracking branch 'origin/develop' into minimise-calling-s…
ohassine 741becc
chore: cover CallNotificationManager with unit test
ohassine f1961fe
chore: detekt
ohassine 6108386
Merge remote-tracking branch 'origin/develop' into minimise-calling-s…
ohassine 52e4186
chore: address comments
ohassine 269ee40
Merge remote-tracking branch 'origin/develop' into minimise-calling-s…
ohassine 0ca1f7a
chore: kalium reference
ohassine a478a5a
chore: resolve conflicts
ohassine b28a4fa
Merge branch 'develop' into minimise-calling-screens
ohassine 2544ef7
chore: detekt
ohassine 8d7782f
Merge remote-tracking branch 'origin/minimise-calling-screens' into m…
ohassine b383fe1
Merge remote-tracking branch 'origin/develop' into minimise-calling-s…
ohassine ecd27de
chore: kalium reference
ohassine 6ffb940
Update app/src/test/kotlin/com/wire/android/notification/CallNotifica…
ohassine 528e030
chore: missing unit test
ohassine 854bfd2
Merge remote-tracking branch 'origin/minimise-calling-screens' into m…
ohassine 3488534
Merge remote-tracking branch 'origin/develop' into minimise-calling-s…
ohassine a7e636a
Merge remote-tracking branch 'origin/develop' into minimise-calling-s…
ohassine 5f515ed
chore: update kalium reference
ohassine 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
Oops, something went wrong.
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.
Can we use persistentMap?
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.
What's the point of persistentMap ?