Commit graph

510 commits

Author SHA1 Message Date
Christian Pauly
6a0c71ef4a fix: Video calls 2021-01-16 16:39:07 +01:00
Christian Pauly
d473a3e978 fix: loading history 2021-01-16 16:11:50 +01:00
Christian Pauly
1dd0a3f983 chore: redesign start first chat 2021-01-16 16:03:25 +01:00
Christian Pauly
64e049c806 fix: Missing divider 2021-01-16 15:36:06 +01:00
Christian Pauly
5c4501208d fix: Display current theme mode 2021-01-16 15:33:41 +01:00
Christian Pauly
4dd8f4ed57 fix: Better authwebview 2021-01-16 15:18:32 +01:00
Christian Pauly
38a388b1fd chore: Better authwebview 2021-01-16 15:15:22 +01:00
Christian Pauly
327caf3df0 fix: authwebview 2021-01-16 15:13:29 +01:00
Krille Fear
d7cdd5b35d fix: Minor apl bugs 2021-01-16 13:24:52 +00:00
Krille Fear
544bc15022 refactor: Use APL 2021-01-16 11:46:38 +00:00
Christian Pauly
cd0b0bbdfe refactor: Use Provider 2021-01-15 19:59:30 +01:00
Christian Pauly
2cf9bf4810 refactor: Use adaptive_theme 2021-01-15 19:41:55 +01:00
Sorunome
03058d44e6 feat: Handle matrix: URIs as per MSC2312 2021-01-10 18:20:16 +01:00
Sorunome
62ab031d13 feat: Regulate when thumbnails are animated as per MSC2705 2020-12-29 11:00:56 +01:00
Christian Pauly
76c890e7d0 fix: reactions 2020-12-27 19:24:47 +01:00
Sorunome
8f51a5e50b fix: Don't show loading dialog on request history 2020-12-27 11:59:03 +01:00
Christian Pauly
75797a62b9 refactor: Switch to loading dialog 2020-12-25 09:58:34 +01:00
Christian Pauly
ee770aa5ba fix: Read receipts and filtered events 2020-12-23 11:23:19 +01:00
Christian Pauly
26a0b3b61d chore: Update SDK and logviewer 2020-12-22 14:23:23 +01:00
Christian Pauly
67feba2d1d feat: Better invite search bar 2020-12-20 17:00:22 +01:00
Christian Pauly
acd827dfaa feat: Open alias in discover page 2020-12-20 16:53:37 +01:00
Christian Pauly
bd6f28766f chore: Context icon improvements 2020-12-20 16:44:55 +01:00
Sorunome
e53cc2ec02 Merge branch 'soru/space-after-mention' into 'main'
fix: Have a space after mentions, making it consistent with @-completion

Closes #204

See merge request ChristianPauly/fluffychat-flutter!315
2020-12-19 19:25:16 +00:00
Christian Pauly
76737bc3d4 Merge branch 'main' of gitlab.com:ChristianPauly/fluffychat-flutter into main 2020-12-19 16:38:24 +01:00
Sorunome
fe25e42c06 Merge branch 'soru/better-read-indicator' into 'main'
fix: Respect hidden events when calculating read receipt message

See merge request ChristianPauly/fluffychat-flutter!310
2020-12-19 15:37:58 +00:00
Christian Pauly
3d7abc480f Merge branch 'main' of gitlab.com:ChristianPauly/fluffychat-flutter into main 2020-12-19 16:37:55 +01:00
Christian Pauly
c8b2d6042c fix: logger 2020-12-19 16:37:32 +01:00
Sorunome
ef19594556 fix: Have a space after mentions, making it consistent with @-completion 2020-12-19 16:37:28 +01:00
Sorunome
b267c6cbe7 fix: Respect hidden events when calculating read receipt message 2020-12-19 16:20:48 +01:00
Sorunome
21c34756e9 fix: Store emoji picker history and make sure you can't send the same emoji twice 2020-12-19 16:16:25 +01:00
Christian Pauly
e7de6d9e25 feat: Implement logger 2020-12-19 13:14:35 +01:00
Christian Pauly
1c2b8832cd fix: Update typing 2020-12-17 19:14:33 +01:00
Christian Pauly
95b19f1b1b feat: Implement emojipicker for reactions 2020-12-12 17:19:53 +01:00
Christian Pauly
8eb2e2fb9d feat: Enhanced configuration 2020-12-11 17:40:33 +01:00
Christian Pauly
11c2a8bb26 refactor: Update sdk 2020-12-11 13:22:34 +01:00
Christian Pauly
b5ec986d08 feat: Implement experimental bootstrapping 2020-12-10 15:06:17 +01:00
Christian Pauly
c0042c9d52 chore: Update SDK 2020-12-10 11:25:49 +01:00
Christian Pauly
94d4cdbf7a Merge branch 'mark_unread' into 'main'
feat: add ability to mark a room as unread

