Commit Graph

6350 Commits

Author SHA1 Message Date
Valere e0c5377968
Merge branch 'develop' into feature/enhance_big_files 2020-09-03 17:09:40 +02:00
SpiritCroc 853dd617e7
Merge pull request #10 from Poussinou/patch-1
Update README.md
2020-09-03 15:22:10 +02:00
Benoit Marty 8aada10f0d Show M_WEAK_PASSWORD error in the password field 2020-09-03 15:21:21 +02:00
Poussinou df1271d0b6
Update README.md 2020-09-03 15:19:45 +02:00
Valere 0c39495e3f FIx / unneeded code 2020-09-03 15:03:07 +02:00
Valere 7c638798c7 Code review 2020-09-03 14:53:13 +02:00
Benoit Marty 05ec5bde93
Merge pull request #2020 from vector-im/feature/add_email
Add email and phone numbers
2020-09-03 14:33:09 +02:00
Benoit Marty d2d372d140
Merge pull request #2043 from vector-im/feature/cleanup_after_2002
Cleanup after #2002
2020-09-03 11:15:45 +02:00
Benoit Marty e9b3ab91a0
Merge pull request #1902 from vector-im/feature/verify_one_session
Feature/verify one session
2020-09-03 11:11:22 +02:00
Benoit Marty 633b12f66d Propose to verify the current session if the 4S contains secret, even if there is no other sessions 2020-09-03 10:00:01 +02:00
Benoit Marty 2efe5a420c Do not propose to verify the current session if there is only one session (#1901) 2020-09-03 09:54:03 +02:00
Benoit Marty 96c7f57ea0 Remove useless member 2020-09-03 09:52:57 +02:00
Benoit Marty 6af879fe2a Rename class 2020-09-03 09:52:14 +02:00
Benoit Marty b935a6557f Move state to a dedicated file 2020-09-03 09:46:17 +02:00
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 be3157b6f5 Do not strip new lines. Many tests are not passing, we should work more on it... 2020-09-03 09:24:44 +02:00
Benoit Marty ae9afcc393 Add test to cover line break 2020-09-03 09:16:37 +02:00
Benoit Marty e73480c0ef Riot -> Element 2020-09-03 09:06:12 +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
Onuray Sahin a151f42495 Handle room, user, group links by converting them to permalinks. 2020-09-02 18:26:08 +03: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
SpiritCroc 34afe55b5c alternative_package.sh: Don't run twice
Change-Id: I83295b2e68d3610667e257cbde91715937f626b7
2020-09-02 13:15:16 +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
SpiritCroc 372ae6e162 Increment version
Change-Id: I7de06d933fdddf3b4cd05538f0c5b3f29066b6c8
2020-09-02 11:58:48 +02:00
SpiritCroc 6477b4cc47 Remove from Play Store for now
Change-Id: I43973331b58c1fd2495e5b5b2e50145c755cc37c
2020-09-02 09:30:40 +02:00
SpiritCroc bc539a8cc7 alternative_package.sh: Fix fastlane title
Change-Id: Ie2e90c46622bee4a50a931e93717a64a775163fd
2020-09-02 09:27:07 +02:00
Benoit Marty d0532bb9a9 Revert some change from #2002 2020-09-02 09:06:34 +02:00
Benoit Marty 9389cfe7a3 Add comment for history 2020-09-02 09:04:16 +02:00
Benoit Marty 484fd61706 Make MarkdownParserTest tests pass again 2020-09-02 09:04:16 +02:00
Benoit Marty 6c943571fc Remove useless TextContentRenderer 2020-09-01 22:22:27 +02:00
Leon Schmidt 29123ac726
Bugfix/markdown parsing (#2002)
Removed replacing of newlines in already parsed HTML documents

Signed-off-by: Leon Schmidt <mail@leon.wtf>

Co-authored-by: Benoit Marty <benoitm@matrix.org>
2020-09-01 22:02:16 +02:00
Benoit Marty 44cb8cdeca
Merge pull request #2042 from vector-im/feature/builkite_location_and_pipeline_location_change
Update of Buildkite configuration
2020-09-01 21:53:11 +02:00
Benoit Marty 9e20f7db1a Update of Buildkite configuration:
New pipeline location: https://github.com/matrix-org/pipelines/blob/master/element-android/pipeline.yml
New build location: https://buildkite.com/matrix-dot-org/element-android
2020-09-01 18:52:03 +02:00
Benoit Marty 971320a56c Restore setting removed by mistake 2020-09-01 18:38:38 +02:00
Benoit Marty 4290d22465
Merge pull request #2035 from vector-im/feature/fix_crashes_attachment_viewer
Crash / Attachment viewer: Cannot draw a recycled Bitmap
2020-09-01 18:33:39 +02:00
Benoit Marty 96a3b25adb
Merge branch 'develop' into feature/fix_crashes_attachment_viewer 2020-09-01 18:32:55 +02:00
Valere 3dc69b60c4
Fix / Log could leak file name 2020-09-01 17:31:54 +02:00
Benoit Marty bdde638967
Merge pull request #2028 from vector-im/feature/relax_is_discovery
Relax IS dicovery
2020-09-01 15:39:28 +02:00
Benoit Marty 8157644ff8
Merge pull request #2014 from vector-im/feature/fix_call_sound_device
Fix: Loudspeaker is always used
2020-09-01 15:33:06 +02:00