Commit graph

1876 commits

Author SHA1 Message Date
Maximiliano Sandoval
293a76d67f Split general and backup settings
Into different dialogs. In principle, backup and restore are not app
preferences and should go in a different dialog.

This commit does not do any changes besides splitting methods into two
parts and:

 - Rename the "preferences" action group to "camera-page" on the backup
 dialog
 - Remove content-width on the PreferencesWindow
2025-01-12 20:58:16 +00:00
Maximiliano Sandoval
2721b9145d preferences: Set search-enabled=False
In general we don't use this when there are so few preferences.
2025-01-12 20:58:16 +00:00
Maximiliano Sandoval
f9aaae6863 Replace zbar-rust with rqrr 2025-01-12 20:57:56 +00:00
Maximiliano Sandoval
8d9fde4662 cargo: Update to aperture 0.9
In order for debug builds to be performant, we build rqrr with opt-level
= 3.
2025-01-12 20:57:56 +00:00
Maximiliano Sandoval
52d0eeaa6d app: Add ctrl+w shortcut for window.close 2025-01-12 20:57:39 +00:00
Rafael Fontenelle
703904a5ea Update Brazilian Portuguese translation 2025-01-12 20:40:17 +00:00
Yaron Shahrabani
25cafe4a46 Update Hebrew translation 2025-01-12 14:41:50 +00:00
Martin
0da061b803 Update Slovenian translation 2025-01-11 18:56:47 +00:00
Jürgen Benvenuti
9a16156c28 Update German translation 2025-01-11 17:26:55 +00:00
Ekaterine Papava
82ec0c27da Update Georgian translation 2025-01-11 13:36:53 +00:00
Danial Behzadi
bce4dd6be8 Update Persian translation 2025-01-11 10:21:44 +00:00
Yuri Chornoivan
81b39d2efa Update Ukrainian translation 2025-01-11 09:49:05 +00:00
Maximiliano Sandoval
fab729c6be qrcode_paintable: Use an upscaled texture
This is more efficient and draws without gaps in betweek black squares.
2025-01-01 18:00:00 +00:00
Maximiliano Sandoval
7fd6186886 providers_dialog: Remove Escape shortcut on Dialog
AdwDialog already comes with it.
2025-01-01 17:58:36 +00:00
Maximiliano Sandoval
03fe42bcdc account_add: Add mnemonic to Cancel button 2025-01-01 17:58:36 +00:00
Maximiliano Sandoval
4414718ebe account_add: Use property class in action rows 2025-01-01 17:58:36 +00:00
Maximiliano Sandoval
bc6cd9daaf details_page: Use property class in action rows 2025-01-01 17:58:36 +00:00
Maximiliano Sandoval
004a7bd664 window: Put a Clamp in beetween search bar & entry 2025-01-01 17:57:58 +00:00
Maximiliano Sandoval
c43ac99d3d window: Put SearchBar on a separate top widget
This allows the search bar to have enough space in mobile mode. We need
to remove the strict centering-policy for the title to fit on the
headerbar.

Fixes: https://gitlab.gnome.org/World/Authenticator/-/issues/440
2025-01-01 17:57:58 +00:00
Maximiliano Sandoval
4312aba925
metainfo: Remove old fields 2024-12-31 13:39:58 +01:00
Maximiliano Sandoval
e34b4d12fa
providers: Don't show content on placehodler
Fixes: https://gitlab.gnome.org/World/Authenticator/-/issues/441
2024-12-22 18:11:22 +01:00
Nathan Follens
693a4e09c0 Update Dutch translation 2024-10-30 17:39:00 +00:00
Bilal Elmoussaoui
a3cee00ba3 account/row: Force LTR for code label
Fixes #426
2024-10-20 21:13:58 +02:00
Bilal Elmoussaoui
dc362e6926 build: Remove unused variables 2024-10-20 21:11:50 +02:00
Bilal Elmoussaoui
ab1efc4075 Remove once_cell dependency 2024-10-20 21:10:58 +02:00
Bilal Elmoussaoui
4e8dba793b Update dependencies 2024-10-20 20:51:46 +02:00
Balló György
80348eab3a build: Pass cargo_options to cargo test
This is needed when running the tests out-of-tree.
2024-10-15 01:11:00 +02:00
Quentin PAGÈS
72c1f5d23f Update Occitan translation 2024-09-14 10:43:41 +00:00
Sabri Ünal
404131dd1c Update Turkish translation 2024-09-01 16:08:39 +00:00
Daniel Șerbănescu
acd7ac728f Update Romanian translation 2024-08-16 06:43:22 +00:00
Sabri Ünal
2a583708c3 Update Turkish translation 2024-07-29 20:35:26 +00:00
Bilal Elmoussaoui
6564b3b484 dist-vendor: Remove gettext checksum 2024-07-19 22:25:33 +02:00
Bilal Elmoussaoui
f02348c753 Release 4.5.0 2024-07-19 20:34:42 +02:00
Bilal Elmoussaoui
c7d923d839 dist-vendor: Remove unused dependencies 2024-07-19 20:34:42 +02:00
Bilal Elmoussaoui
78b398972e Fix clippy warnings 2024-07-19 20:25:34 +02:00
Bilal Elmoussaoui
6ca505900c Update dependencies 2024-07-19 20:15:39 +02:00
Maximiliano Sandoval
6e069d6c84 flatpak: Update gst-bad-plugins to 1.24 2024-07-19 07:59:37 +00:00
Maximiliano Sandoval
f3a481beb3 README: Remove reference to wiki 2024-07-19 07:59:37 +00:00
Maximiliano Sandoval
c008ef902c flatpak: Remove prepend-ld-library-path
No other app sets this.
2024-07-19 07:59:37 +00:00
DaPigGuy
88e404c7fd
Port to AdwSpinner 2024-07-19 00:11:07 -07:00
DaPigGuy
b3fd305a6b
flatpak: Use llvm18 2024-07-19 00:01:33 -07:00
DaPigGuy
f4c1f8832a
progress_icon: Immediately redraw on accent color change 2024-07-19 00:01:33 -07:00
DaPigGuy
59f8da0957
progress_icon: Use adw::StyleManager to retrieve accent color 2024-07-19 00:01:33 -07:00
DaPigGuy
d5645fb101
Port to new clone! macro 2024-07-19 00:01:33 -07:00
DaPigGuy
6663f1e399
Update to gtk-rs 0.9 2024-07-19 00:01:29 -07:00
Brage Fuglseth
63d2d96bf5 readme: Update Flathub badge 2024-07-09 07:29:35 +00:00
Bilal Elmoussaoui
d7b9602fd3 accounts: Refresh completion model when scanning from qr code
In that case, we add the provider automatically for the user, not refreshing
the completion model means that the user will get a new dialog form to
create the provider a second time with less accurate information than
what exists in the otp uri.

Fixes #422
Fixes #408
2024-06-22 23:27:29 +02:00
Bilal Elmoussaoui
ca2054646a otp-uri: Add a test case for LjL's issue
See Matrix conversation
2024-06-22 22:06:23 +02:00
Bilal Elmoussaoui
17f2b915c2 Update dependencies 2024-06-22 22:06:23 +02:00
Stefan Marinov
04078b81e8 Add Bulgarian translation 2024-05-16 18:10:26 +00:00