Commit Graph

519 Commits (5c70dd39bc8042974e7260b7a6f65c435ea5567b)

Author SHA1 Message Date
Krille Fear fc442852b0 Merge branch 'krille/new-push' into 'main'
refactor: New push

See merge request famedly/fluffychat!823
3 years ago
Christian Pauly aee89a9be0 refactor: New push 3 years ago
Christian Pauly 5e7727f340 feat: Faster image resizing 3 years ago
Krille Fear 3869a53de3 Merge branch 'henri2h/search-remove-diacritics' into 'main'
Search: remove diacritics

See merge request famedly/fluffychat!809
3 years ago
henri2h 6fb4a6c36a feat: remove diacritics 3 years ago
Krille Fear 62b8f16128 chore: Follow up fix image resizer 3 years ago
Krille Fear 1dec5a5abd fix: Image sending 3 years ago
Krille Fear cef13412fb Merge branch 'update-unifiedpush' into 'main'
Upgrade unifiedpush to 4.0.0

See merge request famedly/fluffychat!792
3 years ago
S1m 97e94c6032 chore: Upgrade unifiedpush to 4.0.0 3 years ago
Krille Fear 01fe72d4f1 feat: Use native imaging for much faster thumbnail calc on mobile 3 years ago
Christian Pauly cc0eba83fd feat: Better image sending experience 3 years ago
Krille Fear fdaeccbf70 fix: Open room from notification click produces errors 3 years ago
Christian Pauly 5eae299910 refactor: Switch to just audio for playing sounds 3 years ago
Christian Pauly 929b8e5c68 fix: Build on macOS 3 years ago
Krille Fear 78ca38c40a feat: Extended stories 3 years ago
Krille Fear c0244c66ab chore: Better call UX sounds and timeline design 3 years ago
Lanna Michalke e46307cd82 fix: display WebRTC call overlay in web 3 years ago
Krille Fear 58455d6251 fix: Do not use android webview on signup 3 years ago
Krille Fear e5587fdea3 chore: Revert legacy store changes 3 years ago
Christian Pauly 33d608b836 chore: Follow up migrate old preferences 3 years ago
Christian Pauly ac45ec9402 fix: Use shared preferences for storing custom data 3 years ago
TheOneWithTheBraid 34600ac165 feat: implement WebRTC calls
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid b1d1744df8 feat: implement an emoji keyboard
- add button to show emoji keyboard
- change database directory for debug builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly ec6f761539 refactor: SSO Login and remove flutter in app view 3 years ago
Christian Pauly 1f8cdc0134 fix: Notifications for reactions 3 years ago
Christian Pauly c600c74e3e fix: Set image width and height
Uses the thumbnail generation of Matrix SDK.
3 years ago
Krille Fear 55f0300f9f refactor: Migrate to null safety 3 years ago
Krille Fear 4feb01fc0c chore: Follow up stories fix ios badge 3 years ago
Krille Fear c7e80074ed Merge branch 'linux-seahorse-fix' into 'main'
fix: Seahorse does not properly work on many Linux devices

See merge request famedly/fluffychat!680
3 years ago
Christian Pauly 538c183771 chore: Set retention state for story rooms 3 years ago
TheOneWithTheBraid d5a0d68a33 fix: Seahorse does not properly work on many Linux devices
- stop use of `flutter_secure_storage` for Linux in favor of unencrypted
  storage

Unlike many other platforms, many Linux distributions have built-in
support for FDE or home directory encryption. As long as
`flutter_secure_storage` makes FluffyChat useles on many Linuxes, this
seems to be the only solution until they stop using Seahorse.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear c58a72573d chore: Add topic to story rooms 3 years ago
Christian Pauly 19114fb51b chore: FIx video compress 3 years ago
Christian Pauly bac79a553b chore: fix video follow up 3 years ago
Christian Pauly 18e6ed3855 chore: Fix video compress 3 years ago
Christian Pauly ea1939317c fix: Videoplayer 3 years ago
Christian Pauly ab9d7fcc7d feat: Enable compression and thumbnails for videos 3 years ago
Dependency Update Bot b088461140 chore: Update dependencies 3 years ago
Christian Pauly 47dce8292f chore: FIx first story invite 3 years ago
Christian Pauly 7daf34c13e chore: Display stories seenByUsers 3 years ago
Christian Pauly 443e2e548f chore: Improve stories 3 years ago
Christian Pauly 70cfe7f233 followup: Improve stories 3 years ago
Krille Fear 231a2e26f9 feat: Stories 3 years ago
S1m 92d267602e fix: Do not setup UP if init from an UP action 3 years ago
Krille Fear 768720e22d fix: Better thumbnails
This checks if the image is png or
jpg and therefore doesnt remove
transparancy. It also encodes
thumbnails with higher resolution
to make them less ugly.
3 years ago
Krille Fear 265ef0ebb2 refactor: Make most of the utils null safe 3 years ago
Krille Fear d7ec587a8e fix: Update dependencies with flutter pub upgrade 3 years ago
Krille Fear d61e224f1c fix: Hotfix database migration 3 years ago
Krille Fear 0ecbe842a5 fix: Open URIs 3 years ago
Krille Fear ab7a75981a Merge branch 'krille/emoji-verification-in-browsers' into 'main'
feat: Emoji verification in browsers

