Commit Graph

3501 Commits (076bcea5536fd560987ed5f9543213a2ce8b3d4a)

Author SHA1 Message Date
krille-chan a6b5acb451
fix: Open room by notification happened multiple times 2 years ago
krille-chan 88f1fc1720
fix: BuildContext crash when joining room 2 years ago
krille-chan 20154e3f24
chore: Follow up notification avatar 2 years ago
Krille e45101325f
chore: Follow up shortcut icon android 2 years ago
Krille cc277c1431
chore: Follow up android haptic feedback 2 years ago
Krille-chan e69f610c26
Merge pull request #890 from Bubu/fix_restoring_unimportant_event_setting
fix: properly initialize hideUnimportantStateEvents setting
2 years ago
Krille-chan ce5ad908de
Merge pull request #889 from Bubu/read_unread_icons
Fix swapped icons for mark read/unread and pin/unpin
2 years ago
Krille-chan f8fbbf4c3e
Merge pull request #892 from Bubu/hide_presences_list
feat: make showing user presence info optional
2 years ago
Krille 91f4cdc7e3
chore: Follow up shortcuts on android 2 years ago
Gabby Gurdin 5a6cc913e8 disable selection if message not highlighted 2 years ago
Gabby Gurdin d7f89eb98c show translation of selected text 2 years ago
krille-chan dee9323d47
feat: Add notification shortcuts to android 2 years ago
Gabby Gurdin 32fab63edb removed setState from dispose methods 2 years ago
Gabby Gurdin 887afb0247 upgraded to most recent version of matrix sdk, fix for when to show rich text 2 years ago
Gabby Gurdin 4b5a3b2cae get originalsent langcode if original written not available 2 years ago
Marcus Hoffmann f8f73b7661 feat: add dialog to hide presence list with long-press 2 years ago
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.
2 years ago
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.
2 years ago
Gabby Gurdin cd7fbc020a Merge branch 'main' into toolbar-testing 2 years ago
Gabby Gurdin af9b666e30 remove expanded widget 2 years ago
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.
2 years ago
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.
2 years ago
William Jordan-Cooley 38b70baeb2 turn off try catch around getAudioGlobal so eerror bubbles up 2 years ago
ggurdin 2c870656a8
Merge pull request #61 from pangeachat/toolbar-testing
small fix to make sure message text in toolbar is always set
2 years ago
Gabby Gurdin afb7b5c83b small fix to make sure message text in toolbar is always set 2 years ago
ggurdin a4ba1c8443
Merge pull request #60 from pangeachat/toolbar-testing
fix to update state of defintion button in toolbar
2 years ago
Gabby Gurdin da64ed1506 fix to update state of defintion button in toolbar 2 years ago
William Jordan-Cooley 23055e65d1 fix to listening with already made audio 2 years ago
Gabby Gurdin 0bb202b9a3 some fixes for sizing 2 years ago
Gabby Gurdin 648b25a252 fix for long press selecting messages 2 years ago
ggurdin ebbfba7ac9 added pangea tags, more testing 2 years ago
ggurdin 13b38eac29 changes from testing 2 years ago
ggurdin 8d77ca8951 merge conflicts 2 years ago
ggurdin 2cb77732e3 toolbar working 2 years ago
krille-chan aa68e8fe3b
chore: Add more information to Person object in android notifications 2 years ago
krille-chan ecaac9eec2
fix: Open room links with event id 2 years ago
krille-chan 2e67695645
fix: Remove status msg not changeable from old cache 2 years ago
krille-chan f5c536878a
fix: Open room after join 2 years ago
Krille 6cc2c6a578
fix: Request notification permission on android 2 years ago
Krille 46a12d5225
fix: Share invite link of rooms 2 years ago
Krille 6fde2fbeaa
fix: whitespaces sometimes encoded in html message 2 years ago
Krille dce3c0ae52
chore: Wait for device keys before ask bootstrap 2 years ago
Krille 2af8691536
chore: Improved error handling for recovery key 2 years ago
Krille bad0579eb5
chore: Follow up status bubble color 2 years ago
Krille bfcfcc9a83
chore: Follow up wallpaper size 2 years ago
ggurdin 2f6aab86da change model key for language level -> difficulty 2 years ago
Krille 1a2a25d394
chore: Make stickers smaller 2 years ago
Krille e96090051d
chore: Follow up wallpaper thumbnail width 2 years ago
Krille 172cd651fc
fix: Render tg-forward html tags 2 years ago
Krille 3b9245c8c7
feat: New account data wallpaper feature 2 years ago
Krille 85a868522e
fix: Missing null check in public room bottom sheet 2 years ago
Krille 1a655d6f72
fix: Use HapticFeedback.selectionClick() for long press on message 2 years ago
Krille 03728ccb42
fix: onDragDone crashes when no files found 2 years ago
ggurdin b1abad5e30 moved functionn 2 years ago
ggurdin 4017d6333c fix for room rules migration 2 years ago
ggurdin c16fff76a9 merge conflict 2 years ago
William Jordan-Cooley 57957eac9e experimenting 2 years ago
krille-chan d0090ad8d3
chore: Adjust status msg design 2 years ago
William Jordan-Cooley 5901de1ab0 merge with main 2 years ago
ggurdin 91ea80185e merge conflicts 2 years ago
ggurdin fdaa9e9247 some UI updates 2 years ago
Krille 3fa9c65a2b
Revert "refactor: Dialog BuildContext"
This reverts commit 315a43c1a4.
2 years ago
ggurdin 57252cce64 Merge branch 'main' into bot-options 2 years ago
William Jordan-Cooley 847ad9f8c1 coming along, next is getAudioLocal 2 years ago
ggurdin 2eb4c04d2b added selecton to html messages 2 years ago
ggurdin 20be3b79ef some fixes 2 years ago
ggurdin 39b9663bb7 merge conflicts 2 years ago
ggurdin 8f0f61d205 commented out message info popup 2 years ago
Krille 0d465b6deb
chore: Revert applock fix and downgrade flutter instead 2 years ago
Krille 1a0b240d5d
fix: Keyboard disappears in lockscreen 2 years ago
ggurdin 3f832a7c05 frontend elements of conversaton bot settings 2 years ago
ggurdin ad16c6dfef re-integrated select defintions with new fluffychat merge 2 years ago
ggurdin 84d0dd13b9 Merge branch 'main' into new-message-selection 2 years ago
ggurdin 116adc9117 fix for null check error in setclasspowerlevels 2 years ago
William Jordan-Cooley 850e78c4b8 added from main 2 years ago
William Jordan-Cooley 361690935d in the midst of it 2 years ago
ggurdin 789e42ef7d merge conflicts 2 years ago
ggurdin d28ff4e997 fluffy merge and testing updates 2 years ago
Krille 9c74604838
build: Update sdk to 0.25.6 2 years ago
krille-chan 20c678553a
chore: Add more explaining text for key verification 2 years ago
krille-chan f7c89ddf9e
chore: Resort settings and add more description text 2 years ago
krille-chan a7a8285a55
build: Do not load emojis at initial start on web 2 years ago
krille-chan 8ec3497b54
feat: Implement private read receipts 2 years ago
krille-chan e50153c2c8
fix: Open publicroombottomsheet by alias 2 years ago
krille-chan a7e8ec78ed
feat: Join room by alias by tpying alias in searchbar 2 years ago
krille-chan 315a43c1a4
refactor: Dialog BuildContext 2 years ago
William Jordan-Cooley 695374ee46 handling no tokens in pangea message event 2 years ago
ggurdin 0f3e1c7e16 inital work for selecting definitions 2 years ago
ggurdin 2b397a65fd remove print statements from testing 2 years ago
ggurdin d488ec13b8 removed expanded widget 2 years ago
ggurdin 6e27d70516 started adding bback subscription options to paywall 2 years ago
ggurdin 067b1eaf4e adding some of the paywall bbody back 2 years ago
ggurdin 9eb1a702a3 added back paywall appbar 2 years ago
ggurdin 96cda4464d more testing 2 years ago
ggurdin 74b2f49891 testing if issue with futures 2 years ago
ggurdin 8f474e34bf testing if just the presense of showModalBottomSheet causes the app to freezer 2 years ago
ggurdin 60695c5907 more modal tests 2 years ago
ggurdin 5418df243d modal tests 2 years ago
ggurdin 012b3fde1f more testing 2 years ago
ggurdin f219b152f9 more testing 2 years ago
ggurdin 898e549b0e testing commenting out paywall code to see it that's the issue 2 years ago
ggurdin 00bf461c14 more tests 2 years ago
ggurdin 59e22d13ec
Merge pull request #29 from pangeachat/freezing-fix
testing for cause of freezing bug
2 years ago
ggurdin 68e6c5879e testing for cause of freezing bug 2 years ago
ggurdin 4e4755d0a5 fix for fetching language list 2 years ago
Krille 40003628b9
fix: Add cancel button to key request dialog 2 years ago
William Jordan-Cooley 8620028afe simplifying language model 2 years ago
William Jordan-Cooley 0fb7bec48e choreo endpoint for language list 2 years ago
William Jordan-Cooley 2b1620643a switching back to staging choreo url 2 years ago
Krille 708629acca
chore: Follow up linkify code 2 years ago
Krille e39f046b1e
fix: Encode component for links correctly 2 years ago
krille-chan c67df2e14f
fix: Forward arbitrary message content 2 years ago
krille-chan e95ed61257
refactor: Use popupmenudivider instead of workaround 2 years ago
William Jordan-Cooley e94c76ada8 feature complete 2 years ago
Krille e6bbb8f980
fix: Wait for user device keys before start verification 2 years ago
wcjord 46df9e5381
Merge pull request #26 from pangeachat/gpt-it
Gpt it
2 years ago
Krille 23fe757599
fix: text nodes with multiple links crash the timeline 2 years ago
William Jordan-Cooley 7e042f127f switching back to staging choreo 2 years ago
William Jordan-Cooley 15158ccfa5 gpt it implemented :) 2 years ago
Krille e0ecdee5d5
chore: Remove vibration on iOS for long press 2 years ago
ggurdin 5f3ee270a4 minor UI fixes from mobile testing 2 years ago
wcjord ea8b3d4065
Merge pull request #18 from pangeachat/filter-events
Refresh space view based on filtered events
2 years ago
krille-chan 7332e533d0
design: Better paddings in tablet mode 2 years ago
Krille faf4ecd088
fix: URL too long when reporting bug 2 years ago
ggurdin 1bddef6874 added pagination to find a convo partner page 2 years ago
ggurdin 62191a9584 fix to ensure that new space class/exchange toggles always work 2 years ago
ggurdin cfa84051c8 fix for innvite dialog not being dismissed after accepting 2 years ago
ggurdin a82f0e5c7a fix for loading after joining chat in space view 2 years ago
ggurdin b070f71344 Merge branch 'filter-events' into sentry-fixes 2 years ago
Krille-chan 9b5e95d7ad
Merge pull request #767 from krille-chan/krille/better-sharing-text
refactor: Put forwarded text into inputfield instead of sending directly
2 years ago
Krille af18da57e6
fix: not in range error 2 years ago
ggurdin 0dbb04bba8 fixes for SSO login errors on web 2 years ago
ggurdin e826c61878 added pangea comments 2 years ago
ggurdin 785d29cada don't log cancelled sso logins as errors 2 years ago
Krille fec39eb602
refactor: Put forwarded text into inputfield instead of sending directly 2 years ago
ggurdin 1853a41b5c Merge branch 'main' into sentry-fixes 2 years ago
ggurdin 42d693ca52 small fix for casting error 2 years ago
wcjord abbf57a9ea
Merge pull request #8 from pangeachat/small-ui-updates
update archive text, change floating action button to more visible buton in new space view
2 years ago
krille-chan 2a5c9d0a62
feat: Backup session and restore on database error 2 years ago
krille-chan 4d7d5bf181
chore: Delete database after failed to create 2 years ago
krille-chan ac5bd56c03
chore: Use legacy database if database build fails 2 years ago
krille-chan be6165f422
chore: Follow up sending messages 2 years ago
krille-chan ab3dccf45b
chore: Follow up sending messages 2 years ago
krille-chan 2ec5139a0a
chore: Follow up select chats 2 years ago
krille-chan 5740247c50
chore: Follow up select rooms 2 years ago
krille-chan 2a7744e4c7
chore: Follow up select chats 2 years ago
krille-chan 2872448584
chore: Follow up select events 2 years ago
krille-chan a6618c1817
chore: Follow up select messages 2 years ago
ggurdin 700fc83676 removed error logging for cancelled purchases, added more descriptive logging for other purchase errors 2 years ago
ggurdin b298afd5cf Merge branch 'main' into sentry-fixes 2 years ago
ggurdin 14803aced6 removed error logging for chat list longer then spacechildren 2 years ago
krille-chan 84fd65f55e
chore: Follow up database migration notification on linux 2 years ago
Krille 5d639663fe
chore: Follow up select events 2 years ago
Krille 7c8d40f186
chore: Follow up select events 2 years ago
Krille 504fccc98f
chore: Follow up desktop message popupmenu 2 years ago
Krille fe00db3281
chore: Follow up set read marker 2 years ago
Krille a349a0804a
chore: Minor design adjustments 2 years ago
krille-chan f8d4b1f3ae
chore: Follow up mark messages 2 years ago
krille-chan 2fadb64bc0
Revert "chore: Follow up chat appbar actions"
This reverts commit 08ca53a46d.
2 years ago
krille-chan fb98e3cf22
chore: Follow up select icon 2 years ago
krille-chan 08ca53a46d
chore: Follow up chat appbar actions 2 years ago
krille-chan 2382141cc5
chore: Follow up select events 2 years ago
Krille 1d44e8b5d0
chore: Follow up better error dialog 2 years ago
krille-chan 43f304b1a8
chore: Follow up message context action 2 years ago
krille-chan bfb3fa0f30
chore: Follow up mark messages 2 years ago
krille-chan 8f66cad58b
fix: Open notification for invite crashes app 2 years ago
Krille 7e4775d8df
chore: Follow up select events 2 years ago
Krille 1a3d7f5b1c
chore: Follow up sendOnEnter fix 2 years ago
Krille e60bc1c340
chore: Follow up select events 2 years ago
Krille 6b53d27c4c
fix: Some links not clickable in messages 2 years ago
Krille 6a75d07dea
chore: Follow up background sync 2 years ago
Krille f11e9ec6d2
build: Update matrix dart sdk to 0.25.1 2 years ago
krille-chan 627f7b88d4
chore: Follow up animate in 2 years ago
krille-chan f07aba448d
feat: Animate in new events in timeline 2 years ago
krille-chan 8f3f5cdb8b
chore: Follow up bug report dialog 2 years ago
krille-chan 7d112b1e18
refactor: More stable scroll to event 2 years ago
krille-chan 038cd9cb73
chore: Design follow up 2 years ago
krille-chan 5d20185140
change: Remove wallpaper feature 2 years ago
krille-chan 357c2ea6b2
chore: Follow up styling 2 years ago
krille-chan 991277d5f5
feat: Block users who sent invites 2 years ago
krille-chan b71023954d
chore: Follow up stickers 2 years ago
krille-chan b251a6a404
chore: Follow up reply design 2 years ago
krille-chan 1f3d88d09c
fix: Add 3pid email for password reset 2 years ago
krille-chan eb879936a6
chore: Add more exception type 2 years ago
krille-chan 89540ec7ef
fix: Darktheme contrast fixes with primary color 2 years ago
krille-chan a5a1c9b580
chore: Better applifecycle logs 2 years ago
Krille cfc161b252
chore: Dark mode improvements 2 years ago
Krille b5a6c5e73b
chore: Follow up new login page 2 years ago
Krille 696b284265
chore: Follow up chat view logic 2 years ago
krille-chan 4a008d0c2d
design: New design for login page 2 years ago
krille-chan 5bf87eae24
chore: Add missing safearea to spaceview 2 years ago
krille-chan 4214785b00
chore: Follow up fetch presences from server 2 years ago
krille-chan 050d2a2fae
chore: Follow up design fixes 2 years ago
krille-chan 4b69b8e5e9
chore: Follow up add chat subspace button 2 years ago
krille-chan d64b532afe
refactor: Spaces UX improvements 2 years ago
krille-chan 715e615e3a
feat: Search for public spaces 2 years ago
Krille-chan ef249c6f6e
Merge pull request #742 from krille-chan/krille/fix-make-admin
fix: Make user admin
2 years ago
Krille-chan 52ee1fc891
Merge pull request #741 from krille-chan/krille/fix-join-public-room
fix: Join public rooms
2 years ago
krille-chan 66b766cee8
fix: Make user admin 2 years ago
krille-chan 0651b5c1f1
fix: Join public rooms 2 years ago
Krille-chan 3b0c06bc32
Merge pull request #740 from krille-chan/krille/fix-change-password
feat: New change password page with server capabilities check
2 years ago
krille-chan 5847fe0546
feat: New change password page with server capabilities check 2 years ago
krille-chan 3d622b8918
fix: Cannot change send on enter on desktop 2 years ago
krille-chan 1f7ce96623
refactor: Remove unused code 2 years ago
krille-chan 4a6a77336c
feat: Add registration buttons for servers with public registration url 2 years ago
krille-chan 33839c4df8
fix: New json url for homeserver list 2 years ago
krille-chan 63d7bef515
refactor: Remove unnecessary setState in ChatPage for better performance 2 years ago
krille-chan a615de889e
design: Adjust reply design 2 years ago
krille-chan a6f9b6cfe6
chore: Add missing translation 2 years ago
krille-chan 069d313bd5
feat: Hovermenu for messages for mouse 2 years ago
krille-chan 98573fba4a
design: Adjust login page design 2 years ago
krille-chan e1474c48d8
refactor: Remove todo list feature 2 years ago
krille-chan 107374cf60
chore: Follow up status feature 2 years ago
Krille 28c3efae23
chore: Follow up status feature 2 years ago
Krille fa543e93b8
chore: Follow up status feature 2 years ago
Krille 895de76e70
refactor: Replace stories feature with presence status msg 2 years ago
Krille 9c24547b7f
design: Adjust new chat page design 2 years ago
Krille d0e4aec4d6
chore: Load hero users for rooms 2 years ago
Krille 26c637135a
refactor: Reinvite other part instead of reopen dm 2 years ago
Krille e2a251b3fe
fix: Update manual endpoints 2 years ago
Krille dea0bfd723
chore: Follow up migration notification 2 years ago
krille-chan ea790f43ac
chore: Follow up database path 2 years ago
ggurdin d703fea331 fix for room is not a space error 2 years ago
ggurdin bc631b68c9 fix for int is not a subtype of double error 2 years ago
Brord van Wierst 7dc2136034
format imports and code agian?? 2 years ago
ggurdin 7b5c1a35c7 Merge branch 'bot-token-fix' into sentry-fixes 2 years ago
ggurdin 89fb45d0e0 Merge branch 'main' into bot-token-fix 2 years ago
ggurdin fac1c385de small fixes for sentry errors 2 years ago
ggurdin 26d2ca3f83 only refresh space view when room membership changes or on space child event 2 years ago
Krille e1a819d17b
fix: Audiomessage break app 2 years ago
ggurdin eb06dd0310 prevent the text field from beeing erased on mobile 2 years ago
ggurdin 8f3acf2b12 Merge branch 'main' into new-date-picker 2 years ago
ggurdin 43bcbd0111 Merge branch 'sort-system-lang' into small-ui-updates 2 years ago
ggurdin a30d1e3e2d merge conflicts 2 years ago
ggurdin b021d519ba moved around operations in sort function 2 years ago
ggurdin 807a01a2b7 Merge branch 'main' into sort-system-lang 2 years ago
ggurdin 92915f05ad moved where web subscription local storage is read to be more consistent with how the snackbar is managed for mobile 2 years ago
ggurdin e2e9f12d61 merge conflicts 2 years ago
ggurdin 191db0a340 merge conflicts 2 years ago
ggurdin 5fbaa0f67e merge conflicts 2 years ago
ggurdin 9c6b12d810 move local keys to local keys file, use local storage to show web subscription success snackbar 2 years ago
ggurdin 3f44ced2c6 merge conflicts 2 years ago
ggurdin e3e859c062 merge conflicts 2 years ago
wcjord 120a4e7788
Merge pull request #11 from pangeachat/analytics-axis-fix
fix for numbers running together on analytics chart
2 years ago
wcjord 0906781d17
Merge pull request #12 from pangeachat/lock-icon
Add un/lock icon as leading on lock toggle
2 years ago
wcjord a8cf273055
Merge pull request #13 from pangeachat/space-toggles-height
updates to UI of add to space toggles, makes all class options visible without scrolling
2 years ago
ggurdin 7acc25ac5c inital work for updating date picker 2 years ago
ggurdin ede77509aa sort system lang to top of language dropdown, set defaults to system lang 2 years ago
ggurdin e75ca95b58 updated back button on login page to make it more prominent 2 years ago
Krille a190f7de08
feat: Display migration notification 2 years ago