Commit Graph

489 Commits

Author SHA1 Message Date
Krille Fear
94f3be589a fix: Loglevel for stats 2021-11-16 12:34:53 +01:00
Krille Fear
abfe6a138b chore: Add some stats for app start 2021-11-16 12:00:22 +01:00
Krille Fear
fa9d62ce60 refactor: Homeserver picker 2021-11-15 12:14:00 +01:00
Krille Fear
7167d0ace6 feat: Redesign start page 2021-11-15 09:48:48 +01:00
Krille Fear
397c6ed292 feat: Nicer images, stickers and videos 2021-11-14 18:57:48 +01:00
Krille Fear
055b99bc85 feat: New Public room bottom sheet 2021-11-14 13:56:36 +01:00
Krille Fear
e2cdad27e0 feat: new design 2021-11-13 16:10:16 +01:00
Krille Fear
69429fcd3e Merge branch 'td/fix-downloading-stuff' into 'main'
fix: download path for saving files

Closes #636

See merge request famedly/fluffychat!545
2021-11-11 19:43:46 +00:00
Krille Fear
43fd4c903f feat: Sembast store 2021-11-11 18:09:04 +01:00
Jayesh Nirve
967f64247e
fix: download path for saving files 2021-11-09 22:01:23 +05:30
Krille Fear
bcd0d56bea fix: Move to latest null safe sdk 2021-11-09 16:55:28 +01:00
Krille Fear
b903bf8472 feat: Speed up app start 2021-11-09 13:07:57 +01:00
Krille Fear
d24558f675 fix: Sending ThreepidCreds in UIA 2021-11-04 16:09:12 +01:00
Krille Fear
b48cf2ecdc feat: Nicer registration form 2021-10-30 14:06:10 +02:00
Krille Fear
fcd849b7cd fix: Format 2021-10-26 20:35:00 +02:00
Krille Fear
20c9627b23 fix: Naming 2021-10-26 20:08:17 +02:00
Krille Fear
76e51ef315 fix: UiaRequestManager 2021-10-26 20:01:53 +02:00
Krille Fear
15ee1f02b5 refactor: Sort imports 2021-10-26 18:50:34 +02:00
Sorunome
95e9d92791
fix: small fox for uia request 2021-10-26 15:39:54 +02:00
Krille Fear
f884e8082f chore: Update SDK 2021-10-25 10:46:58 +02:00
Krille Fear
a2f247920c fix: Format 2021-10-17 14:15:29 +02:00
Krille Fear
821fc7b4fb refactor: Move UiaRequest to its own class 2021-10-16 10:33:58 +02:00
Krille Fear
e879278186 refactor: Add code quality reports 2021-10-16 09:59:38 +02:00
Krille Fear
58c6009188 Merge branch 'krille/remove-android-file-picker' into 'main'
remove: Android filepicker

See merge request famedly/fluffychat!535
2021-10-15 08:26:45 +00:00
Krille Fear
44ce92e8fb refactor: Switch to flutter_lints 2021-10-14 18:09:30 +02:00
Krille Fear
15db1c686b remove: Android filepicker 2021-10-14 17:32:32 +02:00
Krille Fear
f2e37b20ff feat: Enable E2EE by default for new rooms 2021-10-10 10:43:50 +02:00
Krille Fear
1bade5cf5f fix: Remove google from fcm_shared_isolate 2021-09-24 16:18:38 +02:00
Krille Fear
fb4337272e feat: Implement nice profile bottom sheet 2021-09-24 15:51:33 +02:00
Krille Fear
9915b4693c fix: Enable gotify recommendations 2021-09-24 11:42:56 +02:00
Sorunome
4ee2ecc286
feat: Open user bottom sheet on tapping user pills 2021-09-22 15:13:17 +02:00
Sorunome
b015604faf
fix: Fluffychat sometimes forgetting that a client is logged in 2021-09-21 09:00:42 +02:00
Krille Fear
3f9a3fc5e1 fix: Analyzer bug 2021-09-20 12:12:40 +02:00
Krille Fear
d38da1f91a fix: Start-up time waits for first sync 2021-09-20 11:52:02 +02:00
Krille Fear
27062e71c4 fix: Possibly fix touchscreen scrolling on Linux phones
Unfortunately I can not test this by myself.
2021-09-20 08:49:00 +02:00
Christian Pauly
feb66d6de4 fix: Init hive 2021-09-19 14:22:26 +02:00
Krille Fear
deab7c83e3 feat: Allow loading of multiple clients in main.dart 2021-09-19 11:48:23 +00:00
Sorunome
7dc762ee1f
fix: Missing null check in background push 2021-09-16 21:21:47 +02:00
Krille Fear
cbb40b6fdb fix: Correctly clear database if it is corrupted 2021-09-14 14:55:27 +02:00
Krille Fear
a5f794f689 Merge branch 'soru/ios-open-geo-uri' into 'main'
fix: Open geo URIs on iOS

