-
Notifications
You must be signed in to change notification settings - Fork 196
Comparing changes
Open a pull request
base repository: react-native-webrtc/react-native-incall-manager
base: 1.5.0
head repository: react-native-webrtc/react-native-incall-manager
compare: master
Commits on Aug 23, 2016
-
do not unregister event when app goes to background.
since VoIP app switch focosed activity oftenly we should allow incall manager to manage audio route during background and incall manager's life cycle should controled by app logic
Configuration menu - View commit details
-
Copy full SHA for bd03595 - Browse repository at this point
Copy the full SHA bd03595View commit details -
bd03595 do not unregister event when app goes to background. ( zxcpoiu 2016-08-23 13:05:41 +0800)
Configuration menu - View commit details
-
Copy full SHA for 8a91500 - Browse repository at this point
Copy the full SHA 8a91500View commit details
Commits on Oct 26, 2016
-
Scott Baar committed
Oct 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 7fa4301 - Browse repository at this point
Copy the full SHA 7fa4301View commit details -
Scott Baar committed
Oct 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 9853b02 - Browse repository at this point
Copy the full SHA 9853b02View commit details
Commits on Oct 31, 2016
-
Merge pull request #11 from scottbMedl/master
Fix uint cast for audio event listener
Configuration menu - View commit details
-
Copy full SHA for 5303693 - Browse repository at this point
Copy the full SHA 5303693View commit details
Commits on Nov 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9453fcd - Browse repository at this point
Copy the full SHA 9453fcdView commit details -
android: add limit seconds when play ringtone
in some cases, app will into infinite loop to play ringtone. add `seconds` argument to startRingtone to limit it
Configuration menu - View commit details
-
Copy full SHA for 3a31f9a - Browse repository at this point
Copy the full SHA 3a31f9aView commit details -
3a31f9a android: add limit seconds when play ringtone ( zxcpoiu 2016-11-01 20:11:30 +0800)
Configuration menu - View commit details
-
Copy full SHA for 27f10a3 - Browse repository at this point
Copy the full SHA 27f10a3View commit details
Commits on Nov 4, 2016
-
Swift 2.3 compatibility change
David Perrenoud authoredNov 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 9a76ba5 - Browse repository at this point
Copy the full SHA 9a76ba5View commit details
Commits on Nov 6, 2016
-
Merge pull request #14 from davidperrenoud/patch-1
Swift 2.3 compatibility change
Configuration menu - View commit details
-
Copy full SHA for 33c6b43 - Browse repository at this point
Copy the full SHA 33c6b43View commit details -
9a76ba5 Swift 2.3 compatibility change ( David Perrenoud 2016-11-04 14:38:13 +0100)
Configuration menu - View commit details
-
Copy full SHA for d1a9b94 - Browse repository at this point
Copy the full SHA d1a9b94View commit details
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 78ab6c2 - Browse repository at this point
Copy the full SHA 78ab6c2View commit details
Commits on Dec 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for be16124 - Browse repository at this point
Copy the full SHA be16124View commit details
Commits on Dec 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3b31bd6 - Browse repository at this point
Copy the full SHA 3b31bd6View commit details
Commits on Dec 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3b91525 - Browse repository at this point
Copy the full SHA 3b91525View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fd2bd14 - Browse repository at this point
Copy the full SHA fd2bd14View commit details
Commits on Jan 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 23aa455 - Browse repository at this point
Copy the full SHA 23aa455View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fb732 - Browse repository at this point
Copy the full SHA e5fb732View commit details
Commits on Jan 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f474a35 - Browse repository at this point
Copy the full SHA f474a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2089148 - Browse repository at this point
Copy the full SHA 2089148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e96f99 - Browse repository at this point
Copy the full SHA 6e96f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0caf8 - Browse repository at this point
Copy the full SHA 0c0caf8View commit details -
Merge pull request #24 from sagivo/master
1. support for RN 0.40 2. refactor to new swift 3
Configuration menu - View commit details
-
Copy full SHA for 08785a4 - Browse repository at this point
Copy the full SHA 08785a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095c820 - Browse repository at this point
Copy the full SHA 095c820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7116c24 - Browse repository at this point
Copy the full SHA 7116c24View commit details -
use specific vibration pattern instead repeat
use repeat will cause infinite loop in some cases. ex: network interrupted, did not receive hangup signal, ...etc
Configuration menu - View commit details
-
Copy full SHA for 3bae639 - Browse repository at this point
Copy the full SHA 3bae639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 179b99a - Browse repository at this point
Copy the full SHA 179b99aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa8fa4 - Browse repository at this point
Copy the full SHA 8fa8fa4View commit details -
8fa8fa4 Update README for swift 3 migration ( zxcpoiu 2017-01-26 17:33:45 +0800) 179b99a Update README.md ( zxcpoiu 2017-01-26 17:22:59 +0800) 3bae639 use specific vibration pattern instead repeat ( zxcpoiu 2016-11-01 17:57:19 +0800) 7116c24 add vibration support ios ( zxcpoiu 2016-08-01 14:12:10 +0800) 095c820 bump react-native dependency to 0.40.0 ( zxcpoiu 2017-01-26 16:58:53 +0800) 0c0caf8 update readme old version ( Sagiv Ofek 2017-01-25 22:10:57 -0500) 6e96f99 update readme and bump version ( Sagiv Ofek 2017-01-25 21:12:33 -0500) 2089148 reverse order of nil param ( Sagiv Ofek 2017-01-25 20:59:52 -0500) f474a35 refactor to new swift version ( Sagiv Ofek 2017-01-25 20:54:44 -0500) 23aa455 RN 0.4.0 support ( Jan 2017-01-25 15:19:58 +0800) 3b91525 Update index.js ( Alexander Chernoshej 2016-12-05 19:01:48 +0300) be16124 update to ringtome ( Sagiv Ofek 2016-12-01 11:06:09 -0500) 78ab6c2 remove dup filenames ( Sagiv Ofek 2016-11-30 17:32:06 -0500)
Configuration menu - View commit details
-
Copy full SHA for ace23c4 - Browse repository at this point
Copy the full SHA ace23c4View commit details
Commits on Feb 23, 2017
-
Added iOS support for controlling system flash
Added iOS support for controlling system flash with configurable brightness
Configuration menu - View commit details
-
Copy full SHA for b24eeab - Browse repository at this point
Copy the full SHA b24eeabView commit details
Commits on Feb 27, 2017
-
Merge pull request #25 from stepanvotava/set-flash-on-ios
Added iOS support for controlling system flash
Configuration menu - View commit details
-
Copy full SHA for 9386eba - Browse repository at this point
Copy the full SHA 9386ebaView commit details
Commits on Apr 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1564c32 - Browse repository at this point
Copy the full SHA 1564c32View commit details
Commits on Apr 23, 2017
-
Merge pull request #31 from bryant1410/master
Fix broken headings in Markdown files
Configuration menu - View commit details
-
Copy full SHA for 8d0ccce - Browse repository at this point
Copy the full SHA 8d0ccceView commit details
Commits on May 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9370858 - Browse repository at this point
Copy the full SHA 9370858View commit details
Commits on May 31, 2017
-
Merge pull request #35 from tsugitta/update_to_swift3_syntax
Update some codes syntax to swift3 which cause errors
Configuration menu - View commit details
-
Copy full SHA for 00c8af1 - Browse repository at this point
Copy the full SHA 00c8af1View commit details
Commits on Aug 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 29f748b - Browse repository at this point
Copy the full SHA 29f748bView commit details
Commits on Aug 3, 2017
-
Merge pull request #43 from brunsy/master
Handle RN 0.47 breaking change (createJSModules)
Configuration menu - View commit details
-
Copy full SHA for 7e41276 - Browse repository at this point
Copy the full SHA 7e41276View commit details
Commits on Aug 8, 2017
-
Added getIsWiredHeadsetPluggedIn to bridge methods (#42)
* Added native method so can know initial state of isWiredHeadsetPluggedIn * Changed Impelementation to async style and restrict only ios
Configuration menu - View commit details
-
Copy full SHA for dd6a4f7 - Browse repository at this point
Copy the full SHA dd6a4f7View commit details -
wakelock: acquire lock during whole ringtone and start process
some buggy devices would enter sleep/power saving mode while screen is turned of by proximity sensor. it may cause unexpected disconnection when user using earpiece to talk. so there is no need to acquire/release on every manualTurnScreen On/Off
Configuration menu - View commit details
-
Copy full SHA for a2d710e - Browse repository at this point
Copy the full SHA a2d710eView commit details -
a2d710e wakelock: acquire lock during whole ringtone and start process ( zxcpoiu 2017-08-08 20:33:48 +0800) dd6a4f7 Added getIsWiredHeadsetPluggedIn to bridge methods (#42) ( Masaori Hirono 2017-08-08 22:05:53 +0900) 29f748b handle RN 0.47 breaking change (createJSModules removed from ReactPackage) ( Pete 2017-08-02 12:54:10 +1200) 9370858 Update some codes syntax to swift3 which causes errors ( Toshinori Tsugita 2017-05-25 14:20:06 +0900) 1564c32 Fix broken Markdown headings ( Santiago Castro 2017-04-16 16:40:34 -0300) b24eeab Added iOS support for controlling system flash ( Stepan Votava 2017-02-23 14:23:31 +0100)
Configuration menu - View commit details
-
Copy full SHA for 3a79c04 - Browse repository at this point
Copy the full SHA 3a79c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71dde43 - Browse repository at this point
Copy the full SHA 71dde43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e37c4 - Browse repository at this point
Copy the full SHA 53e37c4View commit details
Commits on Sep 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 93fd78b - Browse repository at this point
Copy the full SHA 93fd78bView commit details
Commits on Nov 30, 2017
-
The title is not legally mandated, but it's recommended in the license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license).
Configuration menu - View commit details
-
Copy full SHA for e98d670 - Browse repository at this point
Copy the full SHA e98d670View commit details
Commits on Dec 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0625fa4 - Browse repository at this point
Copy the full SHA 0625fa4View commit details
Commits on Dec 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 80aeeb3 - Browse repository at this point
Copy the full SHA 80aeeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a8f14 - Browse repository at this point
Copy the full SHA b5a8f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af789f - Browse repository at this point
Copy the full SHA 0af789fView commit details -
Merge pull request #57 from zxcpoiu/convert-objc
iOS: rewrite using Obj-C
Configuration menu - View commit details
-
Copy full SHA for 81741ad - Browse repository at this point
Copy the full SHA 81741adView commit details -
Merge pull request #58 from zxcpoiu/bluetooth
[REFACTOR] android: support bluetooth / combined with AppRTC Demo's
Configuration menu - View commit details
-
Copy full SHA for 84b2285 - Browse repository at this point
Copy the full SHA 84b2285View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.