summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Bluetooth: Sync Preference in UI for new cached device"Linux Build Service Account2015-10-301-0/+2
|\
| * Bluetooth: Sync Preference in UI for new cached devicevenkata Jagadeesh2015-10-271-0/+2
| | | | | | | | | | | | | | Create preference in UI also whenever new cached device added. Change-Id: Ib02f953f4dc6e3a74fac70442dc7959504ca9374
* | Merge "DocumentsUI: Fix NullPointerException in DocumentInfo"Linux Build Service Account2015-10-301-2/+4
|\ \
| * | DocumentsUI: Fix NullPointerException in DocumentInfoShufeng Hou2015-10-261-2/+4
| |/ | | | | | | | | | | | | Add null pointer check for cursor to avoid crash during stability test. Change-Id: Ia715345365468f1cb10850d21386c9117885fb23 CRs-Fixed: 927937
* | Merge "Support for configuring captive portal detection enabled by user"Linux Build Service Account2015-10-292-2/+13
|\ \ | |/ |/|
| * Support for configuring captive portal detection enabled by userLi Wei2015-10-222-2/+13
| | | | | | | | | | | | | | | | 1. Add an item into default configuration so that user can overlay it 2. Enable captive portal detection by default CRs-Fixed: 822072 Change-Id: I10c58a58c5b79dd2d7ea081a71f3752dd9928868
* | Merge "Update carrier text when sim state changes"Linux Build Service Account2015-10-241-0/+49
|\ \
| * | Update carrier text when sim state changesWileen Chiu2015-10-231-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CarrierText is not registered for the onSimStateChanged callback, so it is never updated with the CARD_IO_ERROR state. - "Invalid card" is not shown on the UI when an erroneous card is inserted - Implement the callback to trigger showing "Invalid card" on the UI for CARD_IO_ERROR Change-Id: Ibaacf06f2aad8f206095783cc431a87485f1c2ad CRs-Fixed: 882387
* | | Emergency call button on Swipe lock Screen.Ruthwar Kumar Ambeer2015-10-232-2/+18
| |/ |/| | | | | | | | | | | Emergency Call button is added on Swipe lock screen. CRs-Fixed: 913911 Change-Id: I182f48627f8e53283d1afede8c43ea84e1bd8291
* | Merge "Show remaining retry attempts for SIM lock upon Bootup."Linux Build Service Account2015-10-152-31/+84
|\ \
| * | Show remaining retry attempts for SIM lock upon Bootup.Ruthwar Kumar Ambeer2015-10-142-31/+84
| |/ | | | | | | | | | | | | | | Add functionality to show remaining retry attempts upon bootup before entering any wrong PIN. CRs-Fixed: 912687 Change-Id: I9f28b43a2e6e34be550a6e58b6c6471186d6c362
* | Update the icons on status bar when setNoSims callback is calledPreeti Ahuja2015-10-081-0/+1
|/ | | | | | | | | Whenever there is a change in the no sim icon indicator(that is, setNoSims callback is called), make a call to the api that updates the icons on the status bar. Change-Id: Ie7451ac06cb3a36b2172c25d223497b223990956 CRs-Fixed: 881600
* Show 3G data icon for TD-SCDMA network typeWileen Chiu2015-10-061-0/+1
| | | | | | | | | | - The data annunciator on the UI shows up as "G" instead of "3G" - Map the 3G telephony icon to network type TD-SCDMA Change-Id: I63a0e54aab7fda2bcc6f098bb0b43799aad2f6c2 CRs-Fixed: 886804
* Telephony: 4G+ icon display on status bar.Yashdev Singh2015-10-066-0/+137
| | | | | | | - Display 4G+ icon upon LTE_CA data RAT. Change-Id: I9a78edc910051ea484fd27f3671a69519614f4d4 CRs-Fixed: 873290
* Statusbar: Add some resources of signal iconHaiyang Liu2015-10-06372-0/+0
| | | | | | Add some resources of the signal icon which used in statusbar Change-Id: Ie8823d37485bba0cd50ed90142532fda00f4f71d
* SystemUI: Add data type and signal iconsHaiyang Liu2015-10-0636-0/+0
| | | | | | Add data type and signal icons Change-Id: Iaa97b2d9477d740686e724d6b1c3d2fcbf30692a
* Keyguard: Fix to display PUK remaining attempts.Umashankar Godachi2015-10-061-1/+6
| | | | | | | | | | | | Currently in the base AOSP code, upon entering wrong PUK code, default message is shown instead of remaining retry attempts. Fix: Add a flag to control the display of default message If user enters wrong PUK code show the remaining retry attempts by setting show default message flag to false. Change-Id: Iec39036e851fe5927b7379a0050d91533eee642c
* Telephony: SIM De-personalizationBeena More2015-10-063-4/+6
| | | | | | | | 1. Support for all ME De-Personalizations as per specs 3GPP2 C.S0068-0 and 3GPP TS 22.022 2. Changes for Perso locked display messages Change-Id: I20585dac214309c62efd78fb611d27b3bb7996ce
* Bluetooth: AVRCP Controller 1.3 SupportAnubhavGupta2015-10-061-0/+1
| | | | | | | | | | | | | | | | | | | - add permission for AVRCP Controller 1.3. As part of MR1 upgarde SystemUI binds AVRCP_ControllerService BluetoothProfiles for better management. We need to add permission in SystemsUI so that it can bind to AvrcpControllerService. Change-Id: I30396ca1f60e08cd45d307b0be2dbec8cde7c202 Bluetooth: Support for AVRCP 1.3 Controller - Contract class for Content Provider. This provides uri and permission to be used by 3rd party apps. - Interface functions for 3rd Party Apps. These interfaces are required to invoke fetching of MetaData Change-Id: Iaba2be7bf86a355753a590d1a53dbb1228b42197
* PBAP: Disconnect PBAP profile only if connectedHemant Gupta2015-10-061-2/+7
| | | | | | | | | | This patch is needed to handle the PBAP cases for multicast scenarios. This change will let the disconnection of the PBAP profile with that remote device only which was actually connected via PBAP among all the BT connected devices. Change-Id: I76f6215d1d407d789654e78e448aea5324816a71 CRs-Fixed: 843160
* Bluetooth: Don't Initiate Connection if UUID not updatedGaurav Asati2015-10-061-0/+22
| | | | | | | | | - if UUIDs are not updated don't initiate profile connection - add new profiles to already existing list - don't delete profiles from the existing list CRs-Fixed: 717840 Change-Id: I7dc4fc693993d96821acb69d5ecaa44857853273
* Add change to show Invalid card when erroneous card is insertedSridhar Dubbaka2015-10-063-1/+14
| | | | | | | Add change to show "Invalid card" on UI on CARD_IO_ERROR when erroneous SIM card is inserted Change-Id: I94c52ff462c999cdb8dbe742fa0bd3f1019ce335
* WiFi: Do not use SSIDs to differentiate between two networks.Sravanthi Palakonda2015-10-061-6/+1
| | | | | | | | Wifi networks shall exist with same SSID, BSSID and with different security. Hence do not consider only SSID as the factor to differentiate networks. Change-Id: Ib06bb9c91db310ddb20eca319bd268e582a164ff
* Wifi: Maintain configKey generation logic same in backup agentNalla Kartheek2015-10-061-4/+4
| | | | | | | | | | AutoJoinController uses configKey to distinguish networks. It compares configKeys of saved network with recent ScanResult. WifiConfiguration has two different APIs to generate configKey based on input variables. Framework should use same logic to generate configkey even though input differs. This fix ensures the parity in backup agent. Change-Id: I6ee57efe1d346e50a434bce90ec8224f5203712c
* BT: Multi A2dp support in Settings App.Gaurav Asati2015-10-061-6/+28
| | | | | | | | | | | | | | | | | | | | | 1. The connected sinks are not disconnected from A2dpProfile when new sink is connecting. 2. Also return correct connection status for specific HS. 3. Sets priority for specific HS while disconnecting. Change-Id: I56142d1527aa86d2bb47fb7166b2f3ab451d9b17 Bluetooth: Add support of two A2dp connections. Audio Service will now manage two a2dp connections and makes sure that BT a2dp connections are consistently seen by other applications. The change removes the BD address usage in BT names, and uses a new Strin "BluetoothA2dp" in order to show A2dp connected devices. Change-Id: I59b8f8eff7bbc8033fcd46d0ac21d94ee338ca36
* Bluetooth: A2DP Sink support for Settings AppAnubhavGupta2015-10-065-3/+265
| | | | | | | | | | | - add support for A2DP Sink in Settings App. This will enable connection initiation and updation on Settings App - add framework Apis to support A2DP Sink. Any third party Apps can access A2DP Sink priority of device and playing state of device - add support for key to set priority. This manages priority of device for A2DP Sink profile Change-Id: I9920957e0f20583e1e2d57ca76c2c0bd9dfa0bcf
* Bluetooth: DUN: Add framework changes to support DUNNitin Shivpure2015-10-063-0/+177
| | | | | | | | | | | | | | | | Bluetooth DUN profile APIs added to the framework APIs. As DUN server supports only disconnection of DUN profile level connection this API is implemeted along with other APIs. It registers bluetooth state changed callback with the adapter service,once there is a change in the bluetooth state,it will bind/unbind the DUN service which is implemented in BluetoothExt.APK. DUN service, and other DUN Application layer are implemented in BluetoothExt.APK. CRs-Fixed: 557180 Change-Id: I6ce1204ac6138e28ad7486f2855f0f7444ad3886
* Fixed a crash in the notification group managerSelim Cinek2015-09-021-0/+7
| | | | | | | | When 2 notifications were posted as the summary of the same group, then the system would eventually crash. Bug: 23676310 Change-Id: Ia8f95e624f3f43d1b55169dd8102e3c89427dc76
* Allow shell to disable keyguard when not secureTim Kilbourn2015-09-021-0/+1
| | | | | Bug: 22694837 Change-Id: I0f08048f617d064017468f331a5c6875ab27174b
* Fixed when the notification effects are being clearedSelim Cinek2015-09-022-10/+9
| | | | | | | | | Previously the notification effects were not correctly cleared in certain cases and the user could end up in a state where the notification light would always blink. Bug: 22931139 Change-Id: I9a71e56cf4479354a9d773b5b6f0edd7693f2b05
* Give shell permission to move apps.Jeff Sharkey2015-08-281-0/+1
| | | | | | | | Also clear identity when measuring ASEC sizes to relax a second permission requirement. Bug: 23600574 Change-Id: Ib3a104426758e0e8f35dff0e504fe874bed7311f
* Merge "Add GET_APP_OPS_STATS to Shell" into mnc-devNicholas Sauer2015-08-261-0/+1
|\
| * Add GET_APP_OPS_STATS to ShellNicholas Sauer2015-08-251-0/+1
| | | | | | | | | | bug: 23397072 Change-Id: I9f60f175380048e0f3888d866069f8f76166c732
* | Truncate and ellipsize app name if too long for dialog.Michael Wright2015-08-251-2/+50
|/ | | | | | | | | | | If the given app name is too long for the permissions dialog, then it can push the warning that the application will be able to record the screen below the fold, letting the app basically set its own dialog message in a way that a user would be difficult to detect as fraudulant. Bug: 23345192 Change-Id: If5881ca75d5c155ef5174351d245dbc3abdaa584
* Fix SysUI crash when no metadata is providedJorim Jaggi2015-08-191-1/+1
| | | | | Bug: 23327474 Change-Id: I4903c0812c9677e1b31e1f645e3d6f1a03150c38
* Fix race conditions for camera prewarm serviceJorim Jaggi2015-08-191-5/+5
| | | | | | | | | | | | When the unbind request came in before the service was actually bound, we dropped the unbind request because mPrewarmBound was still false. Fix that by tracking whether a bind is pending and if a unbind event comes in during that time, set another flag to unbind it directly again when the service is actually bound. In addition, don't allow binding again if any of the previous events are still pending. Bug: 23143748 Change-Id: I2b8ace86e35479a9848668a3462a2ce687835413
* Merge "Revert "Disable fingerprint when remotely reset by DPM"" into mnc-devJim Miller2015-08-181-6/+1
|\
| * Revert "Disable fingerprint when remotely reset by DPM"Jim Miller2015-08-171-6/+1
| | | | | | | | | | | | | | | | This reverts commit 8ae1be120806d0189f65a492004a7b5416aa6c6f. Fixes bug 23187090 Change-Id: Idd9798895b08618f7d272b818818a45d3c9dc7d2
* | Merge "Introducing M Land." into mnc-devDaniel Sandler2015-08-1440-414/+1699
|\ \
| * | Introducing M Land.Dan Sandler2015-08-1440-414/+1699
| | | | | | | | | | | | | | | | | | | | | The "M" is for Multiplayer. Bug: 21984798 Change-Id: Id752b8efe54ff0ac38854a129188027137d64dd5
* | | Merge "Fix to check the incoming userid argument for RingtonePlayer" into ↵Jean-Michel Trivi2015-08-141-1/+3
|\ \ \ | |/ / |/| | | | | mnc-dev
| * | Fix to check the incoming userid argument for RingtonePlayerSungmin Choi2015-08-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In PowerNotificationWarnings, where it dispatches notifications with UserHandle.ALL: mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, n, UserHandle.ALL); The fix is to have RingtonePlayer check the incoming userId argument to playAsync(), and change USER_ALL to USER_OWNER. BUG=22516181 BUG=22992637 Change-Id: Ia3f8aaa2bee7fb15c24542e2331b2bc5a877e715
* | | Merge "Update time when turning on screen, in addition to waking up" into ↵Jorim Jaggi2015-08-134-2/+10
|\ \ \ | |/ / |/| | | | | mnc-dev
| * | Update time when turning on screen, in addition to waking upJorim Jaggi2015-08-134-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When in ambient display mode, we didn't get a callback to onStartedWakingUp, thus the time was never refreshed. Since broadcasts are disabled in this low-power state, we need to refresh the clock manually before turning on the screen, because we can't rely on the broadcasts to be delivered. Bug: 23171638 Change-Id: I249f4195a14995f7c1467e73ac2aa400b871f80e
* | | Merge "Add more intelligence to bluetooth connection state" into mnc-devJason Monk2015-08-131-0/+7
|\ \ \ | |/ / |/| |
| * | Add more intelligence to bluetooth connection stateJason Monk2015-08-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since bluetooth connection state has a mind of its own... If we think we are connected, but we don't actually know about any devices that are currently connected, we probably aren't. So set the state that way, and let everyone know. Bug: 22977827 Change-Id: I9266f5394b179a3917b3818839f7c6b2dc238376
* | | Merge "Fix tuner for secondary users" into mnc-devJason Monk2015-08-121-3/+14
|\ \ \ | |/ / |/| |
| * | Fix tuner for secondary usersJason Monk2015-08-111-3/+14
| | | | | | | | | | | | | | | Bug: 23112000 Change-Id: I52aabdd1f345fb50e2c5015d233f4de3cc8d994d
* | | New landscape Navigation bar icons.Julia Reynolds2015-08-1121-1/+1
|/ / | | | | | | | | Bug: 22855920 Change-Id: I5127c8d0121aa90a1e52da1b51a86bac1c1b2fa1
* | Merge "Crash apps with bad notification icons." into mnc-devDaniel Sandler2015-08-111-1/+8
|\ \