See merge request ChristianPauly/fluffychat-flutter!286
2020-12-09 17:23:42 +00:00
Kévin Commaille
cec9629883 transparent background for logo 2020-12-09 10:55:37 +01:00
Christian Pauly
dfec9560bf fix: Format 2020-12-08 15:55:42 +01:00
Marcus Hoffmann
98f5c43249 feat: add ability to mark a room as unread
This also add tooltips to all the room context actions.
2020-12-08 15:28:04 +01:00
Christian Pauly
cc85be655a fix: join public room 2020-12-06 14:54:58 +01:00
Christian Pauly
d0ae048a83 feat: Implement discover groups page 2020-12-06 12:51:40 +01:00
Christian Pauly
67614205c9 design: Use outlined icons 2020-12-06 10:31:35 +01:00
Christian Pauly
4c8744f027 feat: Add chat permissions settings 2020-12-05 13:03:57 +01:00
Christian Pauly
0035c03f9e fix: Missing localization 2020-12-01 07:11:49 +01:00
Christian Pauly
8cd75724d0 feat: Multiline dialog text field 2020-11-27 11:30:21 +01:00
Christian Pauly
a5efac8857 Merge branch 'krille/add-notification-settings' into 'main'
feat: Implement rich notification settings

See merge request ChristianPauly/fluffychat-flutter!297
2020-11-25 21:14:47 +00:00
Christian Pauly
ef8638eede feat: Implement rich notification settings 2020-11-25 21:52:12 +01:00
Christian Pauly
313b3854ee fix: Analyzer bug 2020-11-25 21:50:47 +01:00
Christian Pauly
ec7a5a0684 fix: Set chat avatar on web 2020-11-25 20:54:30 +01:00
Christian Pauly
4909f0be94 feat: Annoy user with dialog to add a recovery method 2020-11-24 15:49:27 +01:00
Christian Pauly
b041cc2bb9 feat: Implement password recovery 2020-11-24 14:30:11 +01:00
Christian Pauly
b7b180df78 fix: Minor fixes 2020-11-23 14:27:10 +01:00
Christian Pauly
8de1960a54 chore: Update adaptive dialogs 2020-11-23 08:06:15 +01:00
Christian Pauly
3dd15d0bf5 refactor: Make verification in dialogs 2020-11-22 22:48:10 +01:00
Christian Pauly
a05eabc950 refactor: matrix to link prefix 2020-11-22 21:51:30 +01:00
Christian Pauly
321e3dd776 feat: Collapse room create states 2020-11-22 19:34:19 +01:00
Christian Pauly
af48de312f Merge branch 'krille/minor-design-improvements' into 'main'
feat: Minor design improvements

See merge request ChristianPauly/fluffychat-flutter!291
2020-11-22 14:47:05 +00:00
Christian Pauly
44219cd23b feat: Minor design improvements 2020-11-22 15:25:13 +01:00
Christian Pauly
a9b2ac3c4e fix: Minor key request design fix 2020-11-22 14:52:14 +01:00
Christian Pauly
f235f9de24 feat: Improved encryption UI 2020-11-22 11:53:19 +01:00
Sorunome
ee192b5147 fix: Copying an event did not obey edits 2020-11-21 15:30:51 +01:00
Sorunome
31aa4c41d4 feat: Add svg support and better image handling 2020-11-19 10:26:31 +01:00
Sorunome
3afb4a9366 fix: resolve some sentry issues 2020-11-16 11:31:31 +01:00
Christian Pauly
0fae270165 chore: Switch to adaptive dialogs 2020-11-14 10:24:01 +01:00
Christian Pauly
e621a83406 chore: Switch from bottoast to flushbar 2020-11-14 09:17:42 +01:00
Sorunome
79c991f11c Merge branch 'soru/hide-events' into 'main'
feat: Option to hide redacted and unknown events

