Skip to content
Snippets Groups Projects
  1. Apr 22, 2016
    • Romain Bertozzi's avatar
      permissions: improve behaviours · 79563d2c
      Romain Bertozzi authored
      This patch handles more efficiently the new Android permissions system.
      Here is the new behaviour :
          - at first launch, we ask for the main necessary permissions :
              ie: Microphone, Contacts and Camera
          - if the user refuses Microphone, the app can not run properly, so
              it is automatically closed
          - if the user refuses any of the two other permissions, the app
              does not propose them anymore. The user has to trigger them
              from his Android applications settings, or thanks to the app
              in the settings and edit account screens.
              In this last scenario, we propose this previously denied per-
              mission.
          - if the user denies a permission with the "Do not ask me anymore"
              option enabled, he will have to activate them from the Android
              applications settings.
          - when the user creates his account, the Video Enabled settings is
              initialized with the value of permission grant.
      
      Tuleap: #545
      Change-Id: Id7e6a5955a621c018886335c6626fe5c6ca85d1c
      79563d2c
  2. Apr 20, 2016
    • Adrien Béraud's avatar
      account: import/export · b4237765
      Adrien Béraud authored
      Add an option to export an account
      Allow the user to import an account from his storage.
      Ask permission if necessary.
      Update translations.
      
      Tuleap: #335
      Change-Id: I6afefefb252871319930a0eb55bcf1a028a3da10
      b4237765
    • Alexandre Lision's avatar
      build: link jsoncpp & bump daemon hash · e8dded87
      Alexandre Lision authored
      - link jsoncpp
      - bumps daemon version to support an OpenDHT fix : GCC 4.9 compilation
      issue.
      
      Change-Id: Ieb0c668776dd153ad5636d2f86c071ee35dafbd1
      Tuleap: #335
      Tuleap: #583
      e8dded87
  3. Apr 15, 2016
  4. Apr 14, 2016
    • Adrien Béraud's avatar
      smartlist: add progress indicator · 6a4f2fa6
      Adrien Béraud authored
      - Rename to SmartList to match all clients convention.
      - Separate SmartListAdapter from its fragment.
      
      Change-Id: Ia696d351092419f6132a19816d775c18a95b2007
      Tuleap: #468
      6a4f2fa6
    • Adrien Béraud's avatar
      crash: fix in callfragment when closing call · 162427f1
      Adrien Béraud authored
      This crash seemed to occur when a call was closed. The redraw of the add
      contact button seemed to be the source of it, in CallFragment.java
      
      A NullPointerException when accessing the sipcall and its participants was
      the cause. Unfortunately, the reproductibility of this crash was not easy
      and no log or stacktrace were provided with the Tuleap issue.
      
      This patch solves the crash by checking the nullity of the elements implied
      in the redraw of the add contact button.
      
      Please see the associated Tuleap for more information.
      
      Change-Id: I9a680faf67e4d3d9774cc3afb95d712142254079
      Tuleap: #567
      162427f1
  5. Apr 13, 2016
    • Romain Bertozzi's avatar
      build: enable universal apk creation · 197c8c88
      Romain Bertozzi authored
      This patch allows the compile.sh to create an universal apk from several
      architectures.
      It also bumps the daemon to a newer version.
      
      Change-Id: I5bf744cad949441abccf27036b3b2c32941f8f59
      Tuleap: #508
      197c8c88
  6. Apr 07, 2016
    • Romain Bertozzi's avatar
      Android Multi-Arch : compile for several archs · bba01aa0
      Romain Bertozzi authored
      This patch fixes the compilation of several architectures from the ANDROID_ABI
      environment variable.
      It also fixes a typo in the readme concerning the export to make to enable the
      multi-archs.
      Note : this does not compile a universal apk yet.
      Note 2 : only armeabi-v7a and x86 are working for the moment.
      
      Change-Id: I8de17384103f009bcb7e414a1be9e1e1b142d435
      Tuleap: #508
      bba01aa0
    • Adrien Béraud's avatar
      ip2ip removal support · 1b7bf5cc
      Adrien Béraud authored
      Note : this patch modifies compile.sh to bump a more recent version of
      the daemon, also removing ip2ip.
      
      Tuleap: #448
      Change-Id: I07bf4c47d74e13bfbe303ba7b35a9564c1a4ecf7
      1b7bf5cc
  7. Apr 06, 2016
  8. Apr 04, 2016
  9. Mar 30, 2016
  10. Mar 24, 2016
  11. Mar 17, 2016
  12. Mar 14, 2016
  13. Mar 08, 2016
  14. Mar 04, 2016
  15. Mar 02, 2016
Loading