Closes #533

See merge request famedly/fluffychat!505
2021-08-29 15:16:37 +00:00
Sorunome
3a9400f638
fix: encrypted files 2021-08-29 15:20:48 +02:00
Sorunome
6f676c5a8e
fix: Open geo URIs on iOS 2021-08-29 14:30:29 +02:00
Christian Pauly
cdad5ab799 fix 2021-08-28 18:09:59 +02:00
Christian Pauly
a5f6e8e77f feat: Compatible with Famedly and Element QR Codes 2021-08-28 11:09:37 +02:00
Sorunome
bfb55b4525
fix: format 2021-08-27 16:51:42 +02:00
Christian Pauly
dcee386da4 fix: Analyzer bugs 2021-08-26 19:03:08 +02:00
Christian Pauly
956d766a3f fix: Open matrix.to urls 2021-08-24 14:15:35 +02:00
Sorunome
cf74c231bb
feat: use the stripped body for notifications and room previews 2021-08-22 17:51:58 +02:00
Krille Fear
e05a99293a Merge branch 'soru/escape-routes' into 'main'
fix: Properly encode and decode vRouter paths

See merge request famedly/fluffychat!487
2021-08-22 10:05:30 +00:00
Christian Pauly
49a159268b chore: Update SDK 2021-08-20 13:46:30 +02:00
Krille Fear
6dddf566a2 refactor: Migrate to new matrix sdk API 2021-08-18 15:24:59 +00:00
Sorunome
e283b6a346
fix: use vrouter.toSegments 2021-08-15 13:27:58 +02:00
Sorunome
7b31c00d53
fix: Make translations use plural forms 2021-08-14 12:42:47 +02:00
Sorunome
e8376b56f1 Merge branch 'soru/video-player' into 'main'
feat: Add video player

Closes #192

See merge request famedly/fluffychat!479
2021-08-08 16:47:23 +00:00
Sorunome
0e29f0057b
feat: Add video player 2021-08-08 18:31:16 +02:00
Sorunome
b7ddf795e8
fix: Try different directories on all kind of errors thrown for hive store 2021-08-08 09:56:11 +02:00
Sorunome
d22b1689c4 feat: Add location sharing 2021-08-06 12:59:19 +02:00
Christian Pauly
caae0ccd01 change: Delete hive database if corrupted 2021-08-02 18:38:53 +02:00
Krille Fear
672d359c8b Merge branch 'soru/fix-links' into 'main'
fix: Punycode-encode unicode domains for platforms which can't handle them

Closes #343

See merge request famedly/fluffychat!467
2021-08-01 13:06:59 +00:00
Sorunome
9e96135ad6
chore: Support new unifiedpush gateway discovery 2021-08-01 09:55:57 +02:00
Sorunome
4994b77d4e
fix: Punycode-encode unicode domains for platforms which can't handle them 2021-08-01 08:56:47 +02:00
Christian Pauly
1a23e5fa23 fix: Avatar noPic detection 2021-07-31 20:19:57 +02:00
Sorunome
a5fc4521cb Merge branch 'soru/image-pack-creator' into 'main'
chore: cleanup image pack editor to attach metadata and prepare to make it more general

