summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Telephony: Improve call forwarding stringsMichael Bestas2015-12-161-8/+8
| | | | Change-Id: Ib480adb35697794178a683f22bc3f50546728d61
* Telephony: Move CAF strings to cm_stringsMichael Bestas2015-12-161-1/+1
| | | | Change-Id: Id7a666575a01ab62329d04b769f178480ff1868c
* Telephony: Improve NetworkSelectionBadDaemon2015-11-133-0/+15
| | | | | | | | | | | | | | | - Fixed: Remove Callback before registering again - Improved: Sort networks by state, add current, default sim and Lock-Icons - Improved: Allow cancelling search (to allow faster choosing of automatic selection) Change-Id: Iad9dbb20befa7949d66bd93c3a1188ec8d15dcf6 Telephony: Further improve network selection Make style fit settings app Change-Id: Ia2753582bc7b375d0a8a965544a9abd216793aaf Signed-off-by: linuxxxxx <joey@cyanogenmoditalia.it>
* Telephony: SIM De-personalizationBeena More2015-10-061-0/+1
| | | | | | | | | | | 1. Support for all ME De-Personalizations as per specs 3GPP2 C.S0068-0 and 3GPP TS 22.022 2. Register for EVENT_SIM_NETWORK_LOCKED 3. Display the perso locked reason 4. If sim can be PERSO unlocked, pin along with the perso type sent down to the RIL Change-Id: Ib2bc18e784ba3fc7634ee43b4abd6afccd26c459
* IMS: Call Forward Unconditional TimerBasudev Achary Konderpu2015-10-061-0/+115
| | | | | | | | | | 1) Binds to existing service. 2) Introduced Timer logic in existing UI. 3) Timer UI can controlled through ADB property.If we dont enable Timer, UI will have default existing behavior. Change-Id: Iaa892ba6abded926fc7ea833513b507b7dd29c06 CRs-Fixed: 689110
* SimContacts: Add support for manage SIM Contacts.Natiq Ahmed2015-10-062-0/+123
| | | | | | | | | | Add support for new options in SimContacts 1) Add New contacts to SIM 2) Delete/Edit Contact in SIM 3) Dial/SMS using SIM contact 4) Export all Phone contacts to SIM Change-Id: I2acf4d2705d5c607bbe8469dbeb647589287873e
* Use a common multi tab settings fileSanket Padawe2015-07-141-60/+0
| | | | | Bug: 22360525 Change-Id: Ib7f911eb18a7acd0007ecb7da2329b45c7264f4f
* Removing deprecated overlay variables.Jonathan Basseri2015-06-231-1/+1
| | | | | | | | | | | | | | Many varibles were migrated from res/values/config.xml into CarrierConfigManager.java. The override values based on MCC-MNC have been migrated into packages/apps/CarrierConfig. They should now be removed from these XML files. For now, nothing is removed from the base config.xml until we can be sure we have fixed every overlay, including the ones in the device/ and vendor/ folders. Bug: 20827908 Change-Id: I7df8a1a43a98eb012937131e6c650e75bcea91c1
* Use system padding for Telephony dialogs.Andrew Lee2015-06-092-19/+16
| | | | | Bug: 21566609 Change-Id: I453b0c30e52339979a9480c53f90526fc2087fda
* Change emergency dialer FAB to correct sizeAdrian Roos2015-05-251-2/+3
| | | | | Bug: 21300529 Change-Id: I869ecaf6bcc11f9c00b9b9322dc95355f7170293
* Improve anti-falsing on emergency dialerAdrian Roos2015-04-141-0/+1
| | | | | Bug: 19841919 Change-Id: Iba453e50e1cebc507ab8cb2caa599e863b3910cc
* Implement emergency dialer actionsAdrian Roos2015-03-302-5/+98
| | | | | | | Also updates visuals. Bug: 19841919 Change-Id: If2e808d2ce7854db370c440c6c2638cc39bf4645
* Fix FDN back button, restyle screen.Andrew Lee2015-02-052-114/+58
| | | | | | | | | | | | | | | | While fixing the original, there was a bunch of jank and inconsistent styling I noticed on some of the FDN settings screens, so I tried to clean it up somewhat. + Fix non-functional button on the GetPin2Screen, which was the original bug. + Fixed underline tint color on the GetPin2Screen. + Moved text labels into EditText hints on edit/pin2 screens. + Updated margin/alignments, consolidated layouts to be simpler. Bug: 18410153 Bug: 19285837 Change-Id: I6748a924615120173fa3ced57ed01c68464c8044
* Restyle USSD AlertDialog.Andrew Lee2015-01-261-5/+12
| | | | | | | | | + Fix text color. + Tweak padding by adding FrameLayout and applying padding. + Change button colors to dialer blue. Bug: 19015785 Change-Id: I2f5ace88897db728dd677786f2be744d91cdadf7
* Created tabs for Multi-SIM Cellular Networks.PauloftheWest2014-11-121-0/+60
| | | | | | Bug: 18291246 Change-Id: If8e79056e7f7ffe897472f4b037e711e196c5332
* SIP Part 1, move sip codeSailesh Nepal2014-07-091-33/+0
| | | | | | | | | | | | | | | | This CL moves the SIP code to sip/src/com/android/services/telephony/sip Moving the SIP code helps with a couple of things: - remove legacy dependency on old telephony code (PhoneUtils, etc...) - separate SIP from the PSTN connection code which is very different from SIP code - get the code ready for a future move out of Telephony all together Bug: 14999064 Change-Id: Id32de6517d31be4aa177b2764d5bac1e1f9851c2
* Update Emergency Dialer to match Dialer (6/7).Sai Cheemalapati2014-06-202-153/+13
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: Id68e48c63fade3138c3fd5ede9c4e55b5f5b9da1
* Revert "Update Emergency Dialer to match Dialer (1/5)."Yorke Lee2014-06-202-13/+153
| | | | | | This reverts commit 5b23861a1dacf38cc9342e3c13600370b91033cd. Change-Id: I6bd65b46049f2b8dbe0c73161d6ca8f5a546c2cd
* Update Emergency Dialer to match Dialer (1/5).Sai Cheemalapati2014-06-202-153/+13
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I4d19f1f6427ebbea1367e1e4432c48b0af7da233
* Do not create new resources in android packageAdam Lesinski2014-06-191-1/+1
| | | | | | | New changes to AAPT will forbid adding resources to external packages, like android. Change-Id: Idfae2ad53baaddd96701ddb243eb49f240cce9ac
* Settings user restriction changes: mobile network settings.Julia Reynolds2014-05-281-0/+39
| | | | | Bug: 14081992 Change-Id: I84974ab1c252905bf502a6a11f03e353fb2cdb44
* Remove unused Telephony filesJay Shrauner2013-09-198-959/+0
| | | | | | | Remove unused Telephony resource files Bug:10608890 Change-Id: Iba95f8d1f098feaca5b2df63561b99649f8cdc7a
* Disabling incoming call function.Chiao Cheng2013-07-173-93/+30
| | | | | | Also fix un-used imports in several files. Change-Id: Ife01674b2a1fe807a8d0b23c984e46715fc08908
* Blanket copy of PhoneApp to services/Telephony.Santos Cordon2013-07-1027-0/+2157
First phase of splitting out InCallUI from PhoneApp. Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b