Maxime Naturel
df3fc38054
Adding header section only when "@room" is available
2022-02-17 14:15:02 +01:00
Maxime Naturel
11dacbab81
Revert "Adding header section only when necessary"
...
This reverts commit 96ed30ccc4
.
2022-02-17 13:59:30 +01:00
oksya8and8
b459668238
Translated using Weblate (Japanese)
...
Currently translated at 72.2% (2012 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 11:28:33 +00:00
Suguru Hirahara
d86d652686
Translated using Weblate (Japanese)
...
Currently translated at 72.2% (2012 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 11:28:32 +00:00
Maxime Naturel
96ed30ccc4
Adding header section only when necessary
2022-02-17 11:38:28 +01:00
Maxime Naturel
37a990368c
Fixing text color of pills in light theme
2022-02-17 11:23:00 +01:00
Maxime Naturel
10d196596c
Unmocking check of permission to notify room
2022-02-17 11:23:00 +01:00
Maxime Naturel
49596dcea3
Mocking check of permission to notify room
2022-02-17 11:23:00 +01:00
Maxime Naturel
df35da5571
Fixing code format issues
2022-02-17 11:23:00 +01:00
Maxime Naturel
24a92d5a1e
Setting background color for chips
2022-02-17 11:23:00 +01:00
Maxime Naturel
07a59e63a6
Create chips for incoming messages
2022-02-17 11:23:00 +01:00
Maxime Naturel
fb2401d0b1
Fixing parsing of outcoming messages for @room chip (missing incoming messages)
2022-02-17 11:23:00 +01:00
Maxime Naturel
2beff8d4cd
adding headers to separate sections
2022-02-17 11:23:00 +01:00
Maxime Naturel
82ac302843
Fixing avatar name when there is no room picture
2022-02-17 11:22:59 +01:00
Maxime Naturel
38317e6033
Using const for char triggers
2022-02-17 11:22:59 +01:00
Maxime Naturel
d8e28d7be9
Adding autocomplete for @room (missing correct first letter of avatar)
2022-02-17 11:22:59 +01:00
Maxime Naturel
38fdfb27e4
Creating sealed wrapper class for member items
2022-02-17 11:22:59 +01:00
Maxime Naturel
2d38786d02
Adding TODOs
2022-02-17 11:22:59 +01:00
Maxime Naturel
4fe3b409d2
Replacing the search icon by a filter icon
2022-02-17 10:27:59 +01:00
Maxime Naturel
bc45c0ce50
Fix code formatting
2022-02-16 16:09:10 +01:00
Maxime Naturel
4641153df0
Making ACL multiple successive events as collapsable
2022-02-16 16:01:31 +01:00
Adam Brown
3f9e7a74d6
reusing the PostViewEvent action as a way to avoid redundant duplicated actions/events
2022-02-15 17:23:16 +00:00
Adam Brown
d99a2f8d14
creating and passing stored user properties on post hog initialisation
...
- this allows information captured during the onboarding to be sent once the user has opt'd in
2022-02-15 16:03:21 +00:00
Adam Brown
3236d87323
inlining posthog creation and removing eager optout and identify calls as the backing values are null which means they aren't actually being called
2022-02-15 15:39:05 +00:00
Adam Brown
e36e67c54c
adding unit tests around the analytics impl
2022-02-15 15:16:24 +00:00
Adam Brown
837caabcec
providing the posthog creation and analytics config via hilt in order to make the analytics impl testable
2022-02-15 12:51:21 +00:00
Adam Brown
f1f8f51805
lifting the global scope to a provide to allow for unit testing the analytics impl
2022-02-15 12:30:55 +00:00
Adam Brown
580ecc9c44
adding lateinit user property factory for use when calling the initial identify tracking
...
- this will allow us send the pending onboarding properties once consent is given
2022-02-15 12:19:39 +00:00
Benoit Marty
6c4f389342
Merge pull request #5203 from vector-im/feature/dla/fix_consult_transfer
...
Call transfer with consult fails to make outgoing consultation call.
2022-02-14 19:54:09 +01:00
Benoit Marty
ffd2a762af
Let the Activity that created the result intent deserialize it.
2022-02-14 17:07:52 +01:00
Benoit Marty
88ecfa3678
Fix compilation issue, Screen has been renamed to MobileScreen
...
Also manually delete WebScreen, which does not compile. Will have to fix that upstream.
2022-02-14 16:40:11 +01:00
ariskotsomitopoulos
f1b11df781
Merge branch 'develop' into feature/aris/threads_live_timeline
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
2022-02-14 15:17:55 +02:00
ariskotsomitopoulos
49b7726ac8
- Integrate /relations API to create a live thread timeline
2022-02-14 15:09:01 +02:00
Adam Brown
fd2d9287e7
creating separate creator for the matrix instance to avoid ambiguous non singleton/duplicated singleton usages
...
- also documents the static methods
2022-02-14 12:46:16 +00:00
Adam Brown
674aea97a8
injecting the room name provider as we're within hilts scope
2022-02-14 12:30:47 +00:00
bmarty
c89a107ca6
Sync analytics plan
2022-02-14 00:05:49 +00:00
bmarty
ff1c307ca0
Sync Emojis
2022-02-14 00:03:37 +00:00
Adam Brown
ea13f1c879
Merge pull request #5189 from vector-im/arb/issues/4640
...
#4640 : The notification badge jumps around
2022-02-11 14:18:41 +00:00
ganfra
f1376eac82
Merge pull request #5204 from vector-im/feature/fga/reactions_ui_improvements
...
Feature/fga/reactions UI improvements
2022-02-11 15:17:44 +01:00
ganfra
0a52651e40
Reactions: update after remarks
2022-02-11 13:01:34 +01:00
David Langley
6fd47594d4
formatting
2022-02-11 11:15:16 +00:00
Ahmed Radhouane Belkilani
a9a1532e01
#4640
...
- change unread counter badge view in item_room to be in consistent place on the screen, to left of date/time.
- change unread badge color state for dark and light theme to align with iOS.
- add changelog file related to the issue.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com>
2022-02-11 11:45:39 +01:00
random
617a03abf6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/it/
2022-02-10 23:27:22 +00:00
Linerly
300040cee9
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-02-10 23:27:17 +00:00
Ihor Hordiichuk
f767770739
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2022-02-10 23:27:13 +00:00
Danial Behzadi
6c5a900935
Translated using Weblate (Persian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2022-02-10 23:27:10 +00:00
Priit Jõerüüt
72d742f8c7
Translated using Weblate (Estonian)
...
Currently translated at 99.9% (2783 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/et/
2022-02-10 23:27:07 +00:00
a73435
3146ede690
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2022-02-10 23:27:02 +00:00
Vladyslav Stepanov
4b7bd2ba06
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2022-02-10 23:27:02 +00:00
Kagami Sascha Rosylight
ad0dcc726a
Translated using Weblate (Korean)
...
Currently translated at 47.4% (1322 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ko/
2022-02-10 23:26:56 +00:00