summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Don't allow contact sharing by default for device not recognized as ↵Sanket Padawe2015-11-121-1/+6
|\ | | | | | | carkit." into mnc-dr-dev
| * Don't allow contact sharing by default for device not recognized as carkit.Sanket Padawe2015-11-111-1/+6
| | | | | | | | | | | | | | | | + Don't allow contact sharing by default for devices not recognized as carkit at pair time. Bug: 23607427 Change-Id: If6babb10117ba7ee5008a4a29450a7cb981bea4a
* | Camera: Documentation updatesEino-Ville Talvala2015-11-124-8/+13
|\ \ | | | | | | | | | | | | | | | | | | am: d8407271ff * commit 'd8407271ffa83d27e9a524f485a0799e422e1fd6': Camera: Documentation updates
| * | Camera: Documentation updatesEino-Ville Talvala2015-11-114-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clarify hardware.camera feature being only for the back camera - Clarify what setting a CaptureRequest field to null does - Use preCorrectionActiveArray instead of activeArray in list of possible raw output sizes - Clarify length of GPS processing field for camera1 API Bug: 24540625 Bug: 23908116 Bug: 23051627 Bug: 17345901 Change-Id: Iaf11fdf626268cf30f66b3628153ec3ac770c4f4
* | | Merge "Revert "Fix race condition when setting default ringtones"" into ↵Ian Pedowitz2015-11-111-61/+28
|\ \ \ | | | | | | | | | | | | mnc-dr-dev
| * | | Revert "Fix race condition when setting default ringtones"Ian Pedowitz2015-11-111-61/+28
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f2cb9341ff864e6d9cc6797857665b2281643a74. Change-Id: I151972052aea47bf8c6823eb8bbf8161c5a7a4f0
* | | | Import translations. DO NOT MERGEGeoff Mendal2015-11-115-27/+27
| |_|/ |/| | | | | | | | | | | Change-Id: Ief45ae89cfe3bfd76390f8f70276c2411d0dfc30 Auto-generated-cl: translation import
* | | Merge "Block directory selection in openable modes." into mnc-dr-devJeff Sharkey2015-11-091-1/+16
|\ \ \
| * | | Block directory selection in openable modes.Jeff Sharkey2015-11-061-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When picking documents to return to apps requesting CATEGORY_OPENABLE we can't let the user select directories. Bug: 25455200 Change-Id: I8076883ee5b019eab4d2adb841952865f21e413e
* | | | Merge "Fix race condition when setting default ringtones" into mnc-dr-devMarco Nelissen2015-11-091-28/+61
|\ \ \ \ | | |/ / | |/| |
| * | | Fix race condition when setting default ringtonesMarco Nelissen2015-11-061-28/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the device was powered off during first boot, after media scanner inserted some entries but before the default ringtone settings were set (or committed to disk), the default settings would not be set on subsequent boots. Bug: 18625739 Bug: 22349910 Change-Id: Iff07da59a9c6d53bf2950bd107ee74d02b7f48d6
* | | | Import translations. DO NOT MERGEGeoff Mendal2015-11-093-50/+50
| | | | | | | | | | | | | | | | | | | | Change-Id: I664d6f94b74430f003182bc72db6610521883fa9 Auto-generated-cl: translation import
* | | | Merge "Revert "Remove -ffast-math from libhwui makefile"" into mnc-dr-devChris Craik2015-11-051-1/+1
|\ \ \ \
| * | | | Revert "Remove -ffast-math from libhwui makefile"Chris Craik2015-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e02ec7c37a92fd63748a610bac6a23d0409788cf. Change-Id: Iea7fadf04c4ffa62be28f783342ae749f89bf931
* | | | | Merge "Kick movement preconditions onto handler thread." into mnc-dr-devJeff Sharkey2015-11-051-7/+12
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Kick movement preconditions onto handler thread.Jeff Sharkey2015-11-051-7/+12
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bulk of package moving already occurs on the handler thread, but one of the precondition steps requires that we make an installd call to calculate disk space of the app. If there was already another long-running installd call going on, we could end up ANR'ing the caller. Since movePackage() is already designed to return a moveId and go async, we can push all the precondition steps onto the handler thread to prevent the ANR. Bug: 25490003 Change-Id: I62d555c23bbf81b791f6f4cabc40c3d64c580cf8
* | | | Merge "When the incoming light source is invalid, don't generate any shadow" ↵Tenghui Zhu2015-11-051-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | into mnc-dr-dev
| * | | When the incoming light source is invalid, don't generate any shadowTeng-Hui Zhu2015-11-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | b/25417885 Change-Id: I4b87e35ca68091fd0409cb9fe9b9400af860a507
* | | | Merge "Convert ashmem bitmap thresholds to constants." into mnc-dr-devRiley Andrews2015-11-042-2/+8
|\ \ \ \
| * | | | Convert ashmem bitmap thresholds to constants.Riley Andrews2015-11-032-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 25256717 Change-Id: I23e2795ef8798d83bf60dcbd6ff2e7093fcaa9b0 Signed-off-by: Riley Andrews <riandrews@google.com>
* | | | | Merge "Early return when the scale is 0." into mnc-dr-devChris Craik2015-11-043-5/+10
|\ \ \ \ \
| * | | | | Early return when the scale is 0.Teng-Hui Zhu2015-11-043-5/+10
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | b/24534579 Change-Id: Ib3581ec99387ca70ca036026f64857a49657d94b (cherry picked from commit 8d0ec389531d071529fb0a800f10733b057205d9)
* | | | | Merge "Remove -ffast-math from libhwui makefile" into mnc-dr-devChris Craik2015-11-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Remove -ffast-math from libhwui makefileChris Craik2015-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | bug:25417885 Change-Id: I8244bd28c2d46fc449398b9bf5104bf7cbaded8a
* | | | Merge "Import translations. DO NOT MERGE" into mnc-dr-devGeoff Mendal2015-11-042-25/+25
|\ \ \ \
| * | | | Import translations. DO NOT MERGEGeoff Mendal2015-11-042-25/+25
| | |/ / | |/| | | | | | | | | | | | | | Change-Id: Icad182fa5b410d93f43fcba49a0d07cefed7970c Auto-generated-cl: translation import
* | | | Merge "Revert "Use clang for libhwui"" into mnc-dr-devJohn Reck2015-11-041-3/+0
|\ \ \ \
| * | | | Revert "Use clang for libhwui"John Reck2015-11-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 25462107 This reverts commit d354fd2c66855d116440eb4c936317f124241225. Change-Id: Ib7c50b5becf247f837f3cc20f9128d9411d22563
* | | | | Import translations. DO NOT MERGEGeoff Mendal2015-11-049-23/+9
| |/ / / |/| | | | | | | | | | | | | | | Change-Id: I4d14bf278e491e46eeaabd4bb97641d06c48920c Auto-generated-cl: translation import
* | | | Merge "Limit persistent ashmem backed fds to a minimum of 128kB." into ↵Ian Pedowitz2015-11-033-3/+8
|\ \ \ \ | | | | | | | | | | | | | | | mnc-dr-dev
| * | | | Limit persistent ashmem backed fds to a minimum of 128kB.Riley Andrews2015-11-033-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 25256717 Change-Id: Ieb356006df0a6545b89de44d3d8fd4b46312b3b8 Signed-off-by: Riley Andrews <riandrews@google.com>
* | | | | Merge "Use clang for libhwui" into mnc-dr-devTenghui Zhu2015-11-031-0/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Use clang for libhwuiChris Craik2015-11-031-0/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | bug:25417885 Change-Id: I0ef8034d79ba3682925e3c2a4b7ccd833fd4f156
* | | | Merge "Fix issue #25357209: Could not send SMS or MMS messages, had to ↵Dianne Hackborn2015-11-038-31/+79
|\ \ \ \ | | | | | | | | | | | | | | | reboot" into mnc-dr-dev
| * | | | Fix issue #25357209: Could not send SMS or MMS messages, had to rebootDianne Hackborn2015-11-028-31/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think what probably happened is that since we only report an app going in to the "interaction" state as an interaction event to usage stats, apps that sit around in that state forever will only see one interaction at the start and never again. So usage stats could start thinking they are idle. Fix this by having the activity manager report an interaction event for such long running applications at least once a day. Also, because it is correct and for paranoia by protected us another way, system uids should never go in to standby. Change-Id: I8a3805bfca86cbe78560488a649ecd07427da99a
* | | | | Merge "NetworkTimeUpdateService: Grab a wakelock when manipulating system ↵Thierry Strudel2015-11-031-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | time" into mnc-dr-dev
| * | | | | NetworkTimeUpdateService: Grab a wakelock when manipulating system timeThierry Strudel2015-10-291-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 24986869 Change-Id: Iab4e5ce6be0b5279ce85f868037ba256ee62c0ac Signed-off-by: Thierry Strudel <tstrudel@google.com>
* | | | | | Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-devTyler Gunn2015-11-031-0/+14
|\ \ \ \ \ \
| * | | | | | Improve comment on EXTRA_CALL_RAT_TYPE.Tyler Gunn2015-11-021-0/+14
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding comments to EXTRA_CALL_RAT_TYPE to make it clear what it is used for, and what values are expected. Bug: 20144385 Change-Id: I248aca61abc8a57d7aeef650e48cc498e41c859b
* | | | | | Merge "Fix a crash while printing ICCID because of alphabets in UICC." into ↵Sanket Padawe2015-11-031-1/+16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | mnc-dr-dev
| * | | | | Fix a crash while printing ICCID because of alphabets in UICC.Sanket Padawe2015-11-021-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 25401769 Change-Id: Ieda058817b8d3cb4b1696fd9932bd0f10da55573
* | | | | | Fixed a bug where the panel could get stuck closingSelim Cinek2015-11-021-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When mClosing was set even though the panel was not expanding, the variable was never reset leading to bad states like the notification shade not updating, people missing calls and similar bad bugs. Bug: 25338991 Change-Id: I4362fda257770c98c5f9ba75a5622b14f74dc5ae
* | | | | Merge "Don't try overriding system fixed permissions on install" into mnc-dr-devSvetoslav Ganov2015-11-021-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't try overriding system fixed permissions on installSvet Ganov2015-11-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:25397466 Change-Id: Ie92ec000a94b757178ddfdd9384407535f4af9db
* | | | | Merge "Allow verifier to grant permissions" into mnc-dr-devSvetoslav Ganov2015-11-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow verifier to grant permissionsSvetoslav2015-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:25329324 Change-Id: I2ac01a983ad812df7725a0499a8d9b470a7ea481
* | | | | PackageSettingBase needs to copy volume UUID.Jeff Sharkey2015-10-311-0/+1
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When copying all fields from one PackageSettingBase to another, we also need to copy volumeUuid, which had previously been missed. Without this, packages using sharedUserId that are installed on adopted storage devices will be destroyed, since after reboot we think they actually belong on internal storage (where volumeUuid is null). Bug: 25334169 Change-Id: I223361bd1e19e7d5dd78626682ac7c5cbecb9fa1
* | | | Merge "Handle "uninstalled" apps when pruning app-ops." into mnc-dr-devJeff Sharkey2015-10-303-17/+33
|\ \ \ \
| * | | | Handle "uninstalled" apps when pruning app-ops.Jeff Sharkey2015-10-293-17/+33
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During system boot, we prune app-ops belonging to apps that have been uninstalled. However, apps installed on adopted storage devices haven't been scanned at this point, so they appear to be uninstalled. To avoid pruning app-ops for these apps, we need a getPackageUid() variant that also considers "uninstalled" apps for which we still have PackageSetting values. Bug: 25206071 Change-Id: I1820f674d45c5ddc1c5f10ed7d859e7025005e28
* | | | Merge "IMS: Support For Per-Call RAT Info" into mnc-dr-devPavel Zhamaitsiak2015-10-301-0/+2
|\ \ \ \