1. 2955604 CallActivity using fragments to change between calling/in call states by Adrien Béraud · 11 years ago
  2. e587c60 Updated AndroidManifest to prevent Lint warnings by Adrien Béraud · 11 years ago
  3. e2a38e1 * #23362 First implementation of History by alision · 11 years ago
  4. 7d322f0 Removed useless resources by Adrien Béraud · 11 years ago
  5. 7b294df Merge remote-tracking branch 'origin/master' by Adrien Béraud · 11 years ago
  6. c99b843 formating by Adrien Béraud · 11 years ago
  7. 371b77e Modified architecture, SipService now handles all communications by alision · 11 years ago
  8. 3c64476 Merge branch 'master' of gitosis@git.savoirfairelinux.com:sflphone-android.git by Adrien Béraud · 11 years ago
  9. 5f89963 'Refactoring, and added ISipClient.aidl' by alision · 11 years ago
  10. 17052d4 Added contact picture to ContactListFragment by alision · 11 years ago
  11. 7596ad9 merge by Adrien Béraud · 11 years ago
  12. f82a0c0 formating by Adrien Béraud · 11 years ago
  13. a432515 Added custom adapter for AccountSelectionSpinner and async details loading by alision · 11 years ago
  14. 4f51838 using __ANDROID__ instead of the ANDROID macro by Adrien Béraud · 11 years ago
  15. d9e2944 Merged AccountCreationActivity and AccountPreferenceActivity (redundant) by alision · 11 years ago
  16. f76de3b Modified Hiearchy of packages (clean up) by alision · 11 years ago
  17. 432f067 Update README to configure pjsip by Adrien Béraud · 12 years ago
  18. 2e5c4e2 #17220: fix each activity's orientation to portrait by Emeric Vigier · 12 years ago
  19. 6c3e78d > #17208 Include password in along with username when calling getAccountDetails in daemon by Emeric Vigier · 12 years ago
  20. 364499e #17220: stupid logs by Emeric Vigier · 12 years ago
  21. f24aca9 #17365: Save fragments in onSaveInstanceState of parent activity by Emeric Vigier · 12 years ago
  22. 0038a61 #17220: fix service NullPointerException issue by Emeric Vigier · 12 years ago
  23. 1317952 #17382: Fix ThreadAlreadyStarted exception by Emeric Vigier · 12 years ago
  24. b16eed3 #17220: rename DummySectionFragment in something meaningful by Emeric Vigier · 12 years ago
  25. cc0785a #17220: fix app crash when device rotates by Emeric Vigier · 12 years ago
  26. 0dcdf68 #14399: cleanup by Emeric Vigier · 12 years ago
  27. e2729af #17311: unregister broadcast receivers by Emeric Vigier · 12 years ago
  28. 9159c48 #17262: Call buttons are compressed by home activity layout by Emeric Vigier · 12 years ago
  29. 3050b06 typo by Emeric Vigier · 12 years ago
  30. 1f1ced3 #17105: Go up to the Activity or the Application to get a service reference by Emeric Vigier · 12 years ago
  31. ec560de Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  32. af0f3c6 #17195: Propagate account selection to other AccountManagementUI by Alexandre Savard · 12 years ago
  33. 4c38f0f #17105: remove unused service packages from utils Classes by Emeric Vigier · 12 years ago
  34. 530e9f5 #17195: Add account management UI by Alexandre Savard · 12 years ago
  35. bb6f187 #17195: Add AccountList class to manage account list and propagate account status by Alexandre Savard · 12 years ago
  36. a76fa3d #17195: Use account order to determine selected account at startup by Alexandre Savard · 12 years ago
  37. e32a173 #17213: Prevent deleting default account on Android by Alexandre Savard · 12 years ago
  38. 60f0f1c #17159: Make call using the AccountSelected in the AccountSelectionButton by Alexandre Savard · 12 years ago
  39. 5ea84ae #17159: Update AccountSelectionButton on dialog selection by Alexandre Savard · 12 years ago
  40. cf15b94 #17159: Add AccountSelectionButton class by Alexandre Savard · 12 years ago
  41. 35d208a #17159: Add AccountSelectionButton by Alexandre Savard · 12 years ago
  42. 4585a9a #17158: Fix credential management when creating new account by Alexandre Savard · 12 years ago
  43. c78f41f #17105 move account deletion code in dialog callback by Alexandre Savard · 12 years ago
  44. 9073078 #16889: Add CallActivity layout by Alexandre Savard · 12 years ago
  45. 1811f90 #17105: Add AccountPreferenceActivity in AndroidManifest.xml by Alexandre Savard · 12 years ago
  46. 645b29c #17105 Add dialog to prevent wrong account deletion by Alexandre Savard · 12 years ago
  47. 5195d92 #17037 Update create/delete account with new mechanism by Alexandre Savard · 12 years ago
  48. 833616f #17105 AccountPreferenceActivity should not bind to SipService, add preference in Intent's bundle instead by Alexandre Savard · 12 years ago
  49. 6883811 #17037: Remove multi-level PreferenceScreen launch separate Activities instead by Alexandre Savard · 12 years ago
  50. 2f1ae54 #17001: Add Call Type (incomming/outgoing) to call state by Alexandre Savard · 12 years ago
  51. 08545ae #17013: Move in SipCall logic to prevent action occuring in wrong state by Alexandre Savard · 12 years ago
  52. 6c25a1e #17013: Allow hanging up call in state HOLD by Alexandre Savard · 12 years ago
  53. de82007 #17013: No need of switch case in SipCall.setState() by Alexandre Savard · 12 years ago
  54. d197653 #17013: Display and Update Call State in CallElementList by Alexandre Savard · 12 years ago
  55. e41f521 #17013: Set call state to CURRENT on Unhold action by Alexandre Savard · 12 years ago
  56. e9dc899 #17001: Add Call Type (incomming/outgoing) to call state by Alexandre Savard · 12 years ago
  57. 48240e8 #16987: Fix Hangup action when call is in state NULL in CallActivity by Alexandre Savard · 12 years ago
  58. cb66fa4 #16986: Add Phone number Text entry by Alexandre Savard · 12 years ago
  59. 8386985 #16987: Add refuse action for call in state RINGING by Alexandre Savard · 12 years ago
  60. 27a5113 #16928: Cleanup, move implementation in SipCall by Alexandre Savard · 12 years ago
  61. a949eec #16928: Update all UI elemnts from SipCall by Alexandre Savard · 12 years ago
  62. a545d4f #16928: Change reference from Context to SFLPhoneHome in CallList by Alexandre Savard · 12 years ago
  63. 9105244 #16928: Removed unused case in SFLPhoneHome button click by Alexandre Savard · 12 years ago
  64. f17e317 #16928: Fix hangup button adding the SipCall to be processed with setTag by Alexandre Savard · 12 years ago
  65. df54426 #16928: Add function to get call state as strings by Alexandre Savard · 12 years ago
  66. 73bc56f #16928: Fix getCallInstance from CallList by Alexandre Savard · 12 years ago
  67. c58c0fd #16928: Added call state in CallList and CallActivity by Alexandre Savard · 12 years ago
  68. 3bdce7b #16928: Launch CallActivity from SipCall by Alexandre Savard · 12 years ago
  69. 4f42ade #16928: CallActivity must also listen for Broadcast from SipService by Alexandre Savard · 12 years ago
  70. 74c1cad #16923: Implement factory method in CallList to create new calls by Alexandre Savard · 12 years ago
  71. 557a574 #16898: Write CallInfo as a Parcelable object by Alexandre Savard · 12 years ago
  72. 85936b9 #16898: Remove ArrayList from SipCall by Alexandre Savard · 12 years ago
  73. 6d54bbc #16889: Add SipCall as an argument to launchCallActivity by Alexandre Savard · 12 years ago
  74. 14323be #16889: Launch CallActivity on new call by Alexandre Savard · 12 years ago
  75. 6b8d1df #16852: Add on_new_call_created signal handler by Alexandre Savard · 12 years ago
  76. 817dc50 #16843: Launch SFLphone service in SFLphoneHome activity creation by Alexandre Savard · 12 years ago
  77. cf7e95a #16747: Fix removing account when launching AccountCreationActivity by Alexandre Savard · 12 years ago
  78. c7d2233 #16747: Implement implement remove account methods by Alexandre Savard · 12 years ago
  79. e990d05 #16737: Use AccountPreferenceScreen in map instead of account details by Alexandre Savard · 12 years ago
  80. 4f11d7a Implement account state change broadcast signal sender and receiver by Alexandre Savard · 12 years ago
  81. fccd1dc #16702: Implement account state changed signal by Alexandre Savard · 12 years ago
  82. c63f54b #16702: Add tls and srtp in account preference by Alexandre Savard · 12 years ago
  83. ae99293 #16702: Use AccountDetailXXX in AccountManagementFragment by Alexandre Savard · 12 years ago
  84. d0aa791 #16682: account preference field validity before creating new account by Alexandre Savard · 12 years ago
  85. 94b0d09 #16682: Manage checkbox preference in account creation method by Alexandre Savard · 12 years ago
  86. c64bfb4 #16682: Enable AccountCreation action account preference field are set by Alexandre Savard · 12 years ago
  87. d103a76 #16682: Mention to user that information will be lost if no account created by Alexandre Savard · 12 years ago
  88. afc1027 #16633: Put RingtoneEnabled true as default, move AccountEnabled and TlsEnabled top of their respective category by Alexandre Savard · 12 years ago
  89. 20d0de0 #16633: Use Checkbox for two state account preferences in account creation activity by Alexandre Savard · 12 years ago
  90. 88bc542 #16631: Add account creation button and cancel button in AccountCreationActivity by Alexandre Savard · 12 years ago
  91. fbf83ff #16609: Reimplement account creation activity onBackPressed method by Alexandre Savard · 12 years ago
  92. 44ec162 #16609 Add AlertDialog creation method for account creation by Alexandre Savard · 12 years ago
  93. 9e0015d #16114: Fix account list update when opening the account creation window several time by Alexandre Savard · 12 years ago
  94. f7f9e0b #16114: Add account creation action when leaving AccountCreationActivity by Alexandre Savard · 12 years ago
  95. 6afe75f #15735: Add all account details entry in account creation activity by Alexandre Savard · 12 years ago
  96. 8f27d16 #15735: Reorganized account entries by Alexandre Savard · 12 years ago
  97. 5261f82 #15735: Add onPreferenceChange callback in acccount creation activity by Alexandre Savard · 12 years ago
  98. 4603657 #15735: Add addAccount and removeAccount methods to AIDL interface by Alexandre Savard · 12 years ago
  99. 3bbb479 #15735: Add account details handler utility by Alexandre Savard · 12 years ago
  100. 7a2b220 #16116: Put setAccountDetails inside a thread executor by Alexandre Savard · 12 years ago