See merge request famedly/fluffychat!575
3 years ago
Krille Fear 956ee5bfc6 design: Adaptive switches 3 years ago
Krille Fear 8f47ad654d chore: Adjust image and thumbnail compression 3 years ago
Krille Fear 8e9f44bbac Merge branch 'krille/updatesdk' into 'main'
chore: Update SDK

See merge request famedly/fluffychat!582
3 years ago
Krille Fear 73dd45f396 chore: Update SDK 3 years ago
Sorunome f072d6ae20 fix: Various multiaccount fixes 3 years ago
Krille Fear 8687613510 feat: Emoji verification in browsers 3 years ago
Krille Fear f86c98b78e feat: Open im.fluffychat uris 3 years ago
Krille Fear 0353f9fbb3 refactor: Optimize all images no matter which size 3 years ago
Krille Fear 335fe36130 chore: Update SDK and remove boxes on corruption 3 years ago
Krille Fear d23d67cb3d Merge branch 'krille/image' into 'main'
refactor: Use image package to resize images

See merge request famedly/fluffychat!558
3 years ago
Krille Fear b44f309151 refactor: Use image package to resize images 3 years ago
Krille Fear a143b978a3 fix: Minor fixes 3 years ago
Krille Fear ce9d2275a3 fix: Android download 3 years ago
Krille Fear 111d15f86d chore: Clean up bootstrap 3 years ago
Krille Fear 672e51a779 fix: Pass hive cipher 3 years ago
Krille Fear cd6eac1bec fix: Removing sembast 3 years ago
Krille Fear 92a894ef34 refactor: Remove sembast 3 years ago
Krille Fear a7a85883ad fix: Use new FluffyBox 0.2.0 3 years ago
Krille Fear 3bdd59d894 fix: Open database on android 3 years ago
Krille Fear 020bfcc753 feat: Set pragmas on desktop as well 3 years ago
Krille Fear b877e81c1d feat: Configure database 3 years ago
Krille Fear 522856dc9b fix: Web 3 years ago
Krille Fear ad21986ae8 fix: Start on Android and Linux 3 years ago
Krille Fear 874473cf99 fix: Use sqlcipher for FluffyBox 3 years ago
Krille Fear 3170371c0c feat: Test FluffyBox store 3 years ago
Krille Fear f1bd1fc58c fix: FluffyBox logs 3 years ago
Krille Fear 622acfaa59 feat: FluffyBox 3 years ago
Krille Fear 1674a3c30f Revert "feat: Use sembast over sqflite"
This reverts commit 2fbf7376f6b464c60efcb3e8448c0beac7131638.
3 years ago
Krille Fear b2341bf5f6 feat: Use sembast over sqflite 3 years ago
Krille Fear f2935e9d9b chore: Disable sembast cooperator at start up 3 years ago
Krille Fear 0bd00c3acd fix: Loglevel for stats 3 years ago
Krille Fear 6c3f1d6f51 chore: Add some stats for app start 3 years ago
Krille Fear 4bc45a75c5 refactor: Homeserver picker 3 years ago
Krille Fear bf79b57007 feat: Redesign start page 3 years ago
Krille Fear 242f878ea1 feat: Nicer images, stickers and videos 3 years ago
Krille Fear e964d5b628 feat: New Public room bottom sheet 3 years ago
Krille Fear 22fdb667ba feat: new design 3 years ago
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
3 years ago
Krille Fear aebe4d30c0 feat: Sembast store 3 years ago
Jayesh Nirve 48fb6aac0c fix: download path for saving files 3 years ago
Krille Fear 33a7a00311 fix: Move to latest null safe sdk 3 years ago
Krille Fear db22f311e1 feat: Speed up app start 3 years ago
Krille Fear 0ea29a2d6b fix: Sending ThreepidCreds in UIA 3 years ago
Krille Fear 661b740f57 feat: Nicer registration form 3 years ago
Krille Fear 5495e2db7d fix: Format 3 years ago
Krille Fear abc9569163 fix: Naming 3 years ago
Krille Fear 0a17e91d72 fix: UiaRequestManager 3 years ago
Krille Fear fec9178da5 refactor: Sort imports 3 years ago
Sorunome ccaca35e1e fix: small fox for uia request 3 years ago
Krille Fear 991018d86a chore: Update SDK 3 years ago
Krille Fear db042fd3bd fix: Format 3 years ago
Krille Fear 8ffe4c38a1 refactor: Move UiaRequest to its own class 3 years ago
Krille Fear 2f978c5098 refactor: Add code quality reports 3 years ago
Krille Fear 730086b304 Merge branch 'krille/remove-android-file-picker' into 'main'
remove: Android filepicker