Closes #147

See merge request ChristianPauly/fluffychat-flutter!257
2020-11-09 09:35:29 +00:00
Sorunome
d500476fbc feat: Option to hide redacted and unknown events 2020-11-08 20:10:00 +01:00
Sorunome
921cef71bc fix: Don't re-render message widgets on insertion of new messages, making e.g. audio playing not stop
fix: Don't cancle playing audio if a new message arrives

fix: Don't re-render message widgets on insertion of new messages, making e.g. audio playing not stop
2020-11-08 19:39:07 +01:00
Sorunome
274ca76db8 feat: Better encryption / verification 2020-11-08 12:57:52 +01:00
Christian Pauly
e17f9fe3ee fix: Add missing safearea 2020-11-07 10:18:51 +01:00
Christian Pauly
7ff11fbef2 chore: Update sdk 2020-10-28 08:54:30 +01:00
Christian Pauly
e3f1fc757c Krille/remove status feature 2020-10-28 06:23:50 +00:00
Sorunome
c58df5c99c fix: Multiple related store things 2020-10-25 17:21:29 +01:00
Inex Code
ee321f91a4 fix: return text field to the previous state after editing message 2020-10-23 15:45:22 +00:00
Christian Pauly
41205b2ed6 fix: Minor design fix 2020-10-17 13:04:33 +02:00
Christian Pauly
5d7cd7f2e7 fix: Minor design fixes 2020-10-17 12:43:32 +02:00
Christian Pauly
380e09489f feat: Implement mouse select chat list items 2020-10-17 09:28:33 +00:00
Christian Pauly
525fa8320a Merge branch 'swipe-to-reply' into 'main'
feat: Swipe to reply

Closes #129

See merge request ChristianPauly/fluffychat-flutter!208
2020-10-17 09:15:55 +00:00
Inex Code
1a4225f77e fix replying to wrong message
when new message arrives during the gesture
2020-10-17 09:15:55 +00:00
Christian Pauly
ccb140bb95 Merge branch 'krille/implement-linux-desktop-notifications' into 'main'
feat: Implement linux desktop notifications

See merge request ChristianPauly/fluffychat-flutter!226
2020-10-17 08:25:36 +00:00
Christian Pauly
6f29f1d6fa feat: Implement linux desktop notifications 2020-10-17 10:12:33 +02:00
Christian Pauly
7c88e568e2 fix: Change device displayname 2020-10-15 09:34:40 +02:00
Kateřina Churanová
5b2e945d69 fix: fixed mxid input method, removed code redundancy 2020-10-11 13:25:06 +02:00
Sorunome
a113f99135 fix: resize images in a separate isolate 2020-10-06 19:17:04 +02:00
Christian Pauly
e14f3354e5 Merge branch 'soru/fix-device-name' into 'main'
fix: Show device name in account information correctly

Closes #170

See merge request ChristianPauly/fluffychat-flutter!207
2020-10-06 15:44:02 +00:00
Christian Pauly
fb6f2ddfa5 feat: Implement change device name 2020-10-06 07:03:50 +00:00
Sorunome
083277ae1a fix: send images as images, not files 2020-10-05 16:41:29 +02:00
Sorunome
b7e7074735 fix: Show device name in account information correctly 2020-10-04 21:17:49 +02:00
Christian Pauly
df02de5674 fix: Minor fixes 2020-10-04 20:30:06 +02:00
Christian Pauly
5ba3162c3e fix: TextField 2020-10-04 17:39:49 +02:00
Christian Pauly
c48f036bac fix: Inputbar focus 2020-10-04 17:24:05 +02:00
Christian Pauly
a61ed83ebf fix: Desktop file picker 2020-10-04 17:01:54 +02:00
Christian Pauly
5077e66515 fix: Desktop images 2020-10-04 16:11:18 +02:00
Christian Pauly
383cabf371 fix: Minor design bugs 2020-10-04 08:05:27 +00:00
Christian Pauly
2e02e48bd3 fix: Minor user status bugs 2020-10-04 09:41:20 +02:00
Sorunome
9de3a2c7a2 feat: Enhance emote experience 2020-10-03 17:44:59 +02:00
Christian Pauly
c5d84c22ca feat: Implement new status feature 2020-10-03 17:09:45 +02:00
Christian Pauly
0f056a4b86 feat: More beautiful status 2020-10-03 11:40:47 +00:00
Christian Pauly
ca559029ef chore: Add privacy informations to app 2020-10-03 13:28:14 +02:00
Marcel
62cbc864f1 feat!: Use new localisation setup from flutter 1.22
BREAKING CHANGE: This introduces that it might require up to 2 compiles for locals to work.
Also only arb files shall be checked into git.

