Adam Brown
0450dc869d
extracting flow extension for starting and ignoring future emissions
2022-10-02 19:22:54 +01:00
Adam Brown
78c62ab7bb
avoiding duplicated room event emissions when watching a specific room id
2022-10-02 19:22:54 +01:00
Adam Brown
2110667d90
computing the image size before sending to allow it to be used in local echos
...
- fixes local echo images changing size
2022-10-02 19:22:54 +01:00
Adam Brown
906ec486f8
styling the inline composer rely to match the reply messages
2022-10-02 19:22:54 +01:00
Adam Brown
7f9f761eab
using bubble colour with alpha for the reply background + some tweaks to padding and corners
2022-10-02 19:22:54 +01:00
Adam Brown
8d7a15e758
adding button to dismiss inprogress reply
2022-10-02 19:22:54 +01:00
Adam Brown
ae693f7ee8
supporting local echos for text replies
2022-10-02 19:22:54 +01:00
Adam Brown
1c0f51cfb7
fixing test compilation error
2022-10-02 19:22:54 +01:00
Adam Brown
81f15c4fca
adding support for sending replies
2022-10-02 19:22:54 +01:00
Adam Brown
0034ddfe0a
adding barebones styling to the reply box
2022-10-02 19:22:54 +01:00
Adam Brown
6cf0df7ea9
adding sliding reply animation
2022-10-02 19:22:54 +01:00
Adam Brown
94a05898c8
flattening box layer
2022-10-02 19:22:54 +01:00
Adam Brown
d03cadb3b7
moving the hint state to the field decoration
2022-10-02 19:22:54 +01:00
Adam Brown
6989c1399a
adding swiping to start reply process
2022-10-02 19:22:54 +01:00
Adam Brown
bce7a98546
updating to latest material3 lib
2022-10-02 19:22:54 +01:00
Adam Brown
04b6cf5375
adding ability to show the raw exception information on login errors
2022-10-02 19:22:54 +01:00
Adam Brown
c2b45d6fa9
temporarily removing no-op room settings toolbar overflow
2022-09-29 19:52:44 +01:00
Adam Brown
c39a474774
fixing reply text being unreadable on some material/theme combinations
2022-09-29 19:47:54 +01:00
Adam Brown
e0c1421fd5
fixing missing input cursor due to decoration box not taking the original text field into account
2022-09-29 17:42:31 +01:00
Adam Brown
ff69156330
including room name in the image gallery toolbar
2022-09-29 16:43:40 +01:00
Adam Brown
14d625765c
avoiding try emit
2022-09-29 16:25:33 +01:00
Adam Brown
415ea4b150
providing image gallery via DI graph
2022-09-29 16:24:17 +01:00
Adam Brown
bd885823bd
removing unused import
2022-09-29 15:12:53 +01:00
Adam Brown
3f956d1903
moving the image gallery to the messenger module and attaching to a attachment button
2022-09-29 14:32:04 +01:00
Adam Brown
c61646bbd3
creating dedicated activity for image selection
2022-09-29 13:50:58 +01:00
Adam Brown
34e0415892
fixing performance issue when loading large lists of images
2022-09-29 13:11:40 +01:00
Adam Brown
6f89c71300
adding skeleton for image gallery folder viewing
2022-09-28 22:37:53 +01:00
Adam Brown
debfc5e5f0
adding first pass at a image gallery component with folder fetching
2022-09-28 19:51:30 +01:00
Adam Brown
114aa9f785
persisting the decrypted images to the disk and enabling in memory image cache
2022-09-26 22:59:35 +01:00
Adam Brown
3c865179d7
improving image decrypting pipeline to use one less copy and adding smoke test to sending encrypted images
2022-09-21 22:42:04 +01:00
Adam Brown
2635a5f3e5
making the image fectching factory part of the dagger graph
2022-09-21 22:11:35 +01:00
Adam Brown
3c2a226555
extracting a dedicated media decrypter
2022-09-20 20:54:35 +01:00
Adam Brown
f8f2eead36
ignoring tab taps when already on the tab page
2022-09-19 22:09:25 +01:00
Adam Brown
257f94830d
fixing test compilation error
2022-09-19 20:52:30 +01:00
Adam Brown
3cec16e33a
cleaning up messages theming
2022-09-15 20:06:17 +01:00
Adam Brown
eff150aebc
fixing crash when switching from the invitations screen to the conversation directory and back to the profile
2022-09-15 20:06:17 +01:00
Adam Brown
e5eb597369
skipping first invite emission as we only want to render future invites
2022-09-15 20:06:17 +01:00
Adam Brown
c8eaeff48f
only showing material you option for android 12+ devices
2022-09-15 20:06:17 +01:00
Adam Brown
e773bc35c4
rendering invites as notification which temporarily open the app on tap
2022-09-15 20:06:17 +01:00
Adam Brown
ee91de4301
removing invites from the database after rejecting them and allowing them to fail with 403 (if the user no longer has access)
2022-09-15 20:06:17 +01:00
Adam Brown
40461f692f
observe invite changes and render a ! badge on the profile bottom item
2022-09-15 20:06:17 +01:00
Adam Brown
50914aaeb4
fixing firebase classes being imported for foss variant
...
- the notification module was pulling in firebase for an annotation import, which in turn pulled in the .aar manifest entries and services etc, fixed by removing the unneeded dependency
2022-09-15 20:06:17 +01:00
Adam Brown
0c113896c1
adding material you toggle
...
- meant moving the base preferences to the core module and allowing the activity to recreate itself if the theme congifuration has changed
2022-09-08 20:06:08 +01:00
Adam Brown
f646da9d1e
making use of theme values for text colours
2022-09-08 20:06:08 +01:00
Adam Brown
ef7af20853
applying dynamic colour scheme and fixing appbar/navbar quirks
2022-09-08 20:06:08 +01:00
Adam Brown
1a6f8b6b40
including material3 dependencies and attempting 1 for 1 swap of imports
2022-09-08 20:06:08 +01:00
Adam Brown
f973e01a4e
fixing broken settings view model tests and handling file opening errors
2022-09-04 14:13:36 +01:00
Adam Brown
25c8ac0716
improving key import messaging
2022-09-04 13:46:15 +01:00
Adam Brown
71af573d06
using the import result directly in the UI, will allow separate error displays per reason
2022-09-04 13:36:48 +01:00
Adam Brown
5b2243cfa9
providing progress during room key imports by switching to a flow
2022-09-04 12:43:03 +01:00