Skip to content
Snippets Groups Projects
  1. Sep 08, 2017
  2. Sep 07, 2017
  3. 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
  4. Sep 05, 2017
  5. 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
  6. Aug 31, 2017
  7. Aug 30, 2017
  8. Aug 29, 2017
    • Loïc Siret's avatar
      AndroidTV: about section · 6c71b940
      Loïc Siret authored
      This patch adds a PresenterSelector to centralise the display of cards
      It also adds a new row for about things
      
      Change-Id: I777fbbb52265efdfcfa8ef2c903205c2b67e37a8
      6c71b940
    • Loïc Siret's avatar
      Android: Add Hadrien as a contributor. · 64ec8b65
      Loïc Siret authored
      Hadrien was missing on the contributor list, this patch adds him.
      
      Change-Id: I403ef8449dfcb1ff44e5355c6cdc3ff7dab22485
      64ec8b65
  9. Aug 25, 2017
  10. Aug 21, 2017
    • Loïc Siret's avatar
      AndroidTV: Display Username · 5ef225df
      Loïc Siret authored
      This patchs adds a registereduserName or RingId on the mainFragment.
      To do this, we need to use a custom TitleView because the ring id is
      too long and displayed badly withe the default titleview.
      
      Change-Id: I052796ce5cdf37a284ba5cddf1b8cbd15f6ef65b
      5ef225df
    • Hadrien De Sousa's avatar
      Android: add LaunchActivity as splashscreen · 4f1f25bb
      Hadrien De Sousa authored
      At first launch, the app is displaying the smartListFragment with an
      empty list even if there is no account
      
      This commit fix this behaviour by adding a splashscreen that check
      permissions and load accounts at start
      This commit is compatible android and AndroidTV.
      
      Change-Id: I917c59cb66e0c09c145ddcc85ca19374f1ef640a
      4f1f25bb
    • Jenkins's avatar
      i18n: automatic bump · 25947d5d
      Jenkins authored
      Change-Id: Ia5d9e0f6f5fa0bc1d5e52dcfbc20fcd585ad0389
      25947d5d
  11. Aug 18, 2017
    • Alexandre Lision's avatar
      androidtv: make username optionnal · d8548591
      Alexandre Lision authored
      Providing a username during account creation is now optionnal on
      AndroidTV.
      The related string has been modified to replace 'experimental' by
      'optionnal'
      
      Change-Id: Ic74fb34fa3d5466ec2d194d8b03d2a9eed59495a
      d8548591
    • Loïc Siret's avatar
      androidTV: Preview size · c61e5444
      Loïc Siret authored
      Prior this patch the preview size was good only for the camid == 1.
      This fixes the size of the preview on device and TV by removing check
      on the cam id and applying the good preview size on each Video event.
      
      Change-Id: Icb6eba0baefc6faf6dba8e78c3b26ba2ad8cc958
      c61e5444
    • Loïc Siret's avatar
      AndroidTV: Clean shadow over button · 5ae9419c
      Loïc Siret authored
      Change-Id: I49449c35438f70356b8b6f53aeb0bc5bfc01f134
      5ae9419c
  12. Aug 17, 2017
    • Alexandre Lision's avatar
      android: libringclient cleanup · 2ee6a32c
      Alexandre Lision authored
      Running Android lint highlighted some warnings:
      - Wrong comment formating
      - Unused imports
      - Dead code chunks
      - Use proper suffix for long numbers
      
      Change-Id: Ibf4495ef44e21be77ca031b583544c41182c21b3
      2ee6a32c
    • Alexandre Lision's avatar
      build: fix compilation · f7547c74
      Alexandre Lision authored
      Since commit 822368 ffmpeg fails to compile because pkg-config is not
      able to find opus. Forcing the use of pkg-config in the extras/tools
      fixed the issue.
      I have encountered this behaviour on Fedora 26
      
      Change-Id: I927aea1a56426191ac86e9158f7d85249b3b36eb
      f7547c74
    • Guillaume Roguez's avatar
      bump version to 90 for release · e4433d73
      Guillaume Roguez authored
      Change-Id: I94650d5b2292c71bffc8f903d637d234add2d6e8
      e4433d73
  13. Aug 16, 2017
    • Alexandre Lision's avatar
      androidTV: prepare CardPresenter for heterogen items · 611e19b0
      Alexandre Lision authored
      We have used the standard CardPresenter to display contacts cards. We
      can use the same Presenter class to generate other items through the
      app. This use has been observed in the vlc tv app codebase
      
      Change-Id: I493601a453cd139822b744f19187d3200d271ee0
      611e19b0
  14. Aug 15, 2017
    • Loïc Siret's avatar
      Android: Remove allowBackup from manifest · 066901ac
      Loïc Siret authored
      Setting AllowBackup false to avoid storing user critical information on
      google cloud. It also solves problems that occur at startup after 
      uninstalling / reinstalling the app. Sometimes we have partial data from
      google cloud that create weird behaviour.  
      
      Change-Id: If3e2f90359a215a9cb4fd03678ca44a851ca1d0e
      066901ac
  15. Aug 14, 2017
Loading