-
Notifications
You must be signed in to change notification settings - Fork 44
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
Taintdroid 4.3 r1 #1
Open
Git0Shuai
wants to merge
10,000
commits into
master
Choose a base branch
from
taintdroid-4.3_r1
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
Conversation
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
With the new scan-always mode we will get scan results when disabled. Don't tell the user about open AP when they've turned off wifi. bug:9067982 Change-Id: I7a303c2a6f87a331443eeb54fa8ff5b467c0a1ff
Bug #8667873 windowShouldResize means we need to layout the window, it doesn't mean the dimensions of the surface have changed. We should only check the width and the height. With this fix we can avoid a surface allocation every time the window shade is opened or closed. Change-Id: I8afe97b820a865723f2aab7a5aa4ddc8eaaec6e1
bug: 9072051 Change-Id: I45057951d1a62b1b4a996e85f01601239e1b7161
bug: 9070897 Change-Id: Ib9b4174e08b1c828d0204e0ab65bc3d7c2efcedf
Change-Id: I10b05c28954a27f11482751e14287ec21422dce2
…nto jb-mr1.1-docs
…Contacts." into jb-mr1.1-docs * commit '14233ee5d06c468f953dff2d900a9cf32f9737c0': Doc change: fix minor typo in ContactsContract.RawContacts.
Change-Id: I3999d2b9d712ac3f5d2ce6325a30d07a743dbc15
Bug: 9069919 Change-Id: I06130105cb703de35de76ab2fceba3855fa5407a
Although in practice an application or IME is unlikely to fill up the input channel with finish events, it can happen when events are being delivered very rapidly. Handle this situation by queuing up the pending finish events until the socket becomes writable again. Bug: 9034301 Change-Id: I938a62a75d12106a19cff2d016ba7af0db877ecf
Fixes bug 9088039 Change-Id: I54897df39adbf224ef3dd3de4ce7254fb70b587c
* commit '2cc84c638a3a1048d9704a8c987d1436dd27fcd6': add VID for Haier to docs
When building commands to send across NativeDaemonConnector, scrub sensitive arguments to prevent them from being logged. Bug: 8609800 Change-Id: I84b16791749264a010f7e59f9918f68d71bac6b9
Bug #8725945 Selecting text in an EditText causes the View to have transient state. This would in turn cause the View to be removed from its ListView parent. When removed, the EditText would lose its AttachInfo, causing all sorts of problems. Headers and footers must not be removed, only detached. This is the part of the fix in AbsListView. Fixing AbsListView triggered a second bug: when a View is removed from the Window manager, it would keep its parent assigned, thus making it impossible to add it again to the window manager. When a ViewRootImpl goes through doDie(), it must set its content view's parent to null to properly cleanup. Change-Id: I0489daa74f8f7fcf85526f0928f8925ec30d4f42
The specific bug is this: SIM PIN unlock attempt toasts are sent from com.android.settings/.IccLockSettings which runs as the phone process; NoMan wasn't having any of that and was blocking the toasts. With this change we treat SYSTEM_UID and PHONE_UID the same for all security checks, and furthermore we guarantee that all notifications and toasts from those UIDs will be permitted. Bug: 9098802 Change-Id: Idc788527aa2cb38e015fe92773766a514167999e
bug:9321162 Change-Id: Ic35af5b5925da56e9a143e6b33658831038f3b72
This piece of semantic info was defined, cleared properly on lightenPayload, but never saved. Change-Id: Ib2c5372a57d2a01617e401231c150260d22b05d6
b/9295383 Change-Id: I5f758f4a033d74e42a04b214a6b70b94d394280d (cherry picked from commit 4970974)
Change-Id: Iaa894cf0f19b3e153c980a9a48a92beb361124ec Auto-generated-cl: translation import
b/9373882 Change-Id: I2af42656d6a7eb19e8e9ec798b615dab0d9d33cb
The BT stack needs to differentiate between applications that use the new RemoteControlClient APIs to pass a playback position but don't have one yet, and applications that use the legacy API and will never pass a position. Bug 9294855 Change-Id: I05cba82a073e6e0aaea1d8bbf9cc8c99da715f58
... when you want wifi to be really most sincerely off, because settings restore is about to rewrite the conf file. Bug 9032154 Change-Id: I6a3a34ac3f14ec43aa9d9cc0159fca6168ccd0a2
…alled. (Bug 9270309) Change-Id: I6cfb8e0c586fad7360a07f98e1280a954f62e5e1
Previously CarrierProvisioning toggle airplane mode, but now that's available only by the system. Bug: 9356811 Change-Id: I5167f8614c07bafb688983a360a008f76403b2b8
Change-Id: I41cb7ffb3961af387e425a6a80726e1213ae10f1 Auto-generated-cl: translation import
Change-Id: Ic6b8f9443618863dbe34ca26e5832bee11ccc014 Auto-generated-cl: translation import
This was a regression caused by a recent change to use String8 instead of char*. We missed the implicit null check here. Bug: 9377604 Change-Id: I7eff138096622c47b5d45678010373dc82138384
… of getCount in HeaderListViewAdapter" This reverts commit ef2277e. This caused a regression for some apps relying on the old behavior. Bug 9372495
This is WRONG WRONG WRONG but certain apps rely on it to poke the LED and so forth. In a future release this will stop working. Bug: 8623399 Change-Id: I49bb8ccc6891b1398ceec94c64d6c3a510ad1c38
bug: 9359960 Change-Id: I9d3d45c6494ded12170c88f5080bbb0a58d0fd74
This reverts commit 67b3fbf. Change-Id: I458924e6c95661f522ffa5e7780c6888cdb3a713 Conflicts: wifi/java/android/net/wifi/WifiNative.java wifi/java/android/net/wifi/WifiStateMachine.java
Initially the current user in the accessibility manager service is the owner. This is correct since the system should be able to respond to queries immediately and their result depends on the current user. However, the system is calling the user switch callback with the current user which is the same as the one we initialized with. Switching the user causes clearing state for the old user winch is in case the current one. Hence, we are losing state for the current user. This behavior was masked from the fact that accidentally no events in the system were fired before the first use user switch call. repo Losing current user state puts the manager service in an inconsistent state and it binds to accessibility services more than once. As a result the accessibility layer starts to misbehave rendering the device useless to a blind user. Now we are ignoring user switch callbacks if the new user is the same as the current one. Since we can no longer initialize at the first user switch, this change adds explicit system ready method called from the system server at the right moment. bug:9496697 Change-Id: Icb39e929ea44e6c0360aba7ddc12f941ca2c9f98
- Sending a broadcast indicating when scan requests could be serviced so that apps don't request scans we won't do anything with. - Fix our batt stats accounting so we only count it if we send the request to the driver. bug: 8868201 bug: 9496690 Change-Id: I64a4f1c294c848ac64c50d8854ed4a6a1a47f603
Bug #9425270 When a TextureView is detached from its window and immediately re-attached, the display list is not destroyed but reused as is. TextureView will however destroy the layer and surface texture reference by the display list. The solution is to force TextureView to invalidate its display list on re-attach if it previously had a surface/layer pair. Change-Id: I475096ffa7e5709155c4c943bf1bfaaaedbd4a1d
Bug: 9595851 Change-Id: I6fde757eed84d7914db180e80c9d68448b3e5780
Bug #9425270 A better solution would be to use glCopyTexImage2D whenever possible but this change would be a little more dangerous. Change-Id: Ib1aaceda39d838716285ef97f356721416822dbb
This change disables 'Scan Always' by ignoring the setting; and hard coding value to 'false'. The UI will change based on whatever is in settings; but underneath we won't enable scans when WiFi is off. Change-Id: Ibb1401207b6675e609e979ea23b63177814f762c
There's a longer term plan to fix audio/video sync, but this gets the Java level to parity with the native level, and allows applications in Java to achieve sync in the same way as the native media player. APIs are left as hidden for now. Bug: 9587132 Change-Id: Iaf70baac1ffb50ef48e03355163158568fbd0fe9
This reverts commit c16b0d0. Change-Id: I89a23f5d786a53eea97fef3f19bd15f97fc26157
This reverts commit 74c8fb6. Change-Id: If8ca4d09b4d52f11d48dabebf2dff2984760cdc0 bug: 8896129
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.