Skip to content
Snippets Groups Projects
  1. Oct 03, 2017
  2. Sep 29, 2017
    • Adrien Béraud's avatar
      accountwizard: avoid leaking alert dialog · 6d16f60e
      Adrien Béraud authored
      fix for leak in account wizard:
      E/WindowManager: android.view.WindowLeaked: Activity cx.ring.account.AccountWizard has leaked window (...) that was originally added here
          at android.view.ViewRootImpl.<init>(ViewRootImpl.java:363)
          at android.app.AlertDialog$Builder.show(AlertDialog.java:987)
          at cx.ring.account.AccountWizard$9.run(AccountWizard.java:293)
          at android.os.Handler.handleCallback(Handler.java:739)
      
      Change-Id: I857966cb23fb6df23fd1f3750607397de68637b0
      6d16f60e
  3. Sep 28, 2017
    • Loïc Siret's avatar
      androidtv: replace orb icon · 7642f73e
      Loïc Siret authored
      As discuss with designer, we replace the lens ico on the search to a
      add people ico, more representative as the function behind the orb
      
      Change-Id: I16e8426b24d167337db3bdcfc45ed77cd1af98ba
      7642f73e
    • Loïc Siret's avatar
      androidTV: adding background on main screen · edfdeb10
      Loïc Siret authored
      This patch adds a background on main screen. It is in onResume to deal
      with animation onEntrance.
      
      Change-Id: I665317a131dd351be8c587f46dbcdeec4e757a6c
      edfdeb10
    • Loïc Siret's avatar
      androidtv: remove uggly black frame · 1ff18525
      Loïc Siret authored
      this patch removed the default dim effect on on selected rows.
      It will allows us to put a beautifull background.
      
      Change-Id: I98980d9d170b71286f4bd3f0515562c042bc7717
      1ff18525
  4. Sep 25, 2017
  5. Sep 22, 2017
  6. Sep 21, 2017
  7. Sep 19, 2017
  8. Sep 15, 2017
  9. Sep 14, 2017
  10. Sep 12, 2017
  11. Sep 11, 2017
  12. Sep 08, 2017
  13. Sep 07, 2017
  14. Sep 06, 2017
    • Loïc Siret's avatar
      androidtv: fix next on link account · e2ce01df
      Loïc Siret authored
      Prior this patch a click on next on the keyboard set the focus on
      "link this device" button. It seems that they are issues with action
      with the flag focusable false. To solve this, we removed focusable
      false action from the action list, and put indication for the user
      in the left description panel.
      
      Change-Id: I7de1c1c5581ebc4b5a7d42c75bfd4d9b88944419
      e2ce01df
    • Loïc Siret's avatar
      androidtv: rework Card Styles · 74f6cc94
      Loïc Siret authored
      This patches remove duplicate information on cards. if the title and
      description are the same, we display one one line card.
      
      Change-Id: I5794710a34010275edb25c053d8a3595dc1993b4
      74f6cc94
    • Loïc Siret's avatar
      androidtv: remove unused import/formatting · c689c346
      Loïc Siret authored
      Change-Id: I669b1af7e0481630becf0b2a424bc5aec36ba9c7
      c689c346
    • Hadrien De Sousa's avatar
      Fix: no conversation after link · cf377d5b
      Hadrien De Sousa authored
      Add a setCurrentAccount after as successful link process so the contacts
      are now correctly displayed in the smartlist
      
      Change-Id: Id366a0c3cd2c39efb324a78ce0505873d6c67047
      cf377d5b
  15. Sep 05, 2017
  16. Sep 01, 2017
    • Loïc Siret's avatar
      AndroidTV: pop search after call · 9cc30a46
      Loïc Siret authored
      This patch finishes the search activity after a startcall. That prevents
      that the user go back to the search activity after his call is
      completed.
      
      Change-Id: I203de6da25905780fef77c9dddf1832e1173ab9c
      9cc30a46
  17. Aug 31, 2017
Loading