Commit Graph

6343 Commits

Author SHA1 Message Date
Onuray Sahin 04126fb0c6 Fix background color of reactions. 2020-10-29 16:44:08 +03:00
Valere 479f10a28e Fix potential ConcurrentModificationException
give a copy to avoid issues
2020-10-29 14:36:40 +01:00
aWeinzierl d46452c580 Translated using Weblate (German)
Currently translated at 100.0% (1929 of 1929 strings)

Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2020-10-29 13:28:26 +00:00
@a2sc:matrix.org 18f87924ad Translated using Weblate (German)
Currently translated at 100.0% (1929 of 1929 strings)

Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2020-10-29 13:28:25 +00:00
Benoit Marty f6ec7bc323 values-v21 does not exist anymore 2020-10-29 14:11:34 +01:00
Benoit Marty f48d4c021a Cleanup and split long lines 2020-10-29 14:10:41 +01:00
Benoit Marty f190356934 Fix compilation warnings 2020-10-29 13:44:47 +01:00
Benoit Marty ef140f28c8
Merge pull request #2309 from vector-im/feature/bma/translation_fix
Fix issue with plurals
2020-10-29 13:31:48 +01:00
Benoit Marty 1bc726abff Update the algorithm to find an existing DM: simplify and make sure there is only 2 people in the room 2020-10-29 13:25:21 +01:00
Valere 794a0bb14b Fix / bad ref to json in filename, it's txt 2020-10-29 12:55:26 +01:00
Valere a1ed9bb377 Fix / missing new line in secret trail 2020-10-29 12:55:26 +01:00
Valere c2027be0ee Fix audit freeze, add export, and buffer gossip saves 2020-10-29 12:55:26 +01:00
Valere 5a111af2fe Fix / add close to IncomingRequestManager 2020-10-29 12:55:26 +01:00
Valere bb000f77f8 Offload self verif todevice off crypto thread 2020-10-29 12:55:26 +01:00
Valere 6d2b3a6940 cleaning 2020-10-29 12:55:26 +01:00
Valere dbb14e6313 offload megolm backup import off crypto thread 2020-10-29 12:55:26 +01:00
Valere 2144879e73 Offload sending keywithheld to computation 2020-10-29 12:55:26 +01:00
Valere e149be9e0f Offload Incoming Gossip to dedicated thread 2020-10-29 12:55:26 +01:00
Valere 9e921d8b50 safeguard for save after store closed 2020-10-29 12:55:26 +01:00
Valere 9bf5059631 Fix test helper not working 2020-10-29 12:55:26 +01:00
Valere b9fdc14e18 add internal 2020-10-29 12:55:26 +01:00
Valere f39938d17d Fix / device check was not reading up to date trust 2020-10-29 12:55:26 +01:00
Valere aa238775c6 Fix copyrights 2020-10-29 12:55:26 +01:00
Valere 7e7a953345 Crypto cleaning and perf improvement 2020-10-29 12:55:26 +01:00
Valere 9ec68fa5be Fix ui echo isues 2020-10-29 12:49:30 +01:00
Benoit Marty a393c4dfae Do not open again the DM if the user is already seeing it 2020-10-29 11:05:09 +01:00
Benoit Marty d9723387eb We only need the roomId in many cases, so update the API 2020-10-29 11:00:01 +01:00
Benoit Marty 4433436416 Room member profile: Add action to create (or open) a DM (#2310) 2020-10-28 18:13:36 +01:00
Benoit Marty f127a75e38
Merge pull request #2285 from vector-im/feature/bma/uCrop
Feature/bma/u crop
2020-10-28 16:54:27 +01:00
Benoit Marty 802f4ea5d8 cleanup 2020-10-28 16:53:45 +01:00
Benoit Marty 6ed77e276b Fix issue with plurals 2020-10-28 16:49:42 +01:00
Benoit Marty fffc8addcf Ask for confirmation if the user quit the screen before creating the room 2020-10-28 15:38:14 +01:00
Benoit Marty 489bddec5b Delete temporary file once the room avatar is uploaded 2020-10-28 15:27:30 +01:00
Benoit Marty f5e46df309 Delete temporary file if user change again the room avatar 2020-10-28 15:27:30 +01:00
Benoit Marty 4887f678c5 Delete temporary file if user cancel room setting change 2020-10-28 15:27:30 +01:00
Benoit Marty be2c4597de Fix issue after rebase 2020-10-28 15:27:30 +01:00
Benoit Marty cd56059a77 Fix a few details 2020-10-28 15:27:30 +01:00
Benoit Marty 03d925b5ab Use new way to start Activity with uCrop - other case 2020-10-28 15:27:30 +01:00
Benoit Marty 487e82df3f Cleanup 2020-10-28 15:27:30 +01:00
Benoit Marty 72bf2f9c1a Use new way to start Activity with uCrop 2020-10-28 15:27:30 +01:00
Benoit Marty 1555c06b21 Use colorProvider instead of context 2020-10-28 15:27:30 +01:00
Benoit Marty 7bebd6151e
Merge pull request #2308 from vector-im/feature/bma/wl
Fix lint issue
2020-10-28 15:27:01 +01:00
Benoit Marty 2f7c7badc1 Another lint fix 2020-10-28 15:26:34 +01:00
Benoit Marty 1e60d6f6e8
Merge pull request #2282 from vector-im/feature/bma/room_settings
Feature/bma/room settings
2020-10-28 13:54:08 +01:00
Benoit Marty b9795786c3
Merge pull request #2288 from vector-im/feature/bma/low_priority
Toggle low priority tag of a room
2020-10-28 13:53:28 +01:00
Benoit Marty 8091e224f7
Merge branch 'develop' into feature/bma/low_priority 2020-10-28 13:53:19 +01:00
Benoit Marty e84eba23a1 Fix lint issue 2020-10-28 13:49:16 +01:00
Benoit Marty 16af59153e
Merge pull request #2306 from RiotTranslateBot/weblate-element-android-element-app
Translations update from Weblate
2020-10-28 13:37:08 +01:00
Benoit Marty 042c8abac1 Kotlin optimization 2020-10-28 11:22:37 +01:00
Benoit Marty 5c62f29c6f Add a "discard change" warning 2020-10-28 11:22:37 +01:00