See merge request famedly/fluffychat!466
2021-07-31 15:30:27 +00:00
Sorunome
5a44b3b3d1
chore: cleanup image pack editor to attach metadata and prepare to make it more general 2021-07-31 17:13:35 +02:00
Sorunome
493c88649d
feat: Rate limit streams so that large accounts have a smoother UI 2021-07-31 12:55:02 +02:00
Christian Pauly
a8201c4358 fix: Download files on iOS 2021-07-24 10:47:34 +02:00
Christian Pauly
b1c35e5e1c refactor: Rename store and allow storing custom values 2021-07-23 18:39:18 +02:00
Christian Pauly
a206f23ad4 fix: Crash on timeline 2021-07-23 09:13:24 +02:00
Sorunome
76e476e2f9
fix: Linux failing on attempting to open hive 2021-07-20 18:02:59 +02:00
Krille Fear
b5b9a05511 Merge branch 'soru/desktop-e2ee-files' into 'main'
fix: show thumbnails in timeline on desktop

See merge request famedly/fluffychat!438
2021-07-13 16:30:02 +00:00
Krille Fear
7b3d3781db Merge branch 'soru/save-file-picker' into 'main'
feat: Add a proper file saver

Closes #381 and #213

See merge request famedly/fluffychat!439
2021-07-13 16:29:31 +00:00
Sorunome
63ee2b3a02
feat: Better detect the device type from the device name 2021-07-12 13:49:12 +02:00
Sorunome
f7f1b752c2
feat: Add a proper file saver 2021-07-12 11:54:14 +02:00
Sorunome
14f8f791e0
fix: show thumbnails in timeline on desktop 2021-07-11 16:11:41 +02:00
Christian Pauly
fbc78119fa chore: Update matrix und vrouter 2021-07-08 17:10:20 +02:00
Krille Fear
37179a0665 Merge branch 'krille/remove-moor' into 'main'
refactor: Remove moor

