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