Commit graph

92 commits

Author SHA1 Message Date
Bilal Elmoussaoui
9af7780273 Update to latest gtk-rs 2024-02-14 18:12:28 +01:00
Maximiliano Sandoval R.
0acdc37bd9 cargo: Update aperture to 0.4.1 2023-12-19 17:49:27 +00:00
Evan Hahn
b2e2f3e5ed Add import of Raivo OTP files
This adds support for importing exports from [Raivo OTP], which are
AES-encrypted ZIP archives.

[Raivo OTP]: https://raivo-otp.com/
2023-12-09 14:33:15 -06:00
Bilal Elmoussaoui
5b3a31a047 Release 4.4.0 2023-10-13 22:56:57 +02:00
Bilal Elmoussaoui
f137c86c73 Update dependencies 2023-10-13 22:56:57 +02:00
Bilal Elmoussaoui
8bdd5ec31a app: Use GSource instead of GSourceID
Fixes #353
2023-10-06 23:48:59 +02:00
Maximiliano Sandoval R
04a1c45fd5
Use aperture 2023-10-01 13:16:42 +02:00
Bilal Elmoussaoui
9fbc2ff78d Prefer using exported once_cell from glib or std 2023-08-12 01:42:40 +02:00
Bilal Elmoussaoui
66e9d1385a Drop custom sorters 2023-08-12 01:30:30 +02:00
Bilal Elmoussaoui
d69bc93f57 Replace no longer maintained qrcode crate 2023-08-12 01:30:30 +02:00
Bilal Elmoussaoui
f6cd9d6612 Switch to gtk-rs git deps 2023-08-12 01:30:30 +02:00
Maximiliano Sandoval R
b3517fa1b1
cargo: Set msrv to 1.70
We use is_some_and.
2023-06-20 23:03:39 +02:00
Maximiliano Sandoval R
8ec122c162
meson: Bump dependency of libadwaita to 1.4 2023-06-20 20:12:12 +02:00
Bilal Elmoussaoui
77963b4714 Bump release to 4.3.1 2023-04-22 13:33:29 +02:00
Bilal Elmoussaoui
3a3b9cc8f3 camera: Auto flip the video stream
We could make this better by using glvideoflip but that is someone else's task
2023-04-22 11:31:38 +00:00
Bilal Elmoussaoui
50862256dc Bump release to 4.3.0 2023-04-20 00:20:28 +02:00
Maximiliano Sandoval R
25e125b685
search_provider: Block receivers until ready 2023-04-19 11:37:03 +02:00
Bilal Elmoussaoui
bcde0ae8db Bump dependencies 2023-04-11 23:38:55 +02:00
Bilal Elmoussaoui
8930284cd7 secrets: Zeroize on drop 2023-04-10 01:46:35 +02:00
Bilal Elmoussaoui
cdee19ccb8 otp: Fix compatibility with 2FAS
See https://2fas.com/check-token/
2023-04-08 23:52:06 +00:00
Bilal Elmoussaoui
8bf625c5aa search-provider: Use a wrapper type
Because we have to run the service using tokio runtime so we can no longer send the application itself to a differnt thread
2023-04-07 01:45:13 +02:00
Bilal Elmoussaoui
2224521d4d Disable unwanted features
Reduce build dependencies a little bit
2023-04-07 01:45:13 +02:00
Bilal Elmoussaoui
c8ae5f4816 Bump dependencies 2023-04-07 01:45:13 +02:00
Bilal Elmoussaoui
ed01da7f0c Drop usage of gtk-macros 2023-04-07 01:45:13 +02:00
Bilal Elmoussaoui
ce1b543e8a Replace base64 crate 2023-04-07 01:45:13 +02:00
Bilal Elmoussaoui
9385f8174a Bump dependencies & use tokio only for zbus crates 2023-04-07 01:45:13 +02:00
Bilal Elmoussaoui
e271feb4e0 Update gtk-rs crates 2023-04-07 01:45:13 +02:00
Bilal Elmoussaoui
f7634a3888 Bump release to 4.2.0 2022-12-27 14:51:14 +01:00
Bilal Elmoussaoui
80d8ea71a4 Multi cameras support 2022-12-27 14:07:10 +01:00
Bilal Elmoussaoui
db3afdc7b9 camera: Use a GL sink when possible 2022-12-27 13:11:09 +01:00
Bilal Elmoussaoui
87dd3b2243 Replace some of the deprecated APIs 2022-12-25 09:27:05 +01:00
Bilal Elmoussaoui
594bf9fcf0 Switch to AdwAboutWindow 2022-12-25 08:50:01 +01:00
Bilal Elmoussaoui
64b4995030 bump dependencies 2022-12-24 20:07:00 +01:00
Bilal Elmoussaoui
e4fb7e899c Migrate to latest gtk-rs release 2022-12-24 17:02:18 +01:00
Bilal Elmoussaoui
fc8624342b Bump release to 4.1.6 2022-06-10 21:30:49 +02:00
Julia Johannesen
64f7850f39
Initial implementation of otpauth-migration uris 2022-06-08 20:46:39 -04:00
Bilal Elmoussaoui
1d0085e445 Release 4.1.5 2022-06-06 09:41:26 +02:00
Bilal Elmoussaoui
c16992be2b Bump release to 4.1.4 2022-06-04 13:46:13 +02:00
Bilal Elmoussaoui
cf88546834 Release 4.1.3 2022-05-31 20:21:55 +02:00
Bilal Elmoussaoui
2cbf0fea90 Update oo7 2022-05-31 20:20:38 +02:00
Bilal Elmoussaoui
66e0fc1e62 Bump to 4.1.2 2022-05-29 00:52:56 +02:00
Bilal Elmoussaoui
3c3eb02fff Switch to oo7 for secret service handling
Also switch to tracing while we are at it. Might need to refactor the
whole keyring module in a
later commit
2022-04-30 01:55:23 +00:00
Bilal Elmoussaoui
3b95c578cf Bump release 2022-04-22 00:37:03 +02:00
Bilal Elmoussaoui
3f3c47595a favicons: Split into a separate crate
This also stops fetching icons for a specific size and instead fetches the best size there is
that fixes the runtime stack error

Fixes #312
2022-04-22 00:33:19 +02:00
Bilal Elmoussaoui
022b9d072e provider image: properly abort old tasks 2022-04-20 03:40:37 +02:00
Bilal Elmoussaoui
f4a279c050 bump release to 4.1.0 2022-04-19 03:43:31 +02:00
Bilal Elmoussaoui
9292b45e92 image: limit features to favicons extensions 2022-04-17 03:58:08 +02:00
Bilal Elmoussaoui
8217c92574 favicon: add various tests and Meta tags support 2022-04-17 01:13:30 +02:00
Bilal Elmoussaoui
65c6ec9bb7 favicon: Support -uri/favicon.ico
Fixes #270
2022-04-17 00:38:46 +02:00
Bilal Elmoussaoui
9351815394 bump dependencies 2022-03-24 15:44:08 +01:00