Commit graph

565 commits

Author SHA1 Message Date
Sorunome
f072d6ae20 fix: Various multiaccount fixes 2021-11-24 18:39:40 +01:00
Krille Fear
8687613510 feat: Emoji verification in browsers 2021-11-23 17:29:17 +01:00
Krille Fear
f86c98b78e feat: Open im.fluffychat uris 2021-11-22 19:19:18 +01:00
Krille Fear
0353f9fbb3 refactor: Optimize all images no matter which size 2021-11-21 14:15:20 +01:00
Krille Fear
335fe36130 chore: Update SDK and remove boxes on corruption 2021-11-21 12:01:53 +01:00
Krille Fear
d23d67cb3d Merge branch 'krille/image' into 'main'
refactor: Use image package to resize images

See merge request famedly/fluffychat!558
2021-11-21 08:53:47 +00:00
Krille Fear
b44f309151 refactor: Use image package to resize images 2021-11-21 09:35:10 +01:00
Krille Fear
a143b978a3 fix: Minor fixes 2021-11-21 09:07:33 +01:00
Krille Fear
ce9d2275a3 fix: Android download 2021-11-20 16:53:04 +01:00
Krille Fear
111d15f86d chore: Clean up bootstrap 2021-11-19 14:42:34 +01:00
Krille Fear
672e51a779 fix: Pass hive cipher 2021-11-19 09:50:04 +01:00
Krille Fear
cd6eac1bec fix: Removing sembast 2021-11-18 21:24:01 +01:00
Krille Fear
92a894ef34 refactor: Remove sembast 2021-11-18 19:52:46 +01:00
Krille Fear
a7a85883ad fix: Use new FluffyBox 0.2.0 2021-11-18 15:26:53 +01:00
Krille Fear
3bdd59d894 fix: Open database on android 2021-11-18 12:50:10 +01:00
Krille Fear
020bfcc753 feat: Set pragmas on desktop as well 2021-11-18 11:18:55 +01:00
Krille Fear
b877e81c1d feat: Configure database 2021-11-18 10:46:08 +01:00
Krille Fear
522856dc9b fix: Web 2021-11-18 08:32:04 +01:00
Krille Fear
ad21986ae8 fix: Start on Android and Linux 2021-11-18 07:59:35 +01:00
Krille Fear
874473cf99 fix: Use sqlcipher for FluffyBox 2021-11-17 19:29:17 +01:00
Krille Fear
3170371c0c feat: Test FluffyBox store 2021-11-17 19:17:40 +01:00
Krille Fear
f1bd1fc58c fix: FluffyBox logs 2021-11-17 12:51:54 +01:00
Krille Fear
622acfaa59 feat: FluffyBox 2021-11-17 12:20:15 +01:00
Krille Fear
1674a3c30f Revert "feat: Use sembast over sqflite"
This reverts commit 2fbf7376f6b464c60efcb3e8448c0beac7131638.
2021-11-16 15:44:09 +01:00
Krille Fear
b2341bf5f6 feat: Use sembast over sqflite 2021-11-16 15:10:23 +01:00
Krille Fear
f2935e9d9b chore: Disable sembast cooperator at start up 2021-11-16 13:20:58 +01:00
Krille Fear
0bd00c3acd fix: Loglevel for stats 2021-11-16 12:34:53 +01:00
Krille Fear
6c3f1d6f51 chore: Add some stats for app start 2021-11-16 12:00:22 +01:00
Krille Fear
4bc45a75c5 refactor: Homeserver picker 2021-11-15 12:14:00 +01:00
Krille Fear
bf79b57007 feat: Redesign start page 2021-11-15 09:48:48 +01:00
Krille Fear
242f878ea1 feat: Nicer images, stickers and videos 2021-11-14 18:57:48 +01:00
Krille Fear
e964d5b628 feat: New Public room bottom sheet 2021-11-14 13:56:36 +01:00
Krille Fear
22fdb667ba feat: new design 2021-11-13 16:10:16 +01:00
Krille Fear
e060d36956 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
aebe4d30c0 feat: Sembast store 2021-11-11 18:09:04 +01:00
Jayesh Nirve
48fb6aac0c fix: download path for saving files 2021-11-09 22:01:23 +05:30
Krille Fear
33a7a00311 fix: Move to latest null safe sdk 2021-11-09 16:55:28 +01:00
Krille Fear
db22f311e1 feat: Speed up app start 2021-11-09 13:07:57 +01:00
Krille Fear
0ea29a2d6b fix: Sending ThreepidCreds in UIA 2021-11-04 16:09:12 +01:00
Krille Fear
661b740f57 feat: Nicer registration form 2021-10-30 14:06:10 +02:00
Krille Fear
5495e2db7d fix: Format 2021-10-26 20:35:00 +02:00
Krille Fear
abc9569163 fix: Naming 2021-10-26 20:08:17 +02:00
Krille Fear
0a17e91d72 fix: UiaRequestManager 2021-10-26 20:01:53 +02:00
Krille Fear
fec9178da5 refactor: Sort imports 2021-10-26 18:50:34 +02:00
Sorunome
ccaca35e1e fix: small fox for uia request 2021-10-26 15:39:54 +02:00
Krille Fear
991018d86a chore: Update SDK 2021-10-25 10:46:58 +02:00
Krille Fear
db042fd3bd fix: Format 2021-10-17 14:15:29 +02:00
Krille Fear
8ffe4c38a1 refactor: Move UiaRequest to its own class 2021-10-16 10:33:58 +02:00
Krille Fear
2f978c5098 refactor: Add code quality reports 2021-10-16 09:59:38 +02:00
Krille Fear
730086b304 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
13fda9458f refactor: Switch to flutter_lints 2021-10-14 18:09:30 +02:00
Krille Fear
c2f23c491e remove: Android filepicker 2021-10-14 17:32:32 +02:00
Krille Fear
92523cb7b0 feat: Enable E2EE by default for new rooms 2021-10-10 10:43:50 +02:00
Krille Fear
e3c3bd997d fix: Remove google from fcm_shared_isolate 2021-09-24 16:18:38 +02:00
Krille Fear
446bedbac2 feat: Implement nice profile bottom sheet 2021-09-24 15:51:33 +02:00
Krille Fear
26a07d1849 fix: Enable gotify recommendations 2021-09-24 11:42:56 +02:00
Sorunome
727d8ab2e6 feat: Open user bottom sheet on tapping user pills 2021-09-22 15:13:17 +02:00
Sorunome
55c072f746 fix: Fluffychat sometimes forgetting that a client is logged in 2021-09-21 09:00:42 +02:00
Krille Fear
b9f50cfeb8 fix: Analyzer bug 2021-09-20 12:12:40 +02:00
Krille Fear
ac342624f6 fix: Start-up time waits for first sync 2021-09-20 11:52:02 +02:00
Krille Fear
94f3d521e5 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
59f9a9f447 fix: Init hive 2021-09-19 14:22:26 +02:00
Krille Fear
ec68d15586 feat: Allow loading of multiple clients in main.dart 2021-09-19 11:48:23 +00:00
Sorunome
0047bec4f9 fix: Missing null check in background push 2021-09-16 21:21:47 +02:00
Krille Fear
50991cac24 fix: Correctly clear database if it is corrupted 2021-09-14 14:55:27 +02:00
Krille Fear
b1a8226054 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
721b444965 fix: encrypted files 2021-08-29 15:20:48 +02:00
Sorunome
25eba06ff8 fix: Open geo URIs on iOS 2021-08-29 14:30:29 +02:00
Christian Pauly
e70f123182 fix 2021-08-28 18:09:59 +02:00
Christian Pauly
71adb6855d feat: Compatible with Famedly and Element QR Codes 2021-08-28 11:09:37 +02:00
Sorunome
458f925d6d fix: format 2021-08-27 16:51:42 +02:00
Christian Pauly
f91919a7c6 fix: Analyzer bugs 2021-08-26 19:03:08 +02:00
Christian Pauly
7d0338ea84 fix: Open matrix.to urls 2021-08-24 14:15:35 +02:00
Sorunome
06235cddd0 feat: use the stripped body for notifications and room previews 2021-08-22 17:51:58 +02:00
Krille Fear
f1e76fbb10 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
bec9046097 chore: Update SDK 2021-08-20 13:46:30 +02:00
Krille Fear
47e68d813d refactor: Migrate to new matrix sdk API 2021-08-18 15:24:59 +00:00
Sorunome
02e57474fe fix: use vrouter.toSegments 2021-08-15 13:27:58 +02:00
Sorunome
6d1c0e9338 fix: Make translations use plural forms 2021-08-14 12:42:47 +02:00
Sorunome
abab724af9 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
fcee30ebb3 feat: Add video player 2021-08-08 18:31:16 +02:00
Sorunome
7ffe9f8631 fix: Try different directories on all kind of errors thrown for hive store 2021-08-08 09:56:11 +02:00
Sorunome
5d0967ecda feat: Add location sharing 2021-08-06 12:59:19 +02:00
Christian Pauly
8cda67b9dd change: Delete hive database if corrupted 2021-08-02 18:38:53 +02:00
Krille Fear
b0cbdc7cc5 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
b649d975ab chore: Support new unifiedpush gateway discovery 2021-08-01 09:55:57 +02:00
Sorunome
ec18cbbb87 fix: Punycode-encode unicode domains for platforms which can't handle them 2021-08-01 08:56:47 +02:00
Christian Pauly
65232c9549 fix: Avatar noPic detection 2021-07-31 20:19:57 +02:00
Sorunome
0fc5ba6d20 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
2cc8b395f0 chore: cleanup image pack editor to attach metadata and prepare to make it more general 2021-07-31 17:13:35 +02:00
Sorunome
7e1e4e4844 feat: Rate limit streams so that large accounts have a smoother UI 2021-07-31 12:55:02 +02:00
Christian Pauly
197736444f fix: Download files on iOS 2021-07-24 10:47:34 +02:00
Christian Pauly
b88f8ec5dc refactor: Rename store and allow storing custom values 2021-07-23 18:39:18 +02:00
Christian Pauly
546998b1e4 fix: Crash on timeline 2021-07-23 09:13:24 +02:00
Sorunome
bf83eae9e0 fix: Linux failing on attempting to open hive 2021-07-20 18:02:59 +02:00
Krille Fear
c7f1ec601f 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
949a776fcb 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
09854152b9 feat: Better detect the device type from the device name 2021-07-12 13:49:12 +02:00
Sorunome
c96486e9a0 feat: Add a proper file saver 2021-07-12 11:54:14 +02:00
Sorunome
50a64f7010 fix: show thumbnails in timeline on desktop 2021-07-11 16:11:41 +02:00
Christian Pauly
7ca96aee03 chore: Update matrix und vrouter 2021-07-08 17:10:20 +02:00
Krille Fear
83665b593b 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
a5219e56d4 update unifiedpush 2021-07-02 09:35:31 +02:00
Christian Pauly
9ef0c71f81 refactor: Remove moor 2021-06-30 20:20:17 +02:00
Christian Pauly
39b8876837 chore: Bump version 2021-06-29 08:49:47 +02:00
Christian Pauly
9a8c376d91 fix: Flutter Hive on Linux 2021-06-29 07:59:37 +02:00
Christian Pauly
edb33d441b refactor: Move logs to about dialog 2021-06-26 10:43:07 +02:00
Sorunome
f5da400a05 fix: Database does not store files correctly 2021-06-24 14:13:35 +02:00
Christian Pauly
2320f6b707 refactor: Remove FluffyClient and make it no longer static 2021-06-23 16:20:51 +02:00
Christian Pauly
1ab089ef0d refactor: Use flutter cache manager for avatar push cashing 2021-06-21 13:13:22 +02:00
Christian Pauly
3363c8175d refactor: Use different client name on debug 2021-06-20 12:44:09 +02:00
Raatty
97504e7b22 fix version on non mobile platforms 2021-06-20 10:24:39 +12:00
Christian Pauly
a055098105 refactor: Switch to pub.dev version of matrix sdk 2021-06-18 10:29:48 +02:00
Christian Pauly
d4ec574cc9 chore: Update database migration 2021-06-18 09:24:38 +02:00
Christian Pauly
82874e4a78 chore: Make file storing unencrypted 2021-06-14 08:18:55 +02:00
Christian Pauly
02680b618d chore: fix Web secure storage 2021-06-12 13:41:22 +02:00
Christian Pauly
8db0fb7e19 chore: Fix web hive encryption 2021-06-12 12:14:36 +02:00
Christian Pauly
5fd49be516 feat: Implement hive 2021-06-11 11:40:38 +02:00
Christian Pauly
a6000ddf60 feat: One page login 2021-06-11 10:08:04 +02:00
Christian Pauly
1701384350 fix: Image viewer routing 2021-06-06 10:09:13 +02:00
Christian Pauly
18abb21cdb refactor: active room ID now only in defined in the path 2021-06-06 10:00:52 +02:00
Christian Pauly
a9be871956 fix: No push setup 2021-05-28 20:32:52 +02:00
Christian Pauly
71e020d8a4 fix: Navigator context 2021-05-26 09:35:00 +02:00
Christian Pauly
dcfbf8f8a5 fix: Image viewer 2021-05-25 20:41:37 +02:00
Christian Pauly
83f886a088 fix: Image viewer 2021-05-25 15:35:14 +02:00
Christian Pauly
de869d5157 fix: Regressions because of vrouter 2021-05-23 15:02:36 +02:00
Christian Pauly
c2fce64494 feat: Switch to VRouter 2021-05-23 13:28:49 +02:00
Christian Pauly
ab4ea74d00 fix: Dont recommend microG on iPhone 2021-05-23 07:12:44 +02:00
Christian Pauly
988a691eeb refactor: Structure files in more directories 2021-05-22 09:24:39 +02:00
Christian Pauly
74606b1600 refactor: Rename views to pages 2021-05-22 08:57:49 +02:00
Christian Pauly
c8827ae1b2 refactor: Move widgets to lib 2021-05-22 08:53:52 +02:00
Christian Pauly
91f52956f0 refactor: Update SDK 2021-05-20 13:59:55 +02:00
Christian Pauly
b834baa6dc feat: Implement registration with email 2021-05-13 12:39:00 +02:00
Christian Pauly
08bae9f6ba chore: Update UP and automatically re-register UP on startup 2021-04-30 16:59:26 +02:00
Christian Pauly
1a477adcb1 refactor: Null safe dependencies 2021-04-22 08:16:21 +02:00
Christian Pauly
cd9b4ee46b refactor: Folder structure and MVC chat ui 2021-04-15 13:03:56 +02:00
Christian Pauly
0dc147b5c8 refactor: Enable more lints 2021-04-14 10:37:15 +02:00
Christian Pauly
757ec7bb27 fix: Save file 2021-04-13 16:08:28 +02:00
Christian Pauly
bff8a2629a refactor: MVC archive 2021-04-12 18:33:43 +02:00
Christian Pauly
2362e9f273 fix: nogooglewarning 2021-04-11 15:34:37 +02:00
Christian Pauly
0bc97264ac refactor: Controllers 2021-04-10 09:06:24 +02:00
Christian Pauly
dc33e526f3 fix: Typo 2021-04-09 16:54:00 +02:00
Christian Pauly
9d0a24bef6 refactor: Move app_config to /configs 2021-04-09 16:29:48 +02:00
Christian Pauly
2e360ea631 refactor: widgets dir 2021-04-09 16:15:03 +02:00
Christian Pauly
7146cee453 fix: Missing null check 2021-04-08 07:38:14 +02:00
Christian Pauly
af2176b1c5 change: Switch to ScaffoldMessenger 2021-04-03 13:09:20 +02:00
Christian Pauly
d913be0375 fix: Push on iOS 2021-03-28 09:20:34 +02:00
Christian Pauly
830a9aff92 refactor: push stuff 2021-03-27 20:05:51 +01:00
Christian Pauly
b33e551923 feat: Implement new search view design 2021-03-27 18:15:06 +01:00
Christian Pauly
ce13096336 fix iOS build 2021-03-12 11:30:18 +01:00
Christian Pauly
ea72c80360 fix: Remove test push 2021-03-12 07:34:52 +01:00
Christian Pauly
39421fae32 refactor: Update SDK and enable login with email and phone 2021-03-09 19:39:25 +01:00
Christian Pauly
b0ada828aa refactor: Migrate to flutter 2 2021-03-04 12:45:15 +01:00
Christian Pauly
71ad54d939 change: Remove previous collapse solution 2021-02-25 11:06:58 +01:00
Christian Pauly
f032c0900e fix: Status color 2021-02-25 07:44:41 +01:00
Christian Pauly
1a167bebe7 fix: Dialog using wrong Navigator 2021-02-24 18:43:49 +01:00
Christian Pauly
57f81a3aa3 fix: sso on web 2021-02-24 09:49:12 +01:00
Christian Pauly
09519cea6e feat: New experimental design 2021-02-23 15:43:58 +01:00
Sorunome
906785f314 fix: Tap on notification to open room in (hopefully) all cases 2021-02-21 12:59:59 +01:00
Sorunome
cd68c06ac9 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
c0724f27c0 feat: Better verification design 2021-02-20 10:29:03 +01:00
Christian Pauly
cb770f8884 fix: Dont show random users in top bar 2021-02-18 14:36:09 +01:00
Sorunome
353b1c8378 fix: Use single-isolate push 2021-02-16 13:23:56 +01:00
Christian Pauly
1e326aa604 feat: Get jitsi instance from wellknown 2021-02-13 09:56:16 +01:00
Christian Pauly
bf15a3a023 fix: Better error in discover 2021-02-06 20:41:24 +01:00
Christian Pauly
48449bbad8 fix: More minor fixes 2021-02-05 16:43:05 +01:00
Christian Pauly
cdecceb30d fix: Default offline state 2021-02-05 10:10:59 +01:00
Christian Pauly
237240407f change: Implement contact list instead of status 2021-02-05 08:43:44 +01:00
Sorunome
9d85462207 fix: Unlock the mutex 2021-02-03 16:30:23 +01:00
Sorunome
a674d9a713 fix: SecureStorage sometimes reading wrong / bad values 2021-02-03 14:50:03 +01:00
Christian Pauly
4f5af3ca37 fix: Wrong urls 2021-02-02 17:42:19 +01:00
Christian Pauly
1d7d8dcae0 feat: new design 2021-02-02 10:53:29 +01:00
Krille Fear
dfe9741c39 Revert "feat: Implement experimental new design"
This reverts commit 10cf8daf25c0ff50974c0439cf89fa6528510012
2021-02-01 20:00:35 +00:00
Christian Pauly
0bc3edfdcb feat: Implement experimental new design 2021-02-01 19:28:39 +01:00
Christian Pauly
ab594b76c0 fix: iOS push 2021-01-31 19:23:06 +01:00
Sorunome
d5a2ee2f3f feat: Add unified push as push provider 2021-01-28 14:43:14 +01:00
Christian Pauly
251c568228 chore: Redesign homepicker page 2021-01-22 21:39:37 +01:00
Christian Pauly
bd678b10d8 fix: Foreground push again 2021-01-22 21:16:15 +01:00
Christian Pauly
1f8f6f8529 fix: Foreground push 2021-01-22 13:46:49 +01:00
Christian Pauly
65baf17db8 docs: Mention emoji font 2021-01-20 19:53:19 +01:00
Christian Pauly
5d7f4a7ec7 chore: Change startpage design 2021-01-19 21:41:41 +01:00
Krille Fear
9eea9583b5 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
18acd74417 fix: Allow joining of unpublished aliases again 2021-01-19 18:12:42 +01:00
Sorunome
a41236be0e fix: Make tap on pills and matrix.to links work again 2021-01-19 17:41:37 +01:00
Christian Pauly
04dc7ccc93 fix: no exception if token is just null 2021-01-18 19:23:52 +01:00
Christian Pauly
c2197c2ffd chore: Log warning if firebase token problem 2021-01-18 17:38:37 +01:00
Christian Pauly
25ab90a127 feat: Display version number in app 2021-01-17 15:43:38 +01:00
Christian Pauly
c6f79ce573 chore: Redesign homeserver picker page 2021-01-17 15:33:31 +01:00
Christian Pauly
749be1a8b5 refactor: remove deprecated approute 2021-01-17 07:51:58 +01:00
Christian Pauly
0cad974df0 chore: Minor design tweaks 2021-01-16 21:50:01 +01:00
Krille Fear
544bc15022 refactor: Use APL 2021-01-16 11:46:38 +00:00
Sorunome
03058d44e6 feat: Handle matrix: URIs as per MSC2312 2021-01-10 18:20:16 +01:00
Sorunome
e5dad936ce fix: Properly handle url encoding in matrix.to URLs 2020-12-27 11:48:16 +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
acd827dfaa feat: Open alias in discover page 2020-12-20 16:53:37 +01:00
Christian Pauly
e7de6d9e25 feat: Implement logger 2020-12-19 13:14:35 +01:00
Christian Pauly
312dd8a6ae feat: Add config hideTypingUsernames 2020-12-12 17:01:59 +01:00
Christian Pauly
8eb2e2fb9d feat: Enhanced configuration 2020-12-11 17:40:33 +01:00
Christian Pauly
b7eafd242f 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
a221606c3b Revert "feat: Try out new firebase"
This reverts commit 41a471e495646a1d1dee16753fb4ad2606f71166
2020-12-06 19:27:33 +00:00
Christian Pauly
9e956b1230 feat: Try out new firebase 2020-12-06 20:12:01 +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
6a53a0230b feat: Next version 2020-11-25 11:36:33 +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
44219cd23b feat: Minor design improvements 2020-11-22 15:25:13 +01:00
Christian Pauly
832295ef2a refactor: SDK update 2020-11-21 09:30:04 +01:00
Sorunome
31aa4c41d4 feat: Add svg support and better image handling 2020-11-19 10:26:31 +01:00
Sorunome
62b3205fdb fix: resolve some sentry issues 2020-11-16 12:36:41 +01:00
Christian Pauly
272641e016 fix: iOS build 2020-11-14 14:04:36 +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
d500476fbc feat: Option to hide redacted and unknown events 2020-11-08 20:10:00 +01:00
Christian Pauly
29a814437b 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
68e4562ef4 fix: no pushers enpdoint 2020-10-30 09:53:07 +01:00
Sorunome
e9f3aa37dd fix: Sentry and small null fix 2020-10-29 10:10:41 +01:00
Sorunome
7f58edc321 fix user popup sometimes crashing 2020-10-28 15:01:16 +01:00
Christian Pauly
8ae41c2b47 chore: Update packages 2020-10-28 11:54:57 +01:00
Christian Pauly
e34e252be2 fix: Sentry 2020-10-28 10:56:24 +01:00
Sorunome
db52d98c39 chore: Update flutter_matrix_html 2020-10-28 10:16:32 +01:00
Christian Pauly
08a3b199e7 fix: Android Download 2020-10-28 08:41:45 +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
MTRNord
8c9b7f877f refactor(windows): Fix code style
Took 3 minutes
2020-10-22 12:10:53 +02:00
MTRNord
488fdfef2c fix(windows): Make sure we look at the correct path when searching the sqlite3 dll
Took 23 minutes
2020-10-22 12:08:11 +02:00
Sorunome
75f4277a2a fix: Web server picker 2020-10-21 12:05:35 +02:00
Christian Pauly
26b66fd9fb fix: LocalStorage location on desktop 2020-10-13 12:21:02 +02:00
Lukas Lihotzki
b72a8176df Update native_imaging 2020-10-12 11:56:20 +02:00
MTRNord
8db5a64a0f fix(locals): Calling the wrong parameter on userLeftTheChat caused wrong output 2020-10-09 08:40:53 +02:00
Sorunome
a44217b9d2 fix: overgo issues with flutter_secure_store 2020-10-08 10:11:13 +02:00
Sorunome
a113f99135 fix: resize images in a separate isolate 2020-10-06 19:17:04 +02:00
Christian Pauly
15daf4ea9d fix: Linux database 2020-10-04 18:21:56 +02:00
Sorunome
1fb8bf0cd8 Update SDK 2020-10-04 16:49:41 +02:00
Christian Pauly
5077e66515 fix: Desktop images 2020-10-04 16:11:18 +02:00
Christian Pauly
59b15abe14 fix: Try with select 1 2020-10-04 14:04:45 +02:00
Christian Pauly
a7a762015d hotfix: initWithStore 2020-10-04 13:07:04 +02:00
Christian Pauly
354c5cde82 fix: More debug logs 2020-10-04 12:32:29 +02:00
Christian Pauly
69962f29ed hotfix: Capture Exception 2020-10-04 11:52:06 +02:00
Christian Pauly
eb53c7cdce hotfix: Rethrow getDatabase exception 2020-10-04 11:25:07 +02:00
Christian Pauly
c5d84c22ca feat: Implement new status feature 2020-10-03 17:09:45 +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
Sorunome
0904935b18 fix: tapping on aliases not always working 2020-09-29 17:09:49 +02:00
Christian Pauly
cb27314739 feat: Implement basic windows linux support 2020-09-27 11:18:38 +02:00
Christian Pauly
f98f87db8e feat: Enable macOS build 2020-09-26 21:22:49 +02:00
Sorunome
80f6e21897 fix: determine 12h/24h time based on settings, not locale 2020-09-23 18:27:11 +02:00
Christian Pauly
bfdc402a2b fix: Last bits for the release 2020-09-21 19:21:24 +02:00
Sorunome
46c26c02dc feat: Add scroll-to-event 2020-09-20 11:37:48 +02:00
Christian Pauly
28bb86716d fix: Push on conduit 2020-09-17 17:00:21 +02:00