summaryrefslogtreecommitdiffstats
path: root/voip/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | RTP: update javadocs.Chia-chi Yeh2011-03-032-44/+46
| | | | | | | | Change-Id: If600df0eb1e6135aed9f3b2eacfb6bc9ed5d78ff
* | Activate the wifi high perf. for sip calls.Chung-yih Wang2011-02-251-2/+0
| | | | | | | | | | | | bug:3487791 Change-Id: I7d8d146f8542cd7df387547c7ce3d5ded27f8e97
* | Add rport argument for a reinvite request.Chung-yih Wang2011-02-211-0/+7
| | | | | | | | | | bug:3461707 Change-Id: I69a4f84dde3929c754c838fd12e624b774f44826
* | Make SIP AuthName APIs public.Chung-yih Wang2011-02-171-5/+4
| | | | | | | | | | bug:3326867 Change-Id: I766e6e28f6ad3e84de2c9e24850d472ad00271cc
* | Merge "Merge "SipService: registers broadcast receivers on demand."" into ↵Hung-ying Tyan2011-01-181-7/+22
|\ \ | | | | | | | | | honeycomb
| * | Merge "SipService: registers broadcast receivers on demand."Hung-ying Tyan2011-01-181-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation registers receivers when SipService starts up. If the user doesn't use SIP at all, SipService will still process connecivity and wifi state change events, which involves holding wake lock and thus consumes power unnecessarily. With this CL, SipService is completely idle if the user doesn't use SIP at all. It registers receivers only when at least one account is opened. Bug: 3326998 Change-Id: Idea43747f8204b0ccad3fc05a1b1c0b29c9b2557
* | | Merge "SipService: release wake lock for cancelled tasks."Hung-ying Tyan2011-01-181-1/+5
|/ / | | | | | | | | Bug: 3327004 Change-Id: Ice47f973b5f2969f26eaa83a3e4795b2e153ba8b
* | Merge "Add auth. username in SipProfile." from gingerbread.Chung-yih Wang2011-01-122-1/+29
| | | | | | | | | | bug:3326867 Change-Id: Ic67dd7d4858f28224e4f01ad8b65bcd3a3c15f10
* | Do not set back to AudioManager.MODE_NORMAL in SipAudioCall.Chia-chi Yeh2011-01-061-10/+0
| | | | | | | | Change-Id: I8f68e01e5f8c73bb8afd44312cbfadb55aab4330
* | am aec9a33f: am e0bd2688: Merge "Check if VoIP API is supported in ↵Hung-ying Tyan2010-12-222-5/+31
|\ \ | |/ | | | | | | | | | | SipManager." into gingerbread * commit 'aec9a33f1cfc7c32690bc8e24aefaeb137ab9859': Check if VoIP API is supported in SipManager.
| * Check if VoIP API is supported in SipManager.Hung-ying Tyan2010-12-212-5/+31
| | | | | | | | | | | | | | | | | | | | This is to make SipManager.isVoipSupported() effective. Also add NPE check now that we may return null SipAudioCall when VOIP is not supported. Bug: 3251016 Change-Id: Icd551123499f55eef190743b90980922893c4a13
* | am d90bc225: am a936b256: Remove SIP realm/domain checkHung-ying Tyan2010-12-201-6/+8
|\ \ | |/ | | | | | | * commit 'd90bc225b9d6e4f8f69d984aa63062a7b20ac65c': Remove SIP realm/domain check
| * Remove SIP realm/domain checkHung-ying Tyan2010-12-171-6/+8
| | | | | | | | | | | | | | as the realm may be different from the domain. Bug: 3283834 Change-Id: I64c9f0d6d626afdb397c5d378d30afa9d6a64ca9
| * Check port in create peer's SIP profile.Hung-ying Tyan2010-12-162-5/+7
| | | | | | | | | | | | | | | | SipURI returns port -1 when port is not present in the URI. Don't call SipProfile.Builder.setPort() when that happens. Bug: 3291248 Change-Id: I8e608cbc56ea82862df55fdba885f6a864db83ab
* | Check port in create peer's SIP profile.Hung-ying Tyan2010-12-162-5/+7
| | | | | | | | | | | | | | SipURI returns port -1 when port is not present in the URI. Don't call SipProfile.Builder.setPort() when that happens. Change-Id: Ic5fe7301195705a77010038cae20d6629b33135e
* | am c9cc9ab5: am 5f86d7f5: Merge "Fix SIP bug of different transport/port ↵Chung-yih Wang2010-12-062-14/+41
|\ \ | |/ | | | | | | | | | | used for requests." into gingerbread * commit 'c9cc9ab590ef879877e466c0b5f5823e11bb4c47': Fix SIP bug of different transport/port used for requests.
| * Fix SIP bug of different transport/port used for requests.Chung-yih Wang2010-12-072-14/+41
| | | | | | | | | | bug: http://b/3156148 Change-Id: I4fa5b274d2e90ebde12d9e99822dc193a65bad32
* | am 7da1ffc9: am e2abd103: Merge "Set AudioGroup mode according to audio ↵Hung-ying Tyan2010-12-021-18/+31
|\ \ | |/ | | | | | | | | | | settings" into gingerbread * commit '7da1ffc9d2a51ef6120389a06351fd770ab45f46': Set AudioGroup mode according to audio settings
| * Merge "Set AudioGroup mode according to audio settings" into gingerbreadHung-ying Tyan2010-12-021-18/+31
| |\
| | * Set AudioGroup mode according to audio settingsHung-ying Tyan2010-11-301-18/+31
| | | | | | | | | | | | | | | | | | | | | Set AudioGroup mode according to holding, mute and speaker phone settings. Bug: 3119690 Change-Id: I02803ae105409b7f8482e6c2ef3e67623bd54e03
* | | am 6034f9b2: am 06e8cdc0: Fix race between ending and answering a SIP call.Hung-ying Tyan2010-12-011-13/+13
|\ \ \ | |/ / | | | | | | | | | * commit '6034f9b2664799cb4f983657a78023b49efff825': Fix race between ending and answering a SIP call.
| * | Fix race between ending and answering a SIP call.Hung-ying Tyan2010-12-011-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | + Also fix race between ending and changing (holding/unholding) a SIP call. + Remove an unused method. Bug : 3128233 Change-Id: Ie18d8333a88f0d9906d54988243d909b58e07e4b
* | | am ed34b244: am d7116ff1: Merge "Do not suppress error feedback during a SIP ↵Hung-ying Tyan2010-12-011-11/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | call." into gingerbread * commit 'ed34b244f1665b604d2a291db504415b10a514d7': Do not suppress error feedback during a SIP call.
| * | Do not suppress error feedback during a SIP call.Hung-ying Tyan2010-11-301-11/+1
| |/ | | | | | | | | Bug: 3124788 Change-Id: Ia0a06f72336d1795515428eba0c9f875c32d13d1
* | Merge "RTP: Prepare to unhide the APIs."Chia-chi Yeh2010-11-303-45/+100
|\ \
| * | RTP: Prepare to unhide the APIs.Chia-chi Yeh2010-12-013-45/+100
| | | | | | | | | | | | | | | | | | Polish things a little bit. Change-Id: I2c3cea8b34b9c858879bc722ea1f38082ba22b8d
* | | am c41b27e2: am 349f3509: Merge "Correct SipService.isOpened() ↵Hung-ying Tyan2010-11-301-12/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | implementation." into gingerbread * commit 'c41b27e2748ee19620636a14721a1dc14c3b418c': Correct SipService.isOpened() implementation.
| * | Merge "Correct SipService.isOpened() implementation." into gingerbreadHung-ying Tyan2010-11-301-12/+12
| |\ \
| | * | Correct SipService.isOpened() implementation.Hung-ying Tyan2010-11-021-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it return true for all existing accounts. Rename mOpened to mOpenedToReceiveCalls to make it less confusing. Bug: 3155849 Change-Id: I327f411bf76afd73434ad1fa2ffef3db1e35d778
* | | | am 5c85338d: am d9e12303: Merge "Notify SipSessions before closing SIP ↵Hung-ying Tyan2010-11-301-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | stack." into gingerbread * commit '5c85338dcf85462534d85440ded100a8012ff9dd': Notify SipSessions before closing SIP stack.
| * | | Merge "Notify SipSessions before closing SIP stack." into gingerbreadHung-ying Tyan2010-11-301-0/+1
| |\ \ \
| | * | | Notify SipSessions before closing SIP stack.Hung-ying Tyan2010-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3116480 Change-Id: I748d63382ade250aed27ccb09ea68c76a433fd27
* | | | | am 0e58a952: am 0bba9535: Merge "Throw proper exceptions in SipManager" into ↵Hung-ying Tyan2010-11-301-7/+11
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | | | | | | | | gingerbread * commit '0e58a9529895e270dae90e69486a59e41de714b8': Throw proper exceptions in SipManager
| * | | Throw proper exceptions in SipManagerHung-ying Tyan2010-11-031-7/+11
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of silently returning null and causing NPE in applications as returning null is not documented in the javadoc. Add connection to the connection list in SipCall after dial() succeeds so that we don't need to clean up if it fails. The original code will cause the failed connection to continue to live in the SipCall and in next dial() attempt, a new connection is created and the in-call screen sees two connections in the call and thus shows conference call UI. Bug: 3157234, 3157387 Change-Id: Iabc3235f781c4f1e09384a67ad56b09ad2c12e5e
* | | am 9a8df805: am 1112632a: Merge "docs: revise javadocs for sip add a package ↵Scott Main2010-10-298-69/+118
|\ \ \ | |/ / | | | | | | | | | | | | | | | description, revise class descriptions and edit some method docs" into gingerbread * commit '9a8df8054b2e38a27d8e8e6b17365979218f0e3f': docs: revise javadocs for sip add a package description, revise class descriptions and edit some method docs
| * | docs: revise javadocs for sipScott Main2010-10-288-69/+118
| |/ | | | | | | | | | | add a package description, revise class descriptions and edit some method docs Change-Id: Ice969a99c830349674c65d99e4b7a6f1d2f24a7e
* | am d4d3f36f: am 1257d330: Merge "Clean up pending sessions on incoming call ↵Hung-ying Tyan2010-10-221-2/+13
|\ \ | |/ | | | | | | | | | | | | | | in SipService" into gingerbread Merge commit 'd4d3f36f4c25b41f4253eadd5e67035fe220cad3' * commit 'd4d3f36f4c25b41f4253eadd5e67035fe220cad3': Clean up pending sessions on incoming call in SipService
| * Clean up pending sessions on incoming call in SipServiceHung-ying Tyan2010-10-221-2/+13
| | | | | | | | | | Bug: 3122186 Change-Id: I25c9aa19d138f6940a29025d54e7bc2ffb7daa29
* | am bdc15d8b: am 4056ab97: Merge "Add permission requirements to SipAudioCall ↵Hung-ying Tyan2010-10-212-1/+22
|\ \ | |/ | | | | | | | | | | | | | | and SipManager javadoc." into gingerbread Merge commit 'bdc15d8b43e7763bf72780d0f683b223b8cf6625' * commit 'bdc15d8b43e7763bf72780d0f683b223b8cf6625': Add permission requirements to SipAudioCall and SipManager javadoc.
| * Add permission requirements to SipAudioCall and SipManager javadoc.Hung-ying Tyan2010-10-212-1/+22
| | | | | | | | | | | | Bug: 3116259 Change-Id: I00a033794e9d3e1c2d2ccfe4e612cd50003ec2ee
* | am 51028569: am 1180f2a0: Merge "Remove ringtone API from SipAudioCall." ↵Hung-ying Tyan2010-10-212-99/+1
|\ \ | |/ | | | | | | | | | | | | | | into gingerbread Merge commit '5102856947595cffc1cceb11b9e4c5baf70b2e82' * commit '5102856947595cffc1cceb11b9e4c5baf70b2e82': Remove ringtone API from SipAudioCall.
| * Remove ringtone API from SipAudioCall.Hung-ying Tyan2010-10-202-99/+1
| | | | | | | | | | | | | | | | (watch out auto-merge conflict for SipAudioCall). Bug: 3113033, related CL: https://android-git/g/#change,75185 Change-Id: Ib48d3b990e229e0b341e47e10e76934e1a50d10f
* | am aefcdde4: am 4944fdd7: Periodically scan wifi when wifi is not connected ↵Chung-yih Wang2010-10-211-0/+48
|\ \ | |/ | | | | | | | | | | | | | | and wifi lock is grabbed in SipService. Merge commit 'aefcdde4bdf2be74bdf9620359830faeed5419e6' * commit 'aefcdde4bdf2be74bdf9620359830faeed5419e6': Periodically scan wifi when wifi is not connected and wifi lock is
| * Periodically scan wifi when wifi is not connected and wifi lock isChung-yih Wang2010-10-191-0/+48
| | | | | | | | | | | | | | grabbed in SipService. bug: http://b/3077454 Change-Id: I153974325c29e0f927c8eb7fdbc4725aaf10087d
* | am 35d9e770: am 0a6e717f: Handle dialing a SIP call to self.Hung-ying Tyan2010-10-213-1/+40
|\ \ | |/ | | | | | | | | | | Merge commit '35d9e7701eea343d8cdfcd3c990ae74685b299b2' * commit '35d9e7701eea343d8cdfcd3c990ae74685b299b2': Handle dialing a SIP call to self.
| * Handle dialing a SIP call to self.Hung-ying Tyan2010-10-193-1/+40
| | | | | | | | | | | | | | | | | | Reply BUSY HERE response so server may redirect the call to the voice mailbox. http://b/issue?id=3103072 http://b/issue?id=3109479 Change-Id: I81f5dd59ad87298dd9dda87084538ee460eabba8
* | resolved conflicts for merge of 368fdba4 to masterBrad Fitzpatrick2010-10-211-9/+9
|\ \ | |/ | | | | Change-Id: I42b7b433c86a71a5da5db67109f056a280077c9d
| * Reduce logging.Joe Onorato2010-10-191-9/+9
| | | | | | | | | | | | | | | | | | | | Remember, the system and main logs are - Shared resources - Primarily for recording problems - To be used only for large grained events during normal operation Bug: 3104855 Change-Id: I136fbd101917dcbc8ebc3f96f276426b48bde7b7
* | am cd6fe63f: am b4116c09: Fix the incorrect environment variable name for ↵Chung-yih Wang2010-10-191-1/+2
|\ \ | |/ | | | | | | | | | | | | | | the thread pool size. Merge commit 'cd6fe63fdc2e99da11b19a233afd81e2448d0db2' * commit 'cd6fe63fdc2e99da11b19a233afd81e2448d0db2': Fix the incorrect environment variable name for the thread pool size.
| * Fix the incorrect environment variable name for the thread pool size.Chung-yih Wang2010-10-191-1/+2
| | | | | | | | | | bug: http://b/3099715 Change-Id: I531048414f22c8edcd9c4f815c12a0bdd6347640