Kévin Commaille
5b38895ca7
Release Fractal 7.rc
2 years ago
Yuri Chornoivan
6273a3efc3
Update Ukrainian translation
2 years ago
Kévin Commaille
ee8628b1f5
utils: Avoid possible panic for notifications
2 years ago
Kévin Commaille
403d147118
identity-verification-view: Add sentence about having a secure verification
2 years ago
Kévin Commaille
6acc5d4498
room-history: Do not show verification requests in the timeline
...
The banner should be enough.
2 years ago
Kévin Commaille
207d1fa22f
room-history: Fix VerificationInfoBar
...
It would not show up anymore. Also more fixes around removal and visual
feedback.
2 years ago
Kévin Commaille
5404e92058
sidebar: Fix styling of verification row dot
2 years ago
Kévin Commaille
1a279e0b8e
typing-row: Move formatting outside of translatable string
2 years ago
Kévin Commaille
5e0e34e7da
room-history: Reduce number of avatars in typing indicator
...
There is the risk that a high number of avatars will make the indicator
take too much space in narrow screens.
2 years ago
Kévin Commaille
881cd55424
room-history: Reduce number of avatars for read receipts
...
Makes the interface a little less busy and reduces resources
consumption.
2 years ago
Kévin Commaille
3568cf2028
overlapping-avatars: Crop avatars instead of using borders
...
Avoids issues when the background color behind the avatars changes.
2 years ago
Kévin Commaille
a39c34bbde
components: Pill does not subclass AdwBin anymore
2 years ago
Yuri Chornoivan
25b4b05f77
Update Ukrainian translation
2 years ago
Kévin Commaille
2450c440a8
recovery-setup-view: Add screen to explain how to solve incomplete recovery
2 years ago
Kévin Commaille
46b2854004
message-toolbar: Show location dialog after obtaining permission
...
When the location services are disabled, a kind of race condition seems
to happen where the error is returned immediately and calling close on
the dialog does nothing.
The permission request should appear quickly, if it appears, so let's
show the dialog after that.
2 years ago
Kévin Commaille
404910dd67
sender-avatar: Do not subclass AdwBin to fix focus
2 years ago
Kévin Commaille
732678303d
pill: Fix activatable behavior, focus and add hover effect
2 years ago
Kévin Commaille
2254a505d5
read-receipts-list: Do not subclass AdwBin to fix keyboard focus
2 years ago
Kévin Commaille
5799c32120
context-menu-bin: Do not subclass AdwBin to fix keyboard focus
...
AdwBin overrides the GtkWidget::focus virtual method by only checking
if the children can be focused.
Not allowing the bin itself to be focused with tab navigation.
2 years ago
Kévin Commaille
eed598113e
build: Enable NO_POINTER_VIEWPORT workaround for nightly
2 years ago
Tobias Bernard
ced1a80c19
metaindo: update brand colors
2 years ago
Kévin Commaille
fe75a3f639
chore: Upgrade image rqrr and qrcode dependencies
...
Requires to upgrade matrix-sdk too.
And run cargo update.
2 years ago
Kévin Commaille
e81e65a8c2
session: Cache session profile to load it faster at startup
...
Avoids to have the fallback avatar and name for a while in certain cases
2 years ago
Sabri Ünal
04f7e8bf92
Update Turkish translation
2 years ago
Kévin Commaille
756fab832a
account-settings: Do not send display name when entry is activated if it has not changed
2 years ago
Kévin Commaille
cafe822c1a
account-settings: Refactoring
2 years ago
Alexandre Franke
2dfe996cf6
Update French translation
2 years ago
Bruce Cowan
752125a479
Update British English translation
2 years ago
Kévin Commaille
b6c719e920
ci: Move scripts/checks.sh to hooks
...
Avoids having 2 folders with a single file in it.
2 years ago
Kévin Commaille
cb392256bf
build: Add support for when the build is sandboxed
...
When using flatpak-cargo-generator, the crates cannot be placed in the
build dir before the build happens, so we must change the CARGO_HOME env
variable.
2 years ago
Kévin Commaille
26d7b2cb34
build: Target meson 1.1
...
It has been released almost a year ago so it should be fine
2 years ago
Kévin Commaille
01b49bffe5
ci: Do not create tarball for releases
...
Instead we will use the flatpak-cargo-generator script from
flatpak-builder-tools for Flathub builds.
This is not a problem for reproducible builds since everything has a
hash (commit or Cargo.lock).
2 years ago
Artur S0
b3a1b29aa9
Update Russian translation
2 years ago
Hugo Carvalho
c3c558a150
Update Portuguese translation
2 years ago
Nathan Follens
6458f99cf5
Update Dutch translation
2 years ago
Asier Sarasua Garmendia
ef97c6e160
Update Basque translation
2 years ago
Yuri Chornoivan
7c448ca64e
Update Ukrainian translation
2 years ago
Alexandre Franke
c7c640aa22
string: disambiguate wording
2 years ago
Kévin Commaille
7b3a099aaa
Release Fractal 7.beta
2 years ago
Kévin Commaille
9485bde593
ci: Use GNOME 46 image and runtime
2 years ago
Alexandre Franke
7399346c57
string: remove redundant part
2 years ago
Kévin Commaille
4dd34ebe90
build: Upgrade libshumate to 1.2
2 years ago
Kévin Commaille
bc957b879e
user-page: Set power level row as read-only instead of insensitive
2 years ago
Kévin Commaille
83db1d511f
room-details: Set rows as read-only instead of insensitive
2 years ago
Kévin Commaille
cc35ebf4d1
location: Handle specifically when the location services are disabled
2 years ago
Kévin Commaille
b680980984
create-dm-dialog: Always set the display name, as PillSource expects it
2 years ago
Kévin Commaille
f9bfdfb249
room-history: Allow to copy text of media captions
2 years ago
Kévin Commaille
5e70a7172c
attachment-dialog: Make Send button focused by default
2 years ago
Kévin Commaille
6c69e0042c
sender-avatar: Add a little brightness effect to avatar on hover
...
To make it clearer that you can interact with it.
2 years ago
Kévin Commaille
4f65409807
history-viewer: Get filenames in the right place
2 years ago