index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
telephony
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
Wink Saville
2009-10-26
1
-1
/
+1
*
Merge change I2811f162 into eclair
Android (Google) Code Review
2009-10-26
3
-5
/
+11
|
\
|
*
Add Authentication Type field to the APN settings.
Jaikumar Ganesh
2009-10-26
3
-5
/
+11
*
|
Merge change Ie7105dae into eclair
Android (Google) Code Review
2009-10-22
2
-2
/
+4
|
\
\
|
*
|
Handle bad SIM message
Tom Taylor
2009-10-22
2
-2
/
+4
|
|
/
*
|
Send "encoding problem" to the network for general errors during SMS dispatch.
jsh
2009-10-21
2
-1
/
+2
|
/
*
telephony/cdma: Fix Erroneous Roaming Indicators and Latitude-Longitude parsing
Naveen Kalla
2009-10-21
2
-45
/
+90
*
Log exception if we hit an error parsing an incoming SMS message.
jsh
2009-10-19
2
-0
/
+2
*
Make sure CF icon updates when using "all CF" MMI.
jsh
2009-10-14
1
-1
/
+2
*
Futher reduce the logging of EriManager.
Robert Greenwalt
2009-10-13
1
-1
/
+1
*
Make standard roaming indicator display indications configurable
Libin Tang
2009-10-12
1
-3
/
+13
*
Reduce the amount of EriManager Logging.
Robert Greenwalt
2009-10-12
1
-9
/
+9
*
Make PhoneStateListeners not call TelephonyManager
Robert Greenwalt
2009-10-09
6
-5
/
+68
*
Add PERIOD char to CDMA address sugar list.
Tammo Spalink
2009-10-05
1
-1
/
+1
*
Unhide constant DATA_ACTIVITY_DORMANT.
John Wang
2009-10-01
1
-1
/
+0
*
Update from API review.
Dianne Hackborn
2009-09-30
1
-0
/
+4
*
Revert setDataEnabled to setting a master switch.
Robert Greenwalt
2009-09-30
4
-13
/
+42
*
Telephony: Add a failure cause for CDMA call failures and rename
Naveen Kalla
2009-09-29
5
-6
/
+13
*
Fix the reporting of ActiveApnTypes on CDMA
Robert Greenwalt
2009-09-29
2
-13
/
+27
*
Merge change I49fbfc68 into eclair
Android (Google) Code Review
2009-09-29
1
-0
/
+12
|
\
|
*
Add PhoneNumberUtils.compare() method that uses a resource to determine stric...
Evan Millar
2009-09-29
1
-0
/
+12
*
|
Merge change Ib23e57cf into eclair
Android (Google) Code Review
2009-09-29
2
-58
/
+33
|
\
\
|
*
|
Set roaming based on both data and voice.
John Wang
2009-09-28
2
-58
/
+33
*
|
|
Fix the reporting of ActiveApnTypes on CDMA
Robert Greenwalt
2009-09-28
1
-2
/
+2
|
|
/
|
/
|
*
|
Fix Cdma re-start of default connection.
Robert Greenwalt
2009-09-27
1
-4
/
+11
*
|
Fix ConnectivityManager's handling of apn switch.
Robert Greenwalt
2009-09-25
1
-16
/
+20
*
|
Unhide NETWORK_TYPE_XXX.
John Wang
2009-09-25
1
-8
/
+2
*
|
Update CID in NeighboringCellInfo
johnwang
2009-09-25
3
-25
/
+221
*
|
Add null check at isEmergencyNumber().
Peng Zhu
2009-09-24
1
-0
/
+3
|
/
*
Print IMEI/MEID in dumpsys.
jsh
2009-09-24
2
-0
/
+29
*
Add Phone.getPhoneType() operation.
Tammo Spalink
2009-09-24
10
-59
/
+66
*
Resolve race conditions with disconnect of CDMA data and airplane mode
Yong Zhang
2009-09-21
1
-3
/
+6
*
Merge change 26171 into eclair
Android (Google) Code Review
2009-09-21
1
-15
/
+43
|
\
|
*
Fix several CDMA call collision cases
Wink Saville
2009-09-21
1
-15
/
+43
*
|
make PhoneNumberUtils.compareLoosely use MIN_MATCH of 7 instead of 5.
Wei Huang
2009-09-20
1
-5
/
+19
|
/
*
Add ring back tone notification.
John Wang
2009-09-20
7
-0
/
+67
*
Implement compareStrictly() using phone_number_compare() written in C.
Daisuke Miyakawa
2009-09-19
1
-120
/
+492
*
Moved the toString method in the parent Connection class.
Nicolas Catania
2009-09-19
3
-9
/
+23
*
Fix potential ArrayIndexOutOfBoundsException.
jsh
2009-09-18
1
-1
/
+1
*
Merge change 25810 into eclair
Android (Google) Code Review
2009-09-18
1
-10
/
+18
|
\
|
*
Fix pause-wait dial string conversion error
Libin Tang
2009-09-18
1
-10
/
+18
*
|
Fix typo in SECONDARY_DATA_RETRY_CONFIG
Robert Greenwalt
2009-09-18
1
-1
/
+1
|
/
*
telephony: Add CdmaCellLocation class to the public API.
Mike Lockwood
2009-09-17
1
-3
/
+3
*
Message Reject notification shouldn't be shown in Emergency Calling Mode
Satish Roddom
2009-09-17
1
-1
/
+1
*
Merge change 25535 into eclair
Android (Google) Code Review
2009-09-17
2
-2
/
+33
|
\
|
*
CDMA Check for network duplicate sms
Christian Gustafsson
2009-09-17
2
-2
/
+33
*
|
Added a field to track if the call is to a voicemail instance.
Nicolas Catania
2009-09-16
7
-65
/
+191
|
/
*
Merge change 25092 into eclair
Android (Google) Code Review
2009-09-15
6
-14
/
+360
|
\
|
*
New field in CallerInfo to cache if the call is an emergency one.
Nicolas Catania
2009-09-15
6
-14
/
+360
*
|
Fix call collision issue
Libin Tang
2009-09-15
1
-25
/
+59
[next]