Commit graph

3937 commits

Author SHA1 Message Date
Gabby Gurdin
4b5a3b2cae get originalsent langcode if original written not available 2024-02-12 14:25:53 -05:00
Marcus Hoffmann
f8f73b7661 feat: add dialog to hide presence list with long-press 2024-02-11 22:24:49 +01:00
Marcus Hoffmann
ccfa3fa8f6 feat: make showing user presence info optional
895de76e70 replaced the stories feature
with presence status messages. Stories were an optional feature but
right now presence information can only be disabled on a homeserver
level.

Introduce a setting to make this feature optional on a client level.
2024-02-11 20:21:13 +01:00
Marcus Hoffmann
c6a79f7ad0 fix: properly initialize hideUnimportantStateEvents setting
This setting was not applied on app restart but always initialized to
the default value. The only way change this was to go into settings and
change the toggle twice after an app restart.
2024-02-11 18:38:30 +01:00
Gabby Gurdin
cd7fbc020a Merge branch 'main' into toolbar-testing 2024-02-11 11:27:42 -05:00
Gabby Gurdin
af9b666e30 remove expanded widget 2024-02-11 11:27:35 -05:00
Marcus Hoffmann
bc68a4faaa fix: use correct icons for chat pin/unpin
Similarly to the read/unread toggle this was also using the wrong icon.

If any selected room is not favourite, then show the pin icon (which
should represent the "mark as favourite" action as it corresponds to the
filled pin shown next to a favourited room. Otherwise show the outline
icon, representing the "unpin" action.
2024-02-11 14:08:45 +01:00
Marcus Hoffmann
3e4bbc4b2f fix: use correct icons for mark read/unread action
If any selected room is not marked unread
(anySelectedRoomNotMarkedUnread), then show the 'mark unread' action
icon, else show the 'mark as read' icon.

This makes it consistent with the notification on/off action.
2024-02-11 13:58:37 +01:00
William Jordan-Cooley
38b70baeb2 turn off try catch around getAudioGlobal so eerror bubbles up 2024-02-10 15:35:38 -05:00
ggurdin
2c870656a8
Merge pull request #61 from pangeachat/toolbar-testing
small fix to make sure message text in toolbar is always set
2024-02-10 14:58:05 -05:00
Gabby Gurdin
afb7b5c83b small fix to make sure message text in toolbar is always set 2024-02-10 14:57:05 -05:00
ggurdin
a4ba1c8443
Merge pull request #60 from pangeachat/toolbar-testing
fix to update state of defintion button in toolbar
2024-02-10 14:42:01 -05:00
Gabby Gurdin
da64ed1506 fix to update state of defintion button in toolbar 2024-02-10 14:41:18 -05:00
William Jordan-Cooley
23055e65d1 fix to listening with already made audio 2024-02-10 14:20:15 -05:00
Gabby Gurdin
0bb202b9a3 some fixes for sizing 2024-02-10 11:34:52 -05:00
Gabby Gurdin
648b25a252 fix for long press selecting messages 2024-02-10 10:44:58 -05:00
ggurdin
ebbfba7ac9 added pangea tags, more testing 2024-02-08 17:09:43 -05:00
ggurdin
13b38eac29 changes from testing 2024-02-08 16:22:49 -05:00
ggurdin
8d77ca8951 merge conflicts 2024-02-07 15:45:30 -05:00
ggurdin
2cb77732e3 toolbar working 2024-02-07 15:28:52 -05:00
krille-chan
aa68e8fe3b
chore: Add more information to Person object in android notifications 2024-02-05 15:55:47 +01:00
krille-chan
ecaac9eec2
fix: Open room links with event id 2024-02-05 09:05:31 +01:00
krille-chan
2e67695645
fix: Remove status msg not changeable from old cache 2024-02-05 08:58:53 +01:00
krille-chan
f5c536878a
fix: Open room after join 2024-02-05 08:50:10 +01:00
Krille
6cc2c6a578
fix: Request notification permission on android 2024-02-04 08:02:02 +01:00
Krille
46a12d5225
fix: Share invite link of rooms 2024-02-04 06:56:21 +01:00
Krille
6fde2fbeaa
fix: whitespaces sometimes encoded in html message 2024-02-04 06:39:46 +01:00
Krille
dce3c0ae52
chore: Wait for device keys before ask bootstrap 2024-02-01 08:00:33 +01:00
Krille
2af8691536
chore: Improved error handling for recovery key 2024-02-01 07:56:39 +01:00
Krille
bad0579eb5
chore: Follow up status bubble color 2024-02-01 07:14:40 +01:00
Krille
bfcfcc9a83
chore: Follow up wallpaper size 2024-02-01 07:14:17 +01:00
ggurdin
2f6aab86da change model key for language level -> difficulty 2024-01-31 11:32:55 -05:00
Krille
1a2a25d394
chore: Make stickers smaller 2024-01-31 14:30:26 +01:00
Krille
e96090051d
chore: Follow up wallpaper thumbnail width 2024-01-31 13:33:07 +01:00
Krille
172cd651fc
fix: Render tg-forward html tags 2024-01-31 09:06:39 +01:00
Krille
3b9245c8c7
feat: New account data wallpaper feature 2024-01-31 08:52:00 +01:00
Krille
85a868522e
fix: Missing null check in public room bottom sheet 2024-01-31 07:53:37 +01:00
Krille
1a655d6f72
fix: Use HapticFeedback.selectionClick() for long press on message 2024-01-31 07:49:47 +01:00
Krille
03728ccb42
fix: onDragDone crashes when no files found 2024-01-31 07:46:13 +01:00
ggurdin
b1abad5e30 moved functionn 2024-01-29 16:01:03 -05:00
ggurdin
4017d6333c fix for room rules migration 2024-01-29 15:54:13 -05:00
ggurdin
c16fff76a9 merge conflict 2024-01-29 12:11:44 -05:00
William Jordan-Cooley
57957eac9e experimenting 2024-01-27 12:08:19 -05:00
krille-chan
d0090ad8d3
chore: Adjust status msg design 2024-01-27 11:07:07 +01:00
William Jordan-Cooley
5901de1ab0 merge with main 2024-01-25 13:49:18 -05:00
ggurdin
91ea80185e merge conflicts 2024-01-25 11:01:25 -05:00
ggurdin
fdaa9e9247 some UI updates 2024-01-25 10:59:25 -05:00
Krille
3fa9c65a2b
Revert "refactor: Dialog BuildContext"
This reverts commit 315a43c1a4.
2024-01-25 09:13:08 +01:00
ggurdin
57252cce64 Merge branch 'main' into bot-options 2024-01-24 15:55:19 -05:00
William Jordan-Cooley
847ad9f8c1 coming along, next is getAudioLocal 2024-01-24 15:52:12 -05:00