Commit Graph

5352 Commits

Author SHA1 Message Date
Valere 8340d5e71f Fix tests 2020-09-03 09:38:40 +02:00
Valere 8103081e0e Fix / Support open and view of sending attachment 2020-09-03 09:31:53 +02:00
Benoit Marty e02b9b7736 Changelog 2020-09-02 19:02:36 +02:00
Benoit Marty 8c801ae078 API change: encrypted files are now decrypted internally, no need to expose decryptStream() anymore 2020-09-02 19:01:26 +02:00
Valere 40f7dc4824 Merge remote-tracking branch 'origin/feature/enhance_big_files' into feature/enhance_big_files 2020-09-02 16:42:54 +02:00
Valere 3b8c61a87e FIx / interceptors and stream closed 2020-09-02 16:06:48 +02:00
Benoit Marty 4ef1f9c4d9 Avoid copy paste of code 2020-09-02 12:47:41 +02:00
Benoit Marty 93cb6bd26e Avoid null type 2020-09-02 12:37:06 +02:00
Benoit Marty 7c33bf2742 Remove Done TODO 2020-09-02 12:31:22 +02:00
Benoit Marty e5e67fbcbb Internal class and Copyright 2020-09-02 12:29:53 +02:00
Benoit Marty 95219c7934 typo 2020-09-02 12:29:39 +02:00
Benoit Marty 53744982f0 Update Javadoc 2020-09-02 12:29:18 +02:00
Benoit Marty 6d24aa75d0 Format file (no other change) 2020-09-02 12:25:50 +02:00
Benoit Marty 76c79f9f75 Move Base64 methods to a dedicated file 2020-09-02 12:06:21 +02:00
Benoit Marty 28081aa7d2 Cleanup: rename parameters, make some fields private, add Javadoc, fix copy paste error 2020-09-02 12:03:03 +02:00
Valere bf4f869524 rebase fix 2020-08-31 16:25:40 +02:00
Valere dd09c4a72d post rebase fix 2020-08-31 16:21:27 +02:00
Valere 55dcba6f36 Fix progress of message with attachment 2020-08-31 16:21:27 +02:00
Valere 4e7790966f Always use temp file before sending 2020-08-31 16:21:27 +02:00
Valere bfcbb9ff4f Rebase post matrix sdk package renaming 2020-08-31 16:21:27 +02:00
Benoit Marty cc57a73f23 Cleanup and split long lines 2020-08-31 16:20:12 +02:00
Valere d6f96e3d64 Fix test + cleaning 2020-08-31 16:20:12 +02:00
Valere 5f76f182f6 Fix clear glide in recycler view 2020-08-31 16:20:12 +02:00
Valere 31eccf5f1c Cleaning 2020-08-31 16:20:12 +02:00
Valere 9d2ea19d7d Upgrade to worker 2.4.0 2020-08-31 16:20:12 +02:00
Valere a888e1e80e Support cancel sending and resend event with attachments
Avoid auto retry for medium and big files
2020-08-31 16:20:12 +02:00
Valere 8b8855d2d5 FIx / Audio icon not shown after download 2020-08-31 16:20:12 +02:00
Valere de53166193 Use file service in glide loader (avoid re-dl after send) 2020-08-31 16:20:12 +02:00
Valere caf0ac1c9f Add event sending indicator for attachment 2020-08-31 16:20:12 +02:00
Valere 299cd9ced3 Fix / preview/edit was shown for movies and gif 2020-08-31 16:20:12 +02:00
Valere 11c8da3717 Improve upload/dl mem for big files + report ecryption progress 2020-08-31 16:20:12 +02:00
Benoit Marty dbd080ca6c
Merge pull request #2018 from vector-im/feature/moar_sonar_fixes
Feature/moar sonar fixes
2020-08-31 12:10:00 +02:00
Benoit Marty 71de2d9adc
Update README.md 2020-08-28 09:23:55 +02:00
Benoit Marty 3f30636808
Matrix SDK is now exported 2020-08-28 09:23:08 +02:00
Benoit Marty ee9c73fde1 Sonar: rename variables and parameter to follow naming convention 2020-08-28 08:58:57 +02:00
Benoit Marty d3f50ee6c3 Fix a crash that would occur if it was not dead code 2020-08-27 22:46:30 +02:00
Benoit Marty 9dbe9c7286 Typo in comment 2020-08-27 22:44:55 +02:00
Benoit Marty fbcc7aa211
Merge pull request #1993 from vector-im/feature/fix_call_in_background
Don't pause the sync thread if there is an active or pending call.
2020-08-27 22:41:46 +02:00
Benoit Marty a0af769d7c
Merge pull request #2016 from vector-im/feature/sonar_fixes
Sonar fixes
2020-08-27 21:39:56 +02:00
Benoit Marty ef4f930ba2 Don't pause the sync thread if there is an active or pending call.
But pause the sync thread when there is no active call and the app is the background.
Authors: Onuray, I just rebased and squashed all the commit
2020-08-27 18:20:06 +02:00
Benoit Marty 8369003bdf Sonar: rename project name and project key 2020-08-27 18:16:29 +02:00
Benoit Marty 02145eaa06 Github repository has been renamed 2020-08-27 18:16:29 +02:00
Benoit Marty a857d8e306 Fix bugs detected by sonar 2020-08-27 18:16:29 +02:00
Benoit Marty cb64f472fe Remove commented out code and useless code 2020-08-27 18:15:53 +02:00
Benoit Marty cd28ad4c07 Remove dead code (QrCode animation) 2020-08-27 18:15:53 +02:00
Benoit Marty b69616117f Sonar: skip project `diff-match-patch` 2020-08-27 18:15:53 +02:00
Benoit Marty 59fa2e28c2 Fix sonar analysis version name issue 2020-08-27 18:15:53 +02:00
Benoit Marty 0f1e348ac4
Merge pull request #2010 from vector-im/feature/fix_send_room_v6
Feature/fix send room v6
2020-08-27 18:14:58 +02:00
Benoit Marty 67bde947f9
Merge pull request #2009 from vector-im/feature/joining_room
Feature/joining room
2020-08-27 18:11:42 +02:00
ganfra 28a1cf6982 Join room: clean up after benoit's remarks 2020-08-27 11:44:21 +02:00