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