summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Fix Phone-based locale selection to never choose a lang-only locale.Robert Greenwalt2009-05-061-13/+8
| | | | | This avoids us using the non-standard lang-only locale when communicating off device. Fixes 1810133.
* clean up cdma sms creation and parsingTammo Spalink2009-05-013-215/+311
| | | | | | | | | | related to issue http://b/issue?id=1782245 - fixes 7bit ASCII encode and decode (previous completely broken) - also consolidates encoding of user data, and changed to match the conventions of the new data coding -- previously likely broken for several cases
* Add RIL_UNSOL_OEM_HOOK_RAW.Jaikumar Ganesh2009-04-303-23/+38
| | | | | Add RIL_UNSOL_OEM_HOOK_RAW for OEMs to send Unsolicitied commands from the baseband.
* am 14533d2: AI 147720: Set default language for NL to nl.Bill Napier2009-04-281-1/+1
|\ | | | | | | | | | | | | Merge commit '14533d2652ce786f1ca84af1b54adaa201455989' into donut * commit '14533d2652ce786f1ca84af1b54adaa201455989': AI 147720: Set default language for NL to nl.
| * AI 147720: Set default language for NL to nl.Bill Napier2009-04-241-1/+1
| | | | | | | | | | | | BUG=1781746 Automated import of CL 147720
* | am 78b1511: AI 147541: Add cs as default language for cz.Bill Napier2009-04-281-2/+2
|\ \ | |/ | | | | | | | | | | Merge commit '78b1511d96f0b2123bfadf51c5c1ccf33cdd2b3d' into donut * commit '78b1511d96f0b2123bfadf51c5c1ccf33cdd2b3d': AI 147541: Add cs as default language for cz.
| * AI 147541: Add cs as default language for cz.Bill Napier2009-04-231-5/+5
| | | | | | | | | | | | BUG=1781746 Automated import of CL 147541
| * AI 146123: Change Belfast to DublinRamanan Rajeswaran2009-04-141-1/+1
| | | | | | | | | | | | BUG=1788466 Automated import of CL 146123
| * AI 145993: Fix Phone-oriented default-locale selection.Robert Greenwalt2009-04-131-6/+6
| | | | | | | | | | | | | | | | When several locales for a given language are available we were always selecting the first. BUG=1785986 Automated import of CL 145993
| * AI 145892: Add Ireland, Switzerland, New Zealand, South Africa to MccTableRamanan Rajeswaran2009-04-131-5/+4
| | | | | | | | | | | | BUG=1786030 Automated import of CL 145892
| * AI 143898: Attempt to set the device Locale (if not already set) at phoneRobert Greenwalt2009-03-312-46/+98
| | | | | | | | | | | | | | | | | | | | init based on the phone's reported carrier ID. Uses a core system resource string-array to contain the mapping of carrier ID -> default locale. This should be set per project in an overlay. BUG=1731384 Automated import of CL 143898
| * Automated import from //branches/cupcake/...@142924,142924John Wang2009-03-262-3/+52
| |
| * Automated import from //branches/cupcake/...@142334,142334John Huang2009-03-241-1/+2
| |
| * auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-193-4/+95
| |
* | enable additional cdma sms fields and user data encodingsTammo Spalink2009-04-283-118/+288
| | | | | | | | | | | | enable ia5 and octet user data encodings properly expose parsed user data support additional bearer data subparameter types
* | Merge change 531 into donutAndroid (Google) Code Review2009-04-242-24/+102
|\ \ | | | | | | | | | | | | * changes: Teleca 090414 & 090423 patches for CDMA to complete phase1 work.
| * | Teleca 090414 & 090423 patches for CDMA to complete phase1 work.Wink Saville2009-04-242-24/+102
| | |
* | | Merge change 528 into donutAndroid (Google) Code Review2009-04-244-49/+113
|\ \ \ | | | | | | | | | | | | | | | | * changes: Send the path of the EF file for ICC IO
| * | | Send the path of the EF file for ICC IOJaikumar Ganesh2009-04-244-49/+113
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send the path of the EF file for ICC IO Command. Currently, this is null. This is for the upcoming support for USIM and CDMA changes. Tested: 1. Intial load of records while boot up. 2. Importing contacts from SIM. 3. Voice mail. 4. SMS
* | | Merge change 402 into donutAndroid (Google) Code Review2009-04-241-48/+27
|\ \ \ | | | | | | | | | | | | | | | | * changes: remove seemingly now unnecessary workaround path
| * | | remove seemingly now unnecessary workaround pathTammo Spalink2009-04-241-48/+27
| |/ /
* | | Merge change 415 into donutAndroid (Google) Code Review2009-04-241-26/+26
|\ \ \ | |/ / |/| | | | | | | | * changes: code cleanup
| * | code cleanupTammo Spalink2009-04-231-26/+26
| | |
* | | removed extra event log tagTammo Spalink2009-04-231-4/+1
|/ /
* | Changes for new ril.h.Wink Saville2009-04-227-17/+48
| | | | | | | | | | | | | | These allow RIL.java to assume ril.cpp is interfacing to the new CDMA capable vendor ril. At the moment we don't have a full CDMA capabile ril so thre are some NEWRIL:TODO's in the code base to identify these areas.
* | normalize the DATA_STATE_RADIO_OFF event log id definitionTammo Spalink2009-04-224-5/+3
| | | | | | | | Was this different intentionally? It looks internal, and with very limited usage, and so easy to bring in line with the others...
* | remove superfluous linesTammo Spalink2009-04-222-8/+0
| |
* | eliminate seemingly pointless conversion to and then from hex stringTammo Spalink2009-04-151-19/+6
| |
* | telephony: Don't disable an APN type that is not enabled.Mike Lockwood2009-04-141-3/+5
| | | | | | | | | | | | | | Fixes a bad interaction between MMS and SUPL that occurs when they are using the same APN. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 133 into donutAndroid (Google) Code Review2009-04-146-446/+553
|\ \ | | | | | | | | | | | | * changes: Initial code for cdma sms encode and decode, in java, with simple tests.
| * | Initial code for cdma sms encode and decode, in java, with simple tests.Tammo Spalink2009-04-146-446/+553
| | | | | | | | | | | | (direct cherry-pick of master 42/42/8)
* | | Merge change 142 into donutAndroid (Google) Code Review2009-04-143-13/+29
|\ \ \ | | | | | | | | | | | | | | | | * changes: telephony: Add support for bringing up GSM data connections for GPS SUPL.
| * | | telephony: Add support for bringing up GSM data connections for GPS SUPL.Mike Lockwood2009-04-143-13/+29
| | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Merge branch 'readonly-p4-donut' into donutRamanan Rajeswaran2009-04-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | AI 146124: am: CL 146123 Change Belfast to DublinRamanan Rajeswaran2009-04-141-1/+1
| |/ / | | | | | | | | | | | | | | | | | | Original author: ramanan Merged from: //branches/cupcake/... Automated import of CL 146124
* | | Merge change 105 into donutAndroid (Google) Code Review2009-04-136-24/+25
|\ \ \ | |/ / |/| | | | | | | | * changes: Fix crash when mSST is null and change default to GSM.
| * | Fix crash when mSST is null and change default to GSM.Wink Saville2009-04-136-24/+25
| | |
* | | AI 145995: am: CL 145993 Fix Phone-oriented default-locale selection.Robert Greenwalt2009-04-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | When several locales for a given language are available we were always selecting the first. Original author: rgreenwalt Merged from: //branches/cupcake/... Automated import of CL 145995
* | | AI 145981: am: CL 145892 Add Ireland, Switzerland, New Zealand, South Africa ↵Ramanan Rajeswaran2009-04-131-5/+4
|/ / | | | | | | | | | | | | | | | | to MccTable Original author: ramanan Merged from: //branches/cupcake/... Automated import of CL 145981
* | AI 144705: Teleca patch from 03/27/2009, fixes some CDMA issues.Wink Saville2009-04-064-33/+39
| | | | | | | | Automated import of CL 144705
* | AI 144688: Fix CDMA ril call sequence numbers.Jaikumar Ganesh2009-04-061-20/+20
| | | | | | | | | | | | | | | | | | RIL calls cannot have any gaps in their numbering. This was introduced by the CDMA code merge. This was partially fixed only in ril.h. We need to change the Constants file too. BUG=1765265 Automated import of CL 144688
* | AI 144593: Fix GSM cell location updates.Mike Lockwood2009-04-051-2/+2
| | | | | | | | | | | | BUG=1761611 Automated import of CL 144593
* | AI 144185: Integrate cdma into the main code base.Wink Saville2009-04-02125-6287/+20405
| | | | | | | | Automated import of CL 144185
* | AI 143900: am: CL 143898 Attempt to set the device Locale (if not already ↵Robert Greenwalt2009-03-312-46/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | set) at phone init based on the phone's reported carrier ID. Uses a core system resource string-array to contain the mapping of carrier ID -> default locale. This should be set per project in an overlay. Original author: rgreenwalt Merged from: //branches/cupcake/... Automated import of CL 143900
* | AI 143181: am: CL 142924 Support DCM specific MMI network service.John Wang2009-03-272-3/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | IExtendedNetworkService has 4 MMI service interface used by PhoneUtils to put DCM related nw service. void setMmiString(String number); CharSequence getMmiRunningText(); CharSequence getUserMessage(CharSequence text); void clearMmiString(); And the service is bind via "com.android.ussd.IExtendedNetworkService". Original author: johnwang Merged from: //branches/cupcake/... Automated import of CL 143181
* | Automated import from //branches/donutburger/...@142336,142336John Huang2009-03-241-1/+2
| |
* | Automated import from //branches/donutburger/...@140756,140756John Huang2009-03-242-1/+94
| |
* | Automated import from //branches/donutburger/...@140572,140572John Wang2009-03-241-3/+1
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-187-66/+147
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-135-24/+70
|