1. d295ec2 * #24533 New Contact List, with data model * #23415 general refactoring by alision · 11 years ago
  2. 04a0018 * #24121 First integration of IM working by alision · 11 years ago
  3. e124ff4 * #24007 Fixed build process by alision · 11 years ago
  4. 4a0eb09 * #23692 Modified attractors display bubbles in circle by alision · 11 years ago
  5. 7ed23dc Cleanup and smoother Bubble physics by Adrien Béraud · 11 years ago
  6. 65ba5b1 Handle border case where model is null by Adrien Béraud · 11 years ago
  7. 25fc409 Bubble attractors; touch handling improvements by Adrien Béraud · 11 years ago
  8. 0446309 Bubble refactoring by Adrien Béraud · 11 years ago
  9. fe9cf71 * #23663 Integrated new drawing in App (check action bar icon) by alision · 11 years ago
  10. 43a9b36 * #23448 attended transfer and conference creation now working (experimental) by alision · 11 years ago
  11. 7f18fc8 * #23361 Fixed issue with password during account edition by alision · 11 years ago
  12. 73424b6 * #23395 bug fixed in Account Edition by alision · 11 years ago
  13. 7b50ba2 Fragment transition in CallActivity by Adrien Béraud · 11 years ago
  14. 1947a10 Start incoming call fragment when call received. by Adrien Béraud · 11 years ago
  15. 71b2f81 Using the same call buttons as the home activity. by Adrien Béraud · 11 years ago
  16. ea28cd5 Merge branch 'master' of git.savoirfairelinux.com:android-branch by Adrien Béraud · 11 years ago
  17. 2955604 CallActivity using fragments to change between calling/in call states by Adrien Béraud · 11 years ago
  18. e2a38e1 * #23362 First implementation of History by alision · 11 years ago
  19. 7b294df Merge remote-tracking branch 'origin/master' by Adrien Béraud · 11 years ago
  20. c99b843 formating by Adrien Béraud · 11 years ago
  21. 371b77e Modified architecture, SipService now handles all communications by alision · 11 years ago
  22. 3c64476 Merge branch 'master' of gitosis@git.savoirfairelinux.com:sflphone-android.git by Adrien Béraud · 11 years ago
  23. 5f89963 'Refactoring, and added ISipClient.aidl' by alision · 11 years ago
  24. 17052d4 Added contact picture to ContactListFragment by alision · 11 years ago
  25. 7596ad9 merge by Adrien Béraud · 11 years ago
  26. a432515 Added custom adapter for AccountSelectionSpinner and async details loading by alision · 11 years ago
  27. 4f51838 using __ANDROID__ instead of the ANDROID macro by Adrien Béraud · 11 years ago
  28. d9e2944 Merged AccountCreationActivity and AccountPreferenceActivity (redundant) by alision · 11 years ago
  29. f76de3b Modified Hiearchy of packages (clean up) by alision · 11 years ago
  30. 364499e #17220: stupid logs by Emeric Vigier · 12 years ago
  31. f24aca9 #17365: Save fragments in onSaveInstanceState of parent activity by Emeric Vigier · 12 years ago
  32. 0038a61 #17220: fix service NullPointerException issue by Emeric Vigier · 12 years ago
  33. 1317952 #17382: Fix ThreadAlreadyStarted exception by Emeric Vigier · 12 years ago
  34. b16eed3 #17220: rename DummySectionFragment in something meaningful by Emeric Vigier · 12 years ago
  35. cc0785a #17220: fix app crash when device rotates by Emeric Vigier · 12 years ago
  36. 0dcdf68 #14399: cleanup by Emeric Vigier · 12 years ago
  37. e2729af #17311: unregister broadcast receivers by Emeric Vigier · 12 years ago
  38. 3050b06 typo by Emeric Vigier · 12 years ago
  39. 1f1ced3 #17105: Go up to the Activity or the Application to get a service reference by Emeric Vigier · 12 years ago
  40. ec560de Merge branch 'master' of git.savoirfairelinux.com:sflphone-android by Alexandre Savard · 12 years ago
  41. af0f3c6 #17195: Propagate account selection to other AccountManagementUI by Alexandre Savard · 12 years ago
  42. 4c38f0f #17105: remove unused service packages from utils Classes by Emeric Vigier · 12 years ago
  43. 530e9f5 #17195: Add account management UI by Alexandre Savard · 12 years ago
  44. bb6f187 #17195: Add AccountList class to manage account list and propagate account status by Alexandre Savard · 12 years ago
  45. a76fa3d #17195: Use account order to determine selected account at startup by Alexandre Savard · 12 years ago
  46. e32a173 #17213: Prevent deleting default account on Android by Alexandre Savard · 12 years ago
  47. 60f0f1c #17159: Make call using the AccountSelected in the AccountSelectionButton by Alexandre Savard · 12 years ago
  48. 5ea84ae #17159: Update AccountSelectionButton on dialog selection by Alexandre Savard · 12 years ago
  49. cf15b94 #17159: Add AccountSelectionButton class by Alexandre Savard · 12 years ago
  50. 35d208a #17159: Add AccountSelectionButton by Alexandre Savard · 12 years ago
  51. 4585a9a #17158: Fix credential management when creating new account by Alexandre Savard · 12 years ago
  52. c78f41f #17105 move account deletion code in dialog callback by Alexandre Savard · 12 years ago
  53. 1811f90 #17105: Add AccountPreferenceActivity in AndroidManifest.xml by Alexandre Savard · 12 years ago
  54. 645b29c #17105 Add dialog to prevent wrong account deletion by Alexandre Savard · 12 years ago
  55. 5195d92 #17037 Update create/delete account with new mechanism by Alexandre Savard · 12 years ago
  56. 833616f #17105 AccountPreferenceActivity should not bind to SipService, add preference in Intent's bundle instead by Alexandre Savard · 12 years ago
  57. 6883811 #17037: Remove multi-level PreferenceScreen launch separate Activities instead by Alexandre Savard · 12 years ago
  58. 2f1ae54 #17001: Add Call Type (incomming/outgoing) to call state by Alexandre Savard · 12 years ago
  59. 08545ae #17013: Move in SipCall logic to prevent action occuring in wrong state by Alexandre Savard · 12 years ago
  60. 6c25a1e #17013: Allow hanging up call in state HOLD by Alexandre Savard · 12 years ago
  61. de82007 #17013: No need of switch case in SipCall.setState() by Alexandre Savard · 12 years ago
  62. d197653 #17013: Display and Update Call State in CallElementList by Alexandre Savard · 12 years ago
  63. e41f521 #17013: Set call state to CURRENT on Unhold action by Alexandre Savard · 12 years ago
  64. e9dc899 #17001: Add Call Type (incomming/outgoing) to call state by Alexandre Savard · 12 years ago
  65. 48240e8 #16987: Fix Hangup action when call is in state NULL in CallActivity by Alexandre Savard · 12 years ago
  66. cb66fa4 #16986: Add Phone number Text entry by Alexandre Savard · 12 years ago
  67. 8386985 #16987: Add refuse action for call in state RINGING by Alexandre Savard · 12 years ago
  68. 27a5113 #16928: Cleanup, move implementation in SipCall by Alexandre Savard · 12 years ago
  69. a949eec #16928: Update all UI elemnts from SipCall by Alexandre Savard · 12 years ago
  70. a545d4f #16928: Change reference from Context to SFLPhoneHome in CallList by Alexandre Savard · 12 years ago
  71. 9105244 #16928: Removed unused case in SFLPhoneHome button click by Alexandre Savard · 12 years ago
  72. f17e317 #16928: Fix hangup button adding the SipCall to be processed with setTag by Alexandre Savard · 12 years ago
  73. df54426 #16928: Add function to get call state as strings by Alexandre Savard · 12 years ago
  74. 73bc56f #16928: Fix getCallInstance from CallList by Alexandre Savard · 12 years ago
  75. c58c0fd #16928: Added call state in CallList and CallActivity by Alexandre Savard · 12 years ago
  76. 3bdce7b #16928: Launch CallActivity from SipCall by Alexandre Savard · 12 years ago
  77. 4f42ade #16928: CallActivity must also listen for Broadcast from SipService by Alexandre Savard · 12 years ago
  78. 74c1cad #16923: Implement factory method in CallList to create new calls by Alexandre Savard · 12 years ago
  79. 557a574 #16898: Write CallInfo as a Parcelable object by Alexandre Savard · 12 years ago
  80. 85936b9 #16898: Remove ArrayList from SipCall by Alexandre Savard · 12 years ago
  81. 6d54bbc #16889: Add SipCall as an argument to launchCallActivity by Alexandre Savard · 12 years ago
  82. 14323be #16889: Launch CallActivity on new call by Alexandre Savard · 12 years ago
  83. 6b8d1df #16852: Add on_new_call_created signal handler by Alexandre Savard · 12 years ago
  84. 817dc50 #16843: Launch SFLphone service in SFLphoneHome activity creation by Alexandre Savard · 12 years ago
  85. cf7e95a #16747: Fix removing account when launching AccountCreationActivity by Alexandre Savard · 12 years ago
  86. c7d2233 #16747: Implement implement remove account methods by Alexandre Savard · 12 years ago
  87. e990d05 #16737: Use AccountPreferenceScreen in map instead of account details by Alexandre Savard · 12 years ago
  88. 4f11d7a Implement account state change broadcast signal sender and receiver by Alexandre Savard · 12 years ago
  89. fccd1dc #16702: Implement account state changed signal by Alexandre Savard · 12 years ago
  90. c63f54b #16702: Add tls and srtp in account preference by Alexandre Savard · 12 years ago
  91. ae99293 #16702: Use AccountDetailXXX in AccountManagementFragment by Alexandre Savard · 12 years ago
  92. d0aa791 #16682: account preference field validity before creating new account by Alexandre Savard · 12 years ago
  93. 94b0d09 #16682: Manage checkbox preference in account creation method by Alexandre Savard · 12 years ago
  94. c64bfb4 #16682: Enable AccountCreation action account preference field are set by Alexandre Savard · 12 years ago
  95. d103a76 #16682: Mention to user that information will be lost if no account created by Alexandre Savard · 12 years ago
  96. 20d0de0 #16633: Use Checkbox for two state account preferences in account creation activity by Alexandre Savard · 12 years ago
  97. 88bc542 #16631: Add account creation button and cancel button in AccountCreationActivity by Alexandre Savard · 12 years ago
  98. fbf83ff #16609: Reimplement account creation activity onBackPressed method by Alexandre Savard · 12 years ago
  99. 44ec162 #16609 Add AlertDialog creation method for account creation by Alexandre Savard · 12 years ago
  100. 9e0015d #16114: Fix account list update when opening the account creation window several time by Alexandre Savard · 12 years ago