Commit graph

22 commits

Author SHA1 Message Date
Krille
5998c9e29e
fix: Add missing unlock button to lockscreen textfield 2024-06-17 08:07:34 +02:00
krille-chan
cdf2b14f30
fix: Auto unlock lock screen 2024-06-07 12:23:09 +02:00
Krille
1a0b240d5d
fix: Keyboard disappears in lockscreen 2024-01-24 09:01:11 +01:00
Krille
73d1b7e190
chore: Follow up fix app lock 2023-09-30 10:21:45 +02:00
Krille
f5cf1b4d70
fix: Disable app lock if user is logged out 2023-09-29 08:28:46 +02:00
krille-chan
9a808abdc6
refactor: Remove flutter_app_lock package and use own AppLock implementation 2023-09-24 08:39:04 +02:00
krille-chan
90789d9feb
feat: New simplified lockscreen design 2023-09-23 07:49:34 +02:00
krille-chan
9e13bd8dfd
design: Big redesign of three column mode to advanced two column mode 2023-08-12 11:52:20 +02:00
Malin Errenst
ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2023-03-02 11:21:40 +01:00
Christian Pauly
35174cb859 refactor: Migrate to Flutter 3.7.0 2023-01-26 13:18:42 +01:00
Christian Pauly
214f0f4805 refactor: Simplify themes and remove dead code 2022-08-19 08:32:08 +02:00
Christian Pauly
7a74a8a93f chore: Update dependencies 2022-08-14 17:22:16 +02:00
Christian Pauly
ea17a28519 fix: Broken dynamic color palette 2022-05-19 08:46:59 +02:00
Christian Pauly
87afa8ac3d feat: New onboarding design 2022-04-15 13:55:39 +02:00
Krille Fear
55f0300f9f refactor: Migrate to null safety 2022-01-31 16:33:42 +01:00
Krille Fear
f2d9c9ecf1 refactor: Make widgets null safe 2022-01-28 18:21:20 +01:00
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>
2022-01-15 09:57:28 +01:00
Drews Clausen
e29f86c15b Added a parameter to skip the "client.isLogged()" check on the MatrixState in the OnePageCard. 2021-12-07 00:25:03 +01:00
Krille Fear
fec9178da5 refactor: Sort imports 2021-10-26 18:50:34 +02:00
Krille Fear
13fda9458f refactor: Switch to flutter_lints 2021-10-14 18:09:30 +02:00
Christian Pauly
1c81ac3f82 refactor: Deprecate accentColor 2021-05-24 10:59:00 +02:00
Christian Pauly
c8827ae1b2 refactor: Move widgets to lib 2021-05-22 08:53:52 +02:00
Renamed from lib/views/widgets/lock_screen.dart (Browse further)