Commit graph

4982 commits

Author SHA1 Message Date
Benoit Marty
967b8f4afb
Merge branch 'develop' into feature/bma/reply_image_preview 2021-03-22 20:49:32 +01:00
Benoit Marty
5136979352 Cleanup on unbinding
Valere's review
2021-03-22 18:33:06 +01:00
Benoit Marty
7b8ede03bc Picture preview when replying. Also add the image preview in the message detail bottomsheet (#2916) 2021-03-19 20:09:53 +01:00
Benoit Marty
fa37070884 Disable URL preview for some domains (#2995) 2021-03-19 17:23:19 +01:00
Benoit Marty
43fd9910e3
Merge pull request #3031 from vector-im/feature/bma/other_fixies
Some fixies
2021-03-19 17:06:54 +01:00
Benoit Marty
684c0332d5 Remove commented out code 2021-03-19 16:27:31 +01:00
Benoit Marty
91769b71db
Merge pull request #3024 from vector-im/dependabot/gradle/epoxy_version-4.4.3
Bump epoxy_version from 4.4.2 to 4.4.3
2021-03-19 15:57:33 +01:00
Benoit Marty
294df236c5 Hide encrypted reactions from the timeline (#2509) 2021-03-19 15:33:25 +01:00
Benoit Marty
fa1de6e6b0 Disable color because there is no action behind. 2021-03-19 14:25:52 +01:00
Benoit Marty
0eea257a25 Improve layout for more clarity 2021-03-19 14:15:17 +01:00
Benoit Marty
adca3de3b5 Improve message with Emoji only detection (#3017) 2021-03-19 13:48:49 +01:00
Benoit Marty
3b16351308 Fix bad theme change for the MainActivity 2021-03-19 13:36:24 +01:00
Benoit Marty
80db39a934 No alert possible in SignedOutActivity 2021-03-19 13:15:13 +01:00
Benoit Marty
ec50f891a2 Improve description format 2021-03-18 19:22:29 +01:00
Benoit Marty
a3c331019d Remove roomId from DevTools item (copy/paste error) 2021-03-18 19:18:12 +01:00
Benoit Marty
89eea7cbdd
Merge pull request #3026 from vector-im/feature/bma/missing_shield
Display the room shield in all room setting screens
2021-03-18 19:01:07 +01:00
Benoit Marty
9f47598950 Display the room shield in all room setting screens 2021-03-18 18:01:21 +01:00
dependabot[bot]
973e111dad
Bump epoxy_version from 4.4.2 to 4.4.3
Bumps `epoxy_version` from 4.4.2 to 4.4.3.

Updates `epoxy` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/airbnb/epoxy/releases)
- [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/epoxy/commits)

Updates `epoxy-glide-preloading` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/airbnb/epoxy/releases)
- [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/epoxy/commits)

Updates `epoxy-processor` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/airbnb/epoxy/releases)
- [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/epoxy/commits)

Updates `epoxy-paging` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/airbnb/epoxy/releases)
- [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/epoxy/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18 12:12:17 +00:00
Benoit Marty
2f2bc758d7
Merge pull request #3022 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.12.20
Bump libphonenumber from 8.12.19 to 8.12.20
2021-03-18 13:11:41 +01:00
Benoit Marty
3078adf0da Version++ 2021-03-18 10:40:33 +01:00
dependabot[bot]
8e85d5515d
Bump libphonenumber from 8.12.19 to 8.12.20
Bumps [libphonenumber](https://github.com/google/libphonenumber) from 8.12.19 to 8.12.20.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/compare/v8.12.19...v8.12.20)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18 07:18:33 +00:00
Benoit Marty
1f82b1442d
Merge branch 'develop' into feature/fga/fix_ui_timeline 2021-03-17 15:03:22 +01:00
ganfra
174e938b5b Fix padding layout 2021-03-17 11:44:22 +01:00
Benoit Marty
5edf7ca520 Version++ 2021-03-16 22:31:25 +01:00
ganfra
c9691b04ad Timeline: fix separators background 2021-03-16 20:11:10 +01:00
ganfra
1bc431198e Timeline: fix ripple on text item 2021-03-16 20:10:47 +01:00
Valere
a52d20eeff Regression: Video will not play upon tap 2021-03-16 15:26:06 +01:00
Benoit Marty
e541a3b962
Merge branch 'develop' into feature/bca/workaround_stuck_message 2021-03-16 15:00:55 +01:00
Valere
b93200f371 unused params 2021-03-16 14:31:37 +01:00
Valere
5b94540f76 Quick Work around to remove stuck messages 2021-03-16 12:16:11 +01:00
Benoit Marty
4302d50af9 We do not display shield in the room list anymore
Room member are lazy loaded, so the shield may not be accurate anymore.
2021-03-15 16:09:08 +01:00
Benoit Marty
b5fa61c8aa
Merge pull request #2983 from vector-im/dependabot/gradle/com.schibsted.spain-barista-3.9.0
Bump barista from 3.8.0 to 3.9.0
2021-03-11 22:44:54 +01:00
ganfra
992cc0addd Message state: add sent status in BottomSheet 2021-03-11 19:34:34 +01:00
Benoit Marty
4b8c59a23b Fix crash on ViewSource of event 2021-03-11 14:14:55 +01:00
Benoit Marty
cbfb5d3fcc Fix color and bottom margin
And improve a11y
2021-03-11 11:10:59 +01:00
dependabot[bot]
507eba3ddb
Bump barista from 3.8.0 to 3.9.0
Bumps barista from 3.8.0 to 3.9.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 21:08:12 +00:00
Benoit Marty
4e3ad91c67 Version++ 2021-03-10 22:05:31 +01:00
Benoit Marty
c6828a8612 Fix issue with Locale folder.
Hoping Weblate will eat that correctly.
2021-03-10 21:54:11 +01:00
Benoit Marty
c5a4c805b5 Fix lint error 2021-03-10 21:54:11 +01:00
Benoit Marty
8a1a90d1b9
Merge pull request #2937 from vector-im/feature/ons/message_states
Improve the status of send messages
2021-03-10 21:51:48 +01:00
ganfra
ea21892d03 Message state: fix and clean code after Benoits review 2021-03-10 19:32:50 +01:00
Benoit Marty
730869a37a
Merge pull request #2980 from RiotTranslateBot/weblate-element-android-element-app
Translations update from Weblate
2021-03-10 18:27:06 +01:00
ganfra
6c8e2f1fd6 Message state: allow edit and copy when failed 2021-03-10 18:10:03 +01:00
ganfra
bbb5dd06a2 Message state: adjust some ui 2021-03-10 18:08:18 +01:00
ganfra
fad4140924 Message states: makes sure the actions bottom sheet is updated with synced event 2021-03-10 17:56:48 +01:00
Benoit Marty
edb31ddec0 Cleanup 2021-03-10 17:20:51 +01:00
Weblate
cf251c38fd Merge branch 'origin/develop' into Weblate. 2021-03-10 15:38:07 +00:00
Hivaa
38f2c4c43d Translated using Weblate (Persian)
Currently translated at 100.0% (2351 of 2351 strings)

Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2021-03-10 15:38:00 +00:00
Benoit Marty
5c07a5780c Better with horizontal progress bar 2021-03-10 15:38:29 +01:00
Benoit Marty
5aa8b0255a Fix MainActivity display (Fixes #2927) 2021-03-10 15:34:28 +01:00