Took 19 minutes
2020-10-03 11:11:07 +00:00
Christian Pauly
dbef6b3975 feat: Enhance roomlist context menu 2020-10-02 15:50:59 +02:00
Christian Pauly
988213aa39 fix: Invite left members 2020-10-02 09:57:32 +00:00
Christian Pauly
f98f87db8e feat: Enable macOS build 2020-09-26 21:22:49 +02:00
Sorunome
dd94a4d03f fix: fix up translations to use keys and fix arb files 2020-09-23 11:59:14 +02:00
Christian Pauly
bfdc402a2b fix: Last bits for the release 2020-09-21 19:21:24 +02:00
Christian Pauly
3d999b6ba0 Implement missing account settings 2020-09-21 17:50:01 +02:00
Christian Pauly
c5d33a8f4a fix: Search bar 2020-09-20 18:27:19 +00:00
Christian Pauly
4b77bbe688 feat: Implement send reactions 2020-09-20 20:13:42 +02:00
Sorunome
d1272809be fix: Scroll down button not showing 2020-09-20 14:45:15 +02:00
Christian Pauly
dc5a7cc133 feat: Improve design 2020-09-20 12:30:42 +00:00
Sorunome
d2c883488e fix: Don't double-confirm sending audio messages 2020-09-20 12:02:08 +00:00
Sorunome
46c26c02dc feat: Add scroll-to-event 2020-09-20 11:37:48 +02:00
Christian Pauly
760d40ddc1 feat: Implement ignore list 2020-09-19 15:55:25 +02:00
Christian Pauly
a11185cc55 feat: Add license page 2020-09-18 18:20:13 +00:00
Sorunome
317c61c167 Merge remote-tracking branch 'origin/krille/enable-sentry' into master 2020-09-09 14:11:43 +02:00
Sorunome
644cded981 chore: switch to cached_network_image 2020-09-09 13:54:55 +02:00
Sorunome
1521190fea Merge branch 'soru/send-files' into 'master'
feat: Send file dialog

Closes #84, #112, and #140

See merge request ChristianPauly/fluffychat-flutter!150
2020-09-09 11:53:45 +00:00
Christian Pauly
844f50ca81 feat: Implement sentry 2020-09-09 13:52:44 +02:00
Sorunome
e9d806c844 feat: Send image / video / file dialog 2020-09-09 13:40:58 +02:00
Sorunome
e130306f03 chore: Add more debugging logs to debug key decrypt issues 2020-09-07 15:42:24 +02:00
Sorunome
9f47772b23 feat: Blurhashes and better thumbnails 2020-09-07 11:39:35 +02:00
Christian Pauly
2270545bde Merge branch 'soru/allow-request-empty-timeline' into 'master'
fix: Allow requesting past messages if all events in the current timeline are filtered

See merge request ChristianPauly/fluffychat-flutter!153
2020-09-07 09:35:58 +00:00
Sorunome
955210a8e5 feat: open links better 2020-09-07 11:03:03 +02:00
Sorunome
fa0052987b fix: Allow requesting past messages if all events in the current timeline are filtered 2020-09-06 09:00:19 +02:00
Christian Pauly
d26e830b17 fix: Send read receipt only on focus 2020-08-22 16:09:15 +02:00
Christian Pauly
412d2a154b Fix: Status header design 2020-08-22 15:16:07 +02:00
Sorunome
32a1c3ca1c Update SDK 2020-08-16 13:02:53 +02:00
Sorunome
6fa9c182f2 swith to event aggregations and render message edits and reactions 2020-08-12 09:30:31 +00:00
Sorunome
3b1a6e4cea Filter the onSync stream to only include updates that we want to deal with to re-render 2020-07-27 11:13:25 +00:00
Sorunome
86e184d14b Only show the no google services toast once 2020-07-21 08:56:26 +00:00
Sorunome
24823998cd Fix web verification 2020-07-18 14:05:33 +00:00
Christian Pauly
34d6d2de49 Dont request history on chat open 2020-07-04 12:17:31 +02:00
Christian Pauly
7880ade572 Add connection status header 2020-07-04 10:22:51 +02:00
Sorunome
e924908d49 Update sdk for performance increases 2020-07-02 09:30:59 +00:00
Katerina
6399a8f886 Cosmetic improvements of homeserver and user inputs
Keyboard type for homeserver TextInput changed to url and trailing '/' with potential whitespaces is stripped.
Keyboard type for username changed to e-mail for convenience.

