summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Create CallManager class."John Wang2010-06-221-0/+822
|\
| * Create CallManager class.John Wang2010-06-221-0/+822
| | | | | | | | | | | | Initial check-in to support multiple call channels. Change-Id: I7c5147c57077d024bacd4f68938d249219eb0011
* | Recover a handful of commits that were reverted earlierJean-Baptiste Queru2010-06-213-2/+9
|/
* Implement ListFragment and Fragment context menus.Dianne Hackborn2010-06-121-1/+2
| | | | | | Also fix the docs build. Change-Id: I96f24cc03e6debd897171e503957284b140a9f27
* Fix some javadoc link/see's to fix the build for the sdk-win_sdk target.Wink Saville2010-06-121-1/+1
| | | | Change-Id: I243c19d3d7f1ed2decbd6bfc7ecbe6ce2b582fc2
* Reimplement the PhoneNumberFormattingTextWatcherBai Tao2010-06-102-92/+356
| | | | | | | | a. Built the external/libphonenumberutil into the ext.jar. The file size increased 50K, the phone number meta file is 90K before the compression. b. Used the external/libphonenumberutil to format the phone number for about 200 countries. c. Beside the phone number formatting, the external/libphonenumberutil will also be used for phonenumber match and international dialing. Change-Id: Ie5165dc60d66e1eddab7134725a8d1d1c826434a
* Clean up APN notifications.Robert Greenwalt2010-06-0915-157/+294
| | | | | | | | | | | | Add APNType info to notifications so you can tell what's happening. Now, even if a new APN shares a connection with an already-connected-to- apn type, the new type will get all the connecting and connected messages on connect and disconnecting/disconnected on disconnect even though the shared connection remains connected. Cleaning out the hacks MobileDataStateTracker needed to deal with the old situation. bug:2226092 Change-Id: Iddd7421d6b91cda7c8405f9c3d5404ac04ef8e42
* am cefdedc3: merge from froyo-plus-aospThe Android Open Source Project2010-06-071-9/+21
|\
| * merge from froyo-plus-aospThe Android Open Source Project2010-06-071-9/+21
| |\ | | | | | | | | | Change-Id: I58f1d905b3fa781e4f5827d4d7b9323a4cdcc04e
| | * merge from open-source masterThe Android Open Source Project2010-06-071-9/+21
| | |\ | | | | | | | | | | | | Change-Id: I56de40bad4be52a06300bfc310e16d27b2fb14df
| | | * Removes dashes when locale and number is not NANP or JapanLars Dunemark2010-06-071-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes all dashes if locale isn't NANP or Japan and the number don't have there country code. Use case: If adding a number starting with 1nnnnnn and then trying to add a country code before (ex +46) we will first trigger NANP formatting with +1-nnn-nnn so when we get +41-nnn-nnn we will still have the old NANP formatting. This number should be shown as +461nnnnnn. Change-Id: I5cab830350d785a58367eba79e268d9e8ee16aac
| | * | am f9610b38: Merge "Make the DUN apn data secure." into froyoRobert Greenwalt2010-06-042-0/+52
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f9610b3842e030138c1dc327a3a467aaea02c227' into froyo-plus-aosp * commit 'f9610b3842e030138c1dc327a3a467aaea02c227': Make the DUN apn data secure.
* | | \ \ am 1bdb78c1: am 9c4ed139: am f9610b38: Merge "Make the DUN apn data secure." ↵Robert Greenwalt2010-06-062-0/+52
|\ \ \ \ \ | |/ / / / | | | | | | | | | | into froyo
| * | | | am f9610b38: Merge "Make the DUN apn data secure." into froyoRobert Greenwalt2010-06-062-0/+52
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Merge commit 'f9610b3842e030138c1dc327a3a467aaea02c227' into kraken * commit 'f9610b3842e030138c1dc327a3a467aaea02c227': Make the DUN apn data secure.
| | * | | Make the DUN apn data secure.Robert Greenwalt2010-06-042-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than come out of the user-modifiable APN DB, the DUN APN data will come first from a built-in resource and then potentially overriden by a secure setting (which is gservices upgradable). Also made the "require-dun" setting secure-setting overridable. bug:2736390 Change-Id: I1e4644c3839f06c977b83797641f3948785146a2
* | | | | Add needsOtaServiceProvisioning to Phone.Wink Saville2010-05-245-24/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By having needsOtaServiceProvisioning supported on all phones we eliminate the need to use an if statement to discriminate phone type. Types of phones that don't support OTASP will return false in the default implementation in PhoneBase. Change-Id: I8fb15a18553e314c1f8f2a00ec7f8cffd79eeb7f
* | | | | am 634e9a12: am 54525412: am 3aecdb9d: merge from open-source masterThe Android Open Source Project2010-05-1820-119/+115
|\ \ \ \ \ | |/ / / /
| * | | | am 3aecdb9d: merge from open-source masterThe Android Open Source Project2010-05-1820-119/+115
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3aecdb9d7e92b1a91860600feefb5c0062b652cf' into kraken * commit '3aecdb9d7e92b1a91860600feefb5c0062b652cf': fix build Fix some typos and other cosmetic cleanups in telephony framework.
| | * | | merge from open-source masterThe Android Open Source Project2010-05-1820-119/+115
| | |\ \ \ | | | | |/ | | | |/| | | | | | Change-Id: Ib711450566694550d9cb9ba01c25599010d2e5e4
| | | * | fix buildJean-Baptiste Queru2010-05-181-2/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I86ee569ec81e6c690f7697237be7d94307014142
| | | * | Merge "Fix some typos and other cosmetic cleanups in telephony framework."Jean-Baptiste Queru2010-05-1820-121/+115
| | | |\ \
| | | | * | Fix some typos and other cosmetic cleanups in telephony framework.Jake Hamby2010-05-1320-121/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix typos in Javadoc and comments. - Fix Javadoc @link references to other classes/methods. - Rename MISSING_UKNOWN_APN to MISSING_UNKNOWN_APN in DataConnection. - Remove unused (and misspelled) RETRYIES_* consts in RetryManager. Change-Id: I3b44ac8320d6c1e4c350be600c7ef266aaf735e4
* | | | | | am b4ab2204: am 143c3d32: am 5ccb8b8c: merge from open-source masterThe Android Open Source Project2010-05-183-38/+49
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 5ccb8b8c: merge from open-source masterThe Android Open Source Project2010-05-183-38/+49
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '5ccb8b8c4d6eabcc984559ef9e71efdbb3de00d3' into kraken * commit '5ccb8b8c4d6eabcc984559ef9e71efdbb3de00d3': Fix updating and deleting FDN entries with an empty alpha identifier. Abort FDN delete when number is empty (instead of name)
| | * | | | merge from open-source masterThe Android Open Source Project2010-05-183-38/+49
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | Change-Id: Ib90da5365c873e542d79f036c32ec9b178cd8da0
| | | * | | Fix updating and deleting FDN entries with an empty alpha identifier.Jake Hamby2010-05-183-37/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix AdnRecord.buildAdnString() to generate the correct record when alpha identifier is empty. This allows the user to update an FDN entry to remove the alpha identifier. Previously the entire entry would be deleted because an empty record was generated here when the alpha identifier was empty, rather than a record containing the phone number with an empty alpha tag. Also, return null if the number or alpha tag are too long. - Fix bug in IccProvider.delete() where efType was compared against local FDN constant rather than IccConstants.EF_FDN. This would always return false. Comparing with IccConstants.EF_FDN gives the intended behavior. Change-Id: I0ea75d7e107c7318c9a48ae6e0a15845a718f4c0
| | | * | | Merge "Abort FDN delete when number is empty (instead of name)"Jean-Baptiste Queru2010-05-181-1/+1
| | | |\ \ \
| | | | * | | Abort FDN delete when number is empty (instead of name)Mikael Danielsson2010-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed FDN delete to abort when number is empty rather than when name is empty 3GPP TS 31.102 (USIM application) v9.1.0 states in chapter 4.2.24 EFFDN (Fixed Dialling Number) that the Dialling Number field is mandatory whereas the Alpha Identifier is optional. The current implementation of the user interface for editing the fixed dialling list blocks creation and deletion list entries without a name (corresponding to the Alpha Identifier) but instead permits entries without a number. This is incompatible with the USIM specification and implementation. This contribution corrects the implementation in line with the USIM specification. Change-Id: I7e2ca06e20401b517d705fc45c8b873b5c21cc4c
* | | | | | | am 658b7a5a: am 12b6f6ea: am 55b7d124: merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am 55b7d124: merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '55b7d1243f15395a102971e8fdc57444638729ac' into kraken * commit '55b7d1243f15395a102971e8fdc57444638729ac': SetLocaleByCarrier, only if its not an unknown carrier.
| | * | | | | merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | Change-Id: I3e36061d7ba4b8a3962bf8391d663b861a4ede38
| | | * | | | Merge "SetLocaleByCarrier, only if its not an unknown carrier."Jean-Baptiste Queru2010-05-141-1/+1
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | SetLocaleByCarrier, only if its not an unknown carrier.Jey2010-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia218b3622a23cc0fc1bb2c1606c832ecc561d5bf
* | | | | | | am 1331ded8: am e28776bb: am b1110149: merge from open-source masterThe Android Open Source Project2010-05-132-1/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am b1110149: merge from open-source masterThe Android Open Source Project2010-05-132-1/+12
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b1110149cccc3b99e59ead34ca46e5ac026f6db9' into kraken * commit 'b1110149cccc3b99e59ead34ca46e5ac026f6db9': Use integer for loop counter instead of float New test in FrameworkTest for the VelocityTracker class Preserve '+' in phone numbers imported from SIM.
| | * | | | | merge from open-source masterThe Android Open Source Project2010-05-132-1/+12
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | Change-Id: I88a580162b34a80d1e3e7987b7a301c253afa0e8
| | | * | | | Merge "Preserve '+' in phone numbers imported from SIM."Jean-Baptiste Queru2010-05-131-1/+2
| | | |\ \ \ \
| | | | * | | | Preserve '+' in phone numbers imported from SIM.Samuel Holmberg2010-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contacts with phonenumbers beginning with '+' lose the '+' in the phonebook when imported from SIM. This was only noticable on ADN-records with unknown NPI-values which isn't very usual. Change-Id: I181249759ae3d4181dd3cf627c7a588394b80419
* | | | | | | | am 35b11843: am 1f35de2a: am 79090cb3: merge from open-source masterThe Android Open Source Project2010-05-121-23/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | am 79090cb3: merge from open-source masterThe Android Open Source Project2010-05-121-23/+11
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '79090cb3da132d07cd3888ef9242df9872fb4aa1' into kraken * commit '79090cb3da132d07cd3888ef9242df9872fb4aa1': Change license for the UUS Information file. Remove ProximityAlerts Receiver when last ProximityAlert expires.
| | * | | | | | merge from open-source masterThe Android Open Source Project2010-05-121-23/+11
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | Change-Id: Ifb008642faddf6b83769cdaa5bd67d21591b9eaa
| | | * | | | | Change license for the UUS Information file.Naveen Kalla2010-05-121-23/+11
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Idd77e9078354a46605142c2eb704823aaa7d560d
* | | | | | | am 7cd6ca9b: am d6e24ca2: am 4adacd23: merge from open-source masterThe Android Open Source Project2010-05-124-1/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am 4adacd23: merge from open-source masterThe Android Open Source Project2010-05-124-1/+16
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '4adacd23d4c91569b16fe50419f1a91f68d805bd' into kraken * commit '4adacd23d4c91569b16fe50419f1a91f68d805bd': Add support for EVDO Rev B
| | * | | | | merge from open-source masterThe Android Open Source Project2010-05-124-1/+16
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | Change-Id: If6730b50627b2231bd345e594d8d30a37557849e
| | | * | | | Add support for EVDO Rev BNaveen Kalla2010-05-114-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8588e8b342c51f4b79bced8ef8fe60d57f07aefa
* | | | | | | resolved conflicts for merge of fe953c43 to masterThe Android Open Source Project2010-05-1213-12/+238
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | Change-Id: Iedf5b55f97f938242e25bcf5098982b2d3e43c68
| * | | | | | am ccfd99b1: merge from open-source masterThe Android Open Source Project2010-05-1213-12/+238
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'ccfd99b1e2a64c72ec433ebf5cf98d644ab24614' into kraken * commit 'ccfd99b1e2a64c72ec433ebf5cf98d644ab24614': Support for User to User Signaling (UUS)
| | * | | | | merge from open-source masterThe Android Open Source Project2010-05-1213-12/+238
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | Change-Id: Ib092e6ae5151bbcdf56b9b3a7adbaee7bb5df8b5
| | | * | | | Support for User to User Signaling (UUS)Naveen Kalla2010-05-1113-8/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling passing UUS information during MO and MT calls. Change-Id: I31621c0a9d3c0607d99d18c49bb6c593cadd0327