1. 9cad08d Smartlist: fix crash when there is no current account by Pierre Duchemin · 7 years ago
  2. 17e2baf Smartlist: fix nullPointerExceptions by Pierre Duchemin · 7 years ago
  3. 8b2c1b5 Call: handle media buttons by Pierre Duchemin · 7 years ago
  4. 6cd2bd2 VCard : Refactor vcard management to a service by Hadrien De Sousa · 7 years ago
  5. 7b9ec85 Smartlist : Fix missing account id on tablet by Hadrien De Sousa · 7 years ago
  6. 6ceb3d5 MVP: refactor AdvancedAccountPresenter by Hadrien De Sousa · 7 years ago
  7. 203164c Add Audio Only to Android client by Hadrien De Sousa · 7 years ago
  8. 0dc8316 Refactor Conversation and Smartlist screens by Hadrien De Sousa · 7 years ago
  9. 6ec6e74 smartlist: set Autofill hints by Adrien Béraud · 7 years ago
  10. 0202fbf refresh copyright, reformat and remove unused by Loïc Siret · 7 years ago
  11. 4554e37 Remove obsolete SDK version check by Hadrien De Sousa · 7 years ago
  12. d85d16a Clear imports by Hadrien De Sousa · 7 years ago
  13. 73d6dd7 Refactor base fragment to generify butterknife by Hadrien De Sousa · 7 years ago
  14. 55200d3 Remove presenter injection module by Hadrien De Sousa · 7 years ago
  15. 9c968fc Fix: fix preview dimension for video calls by Hadrien De Sousa · 7 years ago
  16. f333582 mvp: Refactor MediaPreferencefragment by Hadrien De Sousa · 7 years ago
  17. d0789a4 AccountWizard: remove view pager and refactor navigation by Hadrien De Sousa · 7 years ago
  18. 2fd8d6c AndroidTV : Wizard enhancements by Loïc Siret · 7 years ago
  19. 5da46fa Revert "Refactor App to use common base code" by Alexandre Lision · 7 years ago
  20. 782d49f Refactor App to use common base code by Hadrien De Sousa · 7 years ago
  21. cca6094 account creation: create account when pressing "done" by Adrien Beraud · 7 years ago
  22. 35b5a89 conversation: fix loading by Cyrille Béraud · 7 years ago
  23. c6282b0 smartlist: update list when adding/removing contacts by Adrien Beraud · 7 years ago
  24. e4d4026 audio: route audio to bluetooth when possible by Alexandre Lision · 8 years ago
  25. 8e6e2ff model: always show username instead of ringid when possible by Adrien Beraud · 7 years ago
  26. 5c8d047 mvp: refactor SecurityAccountFragment by Hadrien De Sousa · 7 years ago
  27. 22fd9b2 smartlist: add a spinner for contact lookup by Hadrien De Sousa · 7 years ago
  28. 40ea5d5 fix: rename state incoming to searching by Hadrien De Sousa · 7 years ago
  29. 841d15a call: change orientation button is missing by Hadrien De Sousa · 7 years ago
  30. 967c5b1 mvp: refactor generalAccountFragment by Hadrien De Sousa · 7 years ago
  31. 6330183 mvp: refactor RingLinkAccountFragment by Hadrien De Sousa · 7 years ago
  32. 0967e93 mvp: refactor RingAccountCreationFragment by Hadrien De Sousa · 7 years ago
  33. bae38f5 mvp: refactor AccountsManagementFragment by Aline Bonnet · 7 years ago
  34. 5f420e2 mvp: refactor ProfileCreationFragment by Hadrien De Sousa · 7 years ago
  35. 108f313 conversation: display the username or the ringID by Aline Bonnet · 7 years ago
  36. a95732e mvp: refactor HomeAccountCreationFragment by Hadrien De Sousa · 7 years ago
  37. f5774ee dependencyinjection: refactor BaseFragment by Hadrien De Sousa · 7 years ago
  38. ecaab11 account settings: use DI for all screens by Alexandre Lision · 7 years ago
  39. 17ceeca listView: remove the drag and drop by Aline Bonnet · 7 years ago
  40. 7c80128 clean up the files and functions by Aline Bonnet · 7 years ago
  41. 9d24a59 clean up the resources by Aline Bonnet · 7 years ago
  42. 483bebf remove LocalService by Alexandre Lision · 7 years ago
  43. 4592e84 localservice: move last ACTIONs to DRingService by Alexandre Lision · 7 years ago
  44. ccc947d CallFragment: add MVP model by Hadrien De Sousa · 7 years ago
  45. eb8b1ac network: display actual connectivity state by Alexandre Lision · 7 years ago
  46. 5cce15e Add animation to SmartListFragment by Hadrien De Sousa · 7 years ago
  47. 6033a6d Smartlist: fix conversations clearing by Hadrien De Sousa · 7 years ago
  48. 62c6978 conversation: remove connections to LocalService by Alexandre Lision · 7 years ago
  49. 9addca9 tablet: fix crash when hanging up by Aline Bonnet · 7 years ago
  50. ec95e5e ConversationFragment : add presenter by Hadrien De Sousa · 8 years ago
  51. 7bab492 SmartListFragment: fix contact loading by Hadrien De Sousa · 7 years ago
  52. ee46cee wizard: fix the photo edit by Aline Bonnet · 7 years ago
  53. 54cf69b contacts: add block function by Aline Bonnet · 7 years ago
  54. 84ab2d2 SmartListFragment : add recyclerView by Hadrien De Sousa · 8 years ago
  55. 73755a3 contact requests: fix the send behavior by Aline Bonnet · 7 years ago
  56. f92f83b call: check fullname presence in vcard by Aline Bonnet · 7 years ago
  57. 4511268 contact request: fix send request when no photo in vcard by Alexandre Lision · 7 years ago
  58. 8797053 ui: send a contact request by Aline Bonnet · 8 years ago
  59. 0bead90 SmartListFragment : add presenter by Hadrien De Sousa · 8 years ago
  60. 56dc264 SmartListFragment : clean up by Hadrien De Sousa · 8 years ago
  61. a2e70b2 Breakdown localService : add NetworkUtils by Hadrien De Sousa · 8 years ago
  62. 5d64d64 Remove INCOMING_CALL from LocalService by Hadrien De Sousa · 8 years ago
  63. 66a9f9a LocalService: remove historyService by Alexandre Lision · 8 years ago
  64. c31c8f8 mvp/injection: Remove Conversation features from LocalService by Thibault Wittemberg · 8 years ago
  65. fe13e7c mvp/injection: apply mvp to SIPAccountCreationFragment by Hadrien De Sousa · 8 years ago
  66. 4b8b3a6 account: don't set "Unknown" as profile name by Adrien Beraud · 8 years ago
  67. cea7119 call: lock screen rotation by Kateryna Kostiuk · 8 years ago
  68. 17a8ba7 ui: fix migration by Aline Bonnet · 8 years ago
  69. 28e5844 mvp/injection: create a NotificationService by Aline Bonnet · 8 years ago
  70. 514978a account: add RingAccountPresenter by Alexandre Lision · 8 years ago
  71. 6fd56c8 fix invalid UTF-8 symbol by Alexandre Lision · 8 years ago
  72. 9d975cc fix: ConversationFragment lifecycle by Thibault Wittemberg · 8 years ago
  73. 89b77c1 fix: Toolbar inconsistency in lanscape by Thibault Wittemberg · 8 years ago
  74. 95ff729 call: fix the hangup behavior by Aline Bonnet · 8 years ago
  75. 0ed0efc ui: prevent SmartList from blinking by Thibault Wittemberg · 8 years ago
  76. df17351 ui: change the wizard layout in landscape by Aline Bonnet · 8 years ago
  77. 830c4c6 ui: add conversationFragment to home page by Aline Bonnet · 8 years ago
  78. 48a3e3f ui: fix scrolling devices screen by Aline Bonnet · 8 years ago
  79. e05a8e1 mvp/injection: Remove Contact features from LocalService by Thibault Wittemberg · 8 years ago
  80. b14e6dc smartlist: move the registerReceiver declaration by Aline Bonnet · 8 years ago
  81. 49ed07e migration: adapt the layout by Aline Bonnet · 8 years ago
  82. eb5f7ff conversations: change ringID to username in spinner by Aline Bonnet · 8 years ago
  83. fe77a2e remove intent in ConversationFragment by Aline Bonnet · 8 years ago
  84. e8e87f6 conversation: independence between activity and fragment by Aline Bonnet · 8 years ago
  85. 9c6defe create a conversation fragment by Aline Bonnet · 8 years ago
  86. 17f8b2c smartlist: fix the new quick conversation by Aline Bonnet · 8 years ago
  87. 38a58c9 account: fix codecs list update by Aline Bonnet · 8 years ago
  88. af7a32b mvp/injection: Remove permission check from LocalService by Thibault Wittemberg · 8 years ago
  89. 9ddb23f mvp/injection: Remove Account features from LocalService by Thibault Wittemberg · 8 years ago
  90. 9054d22 notifications: change ringID to username by Aline Bonnet · 8 years ago
  91. b328050 fix: Crash on outgoing video call after first installation by Thibault Wittemberg · 8 years ago
  92. 1602771 call: display username instead of ringID by Aline Bonnet · 8 years ago
  93. e1112d7 callFragment: fix back button behaviour by Aline Bonnet · 8 years ago
  94. 71a7cae mvp/injection: Move daemon start and video features to RingApplication by Thibault Wittemberg · 8 years ago
  95. 105f588 mvp/injection: Remove StateService by Thibault Wittemberg · 8 years ago
  96. 2f48e1c notification: fix back button behaviour by Aline Bonnet · 8 years ago
  97. 46503af wizard: restore migration behaviour by Alexandre Lision · 8 years ago
  98. ad118ce wizard: create a wizard for sip account by Aline Bonnet · 8 years ago
  99. 2d87ebb wizard: create a account in 3 steps by Aline Bonnet · 8 years ago
  100. c510655 blockchain: fix text messages to contacts found on blockchain by Thibault Wittemberg · 8 years ago