This repository was archived by the owner on May 2, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 82
Improved Call screen, rewritten CallManager with 4 calll states #1334
Open
TrueWatcher
wants to merge
15
commits into
evilcorpltd:master
Choose a base branch
from
TrueWatcher:call_screen2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0651a9d
3.1.1 experimental
TrueWatcher e5362dc
3.1.2 experimental2
TrueWatcher a5c61f8
Merge remote-tracking branch 'upstream/master' into call_screen
TrueWatcher 243b3ce
3.2.0 added dialing beeps
TrueWatcher e668c1e
3.3.0 added call time indication
TrueWatcher eff4136
3.3.1 code improvements related to LiveData
TrueWatcher f6b626d
3.3.2 cleaning
TrueWatcher 772c7fc
3.4.0 revized CallFragment flow and mic control
TrueWatcher 9911fbc
3.4.1 refactoring
TrueWatcher 6220cf1
3.4.2 bug fixes related to merge 4
TrueWatcher 65b0959
6.1.0 refactored CallManager CallState > Call
TrueWatcher 7a95710
Merge remote-tracking branch 'upstream/master' into call_screen2
TrueWatcher fcb0df2
ktlint
TrueWatcher 55270e4
6.2.0 added framerate counter
TrueWatcher 0fca8bb
6.2.1 fixed name
TrueWatcher 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Check warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning