Skip to content
Snippets Groups Projects
  1. Aug 29, 2017
  2. Aug 25, 2017
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Aug 14, 2017
  9. Aug 11, 2017
  10. Aug 09, 2017
  11. Aug 08, 2017
    • Alexandre Lision's avatar
      build: remove Makefile · 6b792f0f
      Alexandre Lision authored
      The Makefile building the apk was only used for executing gradlew.
      This instruction has been moved to compile.sh.
      Other Makefile targets were mostly unused, or could be easily moved to
      compile.sh if necessary.
      
      Change-Id: I18d0ddea71b66f8eeca8010b713c8694ab7bb559
      6b792f0f
  12. Aug 07, 2017
  13. Aug 04, 2017
  14. Aug 03, 2017
  15. Aug 02, 2017
Loading