Should resolve: #34 and #64
2020-07-02 09:10:03 +00:00
Christian Pauly
c07f1ab048 Minor fixes 2020-06-27 13:24:19 +02:00
Christian Pauly
6dc20f4d07 Minor design fixes 2020-06-27 13:09:21 +02:00
Sorunome
c4a33e411a Add Cross-Signing 2020-06-25 14:29:06 +00:00
Christian Pauly
c8249befd8 Minor design fixes 2020-06-25 09:15:53 +02:00
Christian Pauly
039e775b0d Fix app bar 2020-06-24 15:04:58 +02:00
Christian Pauly
2f143055ba Krille/design improvements 2020-06-24 07:42:28 +00:00
Christian Pauly
4096b824ba Fix sort order 2020-06-20 11:19:10 +00:00
Christian Pauly
48b2f702ad Clean up design 2020-06-20 11:35:54 +02:00
Christian Pauly
6de4081513 Implement file picker web 2020-06-20 09:32:49 +00:00
Christian Pauly
3fa51d74a9 Fix top list 2020-06-19 15:10:26 +02:00
Christian Pauly
af0696a4ac Big refactoring 2020-06-18 13:39:24 +02:00
Sorunome
6868f38c7c move to new sdk 2020-06-10 08:07:01 +00:00
Sorunome
dedda459c9 handle if lastEvent is null 2020-05-23 08:36:53 +00:00
Christian Pauly
cdbbe56356 Update lib/views/chat.dart 2020-05-20 19:23:55 +00:00
Christian Pauly
5c666e542d Fix imageviewer 2020-05-20 17:29:26 +00:00
Christian Pauly
94587d7fcc Fix boxfit 2020-05-16 09:16:46 +02:00
Christian Pauly
b2037c1e7b Fix maxScale 2020-05-16 09:13:37 +02:00
Christian Pauly
8f463610bd Minor fixes 2020-05-16 09:12:57 +02:00
Christian Pauly
92ee47ac6d Implement well-known support 2020-05-16 08:43:27 +02:00
Christian Pauly
0276a81173 Implement image viewer 2020-05-16 08:02:33 +02:00
Christian Pauly
158e09910a Fix web avatars 2020-05-15 21:50:44 +02:00
Christian Pauly
fda757ea46 Update lib/views/chat.dart, lib/l10n/intl_de.arb files 2020-05-15 19:03:23 +00:00
Christian Pauly
ec9e8fe5d4 Design improvements 2020-05-15 17:57:53 +00:00
Sorunome
7a99d9aee8 Add emote suggestion thingy 2020-05-15 13:28:23 +00:00
Christian Pauly
16e05c7c3e Fix web networkimage 2020-05-14 10:04:16 +02:00
Sorunome
f594c7005d Soru/moor 2020-05-13 13:58:59 +00:00
Christian Pauly
9f4660bd9f Fix StyledToast 2020-05-13 10:45:50 +02:00
Christian Pauly
6badbdddc6 Fix logout crash 2020-05-12 11:58:47 +02:00
Sorunome
f3d3aeebd4 add basic emote picker 2020-05-12 07:02:33 +00:00
Christian Pauly
4c80c8c7c6 Fix share content 2020-05-11 08:06:24 +02:00
Sorunome
db60869fba Add HTML render 2020-05-09 11:36:41 +00:00
Christian Pauly
2d6f16b4d7 hide presences in share mode 2020-05-09 13:04:09 +02:00
Christian Pauly
f7fe037a6a Fix load more 2020-05-09 12:57:48 +02:00
Christian Pauly
028a2b7802 Fix #54 2020-05-09 11:54:10 +02:00
Christian Pauly
f074ae93cb Minor fixes 2020-05-09 09:30:03 +02:00
Christian Pauly
ab62170bb9 Krille/use stream builder 2020-05-09 05:17:55 +00:00
Christian Pauly
6f1ed6120f Refactoring l10n 2020-05-07 07:52:40 +02:00
Christian Pauly
02ebf0ff43 Fix deprecations 2020-05-06 18:43:30 +02:00
Christian Pauly
453f22293d Refactor localizations 2020-05-06 12:21:54 +02:00
Christian Pauly
f066c523a0 Clean up 2020-05-05 14:55:19 +02:00
Christian Pauly
4e3257c9aa Refactoring FirebaseController 2020-05-05 10:30:24 +02:00
Christian Pauly
2ffbd751e1 Update sdk 2020-04-28 14:11:56 +02:00
Christian Pauly
3568b55ccd Fix chat list 2020-04-27 13:29:02 +00:00
Christian Pauly
547aace85c Use SimpleDialogs 2020-04-27 13:36:39 +02:00
Christian Pauly
d154adf517 Fix chatlist design 2020-04-27 10:12:12 +02:00
Christian Pauly
3c2b5c109d Minor fixes 2020-04-26 19:08:55 +02:00
Christian Pauly
87f682f717 Minor design fixes 2020-04-26 18:43:20 +02:00
Christian Pauly
a4d34cb0b1 Implement status feature and new design 2020-04-26 18:15:48 +02:00
Christian Pauly
c0c9e9cb73 Fix startpage 2020-04-12 11:12:56 +02:00
Christian Pauly
aecc3b2ea4 New set homeserver ux 2020-04-12 10:35:45 +02:00
Christian Pauly
ab45d0960f Fix login and toasts 2020-04-12 09:19:22 +02:00
Christian Pauly
22c264d946 Fix images 2020-04-09 10:00:18 +02:00
Christian Pauly
76596cafb4 Minor fixes 2020-04-09 09:51:52 +02:00
Christian Pauly
f721045d00 Implement jitsi 2020-04-08 17:43:07 +02:00
Christian Pauly
d6836ad3df Enable skia in web 2020-04-08 12:38:52 +02:00
Christian Pauly
cb7a4218ab Fix ios build 2020-04-05 09:52:56 +02:00
Christian Pauly
771aa6fbe2 Add wallpaper 2020-04-03 20:24:25 +02:00
Christian Pauly
d3adb9b024 Design changes 2020-04-02 14:16:45 +02:00
Christian Pauly
701c4d2757 Receive sharing intent 2020-04-02 14:05:32 +02:00
Christian Pauly
a0828535d5 Update to version 0.11.0 2020-04-02 13:14:39 +02:00
Christian Pauly
38d414f9d5 Update lib/components/list_items/chat_list_item.dart, pubspec.yaml, lib/views/settings_devices.dart files 2020-04-02 08:45:21 +00:00
Christian Pauly
f4ad9dd0a3 Better icon 2020-03-29 12:45:39 +02:00
Christian Pauly
67eedc4a77 Version 0.10.0 2020-03-29 12:06:25 +02:00
Christian Pauly
75df57c965 Implement voice messages 2020-03-15 11:27:51 +01:00
Christian Pauly
f7e3572384 Remove donations links 2020-03-14 11:05:28 +01:00
Christian Pauly
5734fe017c Update pubspec.yaml, lib/views/chat.dart files 2020-03-02 08:36:55 +00:00
Christian Pauly
6dae5b28ce Update lib/views/chat.dart 2020-02-29 12:00:51 +00:00
Christian Pauly
d33bcf16ba Clean up 2020-02-23 11:20:39 +01:00
Christian Pauly
abd241f361 Use networkimage 2020-02-23 11:20:25 +01:00
Christian Pauly
f00f42886a Fix image viewer background 2020-02-23 11:02:59 +01:00
Christian Pauly
724b480cab Fix open hashtagrooms 2020-02-23 09:52:43 +01:00
Christian Pauly
b08eb2b6fe Clean up 2020-02-23 09:43:45 +01:00
Christian Pauly
19b993b003 Better E2EE UI 2020-02-23 09:31:44 +01:00
Christian Pauly
1e76041e69 Fix hide plus button 2020-02-23 08:52:28 +01:00
Christian Pauly
a6dd9072a2 Clean up design 2020-02-23 08:49:58 +01:00
Christian Pauly
7e8ad4a42c Add public room discovery 2020-02-22 20:05:04 +01:00
Christian Pauly
8c69183ef4 Clean up 2020-02-22 10:41:00 +01:00
Christian Pauly
73bedcb9ba Clean up 2020-02-22 09:03:44 +01:00
Christian Pauly
6c345133ea Enhanced E2EE UX 2020-02-22 08:44:50 +01:00
Christian Pauly
c22b792fa0 Implement key sharing 2020-02-22 08:27:08 +01:00
Christian Pauly
fff216c46c Add Device Settings page 2020-02-19 16:23:13 +01:00
Christian Pauly
048dfb3a01 Merge branch 'master' of gitlab.com:ChristianPauly/fluffychat-flutter 2020-02-17 14:08:02 +01:00
Christian Pauly
604ed00592 Fix web registration 2020-02-17 14:07:57 +01:00
Christian Pauly
9de161acc7 Update lib/views/chat_list.dart, pubspec.yaml, CHANGELOG.md files 2020-02-17 12:38:27 +00:00
Christian Pauly
8afa93e805 Fix public key text color 2020-02-17 09:18:23 +01:00
Christian Pauly
63e9a25ca5 Fix analyzer 2020-02-16 20:35:08 +01:00
Christian Pauly
429e4a1be7 Fix analyzer 2020-02-16 20:28:07 +01:00
Christian Pauly
96b572023c Fix FAB colors 2020-02-16 20:13:55 +01:00
Christian Pauly
ea71a97e45 Clean up dark mode 2020-02-16 20:11:39 +01:00
Marcel
26ca8ba4ad [Theme] Add initial dark theme
Took 1 hour 10 minutes
2020-02-16 14:57:50 +00:00
Christian Pauly
a104899dbf Fix #18 2020-02-16 13:57:51 +01:00
Christian Pauly
2242309086 Implement Image viewer 2020-02-16 12:35:04 +01:00
Christian Pauly
32cf2e245a Improved invite UX 2020-02-16 12:07:48 +01:00
Christian Pauly
e665f4adc3 Enhanced UX and clean up 2020-02-16 11:36:18 +01:00
Christian Pauly
7b2f4c0163 Enhanced ChatDetails UX 2020-02-16 11:09:28 +01:00
Christian Pauly
4ed9316552 SliverAppBar in ChatDetails 2020-02-16 10:48:20 +01:00
Christian Pauly
6bff85a858 Settings sliverAppBar 2020-02-16 10:42:59 +01:00
Christian Pauly
617a09c05d Nicer Settings UX 2020-02-16 09:56:17 +01:00
Christian Pauly
e13df1cbf0 Forget rooms with slide 2020-02-16 09:22:56 +01:00
Christian Pauly
be8f3a4a47 Dismiss rooms in chat list with sliding 2020-02-16 09:16:47 +01:00
Christian Pauly
8d4469ebde Better login UX 2020-02-16 08:44:56 +01:00
Christian Pauly
81ae064db7 Enhanced auth web UX 2020-02-16 08:35:35 +01:00
Christian Pauly
38b5260e48 Fix encryptionEnabled check 2020-02-15 10:30:46 +01:00
Christian Pauly
8ca42ee6e7 Fix olm 2020-02-15 10:00:54 +01:00
Christian Pauly
d388d8267c Enable libolm 2020-02-15 09:20:08 +01:00
Christian Pauly
795d19ee01 Fix request history 2020-02-14 14:37:31 +01:00
Christian Pauly
c3421f7d54 New version 2020-02-14 14:34:28 +01:00
Christian Pauly
cf2b2f0433 Better replies 2020-02-11 12:49:39 +01:00
Christian Pauly
bb07a2d389 Invite link text 2020-02-10 18:41:43 +01:00
Christian Pauly
b3c7deed88 Fix reply on reply 2020-02-10 18:33:05 +01:00
Christian Pauly
325aed437b Update lib/views/chat.dart, CHANGELOG.md, pubspec.yaml files 2020-02-10 16:54:10 +00:00
Christian Pauly
05bdd5968a Open links with uni_links 2020-02-10 14:14:55 +01:00
Christian Pauly
1bf9dbecf6 Use identifiers from sdk 2020-02-10 13:05:11 +01:00