Hungarian language update#6
Open
glehel wants to merge 111 commits intoYAOSP-NG:YAOSP-NG-7.1.1_r12from
Open
Conversation
It is possible for getOriginalConnection() to return null at the end of a call once the RIL has disconnected it. Added null check to ensure that isImsConnection() won't throw an NPE in this case. The original code was the following, which is inherently NPE safe: return getOriginalConnection() instanceof ImsPhoneConnection; Bug: 26222625 Change-Id: Iaa77a4d739578ddcfbbb5849f7ddf15e3bad0f76
Guard against openImapFolder() returning null. Bug:26295470 Change-Id: I8bbb00575fab03c92acca76cc5ae73dfa2a070d8
Bug: 26842468 Change-Id: I40224ee891d733ed5ca8f3948bdf0c32344090b1
Currently, we do not make a copy of the extras Bundle when calling Connection.setConnectionExtras. In rare cases, when multiple setConnectionExtras events come in at the same time, they are posted onto a concurrent Handler and the extras Bundle is cleared while being copied in TelephonyConnection.updateExtras. This causes an ArrayOutOfBoundsException and causes the Phone process to crash. We now create a copy of the Bundle when we post it onto the concurrent Handler to ensure that there is no simultaneous copy/clear operations happening on the same extras Bundle. Bug: 28957661 Change-Id: I065e78a2827c7c6e57f182d9cffee263a70647eb
Bug: 28982151 Change-Id: I9f1798ba211de572a3e30a94fcf955984c89fa7d
Currently, any app can broadcast the intent to update the TTY mode. This change updates the intents to protected broadcasts so that only system can broadcast them. Otherwise, a SecurityException will be thown. Bug: 29832693 Change-Id: Ic9a91be3d8d15043e3165b766348cff301dd5da1
Patchset: add missing resolver
Patchset: put in category
Patchset: use dependency attribute in xml instead of
disabling preference in code
Patchset: use SwitchPreference instead of CheckBoxPreference
Patchset: for incall only, use summaryOff and summaryOn attributes
for the SwitchPreference to make the preference less
confusing to the user
Patchset: add time delay preference
Change-Id: I2d4a716d7f3c002cb3b4861452483997f82cbbfa
- code cleanup by Yank555.lu Call Settings - add menu entry
Transformed from "non-intrusive" to "intrusive" since Google defaults to non-intrusive nowadays by Yank555.lu Change-Id: I545121334ffb2925a05a8c7685b84bb5df37c205
We may just be wanting to switch to auto select and scanning takes for ages ! If we want to scan, we can just tap on "Search networks". Signed-off-by: Jean-Pierre Rasquin <yank555.lu@gmail.com>
…g and data is connected Only show the "R" if no data connection is active Signed-off-by: Jean-Pierre Rasquin <yank555.lu@gmail.com>
23b4e7b to
bb7ea7e
Compare
Contributor
|
Manually merged ;) |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.