1. f5d5ce9 account settings: various cleanup, fixes by Adrien Béraud · 4 years, 5 months ago
  2. 7307cd5 move to ViewBinding by Adrien Béraud · 4 years, 5 months ago
  3. 24973fe jobservice: use handler, less frequent updates by Adrien Béraud · 4 years, 9 months ago
  4. 8cbdda6 push notifications: only inject token when ready by Sébastien Blin · 4 years, 9 months ago
  5. e4f901a calls: add conference support by Adrien Béraud · 5 years ago
  6. 2329c13 remove splashScreen by Adrien Béraud · 5 years ago
  7. 91f8874 ui: update theme, add night mode support by Adrien Béraud · 5 years ago
  8. 99931dd camera: make init completable by Adrien Béraud · 5 years ago
  9. 5dbc355 ringtones: fix copy on first start by Adrien Béraud · 5 years ago
  10. f2c76ed vcard: catch more errors by Adrien Béraud · 5 years ago
  11. dfb49fa remove PresenceService by Adrien Béraud · 6 years ago
  12. 703bacb app: depend on ConversationFacade by Adrien Béraud · 6 years ago
  13. ab53ada misc: update copyright date by Sébastien Blin · 6 years ago
  14. de52fa2 notification: add permanent notification to stay in background by Sébastien Blin · 6 years ago
  15. 97dcf02 build: update minimum SDK version to 21 (5.0 Lollipop) by Adrien Béraud · 6 years ago
  16. c9126c9 RingApplication: cleanup by Adrien Béraud · 6 years ago
  17. 15bda2a power management: add periodic jobs by Adrien Béraud · 6 years ago
  18. 9bf8360 ui: don't use uneeded uiHandler by Adrien Béraud · 6 years ago
  19. 8bc9510 build: migrate to androidx by Adrien Béraud · 6 years ago
  20. d7d0cb5 ringapplication: catch dring exception by Adrien Béraud · 6 years ago
  21. afcdd96 vcard: refresh cache on change by Adrien Béraud · 6 years ago
  22. ae45ffa intent: support share with Ring by Adrien Béraud · 6 years ago
  23. 66912a4 Fix a vector compatibility issue by Pierre Duchemin · 6 years ago
  24. 7aa7a9e rx: unify contact requests, smartlist presentation by Adrien Béraud · 6 years ago
  25. ace37a2 refactor: use ReactiveX by Adrien Béraud · 6 years ago
  26. 38d2218 AccountService: let account active when push notifications are enabled by Sébastien Blin · 6 years ago
  27. 5f2fe98 AvatarFactory: add memory cache by Adrien Béraud · 6 years ago
  28. d233069 DRing: use ScheduledExecutor, named thread by Adrien Béraud · 6 years ago
  29. c21e562 push: improve token logging by Pierre Duchemin · 7 years ago
  30. e2ea70d connectivity: don't disable accounts with a DHT proxy on connectivity loss by Adrien Béraud · 7 years ago
  31. 76825fc refactor: clean logs by Pierre Duchemin · 7 years ago
  32. 0e0feef build: make Firebase optional by Adrien Béraud · 7 years ago
  33. 528da48 Oreo: start service from Activity by Adrien Béraud · 7 years ago
  34. 2693eca push notifications: add global preference by Adrien Béraud · 7 years ago
  35. 0cfb6c8 push notifications: add Firebase support by Adrien Béraud · 7 years ago
  36. 2b15fb6 Fix a ClassCastException in DRingService by Pierre Duchemin · 7 years ago
  37. 45707ca migrate to java 8 by Pierre Duchemin · 7 years ago
  38. d626929 callbacks: simplify daemon startup by Alexandre Lision · 7 years ago
  39. 45d5606 startup: remove legacy broadcast by Alexandre Lision · 7 years ago
  40. 589f86d Handle external camera detection when app is running by Pierre Duchemin · 7 years ago
  41. 0202fbf refresh copyright, reformat and remove unused by Loïc Siret · 7 years ago
  42. d5e6ea4 AccountService: prevent crash during loading by Adrien Beraud · 7 years ago
  43. 55200d3 Remove presenter injection module by Hadrien De Sousa · 7 years ago
  44. 5da46fa Revert "Refactor App to use common base code" by Alexandre Lision · 7 years ago
  45. 782d49f Refactor App to use common base code by Hadrien De Sousa · 7 years ago
  46. fd4df59 Android: Support for Ethernet & Bluetooth by Loïc Siret · 7 years ago
  47. 8e6e2ff model: always show username instead of ringid when possible by Adrien Beraud · 7 years ago
  48. 483bebf remove LocalService by Alexandre Lision · 7 years ago
  49. ccc947d CallFragment: add MVP model by Hadrien De Sousa · 7 years ago
  50. eb8b1ac network: display actual connectivity state by Alexandre Lision · 7 years ago
  51. 2c1c57c trust request: save and load to the disk by Aline Bonnet · 8 years ago
  52. 5d77dd6 presence: add API client by Aline Bonnet · 7 years ago
  53. a2e70b2 Breakdown localService : add NetworkUtils by Hadrien De Sousa · 8 years ago
  54. d67977b trust requests: add client API by Aline Bonnet · 8 years ago
  55. a044208 video: use min. 320x240 resolution, fix rotation on API 24+ by Adrien Béraud · 8 years ago
  56. ad4d058 video: improve performance by Adrien Béraud · 8 years ago
  57. af7a32b mvp/injection: Remove permission check from LocalService by Thibault Wittemberg · 8 years ago
  58. 9ddb23f mvp/injection: Remove Account features from LocalService by Thibault Wittemberg · 8 years ago
  59. b328050 fix: Crash on outgoing video call after first installation by Thibault Wittemberg · 8 years ago
  60. 71a7cae mvp/injection: Move daemon start and video features to RingApplication by Thibault Wittemberg · 8 years ago
  61. 24ae629 ui: fix wrong thread exception by Alexandre Lision · 8 years ago
  62. e69bf33 lifecycle: improve crash handling by Alexandre Lision · 8 years ago
  63. a1f902d mvp/injection: Abstraction layer for Log mecanism by Thibault Wittemberg · 8 years ago
  64. 77cf600 mvp/injection: Applies MVP and DI patterns to SettingsFragment by Thibault Wittemberg · 8 years ago
  65. 22765dd mvp/injection: Applies MVP and DI patterns to ShareFragment by Thibault Wittemberg · 8 years ago
  66. 37aec06 mvp/injection: Applies MVP and DI patterns to AboutFragment by Thibault Wittemberg · 8 years ago
  67. 5503087 injection: Introducing dependency injection with Dagger2 by Thibault Wittemberg · 8 years ago