Commit graph

50 commits

Author SHA1 Message Date
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
mutluler
1a7ae4ec7e add support for exporting encrypted aegis backups 2022-01-31 15:57:41 +01:00
mutluler
0cf7ad7654 add encrypted import of aegis files 2022-01-28 16:07:53 +01:00
Bilal Elmoussaoui
f1b4362284 feature: Add GNOME Shell Search Provider 2022-01-23 20:48:29 +01:00
Maximiliano Sandoval R
fa8b45fc61
cargo: Update deps 2022-01-16 18:07:05 +01:00
Bilal Elmoussaoui
48822df359 move the camera to use the portal 2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
2a08ced060 bump dependencies 2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
eaba3f0d97 update to latest gtk-rs stack 2022-01-05 10:38:31 +01:00
Bilal Elmoussaoui
db6e192ff3 use stable crates for gtk/ashpd/gst 2021-06-29 08:05:17 +00:00
Bilal Elmoussaoui
ebcb674497 update to latest gtk-rs stack
we don't use stable yet because gstreamer-rs still lacks an update for now
2021-06-26 10:33:43 +02:00
Bilal Elmoussaoui
c0a73e2f8c bump dependencies 2021-06-25 19:46:10 +02:00
Bilal Elmoussaoui
1cd4e0a43a bump deps 2021-03-25 21:57:10 +00:00
Yuki Okushi
68324fc762 Upgrade quick-xml to 0.22 2021-03-19 17:06:17 +09:00
M. Sandoval
5a4eb9908d otp: Use binascii to decode base32 2021-02-05 10:09:59 +00:00
Bilal Elmoussaoui
8df18a77c0 favicons: properly detect icon sizes 2021-01-31 22:18:52 +01:00
Maximiliano Sandoval R
09448846dd
Store attributes & app pass with argon2 2021-01-23 15:30:37 +01:00
Bilal Elmoussaoui
fd4d6e5537 bump dependencies 2021-01-23 12:26:46 +01:00
Bilal Elmoussaoui
e40843c102 add initial scanning from a camera stream
closes #107
2021-01-23 01:41:57 +01:00
Bilal Elmoussaoui
1d35693007 use adw instead of libadwaita 2021-01-22 20:25:02 +01:00
Maximiliano Sandoval R
59c748f61f
Fix OTP generation 2021-01-22 16:59:02 +01:00
Maximiliano Sandoval R
a38d1580c7
Port from libhandy to libadwaita 2021-01-21 19:05:09 +01:00
Bilal Elmoussaoui
cd3a113a10 improve favicons fetching 2020-12-19 05:03:40 +01:00
Bilal Elmoussaoui
e6710aea82 update per latest gtk-rs updates
mostly simplifies imports, renamed macros, simplifed gobject instance creation
2020-12-18 21:19:01 +01:00
Bilal Elmoussaoui
ee69e5865a remove lazy_static dependency 2020-12-10 01:56:11 +01:00
Bilal Elmoussaoui
32eaeddf7d add a way to share accounts as qrcode 2020-12-09 01:20:36 +01:00
Bilal Elmoussaoui
99ad0a5f0e refactor otp uri into it's own module
gets backup/restore from freeopt+ for free
2020-12-08 05:40:10 +01:00
Bilal Elmoussaoui
b07804368b backup/restore: initial implementation 2020-12-07 06:45:52 +01:00
Bilal Elmoussaoui
650148cff1 cargo cult hotp implementation
this allows supporting hotp at least backend side
2020-12-06 21:05:25 +01:00
Bilal Elmoussaoui
02f6cad04a generate otp for totp accounts & allow copying it 2020-12-06 06:10:48 +01:00
Bilal Elmoussaoui
795dbe4596 track changes using gobject signals 2020-12-06 03:02:40 +01:00
Bilal Elmoussaoui
06b22a664f use ashpd gtk4 feature
mostly to make the screenshot dialog modal
note this doesn't work on wayland yet, but that's an ashpd limitation
2020-12-06 01:16:31 +01:00
Bilal Elmoussaoui
a55ec88bc3 subclass models as well 2020-12-05 20:43:52 +01:00
Bilal Elmoussaoui
f55900272c providers: move out of preferences 2020-12-05 03:40:12 +01:00
Bilal Elmoussaoui
ddddb97c5f subclassing: use composite templates everywhere 2020-12-03 15:10:24 +01:00
Bilal Elmoussaoui
2068721006 implement a basic lock/unlock feature 2020-11-10 04:59:52 +01:00
Bilal Elmoussaoui
2ba7e0f54d display providers 2020-11-08 05:48:55 +01:00
Bilal Elmoussaoui
73eafa58fd gobjectify account & link it to a database 2020-10-29 04:59:12 +01:00
Bilal Elmoussaoui
06457fe63a re-implement a basic favicon scrapper
will get back at it once the rest is working
2020-10-29 01:09:40 +01:00
Bilal Elmoussaoui
885b471b85 re-add the qr scanner through screenshot feature 2020-10-28 18:04:49 +01:00
Bilal Elmoussaoui
e5b22a0554 bump dependencies 2020-10-28 07:07:31 +01:00
Bilal Elmoussaoui
46d0902a36 gobjectify provider 2020-10-28 07:03:48 +01:00
Bilal Elmoussaoui
338fd0fd37 init a port to gtk4 2020-10-28 01:52:54 +01:00
Bilal Elmoussaoui
28571c7939 Well, I'm doing this. 2019-09-03 00:07:06 +00:00