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
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
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
Valere
f34c5d6674
Crash / Attachment viewer: Cannot draw a recycled Bitmap
2020-08-31 17:50:17 +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
Valere
aedcf3006a
Relax IS dicovery
...
fixes #2027
2020-08-31 12:08:37 +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
Onuray Sahin
7d76264b25
Merge branch 'develop' into feature/fix_call_sound_device
2020-08-28 02:53:46 +03: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
Onuray Sahin
d9009540dd
Don't try to use bluetooth headset if it is not connected.
2020-08-27 16:43:11 +03:00
ganfra
28a1cf6982
Join room: clean up after benoit's remarks
2020-08-27 11:44:21 +02:00
ganfra
9c1c9f96e1
Room v6: finish cleaning up
2020-08-27 10:34:40 +02:00
ganfra
3c0177c2dd
Update CHANGES
2020-08-26 19:25:20 +02:00
ganfra
dc4135b506
Remove unnecessary code now we have an other way to keep number types
2020-08-26 19:21:41 +02:00
ganfra
cefdbe1d08
Add CheckNumberType in json to fix sending in room v6
2020-08-26 19:21:14 +02:00
Benoit Marty
95e80f0263
Merge pull request #2001 from vector-im/feature/mention_display_name
...
Fix mention display name
2020-08-26 17:35:23 +02:00
Benoit Marty
013f51f0c4
Merge branch 'develop' into feature/mention_display_name
2020-08-26 17:35:16 +02:00
Benoit Marty
75911ba4c0
Merge pull request #2008 from vector-im/feature/sas_emoji
...
Create a script to import SAS strings (#1909 )
2020-08-26 17:34:43 +02:00
Benoit Marty
b3edc439cf
Merge pull request #1997 from vector-im/feature/switch_language
...
Switch language and font size settings fixes
2020-08-26 17:34:26 +02:00
Benoit Marty
7ef08579ef
Merge branch 'develop' into feature/switch_language
2020-08-26 17:34:17 +02:00
ganfra
b39a86edbd
Merge branch 'develop' into feature/joining_room
2020-08-26 17:06:31 +02:00
ganfra
9c151417a8
Update CHANGES
2020-08-26 17:03:51 +02:00
ganfra
5d8d9cb19c
Clean files
2020-08-26 17:02:24 +02:00
ganfra
b986bfd509
Permalink: handle via parameters
2020-08-26 16:37:48 +02:00
Benoit Marty
28ae10a4aa
Merge pull request #2007 from vector-im/feature/icons
...
Feature/icons
2020-08-26 16:04:36 +02:00
Benoit Marty
39fa7d850a
Merge branch 'develop' into feature/icons
2020-08-26 16:04:27 +02:00
Benoit Marty
25ea221d47
Create a script to import SAS strings ( #1909 )
...
It will be run at the next Weblate sync, since we have to remove previous translations
2020-08-26 16:02:58 +02:00