Commit Graph

709 Commits (krille/polls)

Author SHA1 Message Date
Krille 158a6855c3
feat: Use matrix authenticated media 11 months ago
Krille 8784acc7e6
chore: Disable record on web 11 months ago
krille-chan ebd8b700b1
chore: Show short forms of months and week days in UI 11 months ago
krille-chan 1c6d8a0579
chore: Make VOIP plugin less noisy in logs 11 months ago
Krille-chan 9731fb461a
Merge pull request #1261 from CodeThomnics/refactor/reduce_context_calls_theme
Refactor: Reduce .of(context) calls theme
11 months ago
Krille 02430a952d
build: Update to Matrix SDK 0.32.0 11 months ago
Thomas Klein Langenhorst 5d2aaef3ca
Refactor: Reduce .of(context) calls theme
Signed commit
12 months ago
Krille 47481eb676
feat: Send voice messages from web 12 months ago
krille-chan a928ecec1e
Revert "refactor: Only initialize FlutterLocalNotificationsPlugin once"
This reverts commit d3a13705bd.
12 months ago
krille-chan d3a13705bd
refactor: Only initialize FlutterLocalNotificationsPlugin once 12 months ago
Krille e5bbb755d9
design: Add snackbar with link to changelog on new version 12 months ago
Krille 21e7c3f8cb
build: Update matrix dart sdk 12 months ago
krille-chan d71d633cce
chore: nicer bottom sheets 12 months ago
Krille ef5ea57c58
refactor: Omit local types 1 year ago
Krille e88afdd357
chore: Follow up use 24 hour format 1 year ago
Krille fc867b33a1
chore: Follow up time of day format 1 year ago
Krille 873362428c
fix: Follow up matrix sdk update 1 year ago
Krille 2b630aca4d
fix: Correctly localize time of date 1 year ago
krille-chan d82211b7af
chore: Change default timeout to 30 min 1 year ago
krille-chan f7096d5dee
refactor: Delete database file on failed app start 1 year ago
Krille 78a3ef102c
chore: Increase default network request timeout 1 year ago
td 4095560412
fix: voip code breaking from 0.28
have not tested it but should mostly be fine, rewrite should get in someday anyway :p
1 year ago
Krille a14b69623d
build: Update dependencies 1 year ago
krille-chan a705a5b399
refactor: Download on android and iOS with file_picker 1 year ago
krille-chan 86df13d6d8
chore: Let error reporter fill out bug report 1 year ago
krille-chan d2f12452fc
build: Update matrix dart sdk 1 year ago
krille-chan e43a4ad65f
design: Adjust chat settings design 1 year ago
krille-chan d14276f5a9
fix: Allow unencrypted database if gnome keyring not present or platform does not support it 1 year ago
Krille 5128785c66
fix: More logs when database fails to init and trycatch sendInitNotification 1 year ago
Krille be0df9e19b
fix: Localizations from weblate confused by unknownEvent locale 1 year ago
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) 3c532f90ba
chore: unify desktop and mobile databases (#764)
* chore: unify desktop and mobile databases

- migrate `package:sqflite_flutter` to `sqlcipher_flutter_libs`
- use FFI for all SQLite operations
- use `SQfLiteEncryptionHelper` for database encryption
- enforce encryption for new SQLite datbase implementation
- migrate existing SQLite databases
 - encrypt unencrypted ones
 - migrate database locations to unified approach
- drop dependency on sqlite

Signed-off-by: The one with the braid <info@braid.business>

* chore: add sqlcipher to macos CI

Signed-off-by: The one with the braid <info@braid.business>

---------

Signed-off-by: The one with the braid <info@braid.business>
1 year ago
krille-chan 3e9ff75efe
chore: Remove print 1 year ago
Krille 8a9715cac2
chore: Follow up database broken handling 1 year ago
Krille eb9cf18d30
chore: Fix formatting 1 year ago
Krille 9c1bf05c0d
chore: better logs on client init failed 1 year ago
Krille-chan a06bd7e093
Merge pull request #956 from krille-chan/braid/adaptive-bottom-sheet-navigator
fix: never use root navigator for bottom sheets
1 year ago
Krille 0436c5c517
chore: Adjust ticker of notifications for Android 1 year ago
The one with the braid 5257d89b53 fix: never use root navigator for bottom sheets
Signed-off-by: The one with the braid <info@braid.business>
1 year ago
Krille 554f951a30
Revert "design: New date separators in timeline"
This reverts commit f15b81c5a6.
1 year ago
Krille f15b81c5a6
design: New date separators in timeline 1 year ago
krille-chan ca79beeddb
chore: Disable broken soft logout 1 year ago
krille-chan a31dce0a21
fix: Remove pantalaimon message with normal error message 1 year ago
Krille 1712d30c2f
feat: Support refresh tokens 1 year ago
Krille bb3865757b
chore: Follow up dismiss notifications logic 1 year ago
Krille 0eaa7aa73e
chore: Follow up notification logging 1 year ago
Krille 6d973db6fc
refactor: Better logic for removing outdated notifications 1 year ago
krille-chan f12bf5a9bd
fix: Notifications open sometimes automatically on android 1 year ago
krille-chan 826cce6573
refactor: Better download UX with file picker for android and iOS 1 year ago
krille-chan 477a8b858b
feat: Open chat on shortcut click on android 1 year ago
Krille 859701e158
chore: Follow up android shortcuts 1 year ago
Krille d2a58422b4
refactor: Use hashcode instead of string to id workaround for notifications 1 year ago
Krille d6e797b04b
chore: Thumbnail follow up for notifications 1 year ago
krille-chan a6b5acb451
fix: Open room by notification happened multiple times 1 year ago
krille-chan 20154e3f24
chore: Follow up notification avatar 1 year ago
Krille e45101325f
chore: Follow up shortcut icon android 1 year ago
Krille 91f4cdc7e3
chore: Follow up shortcuts on android 1 year ago
krille-chan dee9323d47
feat: Add notification shortcuts to android 1 year ago
krille-chan aa68e8fe3b
chore: Add more information to Person object in android notifications 1 year ago
krille-chan ecaac9eec2
fix: Open room links with event id 1 year ago
Krille 6cc2c6a578
fix: Request notification permission on android 1 year ago
Krille 3b9245c8c7
feat: New account data wallpaper feature 1 year ago
Krille 3fa9c65a2b
Revert "refactor: Dialog BuildContext"
This reverts commit 315a43c1a4.
2 years ago
Krille 9c74604838
build: Update sdk to 0.25.6 2 years ago
krille-chan 315a43c1a4
refactor: Dialog BuildContext 2 years ago
Krille faf4ecd088
fix: URL too long when reporting bug 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 a6618c1817
chore: Follow up select messages 2 years ago
krille-chan 84fd65f55e
chore: Follow up database migration notification on linux 2 years ago
Krille 1d44e8b5d0
chore: Follow up better error dialog 2 years ago
krille-chan 8f66cad58b
fix: Open notification for invite crashes app 2 years ago
krille-chan 8f3f5cdb8b
chore: Follow up bug report dialog 2 years ago
krille-chan eb879936a6
chore: Add more exception type 2 years ago
krille-chan a5a1c9b580
chore: Better applifecycle logs 2 years ago
krille-chan 5847fe0546
feat: New change password page with server capabilities check 2 years ago
krille-chan 1f7ce96623
refactor: Remove unused code 2 years ago
krille-chan e1474c48d8
refactor: Remove todo list feature 2 years ago
Krille 895de76e70
refactor: Replace stories feature with presence status msg 2 years ago
Krille dea0bfd723
chore: Follow up migration notification 2 years ago
krille-chan ea790f43ac
chore: Follow up database path 2 years ago
Krille a190f7de08
feat: Display migration notification 2 years ago
Krille 129c1ab697
feat: Try out FluffyBox 2 database 2 years ago
Krille bdb15625e3
feat: Enable experimental suport for dehydrated devices 2 years ago
Krille 1a83d33cf5
build: Update Matrix Dart SDK to 0.24.0 2 years ago
krille-chan efb26622ac
fix: Userbottomsheet crash on some edge cases 2 years ago
krille-chan c6007a3c3d
refactor: Check if app is in foreground on pushhelper 2 years ago
krille-chan 085bb19da5
fix: Do not hide push if app romm in foreground but is in background 2 years ago
krille-chan 2f1720a770
chore: Always show notification popup on android 2 years ago
krille-chan 3f46b90fd8
build: Update dependencies 2 years ago
Krille d8cc1bdf25
chore: Add error report for incorrect recovery key 2 years ago
krille-chan 6eb8261f21
chore: Follow up url check 2 years ago
krille-chan e6e3589f1f
refactor: Remove copy dialog before opening links
This can now be done by just selecting text
2 years ago
krille-chan 809ee213b6
feat: Make all text in chat selectable on desktop 2 years ago
krille-chan c9c2620ad4
refactor: Store and fix missing persistence of some values 2 years ago
krille-chan b2d3b32ba8
feat: Add experimental todo list for rooms 2 years ago
krille-chan f028b12185
refactor: Update FutureLoadingDialog 2 years ago
krille-chan eca4825c70
build: Update packages and flutter super.key refactoring 2 years ago
krille-chan deda870e99
fix: noFCM warning dialog 2 years ago
krille-chan 59b357681e
build: Update matrix dart sdk 2 years ago