1. e621e67 Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  2. 398ce1b Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  3. e7ecf33 #15414: fix make-swig file and directory paths by Emeric Vigier · 12 years ago
  4. def3bfa #15510: Add buttom taskbar to display call and hangup action by Alexandre Savard · 12 years ago
  5. c30b71d #15414: run swig directly from Android makefiles, handle deps by Emeric Vigier · 12 years ago
  6. 0d4c90d > #14399: add logs to various constructors by Emeric Vigier · 12 years ago
  7. 9701e03 #15414: Generate SWIG JNI interface for basic functions by Emeric Vigier · 12 years ago
  8. bf744f7 #15499: Add linear layout to SFLphone home page by Alexandre Savard · 12 years ago
  9. 616c380 #15495: Place current value on top of seekbar by Alexandre Savard · 12 years ago
  10. 74eccf3 #15495: Update value on slider changes by Alexandre Savard · 12 years ago
  11. e2bb259 #15495: Fix SeekBar dragable in audio Preferences by Alexandre Savard · 12 years ago
  12. 5e0b947 #15466: Add audio volume seekbar in audio preferences by Alexandre Savard · 12 years ago
  13. 700c194 #15466: Make account management preferences not persistent for SharedPreferences by Alexandre Savard · 12 years ago
  14. 393ccab #15466: Add audio codec list by Alexandre Savard · 12 years ago
  15. 9a93f06 #15466: Implement account registration using android's preference API programatically by Alexandre Savard · 12 years ago
  16. dcd3740 #15374: Add general preference fragment by Alexandre Savard · 12 years ago
  17. 2b370f0 #15273: Add Fragment for account management in preference by Alexandre Savard · 12 years ago
  18. 150352e #15273: Add setOnPageChangeListener in preference activity by Alexandre Savard · 12 years ago
  19. 1bcaf53 #15273: Launch new activity on preference button click with pager view by Alexandre Savard · 12 years ago
  20. 2a99f4e Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  21. f4cb970 #15223: Upadate sflphone git revision number to include RTP changes by Alexandre Savard · 12 years ago
  22. a6caa21 #14399: cleanup and consistency by Emeric Vigier · 12 years ago
  23. a6bdb70 #15162: make incoming call from java UI by Emeric Vigier · 12 years ago
  24. f0dcca0 #15052: better clean before building the application using ant by Alexandre Savard · 12 years ago
  25. c0865ef #15052: Add documentation to jenkins-sflphone-android.sh by Alexandre Savard · 12 years ago
  26. edf48bd #15052: Implement test for placeCall method using both good and bad phone number by Alexandre Savard · 12 years ago
  27. 974363d #15052: Add ManagerImplTest.java test instance by Alexandre Savard · 12 years ago
  28. 8f9f00b Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  29. ac14f72 #15052: Add lisence to the SFLphoneHomeTest.java file by Alexandre Savard · 12 years ago
  30. e89b48b #15046: implement placeCall / hangUp buttons by Emeric Vigier · 12 years ago
  31. 4d6a52a #15052: Add -r option to adb install so that it reinstall package if already installed by Alexandre Savard · 12 years ago
  32. 523c348 #15052: Add run test function in jenkins script by Alexandre Savard · 12 years ago
  33. fbb78c9 Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  34. d9d2ceb #15052: Update jenkins-script, added a launch emulator function by Alexandre Savard · 12 years ago
  35. 96901c9 #15046: add RECORD_AUDIO permission by Emeric Vigier · 12 years ago
  36. 78a53e9 #15046: implement hangUp by Emeric Vigier · 12 years ago
  37. a4f33d7 #15003: Add base script to setup/build/launch test suite by Alexandre Savard · 12 years ago
  38. 6dc50d1 Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  39. b3feccc #15052: Add minimum API, fix build issues, first functional test by Alexandre Savard · 12 years ago
  40. 39a11fa #15046: remove unused textbox, hardcode callID, align textViews by Emeric Vigier · 12 years ago
  41. b765bb3 #15052: Add JUnit test project to sflphone android by Alexandre Savard · 12 years ago
  42. b433065 #15003: Add build.xml at project roots to build project using ant and command lines by Alexandre Savard · 12 years ago
  43. ae8fec0 #15046: implement placeCall by Emeric Vigier · 12 years ago
  44. 4278769 #14399: fix debug message by Emeric Vigier · 12 years ago
  45. d5c17f5 #15046: make outgoing call from java UI by Emeric Vigier · 12 years ago
  46. c411ce3 #14399: typo by Emeric Vigier · 12 years ago
  47. 7465d92 #14698: get SIP log level from java env by Emeric Vigier · 12 years ago
  48. 7a255aa #14650: fix manager init from Java UI and add JNI_OnUnLoad by Emeric Vigier · 12 years ago
  49. d484e5e #14399: clean up by Emeric Vigier · 12 years ago
  50. 383b2a2 #14917: refactor JNI function call examples and cleanup by Emeric Vigier · 12 years ago
  51. 62ca14d #14917: example JNI functions with callback by Emeric Vigier · 12 years ago
  52. f154bbb Revert "#14399: libgnustl.so is not present on 4.0.x devices" by Emeric Vigier · 12 years ago
  53. af34031 #14399: forbid compiler optimization for debug purpose by Emeric Vigier · 12 years ago
  54. 1d206e7 #14818: Use only one unique Android.mk at sources' root by Alexandre Savard · 12 years ago
  55. fa58c54 #14371: Start audio capture by Emeric Vigier · 12 years ago
  56. 05e894e 14399: add test tab to java UI by Emeric Vigier · 12 years ago
  57. 1f55608 #14399: set debuggable flag to enable gdb debugging by Emeric Vigier · 12 years ago
  58. d815a41 #14615: Remove dynamic_cast by Alexandre Savard · 12 years ago
  59. 81c890e #14698: make pjsip log in android logcat, by Emeric Vigier · 12 years ago
  60. c06e2a9 #14399: libgnustl.so is not present on 4.0.x devices by Emeric Vigier · 12 years ago
  61. 4bcc15d #14617: force the build of libsflphone since the daemon won't be by Emeric Vigier · 12 years ago
  62. 8140f2b #14617: Create sample example of JNIexport and shared lib by Emeric Vigier · 12 years ago
  63. 4a7778c #14399: fix lib deps by Emeric Vigier · 12 years ago
  64. 46c3811 #14399: fix lib deps by Emeric Vigier · 12 years ago
  65. b9ae39d Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  66. 466a64b #14607: Rename libcodecs to be loaded by codecfactory by Alexandre Savard · 12 years ago
  67. 52e2d5f #14523: minimize Application.mk to detect dependency issues by Emeric Vigier · 12 years ago
  68. d0c45a5 #14087: add gitignore file by Emeric Vigier · 12 years ago
  69. cef4d4b #14470: fix lib dependencies by Emeric Vigier · 12 years ago
  70. 1ce1aed #14465: Activate srtp in libccrtp and link with sflphoned by Alexandre Savard · 12 years ago
  71. dc7b060 #14465: Link with openssl by Alexandre Savard · 12 years ago
  72. 206b9f3 #14465: Update sflphone version to link sflphoned with zlib by Alexandre Savard · 12 years ago
  73. 5dcf610 Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  74. 134c328 #14465: Fix build for openssl by Alexandre Savard · 12 years ago
  75. 7535dfa #14470: Cross-compile libsflphone and sflphoned for android by Emeric Vigier · 12 years ago
  76. 418add5 #14399: minor removal by Emeric Vigier · 12 years ago
  77. c22b175 #14283: compile and use only shared expat library by Emeric Vigier · 12 years ago
  78. 33b408c #14379: Update sflphone to remove alsa support by Alexandre Savard · 12 years ago
  79. 2a1509f Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  80. 5d8347a #14480: Add libhooks to Application.mk #14480: Add Android.mk to hooks subfolder by Alexandre Savard · 12 years ago
  81. bd6f5f2 #14479: Add sflphone's config in Application.mk by Emeric Vigier · 12 years ago
  82. 215d3d8 #14476: Add libhistory in Application.mk by Alexandre Savard · 12 years ago
  83. a5fb506 #14464: Add sflphone's audio subfolder to Application.mk by Alexandre Savard · 12 years ago
  84. 8806126 #14463: Cross-compile codecs, audio, sounds, audiortp for Android by Alexandre Savard · 12 years ago
  85. 7541067 #14465: Update openssl to tag android-4.0.4_r2.1 by Alexandre Savard · 12 years ago
  86. ace91ef #14463: Update sflphone version by Alexandre Savard · 12 years ago
  87. 1b09e31 #14371: Add opensll to main repository by Alexandre Savard · 12 years ago
  88. c47982b #14371: Add audio .mk file by Alexandre Savard · 12 years ago
  89. 83de84d #14371: Update sflphone by Alexandre Savard · 12 years ago
  90. 0a32ed7 #14371: Add speex into jni dependencies by Alexandre Savard · 12 years ago
  91. a806e4e #14399: add daemon/dbus and daemon/sip to the build system by Emeric Vigier · 12 years ago
  92. aedc9f9 #14399: update sflphone by Emeric Vigier · 12 years ago
  93. cec5f12 #14399: update pjproject-android by Emeric Vigier · 12 years ago
  94. 6d37456 #14170: should prevent linking error when -jX is used by Emeric Vigier · 12 years ago
  95. abbce35 Merge branch 'master' of gitosis@git.savoirfairelinux.com:sflphone-android.git by Adrien Béraud · 12 years ago
  96. ffd3241 - Client proof-of concept UI using Android APIs 14 by Adrien Béraud · 12 years ago
  97. 3f0b719 #14399: add pjproject-android as a submodule by Emeric Vigier · 12 years ago
  98. 1274144 #14399: update sflphone by Emeric Vigier · 12 years ago
  99. af08611 #14086: should prevent linking error when -jX is used by Emeric Vigier · 12 years ago
  100. 5b9e982 #14170: revert lidbus-tools-common to a static lib by Emeric Vigier · 12 years ago