See merge request famedly/fluffychat!431
2021-07-03 09:17:03 +00:00
S1m
ccd3dc730a update unifiedpush 2021-07-02 09:35:31 +02:00
Christian Pauly
9c47cbffd5 refactor: Remove moor 2021-06-30 20:20:17 +02:00
Christian Pauly
cc67537d0a chore: Bump version 2021-06-29 08:49:47 +02:00
Christian Pauly
1c1a4fa4f3 fix: Flutter Hive on Linux 2021-06-29 07:59:37 +02:00
Christian Pauly
b65a1383ae refactor: Move logs to about dialog 2021-06-26 10:43:07 +02:00
Sorunome
33832dce0e
fix: Database does not store files correctly 2021-06-24 14:13:35 +02:00
Christian Pauly
a39790cdca refactor: Remove FluffyClient and make it no longer static 2021-06-23 16:20:51 +02:00
Christian Pauly
30011f4761 refactor: Use flutter cache manager for avatar push cashing 2021-06-21 13:13:22 +02:00
Christian Pauly
6ae7a0ce3a refactor: Use different client name on debug 2021-06-20 12:44:09 +02:00
Raatty
a18468a52f fix version on non mobile platforms 2021-06-20 10:24:39 +12:00
Christian Pauly
938d1d054c refactor: Switch to pub.dev version of matrix sdk 2021-06-18 10:29:48 +02:00
Christian Pauly
aeaa4a7081 chore: Update database migration 2021-06-18 09:24:38 +02:00
Christian Pauly
07d4842b28 chore: Make file storing unencrypted 2021-06-14 08:18:55 +02:00
Christian Pauly
3e0be0f8fd chore: fix Web secure storage 2021-06-12 13:41:22 +02:00
Christian Pauly
bd60c67535 chore: Fix web hive encryption 2021-06-12 12:14:36 +02:00
Christian Pauly
6ee4ca73cb feat: Implement hive 2021-06-11 11:40:38 +02:00
Christian Pauly
a48d84fe27 feat: One page login 2021-06-11 10:08:04 +02:00
Christian Pauly
7d6cbeec26 fix: Image viewer routing 2021-06-06 10:09:13 +02:00
Christian Pauly
2b83e69c1f refactor: active room ID now only in defined in the path 2021-06-06 10:00:52 +02:00
Christian Pauly
e300048d3b fix: No push setup 2021-05-28 20:32:52 +02:00
Christian Pauly
1e5393a9e1 fix: Navigator context 2021-05-26 09:35:00 +02:00
Christian Pauly
ece1238846 fix: Image viewer 2021-05-25 20:41:37 +02:00
Christian Pauly
91965b141d fix: Image viewer 2021-05-25 15:35:14 +02:00
Christian Pauly
8ee4e3c155 fix: Regressions because of vrouter 2021-05-23 15:02:36 +02:00
Christian Pauly
1ebae21ea2 feat: Switch to VRouter 2021-05-23 13:28:49 +02:00
Christian Pauly
8921389e15 fix: Dont recommend microG on iPhone 2021-05-23 07:12:44 +02:00
Christian Pauly
ebc598a0ae refactor: Structure files in more directories 2021-05-22 09:24:39 +02:00
Christian Pauly
a93165e7ff refactor: Rename views to pages 2021-05-22 08:57:49 +02:00
Christian Pauly
56a2455668 refactor: Move widgets to lib 2021-05-22 08:53:52 +02:00
Christian Pauly
4f13473593 refactor: Update SDK 2021-05-20 13:59:55 +02:00
Christian Pauly
19616f3457 feat: Implement registration with email 2021-05-13 12:39:00 +02:00
Christian Pauly
aa3348e72e chore: Update UP and automatically re-register UP on startup 2021-04-30 16:59:26 +02:00
Christian Pauly
ca82a46238 refactor: Null safe dependencies 2021-04-22 08:16:21 +02:00
Christian Pauly
fb618243f5 refactor: Folder structure and MVC chat ui 2021-04-15 13:03:56 +02:00
Christian Pauly
6a56ec4e18 refactor: Enable more lints 2021-04-14 10:37:15 +02:00
Christian Pauly
3f854d6984 fix: Save file 2021-04-13 16:08:28 +02:00
Christian Pauly
c2cbad7ffa refactor: MVC archive 2021-04-12 18:33:43 +02:00
Christian Pauly
76199418b2 fix: nogooglewarning 2021-04-11 15:34:37 +02:00
Christian Pauly
f5f02c62d8 refactor: Controllers 2021-04-10 09:06:24 +02:00
Christian Pauly
6250fd02aa fix: Typo 2021-04-09 16:54:00 +02:00
Christian Pauly
8b9f4a43f4 refactor: Move app_config to /configs 2021-04-09 16:29:48 +02:00
Christian Pauly
c9ab69a15b refactor: widgets dir 2021-04-09 16:15:03 +02:00
Christian Pauly
7cb0dc4d2b fix: Missing null check 2021-04-08 07:38:14 +02:00
Christian Pauly
6cdce6f673 change: Switch to ScaffoldMessenger 2021-04-03 13:09:20 +02:00
Christian Pauly
cb6217c059 fix: Push on iOS 2021-03-28 09:20:34 +02:00
Christian Pauly
b6eaf5b6c1 refactor: push stuff 2021-03-27 20:05:51 +01:00
Christian Pauly
e42dd4bf8f feat: Implement new search view design 2021-03-27 18:15:06 +01:00
Christian Pauly
9e05e6d8c5 fix iOS build 2021-03-12 11:30:18 +01:00
Christian Pauly
a838d90df3 fix: Remove test push 2021-03-12 07:34:52 +01:00
Christian Pauly
864b6651bb refactor: Update SDK and enable login with email and phone 2021-03-09 19:39:25 +01:00
Christian Pauly
bb97b1bca8 refactor: Migrate to flutter 2 2021-03-04 12:45:15 +01:00
Christian Pauly
949890c926 change: Remove previous collapse solution 2021-02-25 11:06:58 +01:00
Christian Pauly
42d9bf5fee fix: Status color 2021-02-25 07:44:41 +01:00
Christian Pauly
9458ab3e3b fix: Dialog using wrong Navigator 2021-02-24 18:43:49 +01:00
Christian Pauly
aa396acdc9 fix: sso on web 2021-02-24 09:49:12 +01:00
Christian Pauly
94aa9a39c6 feat: New experimental design 2021-02-23 15:43:58 +01:00
Sorunome
57560ffc3b
fix: Tap on notification to open room in (hopefully) all cases 2021-02-21 12:59:59 +01:00
Sorunome
99dd2dac71 Merge branch 'soru/single-isolate-push-alt' into 'main'
fix: Use single-isolate push

