Commit graph

1282 commits

Author SHA1 Message Date
Bilal Elmoussaoui
e54e8ada6d providers: make escape return to the list before closing 2021-02-01 00:22:16 +01:00
Bilal Elmoussaoui
f1db269e03 Merge branch 'wip/cdavis/providers-no-listboxrow' into 'master'
providers_dialog: Don't use GtkListBoxRow in listview

See merge request World/Authenticator!194
2021-01-31 22:54:56 +00:00
Christopher Davis
0539ce5be0 providers_dialog: Don't use GtkListBoxRow in listview
Fixes an issue where the ListView could not be
navigated with the keyboard.
2021-01-31 14:52:38 -08:00
Bilal Elmoussaoui
9f140987ac update screenshots 2021-01-31 23:11:33 +01:00
Bilal Elmoussaoui
116468b81b Merge branch 'wip/cdavis/password-status-page' into 'master'
password_page: Use AdwStatusPage

See merge request World/Authenticator!193
2021-01-31 21:47:57 +00:00
Christopher Davis
4aab7065e5 password_page: Use AdwStatusPage 2021-01-31 13:47:28 -08:00
Bilal Elmoussaoui
20208e8b73 window: use a stack for login/unlocked 2021-01-31 22:37:56 +01:00
Bilal Elmoussaoui
8df18a77c0 favicons: properly detect icon sizes 2021-01-31 22:18:52 +01:00
Bilal Elmoussaoui
fcd8e42d7c providers: don't fail if the icon already exists, overwrite it instead 2021-01-31 21:58:19 +01:00
Bilal Elmoussaoui
57e5fa9a1d auto-lock-timeout is in minutes 2021-01-31 21:45:05 +01:00
Bilal Elmoussaoui
f214a6fc16 update release notes 2021-01-31 21:32:53 +01:00
Bilal Elmoussaoui
f094c8f0a7 simplify error revealer 2021-01-31 21:27:16 +01:00
Bilal Elmoussaoui
ef4b4d521b providers: don't allow the user to remove them if they have accounts 2021-01-31 20:52:20 +01:00
Bilal Elmoussaoui
0b01f4687b bigger windows by default 2021-01-31 20:52:20 +01:00
Bilal Elmoussaoui
3ab07c5ff9 providers: allow removing them as well 2021-01-31 20:52:20 +01:00
Yuri Chornoivan
04904addaa Update Ukrainian translation 2021-01-31 17:37:25 +00:00
Bilal Elmoussaoui
0636847fb0 providers: allow setting a custom image & resetting it 2021-01-31 18:05:13 +01:00
Piotr Drąg
803f406843 Update Polish translation 2021-01-31 15:35:49 +00:00
Bilal Elmoussaoui
1dc3810224 search: empty the entry if search is de-activated 2021-01-31 15:14:19 +01:00
Rafael Fontenelle
dc780b766f Update Brazilian Portuguese translation 2021-01-31 14:12:41 +00:00
Yuri Chornoivan
65a7710ba2 Update Ukrainian translation 2021-01-31 14:06:07 +00:00
Bilal Elmoussaoui
e349194c8d ui: add tooltips to buttons where needed 2021-01-31 14:50:38 +01:00
Bilal Elmoussaoui
108baf5ac3 use multiple of 6 for margins/spacing 2021-01-31 14:50:38 +01:00
Rafael Fontenelle
4eead9e1e4 Update Brazilian Portuguese translation 2021-01-31 13:07:15 +00:00
Piotr Drąg
8acaaffd22 Update Polish translation 2021-01-31 09:32:44 +00:00
Yuri Chornoivan
4cdba46e7a Update Ukrainian translation 2021-01-31 06:52:28 +00:00
Bilal Elmoussaoui
da9ae0d46c css: move margin specific stuff to ui files
so we can use margin-start/margin-end instead of margin-left, margin-right
2021-01-31 04:25:58 +01:00
Bilal Elmoussaoui
b1d81e420e backup: rename to Authenticator (legacy) 2021-01-31 04:08:37 +01:00
Bilal Elmoussaoui
b0cf53e8d7 Merge branch 'wip/cdavis/search-in-headerbar' into 'master'
Search Tweaks

