Commit graph

624 commits

Author SHA1 Message Date
Bilal Elmoussaoui
0756baf36b README: use a new screenshot 2019-05-21 16:13:31 +02:00
Bilal Elmoussaoui
f668b92921 Update screenshots 2019-05-21 16:12:56 +02:00
Bilal Elmoussaoui
a03f72e968 Update Appdata & Desktop files 2019-05-21 16:08:27 +02:00
Bilal Elmoussaoui
e8f0bc5c27 Make Add & Edit windows resizable 2019-05-21 16:08:14 +02:00
Bilal Elmoussaoui
5013ff5494 NightLight: listen to signal changes instead 2019-05-20 21:35:48 +02:00
Bilal Elmoussaoui
bf8d897c2e Fix night light switch
This is a hackish solution using a tiemout to update the state
Somehow couldn't gget managed to listen to g-property-changed
2019-05-20 21:13:13 +02:00
Bilal Elmoussaoui
1ec8a0fa66 Update translation link 2019-05-20 18:19:05 +02:00
Bilal Elmoussaoui
af5649abee Follow translations team suggestions 2019-05-20 18:13:26 +02:00
Bilal Elmoussaoui
ba6c11a4d8 Manage accounts under AccountsMnager 2019-05-20 18:08:14 +02:00
Bilal Elmoussaoui
e3b3f4ff55 Merge branch 'wip/shell-search' into 'master'
Fix an issue on Shell Search Provider

See merge request World/Authenticator!131
2019-05-20 14:46:32 +00:00
Bilal Elmoussaoui
535b8adfa2 Fix an issue on Shell Search Provider
Also show the image of the provider on search results
2019-05-20 14:46:32 +00:00
Bilal Elmoussaoui
f54548d68a Merge branch 'wip/shell-search' into 'master'
Fix GNOME Shell Search provider

See merge request World/Authenticator!130
2019-05-20 12:52:41 +00:00
Bilal Elmoussaoui
95b089befd Fix GNOME Shell Search provider 2019-05-20 14:45:30 +02:00
Bilal Elmoussaoui
0bae9c7981 Always allow the user to set an image if we can't find one 2019-05-20 13:54:58 +02:00
Bilal Elmoussaoui
7a0e1f09bd Desktop file: add comment to not translate icon 2019-05-20 12:30:45 +02:00
Bilal Elmoussaoui
cef9d85865 Prepare the migration to d-l #127 2019-05-20 12:26:28 +02:00
Bilal Elmoussaoui
822a3c8ae9 Update translations 2019-05-20 05:15:05 +02:00
Bilal Elmoussaoui
64df18ac11 Correct license 2019-05-20 04:54:03 +02:00
Bilal Elmoussaoui
b30243f823 Always show the lock menu button
We used to ask the user to restart the app once they setup the password
we now just update the enabled prop of lock action
2019-05-20 04:50:47 +02:00
Bilal Elmoussaoui
21d5aaa726 Don't switch theme if night light is enabled 2019-05-20 03:49:22 +02:00
Bilal Elmoussaoui
94f8c54e85 README: It's not GTK+ anymore. 2019-05-19 23:56:53 +00:00
Bilal Elmoussaoui
83f92b7dac appdata: future is not now? 2019-05-19 22:42:02 +00:00
Bilal Elmoussaoui
b0c7a0b9f5 appdata: correctly close li tags 2019-05-19 22:35:28 +00:00
Bilal Elmoussaoui
aebb7855af Merge branch 'beta-release' into 'master'
Appdata: prepare for a new beta release

See merge request World/Authenticator!129
2019-05-19 22:30:14 +00:00
Bilal Elmoussaoui
c97641bc23 Appdata: prepare for a new beta release 2019-05-19 22:27:56 +00:00
Bilal Elmoussaoui
962679e70f Store password state in a secret schema 2019-05-20 00:17:58 +02:00
Bilal Elmoussaoui
82777106f6 Update README.md 2019-05-19 21:56:53 +00:00
Bilal Elmoussaoui
c5165ceba2 Update README.md 2019-05-19 21:56:20 +00:00
Bilal Elmoussaoui
7734a94158 Use correctly working otp accounts for switching views 2019-05-19 23:49:30 +02:00
Bilal Elmoussaoui
22e15355e6 Update python dependencies 2019-05-19 21:38:03 +00:00
Bilal Elmoussaoui
711d1a3d49 Merge branch 'wip/refactor' into 'master'
Let the user restore from an older version

See merge request World/Authenticator!128
2019-05-19 21:37:55 +00:00
Bilal Elmoussaoui
f18739707c Let the user restore from an older version 2019-05-19 23:30:20 +02:00
Bilal Elmoussaoui
31f55c46ef Merge branch 'wip/refactor' into 'master'
Refactoring

See merge request World/Authenticator!127
2019-05-19 21:10:05 +00:00
Bilal Elmoussaoui
76e01c25d4 Fix password behaviour 2019-05-19 23:03:08 +02:00
Bilal Elmoussaoui
bdd99982ac Let the user choose an image if we can't find one 2019-05-19 22:26:55 +02:00
Bilal Elmoussaoui
00e8201931 Fix various bugs introduced during the refactoring 2019-05-19 20:56:45 +02:00
Bilal Elmoussaoui
dfc9653cfa Show a ok image when the pin is copied to clipboard 2019-05-19 20:21:52 +02:00
Bilal Elmoussaoui
9d54755867 Don't download favicon on main thread 2019-05-19 20:07:09 +02:00
Bilal Elmoussaoui
6124307b83 Rewrite the logic behind providers
We used to have providers fetched from a json file.
Now everything is stored on a database table which makes it easier for user to
use and reuse their providers that are not in the pre-shiped list
2019-05-19 19:56:49 +02:00
Bilal Elmoussaoui
1634243ab5 Refactor the database structure
We used to store the providers in a json file and lways read data from there.
That doesn't seem to work if we want to allow the user to add a provider by typing that by themselves.
2019-05-19 03:53:37 +02:00
Bilal Elmoussaoui
e075759bc8 EditAccountWindow: correctly set the provider image 2019-05-18 19:21:04 +02:00
Bilal Elmoussaoui
72da8d0c8c Allow the user to select an image for a provider 2019-05-18 19:16:21 +02:00
Bilal Elmoussaoui
229e255b89 Update providers database 2019-05-18 17:16:33 +02:00
---------------------
2f54c1ec6a
Translated using Weblate (Russian)
Currently translated at 68.1% (62 of 91 strings)
2019-05-06 11:47:52 +02:00
Bilal Elmoussaoui
e16ff2e091 Search: show a message when results are found 2019-05-05 00:30:32 +02:00
Bilal Elmoussaoui
ad7bf3d8eb UI: minor widgets improvements 2019-05-05 00:13:53 +02:00
Bilal Elmoussaoui
a454a1e006 Window: set default width to 350px 2019-05-04 22:54:08 +02:00
Bilal Elmoussaoui
74a77235a8 Empty State Widget: refactor the UI 2019-05-04 22:51:09 +02:00
Bilal Elmoussaoui
08df153457 Application: don't load removed models 2019-05-04 22:17:52 +02:00
Bilal Elmoussaoui
91899fd5f0 Login Widget: improve the UI 2019-05-04 22:17:29 +02:00