Closes #207, #94, and #294

See merge request famedly/fluffychat!377
2021-02-21 09:25:38 +00:00
Christian Pauly
9bcd6b2609 feat: Better verification design 2021-02-20 10:29:03 +01:00
Christian Pauly
54e268b81b fix: Dont show random users in top bar 2021-02-18 14:36:09 +01:00
Sorunome
949771da8a
fix: Use single-isolate push 2021-02-16 13:23:56 +01:00
Christian Pauly
bd24387212 feat: Get jitsi instance from wellknown 2021-02-13 09:56:16 +01:00
Christian Pauly
0c1864c828 fix: Better error in discover 2021-02-06 20:41:24 +01:00
Christian Pauly
4c10ef5213 fix: More minor fixes 2021-02-05 16:43:05 +01:00
Christian Pauly
72604c61f0 fix: Default offline state 2021-02-05 10:10:59 +01:00
Christian Pauly
b9be33c16b change: Implement contact list instead of status 2021-02-05 08:43:44 +01:00
Sorunome
5789a86b2b
fix: Unlock the mutex 2021-02-03 16:30:23 +01:00
Sorunome
d94f0d7351
fix: SecureStorage sometimes reading wrong / bad values 2021-02-03 14:50:03 +01:00
Christian Pauly
29076db135 fix: Wrong urls 2021-02-02 17:42:19 +01:00
Christian Pauly
33dd1d2371 feat: new design 2021-02-02 10:53:29 +01:00
Krille Fear
71a0f6a932 Revert "feat: Implement experimental new design"
This reverts commit 10cf8daf25
2021-02-01 20:00:35 +00:00
Christian Pauly
10cf8daf25 feat: Implement experimental new design 2021-02-01 19:28:39 +01:00
Christian Pauly
2bf184a503 fix: iOS push 2021-01-31 19:23:06 +01:00
Sorunome
124a5eedf8
feat: Add unified push as push provider 2021-01-28 14:43:14 +01:00
Christian Pauly
e402a020f6 chore: Redesign homepicker page 2021-01-22 21:39:37 +01:00
Christian Pauly
1d6c9cf5c6 fix: Foreground push again 2021-01-22 21:16:15 +01:00
Christian Pauly
ea1cefaab2 fix: Foreground push 2021-01-22 13:46:49 +01:00
Christian Pauly
bb537141d7 docs: Mention emoji font 2021-01-20 19:53:19 +01:00
Christian Pauly
4b8ad1bde9 chore: Change startpage design 2021-01-19 21:41:41 +01:00
Krille Fear
389aad68b7 Merge branch 'soru/discovery-of-unknown-alias' into 'main'
fix: Allow joining of unpublished aliases again

See merge request famedly/fluffychat!350
2021-01-19 18:05:02 +00:00
Sorunome
ed570a6e1e
fix: Allow joining of unpublished aliases again 2021-01-19 18:12:42 +01:00
Sorunome
48ad322857
fix: Make tap on pills and matrix.to links work again 2021-01-19 17:41:37 +01:00
Christian Pauly
db349a56ef fix: no exception if token is just null 2021-01-18 19:23:52 +01:00
Christian Pauly
90867e6e54 chore: Log warning if firebase token problem 2021-01-18 17:38:37 +01:00
Christian Pauly
e1e60c4d71 feat: Display version number in app 2021-01-17 15:43:38 +01:00
Christian Pauly
3c713518fb chore: Redesign homeserver picker page 2021-01-17 15:33:31 +01:00
Christian Pauly
be08de5ef0 refactor: remove deprecated approute 2021-01-17 07:51:58 +01:00
Christian Pauly
06581e21e9 chore: Minor design tweaks 2021-01-16 21:50:01 +01:00
Krille Fear
cbcfa1581e refactor: Use APL 2021-01-16 11:46:38 +00:00
Sorunome
1da643fa31
feat: Handle matrix: URIs as per MSC2312 2021-01-10 18:20:16 +01:00
Sorunome
baccd0aa42
fix: Properly handle url encoding in matrix.to URLs 2020-12-27 11:48:16 +01:00
Christian Pauly
e84bc25602 refactor: Switch to loading dialog 2020-12-25 09:58:34 +01:00
Christian Pauly
0ae36f0a3f fix: Read receipts and filtered events 2020-12-23 11:23:19 +01:00
Christian Pauly
f0d1f5aed2 feat: Open alias in discover page 2020-12-20 16:53:37 +01:00
Christian Pauly
714c7b41dd feat: Implement logger 2020-12-19 13:14:35 +01:00
Christian Pauly
19c04403a2 feat: Add config hideTypingUsernames 2020-12-12 17:01:59 +01:00
Christian Pauly
1e7bac3614 feat: Enhanced configuration 2020-12-11 17:40:33 +01:00
Christian Pauly
20e8c945a3 Merge branch 'MTRNord/fix-sqlite-windows-dll' into 'main'
fix(windows): Make sure we look at the correct path when searching the sqlite3 dll

