summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SystemUI : Add adb over network tileDanesh M2015-12-086-0/+199
| | | | Change-Id: Ib1fa0c87562ff3a077bf9c7283ce81fc4a8271db
* Alarm: Don't use invalid timerfd alarm typesEthan Chen2015-12-082-6/+11
| | | | | | | | * The additional CLOCK_POWEROFF_ALARM entry is invalid for timerfd, and causes _ALL_ timerfd creation to fail, resulting in mostly nonfunctional alarms systemwide. Change-Id: I5366ed8296635ab51599bce1b988d54060da22ac
* SystemUI: Fix quick-quick settings pulldown settingsEthan Chen2015-12-081-2/+2
| | | | | | | * Sliding from the right side of the statusbar to show quicksettings should respect the settings option. Fix it. Change-Id: Iaf5bf7a95bf6d63aaf88dccbfc2c6f988f49ec0d
* SystemUI: hook up settings observer in notificationpanelRoman Birg2015-12-081-0/+12
| | | | | Change-Id: Ic9c088d021c71f5e3b8839760bcfb58b255714e5 Signed-off-by: Roman Birg <roman@cyngn.com>
* Fix race condition when collecting op callback.riddle_hsu2015-12-081-22/+24
| | | | | | | Other threads may change mOpModeWatchers, mPackageModeWatchers by startWatchingMode, stopWatchingMode. Change-Id: Id260172979ddfc2df9331880805d16ee13e183eb
* Bluetooth: MAP: Update UI preference MAP disconnect status.Ashwini Munigala2015-12-081-0/+2
| | | | | | | | | | Update MAP profile disconnect status in bluetooth subSettings menu. Add MAP profile entry in previous cachedBluetoothDevice mProfile list and remove from current mProfile lst. CRs-Fixed: 940352 Change-Id: Ibe53492fe0d5dafd13f4b22236db1430eb88f0f9
* Update the uid correctly.Susheel Yadagiri2015-12-071-2/+12
| | | | | | | | | | | | | | | | use the pending intent to find out the uid rather than from binder which is calling the api. If other alarms get updated internally due to this call from the app, other alarms will have invalid uid. Update the worksource correctly with the next alarm that will be processed, The blocked UID alarm processing will be delayed, if we set that as the worksource that will not be correct. During Alarm delivery also do a check if wake lock needs to be released. As the UID might have been blocked already. Change-Id: I954f09b87d73387e1a7afd862638d8a0e2a88a53
* Fix android-6.0.1_r3 merge derp in QSTileHostnuclearmistake2015-12-071-7/+4
| | | | | | ps2: fix alphabetization of imports and clarify commit message Change-Id: I1dd7820b7c0e271cbba15acf22bbf950d5170c9a
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-07306-1273/+4149
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 3 Change-Id: I59b9e5a943e0860d43bcfb36ee0e8b8b072412ea
| * Revert "Fix race condition when setting default ringtones"Ian Pedowitz2015-11-111-61/+28
| | | | | | | | | | | | This reverts commit f2cb9341ff864e6d9cc6797857665b2281643a74. Change-Id: I151972052aea47bf8c6823eb8bbf8161c5a7a4f0
| * Fix race condition when setting default ringtonesMarco Nelissen2015-11-091-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
| * Block directory selection in openable modes.Jeff Sharkey2015-11-091-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
| * 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
| * Revert "Remove -ffast-math from libhwui makefile"Chris Craik2015-11-051-1/+1
| | | | | | | | | | | | This reverts commit e02ec7c37a92fd63748a610bac6a23d0409788cf. Change-Id: Iea7fadf04c4ffa62be28f783342ae749f89bf931
| * When the incoming light source is invalid, don't generate any shadowTeng-Hui Zhu2015-11-051-0/+5
| | | | | | | | | | | | b/25417885 Change-Id: I4b87e35ca68091fd0409cb9fe9b9400af860a507
| * Early return when the scale is 0.Teng-Hui Zhu2015-11-043-5/+10
| | | | | | | | | | | | | | b/24534579 Change-Id: Ib3581ec99387ca70ca036026f64857a49657d94b (cherry picked from commit 8d0ec389531d071529fb0a800f10733b057205d9)
| * Remove -ffast-math from libhwui makefileChris Craik2015-11-041-1/+1
| | | | | | | | | | | | bug:25417885 Change-Id: I8244bd28c2d46fc449398b9bf5104bf7cbaded8a
| * Revert "Use clang for libhwui"John Reck2015-11-041-3/+0
| | | | | | | | | | | | | | | | Bug 25462107 This reverts commit d354fd2c66855d116440eb4c936317f124241225. Change-Id: Ib7c50b5becf247f837f3cc20f9128d9411d22563
| * Convert ashmem bitmap thresholds to constants.Riley Andrews2015-11-042-2/+8
| | | | | | | | | | | | | | Bug 25256717 Change-Id: I23e2795ef8798d83bf60dcbd6ff2e7093fcaa9b0 Signed-off-by: Riley Andrews <riandrews@google.com>
| * Use clang for libhwuiChris Craik2015-11-031-0/+3
| | | | | | | | | | | | bug:25417885 Change-Id: I0ef8034d79ba3682925e3c2a4b7ccd833fd4f156
| * 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>
| * Fix issue #25357209: Could not send SMS or MMS messages, had to rebootDianne Hackborn2015-11-038-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
| * Fix a crash while printing ICCID because of alphabets in UICC.Sanket Padawe2015-11-031-1/+16
| | | | | | | | | | Bug: 25401769 Change-Id: Ieda058817b8d3cb4b1696fd9932bd0f10da55573
| * Fixed a bug where the panel could get stuck closingSelim Cinek2015-11-031-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
| * Improve comment on EXTRA_CALL_RAT_TYPE.Tyler Gunn2015-11-031-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
| * NetworkTimeUpdateService: Grab a wakelock when manipulating system timeThierry Strudel2015-11-031-0/+13
| | | | | | | | | | | | Bug: 24986869 Change-Id: Iab4e5ce6be0b5279ce85f868037ba256ee62c0ac Signed-off-by: Thierry Strudel <tstrudel@google.com>
| * Don't try overriding system fixed permissions on installSvet Ganov2015-11-021-1/+3
| | | | | | | | | | | | bug:25397466 Change-Id: Ie92ec000a94b757178ddfdd9384407535f4af9db
| * PackageSettingBase needs to copy volume UUID.Jeff Sharkey2015-11-021-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
| * Handle "uninstalled" apps when pruning app-ops.Jeff Sharkey2015-11-023-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
| * IMS: Support For Per-Call RAT InfoOmkar Kolangade2015-11-021-0/+2
| | | | | | | | | | | | | | | | | | Adding the extra key that will be used to propagate RAT information for each call via call extras. The key is used in IMS Service. Bug: 20144385 Change-Id: Ia7ca81d661afb579fd25315036c43489b1dca50d
| * Allow verifier to grant permissionsSvetoslav2015-11-021-1/+1
| | | | | | | | | | | | bug:25329324 Change-Id: I2ac01a983ad812df7725a0499a8d9b470a7ea481
| * Import translations. DO NOT MERGEGeoff Mendal2015-11-022-2/+2
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 25319151 Change-Id: I4170f31d992d23a365c98fe5e799a31ef48f17bd
| * Get rid of getTypesVisibleToCaller log spam.Carlos Valdivia2015-10-291-1/+0
| | | | | | | | | | Bug: 25062620 Change-Id: Ia3080c501a288522a5b1de88d50f365357418ba8
| * UsbDeviceManager: set mUsbDataUnlocked=false on user switchNick Kralevich2015-10-291-0/+2
| | | | | | | | | | | | | | Make sure access to MTP data is relocked when a user switch occurs. Bug: 25288494 Change-Id: I69dafc7f51b847f4dba1993a85fb1a51df1a5e37
| * Don't crash if a DHCP server doesn't send the server ID option.Lorenzo Colitti2015-10-291-4/+10
| | | | | | | | | | | | | | | | This violates a MUST in RFC2131, but apparently some implementations don't know or care. Bug: 25343517 Change-Id: I80459b58ffe231e7ed64e77bafa157a96b745149
| * Merge "Make SYSTEM_ALERT_WINDOW development permission" into mnc-dr-devSvetoslav Ganov2015-10-292-9/+11
| |\
| | * Make SYSTEM_ALERT_WINDOW development permissionSvetoslav2015-10-272-9/+11
| | | | | | | | | | | | | | | | | | bug:25329324 Change-Id: I0086464846bab9424764dd0d726692d96a0f1207
| * | Merge "Import translations. DO NOT MERGE" into mnc-dr-devGeoff Mendal2015-10-283-4/+4
| |\ \
| | * | Import translations. DO NOT MERGEGeoff Mendal2015-10-283-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: Id9e2298a05893e3769f0e62bcda5fe70c058d11a Auto-generated-cl: translation import
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-10-283-4/+4
| |/ / | | | | | | | | | | | | Change-Id: If7c4ccf382e85f88a4fac586ca870068d8219974 Auto-generated-cl: translation import
| * | Merge "Petites fautes." into mnc-dr-devDaniel Sandler2015-10-271-2/+2
| |\ \
| | * | Petites fautes.Dan Sandler2015-10-271-2/+2
| | | | | | | | | | | | | | | | | | | | Bug: 25308153 Change-Id: I62ffe080e3f36eb685cdc06d8c106d32e18092ed
| * | | Fix issue #25289999: Lower device idle alarm limit to 10 mins.Dianne Hackborn2015-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps with some cases where perisistent network connections need a more frequent keep alive signal. Actually make it 9 minutes to ensure that things needing a 10 minute cycle will execute within that time. Change-Id: Ife8c7b7f7f82b108d5a6c1624bd6115e6087c3be
| * | | Merge "Import translations. DO NOT MERGE" into mnc-dr-devGeoff Mendal2015-10-262-10/+10
| |\ \ \ | | |/ / | |/| |
| | * | Import translations. DO NOT MERGEGeoff Mendal2015-10-262-10/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I0383c1869f289a39ca3db684712dbd812e626e9a Auto-generated-cl: translation import
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-10-2678-475/+241
| |/ / | | | | | | | | | | | | Change-Id: I9bf90d06113d8333bed3eec1c65ed799a785fb63 Auto-generated-cl: translation import
| * | Merge "Prevent recents from coming up when in SUW" into mnc-dr-devPuneet Kumar2015-10-241-1/+1
| |\ \
| | * | Prevent recents from coming up when in SUWMichael Wright2015-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 25229538 Change-Id: I141c4eb928a5ce7f9858922862fe3dc1d3a33a90
| * | | Delay hiding the cast icon for 3 seconds. DO NOT MERGE am: 1044e162c3 am: ↵Dan Sandler2015-10-240-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b1de85487a -s ours am: 410bea181b am: 511357c39b am: 7e16b2e8f5 -s ours am: e68e70d509 * commit 'e68e70d509e2a0ba1c8bd56c231bf1c6cc3da967': Delay hiding the cast icon for 3 seconds. DO NOT MERGE
| | * \ \ Delay hiding the cast icon for 3 seconds. DO NOT MERGE am: 1044e162c3 am: ↵Dan Sandler2015-10-240-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b1de85487a -s ours am: 410bea181b am: 511357c39b am: 7e16b2e8f5 -s ours * commit '7e16b2e8f5b74d29711d330f6982d8ed12c3f4db': Delay hiding the cast icon for 3 seconds. DO NOT MERGE