summaryrefslogtreecommitdiffstats
path: root/voip/java/com
Commit message (Expand)AuthorAgeFilesLines
* am 6f67e7bf: am 2e383bc6: Merge "Making it possible to call SIP calls with sp...Brad Fitzpatrick2011-03-291-2/+6
|\
| * Making it possible to call SIP calls with special allowed chars.Magnus Strandberg2011-03-221-2/+6
| * Merge changes Ib70e0cf2,I0691cd70 into gingerbreadHung-ying Tyan2011-01-241-8/+27
| |\
| | * SipService: registers broadcast receivers on demand.Hung-ying Tyan2011-01-071-7/+22
| | * SipService: release wake lock for cancelled tasks.Hung-ying Tyan2011-01-061-1/+5
| * | Add auth. username in SipProfile.Chung-yih Wang2011-01-071-1/+3
| |/
* | Add rport argument for a reinvite request.Chung-yih Wang2011-02-211-0/+7
* | Merge "Merge "SipService: registers broadcast receivers on demand."" into hon...Hung-ying Tyan2011-01-181-7/+22
|\ \
| * | Merge "SipService: registers broadcast receivers on demand."Hung-ying Tyan2011-01-181-7/+22
* | | Merge "SipService: release wake lock for cancelled tasks."Hung-ying Tyan2011-01-181-1/+5
|/ /
* | Merge "Add auth. username in SipProfile." from gingerbread.Chung-yih Wang2011-01-121-1/+3
|/
* Remove SIP realm/domain checkHung-ying Tyan2010-12-171-6/+8
* Check port in create peer's SIP profile.Hung-ying Tyan2010-12-161-4/+6
* Fix SIP bug of different transport/port used for requests.Chung-yih Wang2010-12-071-2/+3
* Fix race between ending and answering a SIP call.Hung-ying Tyan2010-12-011-13/+13
* Do not suppress error feedback during a SIP call.Hung-ying Tyan2010-11-301-11/+1
* Merge "Correct SipService.isOpened() implementation." into gingerbreadHung-ying Tyan2010-11-301-12/+12
|\
| * Correct SipService.isOpened() implementation.Hung-ying Tyan2010-11-021-12/+12
* | Notify SipSessions before closing SIP stack.Hung-ying Tyan2010-10-251-0/+1
|/
* Clean up pending sessions on incoming call in SipServiceHung-ying Tyan2010-10-221-2/+13
* Periodically scan wifi when wifi is not connected and wifi lock isChung-yih Wang2010-10-191-0/+48
* Handle dialing a SIP call to self.Hung-ying Tyan2010-10-193-1/+40
* Reduce logging.Joe Onorato2010-10-191-9/+9
* Fix the incorrect environment variable name for the thread pool size.Chung-yih Wang2010-10-191-1/+2
* Set the thread pool size of NIST sip stack to one.Chung-yih Wang2010-10-181-0/+6
* SipService: add wake lock for incoming INVITE packets.Hung-ying Tyan2010-10-153-46/+92
* SipService: add wake lock for multiple components.Hung-ying Tyan2010-10-142-68/+132
* Make SipService listen to WIFI state change events.Hung-ying Tyan2010-10-131-27/+23
* Merge "SipService: mScreenOn is flipped to wrong value." into gingerbreadHung-ying Tyan2010-10-121-2/+2
|\
| * SipService: mScreenOn is flipped to wrong value.Hung-ying Tyan2010-10-131-2/+2
* | Fix SipSessionGroup from throwing ConcurrentModificationExceptionHung-ying Tyan2010-10-121-1/+7
|/
* SipService: fix a missing switch-case break.Hung-ying Tyan2010-10-121-0/+1
* SipHelper: add debug log for challenge responses.Hung-ying Tyan2010-10-111-0/+2
* Do not release the wifi lock if the screen is off.Chung-yih Wang2010-10-091-1/+21
* SipService: add permission check for using APIHung-ying Tyan2010-10-081-4/+21
* Make SipService broadcast SIP_SERVICE_UP when it's up.Hung-ying Tyan2010-10-071-0/+1
* SIP: Fix busy authentication loop.Hung-ying Tyan2010-10-072-35/+30
* Merge "SIP: add SERVER_UNREACHABLE error code." into gingerbreadHung-ying Tyan2010-10-041-2/+2
|\
| * SIP: add SERVER_UNREACHABLE error code.Hung-ying Tyan2010-10-051-2/+2
* | SipService: supply PendingIntent when open a profile.Hung-ying Tyan2010-10-051-44/+29
|/
* SIP: minor fixes.Hung-ying Tyan2010-10-041-5/+18
* SipService: turn off verbose loggingHung-ying Tyan2010-10-011-1/+2
* SipService: add UID check.Hung-ying Tyan2010-09-301-15/+65
* SIP: misc fixes.Hung-ying Tyan2010-09-302-57/+91
* SIP: Feedback any provisional responses in addition to RINGHung-ying Tyan2010-09-291-1/+5
* SIP: add DisconnectCause.SERVER_ERRORHung-ying Tyan2010-09-281-5/+2
* Move SipService out of SystemServer to phone process.Hung-ying Tyan2010-09-284-0/+3308