See merge request World/Authenticator!191
2021-01-31 03:03:28 +00:00
Christopher Davis
3d102529b1 providers_dialog: Add search shortcut
Adds a shortcut for searching within the providers dialog.
This will match the shortcut for the preferences window and
main window.
2021-01-30 18:50:41 -08:00
Christopher Davis
5630cc1f4a window: Move search to headerbar
Newer apps have their search entries in the headerbar.
To match these newer apps and AdwPreferencesWindow, move
our own search into the headerbar as well.
2021-01-30 18:33:02 -08:00
Christopher Davis
3248e55cc1 providers_dialog: Move search entry to HeaderBar
Search in HeaderBar is the newer pattern apps are using
instead of GtkSearchBar. To match these newer apps and
AdwPreferencesWindow, we should move our own search
to the HeaderBar.
2021-01-30 18:32:58 -08:00
Bilal Elmoussaoui
e7d99fba73 Merge branch 'format-decimal' into 'master'
otp: Format following decimal notation

See merge request World/Authenticator!189
2021-01-31 01:45:22 +00:00
Maximiliano Sandoval R
7ae95ca252
account: Do not copy whitespace 2021-01-31 02:17:31 +01:00
Maximiliano Sandoval R
76b5ba78ab
otp: Format following decimal notation 2021-01-31 02:17:30 +01:00
Bilal Elmoussaoui
929b121c3e Merge branch 'wip/cdavis/adjust-no-results-label' into 'master'
providers_dialog: Adjust the description for zero results

See merge request World/Authenticator!190
2021-01-31 01:16:00 +00:00
Christopher Davis
b141ae571f providers_list: Adjust empty results label 2021-01-30 17:15:04 -08:00
Christopher Davis
f4d8835ffe providers_dialog: Adjust the description for zero results 2021-01-30 17:14:38 -08:00
Bilal Elmoussaoui
3904834077 update empty results string 2021-01-31 02:06:19 +01:00
Bilal Elmoussaoui
756965ddb0 Merge branch 'wip/cdavis/style-tweaks' into 'master'
style: Use title-3 and adjust margins

See merge request World/Authenticator!188
2021-01-31 01:05:13 +00:00
Christopher Davis
d965e4606c style: Use title-3 and adjust margins
Use title-3 for more subtle bold labels, and adjust margins
to be multiples of 6px per https://developer.gnome.org/hig/stable/visual-layout.html.en
2021-01-30 17:02:24 -08:00
Bilal Elmoussaoui
13bc86874a providers: allow to edit them 2021-01-31 01:27:10 +01:00
Bilal Elmoussaoui
fdbfda7812 Merge branch 'custom-providers' into 'master'
Add some custom providers

See merge request World/Authenticator!187
2021-01-31 00:24:58 +00:00
Maximiliano Sandoval R
024e7a52c7
Add some custom providers
Battle.net & Gitea
2021-01-31 01:13:39 +01:00
Bilal Elmoussaoui
9b201c3df9 css: fix provider row border-bottom for hotp/steam 2021-01-31 00:44:36 +01:00
Bilal Elmoussaoui
663f907fce providers: allow creating new ones 2021-01-31 00:21:49 +01:00
Bilal Elmoussaoui
b6d4e630b6 Merge branch 'main-minor-imps' into 'master'
Fix steam 2fa gen

See merge request World/Authenticator!186
2021-01-30 23:08:31 +00:00
Maximiliano Sandoval R
a02db13a32
otp: Add method to generate time based counter 2021-01-30 23:59:18 +01:00
Maximiliano Sandoval R
2d54818621
otp: Add steam test unit
Fix typo.
2021-01-30 23:40:43 +01:00
Maximiliano Sandoval R
7fa24986c5
Fix Steam auth
Kinda.
2021-01-30 23:40:43 +01:00