See merge request ChristianPauly/fluffychat-flutter!235
2020-12-11 10:37:13 +00:00
Christian Pauly
bd2474ffd2 Revert "feat: Try out new firebase"
This reverts commit 41a471e495
2020-12-06 19:27:33 +00:00
Christian Pauly
41a471e495 feat: Try out new firebase 2020-12-06 20:12:01 +01:00
Christian Pauly
e728ccc1ba feat: Implement discover groups page 2020-12-06 12:51:40 +01:00
Christian Pauly
adb445f668 design: Use outlined icons 2020-12-06 10:31:35 +01:00
Christian Pauly
1af048ed35 feat: Next version 2020-11-25 11:36:33 +01:00
Christian Pauly
1f9e953296 refactor: Make verification in dialogs 2020-11-22 22:48:10 +01:00
Christian Pauly
1aa9c08a3e refactor: matrix to link prefix 2020-11-22 21:51:30 +01:00
Christian Pauly
0b8cc24117 feat: Minor design improvements 2020-11-22 15:25:13 +01:00
Christian Pauly
7e2328001e refactor: SDK update 2020-11-21 09:30:04 +01:00
Sorunome
f70bbc3333
feat: Add svg support and better image handling 2020-11-19 10:26:31 +01:00
Sorunome
61f35e8715
fix: resolve some sentry issues 2020-11-16 12:36:41 +01:00
Christian Pauly
9fee409caf fix: iOS build 2020-11-14 14:04:36 +01:00
Christian Pauly
9ea7afc4f2 chore: Switch to adaptive dialogs 2020-11-14 10:24:01 +01:00
Christian Pauly
e2195935c0 chore: Switch from bottoast to flushbar 2020-11-14 09:17:42 +01:00
Sorunome
36315a45ec
feat: Option to hide redacted and unknown events 2020-11-08 20:10:00 +01:00
Christian Pauly
12cb66b468 Merge branch 'soru/fix-no-pusher-endpoint' into 'main'
fix: no pushers enpdoint

See merge request ChristianPauly/fluffychat-flutter!253
2020-10-30 09:07:33 +00:00
Sorunome
b3942ad701
fix: no pushers enpdoint 2020-10-30 09:53:07 +01:00
Sorunome
5dc22be9fb
fix: Sentry and small null fix 2020-10-29 10:10:41 +01:00
Sorunome
db2b357f47
fix user popup sometimes crashing 2020-10-28 15:01:16 +01:00
Christian Pauly
b471bd05aa chore: Update packages 2020-10-28 11:54:57 +01:00
Christian Pauly
b903ea9071 fix: Sentry 2020-10-28 10:56:24 +01:00
Sorunome
4981cf4295
chore: Update flutter_matrix_html 2020-10-28 10:16:32 +01:00
Christian Pauly
8a542bf5c2 fix: Android Download 2020-10-28 08:41:45 +01:00
Christian Pauly
a241310c81 Krille/remove status feature 2020-10-28 06:23:50 +00:00
Sorunome
36405f8216
fix: Multiple related store things 2020-10-25 17:21:29 +01:00
MTRNord
986c357a6b
refactor(windows): Fix code style
Took 3 minutes
2020-10-22 12:10:53 +02:00