See merge request famedly/fluffychat!535
3 years ago
Krille Fear 13fda9458f refactor: Switch to flutter_lints 3 years ago
Krille Fear c2f23c491e remove: Android filepicker 3 years ago
Krille Fear 92523cb7b0 feat: Enable E2EE by default for new rooms 3 years ago
Krille Fear e3c3bd997d fix: Remove google from fcm_shared_isolate 3 years ago
Krille Fear 446bedbac2 feat: Implement nice profile bottom sheet 3 years ago
Krille Fear 26a07d1849 fix: Enable gotify recommendations 3 years ago
Sorunome 727d8ab2e6 feat: Open user bottom sheet on tapping user pills 3 years ago
Sorunome 55c072f746 fix: Fluffychat sometimes forgetting that a client is logged in 3 years ago
Krille Fear b9f50cfeb8 fix: Analyzer bug 4 years ago
Krille Fear ac342624f6 fix: Start-up time waits for first sync 4 years ago
Krille Fear 94f3d521e5 fix: Possibly fix touchscreen scrolling on Linux phones
Unfortunately I can not test this by myself.
4 years ago
Christian Pauly 59f9a9f447 fix: Init hive 4 years ago
Krille Fear ec68d15586 feat: Allow loading of multiple clients in main.dart 4 years ago
Sorunome 0047bec4f9 fix: Missing null check in background push 4 years ago
Krille Fear 50991cac24 fix: Correctly clear database if it is corrupted 4 years ago
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
4 years ago
Sorunome 721b444965 fix: encrypted files 4 years ago
Sorunome 25eba06ff8 fix: Open geo URIs on iOS 4 years ago
Christian Pauly e70f123182 fix 4 years ago
Christian Pauly 71adb6855d feat: Compatible with Famedly and Element QR Codes 4 years ago
Sorunome 458f925d6d fix: format 4 years ago
Christian Pauly f91919a7c6 fix: Analyzer bugs 4 years ago
Christian Pauly 7d0338ea84 fix: Open matrix.to urls 4 years ago
Sorunome 06235cddd0 feat: use the stripped body for notifications and room previews 4 years ago
Krille Fear f1e76fbb10 Merge branch 'soru/escape-routes' into 'main'
fix: Properly encode and decode vRouter paths

See merge request famedly/fluffychat!487
4 years ago
Christian Pauly bec9046097 chore: Update SDK 4 years ago
Krille Fear 47e68d813d refactor: Migrate to new matrix sdk API 4 years ago
Sorunome 02e57474fe fix: use vrouter.toSegments 4 years ago
Sorunome 6d1c0e9338 fix: Make translations use plural forms 4 years ago
Sorunome abab724af9 Merge branch 'soru/video-player' into 'main'
feat: Add video player

Closes #192

See merge request famedly/fluffychat!479
4 years ago
Sorunome fcee30ebb3 feat: Add video player 4 years ago
Sorunome 7ffe9f8631 fix: Try different directories on all kind of errors thrown for hive store 4 years ago
Sorunome 5d0967ecda feat: Add location sharing 4 years ago
Christian Pauly 8cda67b9dd change: Delete hive database if corrupted 4 years ago
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
4 years ago
Sorunome b649d975ab chore: Support new unifiedpush gateway discovery 4 years ago
Sorunome ec18cbbb87 fix: Punycode-encode unicode domains for platforms which can't handle them 4 years ago
Christian Pauly 65232c9549 fix: Avatar noPic detection 4 years ago
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
4 years ago
Sorunome 2cc8b395f0 chore: cleanup image pack editor to attach metadata and prepare to make it more general 4 years ago
Sorunome 7e1e4e4844 feat: Rate limit streams so that large accounts have a smoother UI 4 years ago
Christian Pauly 197736444f fix: Download files on iOS 4 years ago
Christian Pauly b88f8ec5dc refactor: Rename store and allow storing custom values 4 years ago
Christian Pauly 546998b1e4 fix: Crash on timeline 4 years ago
Sorunome bf83eae9e0 fix: Linux failing on attempting to open hive 4 years ago
Krille Fear c7f1ec601f Merge branch 'soru/desktop-e2ee-files' into 'main'
fix: show thumbnails in timeline on desktop

See merge request famedly/fluffychat!438
4 years ago