Commit graph

1338 commits

Author SHA1 Message Date
Bilal Elmoussaoui
de16461bbd favicon: Drop Cargo.lock 2022-04-22 00:48:47 +02:00
Bilal Elmoussaoui
472298b059 favicon: replace async-std usages 2022-04-22 00:48:47 +02:00
Rafael Fontenelle
0635522581 Update Brazilian Portuguese translation 2022-04-21 22:41:32 +00:00
Bilal Elmoussaoui
add1571e44 Update screenshot per UI changes 2022-04-22 00:41:05 +02:00
Bilal Elmoussaoui
42dcb2f5ff Bump dependencies 2022-04-22 00:37:13 +02: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
Luming Zh
34990ed85d Update Chinese (China) translation 2022-04-21 13:59:48 +00:00
Hugo Carvalho
de5f4e91f6 Update Portuguese translation 2022-04-20 22:12:05 +00:00
Luming Zh
44de99cbca Update Chinese (China) translation 2022-04-20 13:49:21 +00:00
Yuri Chornoivan
138c8c3483 Update Ukrainian translation 2022-04-20 12:57:23 +00:00
Yosef Or Boczko
a8232c2757 Update Hebrew translation 2022-04-20 08:52:08 +00:00
Bilal Elmoussaoui
899d965a19 set mold as a linker 2022-04-20 03:40:54 +02:00
Bilal Elmoussaoui
95f34a5694 runtime: try incrementing the stack size 2022-04-20 03:40:37 +02:00
Bilal Elmoussaoui
022b9d072e provider image: properly abort old tasks 2022-04-20 03:40:37 +02:00
Bilal Elmoussaoui
2a57aed29f providers: show feedback when created/updated/removed 2022-04-20 01:06:35 +02:00
Bilal Elmoussaoui
396a32a59e providers: add a placeholder page
Also set it when the provider is deleted

Fixes #307
Fixes #308
2022-04-20 01:02:45 +02:00
Bilal Elmoussaoui
f03eb97abd add feedback when code is copied
Fixes #310
2022-04-20 00:36:56 +02:00
Bilal Elmoussaoui
356efb04be resources: remove unnused icons 2022-04-20 00:17:39 +02:00
Bilal Elmoussaoui
3d7db3f906 account row: re-add the copy button
Fixes #311
2022-04-20 00:16:49 +02:00
Bilal Elmoussaoui
d51b28a588 search: match on provider name as well
Fixes #306
2022-04-20 00:13:38 +02:00
Yuri Chornoivan
962c81aa24 Update Ukrainian translation 2022-04-19 15:37:03 +00:00
Bilal Elmoussaoui
b4ba55a580 Aegis: Fix deserialization when biometric slot is used
This also drops the usage of the serde(untagged) as that often breaks
instead we split things into smaller structs.

Fixes #305
2022-04-19 13:41:03 +02:00
Hugo Carvalho
afd8f742a3 Update Portuguese translation 2022-04-19 11:40:50 +00:00
Yosef Or Boczko
eb4b70c2df Update Hebrew translation 2022-04-19 08:20:31 +00:00
Bilal Elmoussaoui
a5c75fb1cb readme: center the image 2022-04-19 01:57:00 +00:00
Bilal Elmoussaoui
bb553b4bae update screenshots 2022-04-19 03:55:47 +02:00
Bilal Elmoussaoui
445ee650ae readme: mention new features 2022-04-19 03:44:57 +02:00
Bilal Elmoussaoui
f4a279c050 bump release to 4.1.0 2022-04-19 03:43:31 +02:00
Bilal Elmoussaoui
7b06e09f20 account edit: allow changing provider 2022-04-19 03:30:34 +02:00
Bilal Elmoussaoui
82812d2ed3 providers: unset websites if none are defined 2022-04-19 02:49:19 +02:00
Bilal Elmoussaoui
32a274ec5a restore: Don't update prvoider urls 2022-04-19 02:48:19 +02:00
Bilal Elmoussaoui
5cd7297316 account add: allow user to create new providers automatically
Fixes #297
2022-04-19 02:28:12 +02:00
Bilal Elmoussaoui
24a559b9be account-add: validate that a provider is selected as well
Part of #297
2022-04-19 00:48:49 +02:00
Bilal Elmoussaoui
31d9a809f1 provider: move the time ticking to the model
Avoids the code not being generated if the window is not visible
Fixes #296
2022-04-19 00:31:32 +02:00
Bilal Elmoussaoui
e31f138700 account row: add a way to increment the counter 2022-04-18 23:28:29 +02:00
Bilal Elmoussaoui
771ada3c13 account: stop incrementing hotp counter automatically
As whenever you re-open the app the counter is incremented which is not a desired effect
2022-04-18 23:16:13 +02:00
Bilal Elmoussaoui
299dc69cb0 Account: make details page editable
Only allow changing the name & the counter for hotp
Fixes #234
2022-04-18 23:14:22 +02:00
Bilal Elmoussaoui
e0e975b1f4 providers: actually default to selecting first item 2022-04-18 02:52:44 +02:00
Bilal Elmoussaoui
e2b5c48a2e providers: few design cleanup 2022-04-18 02:45:33 +02:00
Bilal Elmoussaoui
98ddb6d23b favicon: Error out based on status code 2022-04-18 02:10:15 +02:00
Bilal Elmoussaoui
11ba294816 favicon: scale the icons before saving them
Fixes #302
2022-04-18 02:01:50 +02:00
Bilal Elmoussaoui
b7f39888bf favicon: Support sizes attribute 2022-04-17 23:54:34 +02:00
Hugo Carvalho
4a2cbc1afc Update Portuguese translation 2022-04-17 21:28:07 +00:00
Aleksandr Melman
d176c2afea Update Russian translation 2022-04-17 18:45:20 +00:00
Yuri Chornoivan
0df6197f1b Update Ukrainian translation 2022-04-17 15:18:52 +00:00
Piotr Drąg
fa46218f19 Update Polish translation 2022-04-17 14:13:41 +00:00
Bilal Elmoussaoui
ee445202b7 backup: add aegis to POTFILES 2022-04-17 16:04:33 +02:00
Bilal Elmoussaoui
b9be1c71f5 templates: switch to klass.bind_template 2022-04-17 04:14:36 +02:00
Bilal Elmoussaoui
c5ccbc8f18 Use klass.install_action where possible 2022-04-17 04:13:35 +02:00