1. b9f5869 Make PeerConnectionClient non-singleton. by sakal · 8 years ago
  2. 2dca06f Deprecate IceServer constructors and update dependencies by Diogo Real · 8 years ago
  3. d1c851e Add a field trial to produce VideoFrames in camera capturers. by sakal · 8 years ago
  4. a7b06a4 Fix fullscreen scaling in AppRTCMobile. by sakal · 8 years ago
  5. 5c4f325 Suppress MissingPrefix using tools attribute by Ingemar Ådahl · 8 years ago
  6. 8f24325 Fixes build issue based on usage of Android O specific API by henrika · 8 years ago
  7. 1b41440 Fix do not unregister bluetooth receiver if it was not registered by Gustavo Garcia · 8 years ago
  8. 7b6610a Adds support for USB audio devices in AppRTCMobile on Android. by henrika · 8 years ago
  9. 9a46037 Improves audio-routing in combination with BT in AppRTCMobile on Android. by henrika · 8 years ago
  10. 4a165bf Switch from ScheduledExecutorService to ExecutorService. by Sami Kalliomäki · 8 years ago
  11. 36ec1a6 AppRTCMobile support to turn off the WebRTC AGC and HPF by peah · 8 years ago
  12. 7aa35a5 Support running AppRTC without a TURN ICE server by oprypin · 8 years ago
  13. acc5942 Initial implementation of Android audio playback error handling. by glaznev · 8 years ago
  14. 20fe45a Fix lint issues on Android. by sakal · 8 years ago
  15. 86a6787 Properly send URL parameters in all requests by oprypin · 8 years ago
  16. bb858fb Remove unnecessary runtime API-level checks. by sakal · 8 years ago
  17. f14b63f Update FlexFEC field trial string in AppRTCMobile Android. by brandtr · 8 years ago
  18. 2e060d3 Espresso test for loopback video quality testing by oprypin · 8 years ago
  19. 8d07186 Add error codes for Android audio recording start errors. by glaznev · 8 years ago
  20. f4509f8 Removing unnecessary parameters from initializeAndroidGlobals. by deadbeef · 8 years ago
  21. ce7c6db Add kjellander to OWNERS for *.py in examples/android{app,tests} by kjellander · 8 years ago
  22. b3f186f Revert of Add the url attribute to the IceCandidate (Java Wrapper) (patchset #4 id:120001 of https://codereview.webrtc.org/2690593002/ ) by deadbeef · 8 years ago
  23. 19a970a Add the url attribute to the IceCandidate (Java Wrapper) by zhihuang · 8 years ago
  24. 9ec16e3 Android AppRTCMobile: Add setting for selecting H264 Baseline or High profile by Magnus Jedvert · 8 years ago
  25. d4d03b3 Revert of Add the url attribute to the IceCandidate (Java Wrapper) (patchset #3 id:60001 of https://codereview.webrtc.org/2690593002/ ) by deadbeef · 8 years ago
  26. 57e8b0c Add the url attribute to the IceCandidate (Java Wrapper) by zhihuang · 8 years ago
  27. 1fc1feb Add support for swapping feeds in Android AppRTCMobile. by sakal · 8 years ago
  28. 149bde5 Remove NewApi lint suppression. by sakal · 8 years ago
  29. 743a43c Add debuggable=true to AppRTCMobile manifest. by henrika · 8 years ago
  30. d485f57 Remove InlinedApi lint ignore. by sakal · 8 years ago
  31. 9c204f1 Android AppRTCMobile: Fix SDP video codec reordering for multiple H264 profiles by magjed · 8 years ago
  32. 0f87346 Enable Android H264 High profile decoder by glaznev · 8 years ago
  33. 1a6cfc1 Minor style change suggested by internal static analysis tool. by aleloi · 8 years ago
  34. ef2f9ed Catch failure to load native dependencies. by sakal · 8 years ago
  35. 9fca6b8 Stop camera onStop instead of onPause. by sakal · 8 years ago
  36. 3288a3a Prevent downstream linter warnings. by sakal · 8 years ago
  37. 0dbe0ae Allow more config changes for CallActivity. by sakal · 8 years ago
  38. 8039374 Load library dependencies in AppRTCMobile. by sakal · 8 years ago
  39. df3c7ed Android: AppRTCMobile: Don't leak CallActivity. by sakal · 8 years ago
  40. 4b0d8ea Espresso test case to control loopback call by mandermo · 8 years ago
  41. 869a7db Remove lint ignores and add WrongCall ignore directly to the test. by sakal · 8 years ago
  42. 56cbfc6 Reland of Android: Add field trial for Intel HW Vp8 encoder (patchset #1 id:1 of https://codereview.webrtc.org/2624143002/ ) by magjed · 8 years ago
  43. 3abbd2f Initial implementation of Android audio recording error handling. by Alex Glaznev · 8 years ago
  44. 2b74e9e Revert of Android: Add field trial for Intel HW Vp8 encoder (patchset #1 id:1 of https://codereview.webrtc.org/2614373004/ ) by magjed · 8 years ago
  45. 7c6966f Android: Add field trial for Intel HW Vp8 encoder by magjed · 8 years ago
  46. 64f3409 Created a java wrapper for the callback OnAddTrack to PeerConnection.Observer by zhihuang · 8 years ago
  47. f427d57 Adds basic Bluetooth support to AppRTCMobile by henrika · 8 years ago
  48. b8c46bb Add FlexFEC settings toggle in Android AppRTCMobile. by brandtr · 8 years ago
  49. c774431 Add Full HD and 4K camera resolutions to AppRTCMobile Android. by sakal · 8 years ago
  50. eadc846 Set surface view surface size to minimum of the layout size and frame size. by sakal · 8 years ago
  51. e9dbdd1 Add Datachannel support to Android AppRTCMobile by hekra01 · 8 years ago
  52. 9a67d0b Better delete of file in loopback script by mandermo · 8 years ago
  53. 9e178ab Fix Android lint error. by sakal · 8 years ago
  54. 6884f29 Set videoCapturerStopped when PeerConnectionClient stopped by hekra01 · 8 years ago
  55. 3e986b9 Add screenshare support to AppRTCMobile. by sakal · 8 years ago
  56. a60fd06 Add sakal@ as owner of webrtc/examples/androidapp/ by magjed · 8 years ago
  57. d12dd15 Synchronous adb shell and pull for loopback start script by mandermo · 8 years ago
  58. d1a8f10 Remove check for numberOfCameras from AppRTC Mobile PeerConnectionClient. by sakal · 8 years ago
  59. d72bdec Suppress deprecation warning in CallFragment. by sakal · 8 years ago
  60. 1be3b12 Second try to get "Support for video file instead of camera and output video out to file" accepted by mandermo · 8 years ago
  61. c67089b Revert of Support for video file instead of camera and output video out to file (patchset #17 id:320001 of https://codereview.webrtc.org/2273573003/ ) by kjellander · 8 years ago
  62. 101046f Support for video file instead of camera and output video out to file by mandermo · 8 years ago
  63. 5d9e40c Extends how AppRTCMobile handles audio focus on Android by henrika · 8 years ago
  64. eac4c73 Format all Java in WebRTC. by sakal · 8 years ago
  65. b502ce3 Reland of name AppRTCDemo on Android and iOS to AppRTCMobile (patchset #1 id:1 of https://codereview.webrtc.org/2358133003/ ) by Magnus Jedvert · 8 years ago
  66. ef1836c Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile (patchset #2 id:20001 of https://codereview.webrtc.org/2343403002/ ) by magjed · 8 years ago
  67. e96fe6f Rename AppRTCDemo on Android and iOS to AppRTCMobile by magjed · 8 years ago
  68. 84082e9 Add new Camera2Enumerator.isSupported with Context parameter. by sakal · 8 years ago
  69. 1d014b8 Android VideoSource: Add adaptOutputFormat function by Magnus Jedvert · 8 years ago
  70. dd3eaa6 Update anroidapp/README for GN build. by sakal · 8 years ago
  71. eec645c Add option to set maximum video encoder bitrate to AppRTCDemo. by glaznev · 9 years ago
  72. 4e88f31 Remove LooperExecutor and replace it with built-in HandlerThread. by sakal · 9 years ago
  73. a8eb89b Re-order and remove unused Java imports. by Sami Kalliomaki · 9 years ago
  74. a1fb1d4 Add an option to disable proximity sensor to AppRTC Demo Android. by Sami Kalliomaki · 9 years ago
  75. 12b1abd Add an option to enable level control to Android AppRTC Demo. by Sami Kalliomaki · 9 years ago
  76. b43ea75 Fix an UI bug in AppRTC Demo where disable hardware AGC/NS summary was not getting updated. by sakal · 9 years ago
  77. 6ca7113 Add an option to disable built-in AGC/NS to AppRTC Demo. by sakal · 9 years ago
  78. 712a986 This implementation greatly simplifies Android video capturing stack. The old by Sami Kalliomaki · 9 years ago
  79. c795605 Camera2 in AppRTC Android Demo. by sakal · 9 years ago
  80. e906969 Dispose audio source correctly in AppRTC Demo on Android. by Sami Kalliomaki · 9 years ago
  81. fda88f4 Separate the JNI function that controls logging levels into two. by skvlad · 9 years ago
  82. 1b868e3 Add GN targets for AppRTC Demo on Android. by Sami Kalliomaki · 9 years ago
  83. 4af0d53 A missing path separator caused aecdump recordings by peah · 9 years ago
  84. f3f5e56 Report errors creating peer connection in AppRTC Demo Android. by sakal · 9 years ago
  85. 25bb266 Reland of Android: Add FramerateRange class (patchset #1 id:1 of https://codereview.webrtc.org/2024573002/ ) by magjed · 9 years ago
  86. 4383bf0 Revert of Android: Add FramerateRange class (patchset #2 id:60001 of https://codereview.webrtc.org/2010763003/ ) by kjellander · 9 years ago
  87. 8273382 Android: Add FramerateRange class by Magnus Jedvert · 9 years ago
  88. 82cc952 Improve IP_PATTERN in DirectRTCClient in Android AppRTC Demo by sakal · 9 years ago
  89. 32727b7 Add an option to disable built-in AEC to AppRTC Android Demo by sakal · 9 years ago
  90. def35a6 UI for AppRTC Android demo that doesn't require Design Support Library by sakal · 9 years ago
  91. 1171bde General cleanup on AppRTC Android Demo codebase by sakal · 9 years ago
  92. f534abf Convert LooperExecutorTest in AppRTC Demo into JUnit test by sakal · 9 years ago
  93. ed88e2b Remove AppRTCUtils.NonThreadSafe in AppRTC Android Demo by sakal · 9 years ago
  94. d70d8dd Replace LooperExecutor with built-in class in Android AppRTC Demo by sakal · 9 years ago
  95. 7de7227 Add test for DirectRTCClient in AppRTC Demo for Android by sakal · 9 years ago
  96. 37f220c Direct IP connect functionality for AppRTC Android demo. by sakal · 9 years ago
  97. 4e58312 Fixes a bug where AppRTC Android Demo crashes with empty roomId. by Sami Kalliomäki · 9 years ago
  98. 57b8b6e New UI for AppRTC Android Demo that is easier to use and better follows by Sami Kalliomäki · 9 years ago
  99. 98eca92 Remove Scanner usage from CPU Monitor. by Alex Glaznev · 9 years ago
  100. 81968ce Update CPU monitor to use moving averages. by Alex Glaznev · 9 years ago