Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

New version #89

Merged
merged 3 commits into from
Sep 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Authenticator/widgets/accounts/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def append(self, username, provider, token, _id=None):
self.pack_start(provider_widget, False, False, 0)
if not _id:
accounts_list.append_new(username, provider, token)
self._reorder()
else:
accounts_list.append(_id, username, provider, token)
self.emit("changed")
Expand All @@ -84,6 +85,7 @@ def delete_selected(self, *_):
for account_list in self._providers.values():
account_list.delete_selected()
self._clean_unneeded_providers_widgets()
self.emit("changed")

def update_provider(self, account, new_provider):
current_account_list = None
Expand Down
19 changes: 15 additions & 4 deletions data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
</description>
<screenshots>
<screenshot type="default">
<image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot1.png</image>
<image width="552" height="649">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot1.png</image>
</screenshot>
<screenshot>
<image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot2.png</image>
<image width="402" height="649">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot2.png</image>
</screenshot>
<screenshot>
<image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot3.png</image>
<image width="402" height="649">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot3.png</image>
</screenshot>
<screenshot>
<image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot4.png</image>
<image width="552" height="649">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot4.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/bilelmoussaoui/Authenticator</url>
Expand All @@ -37,6 +37,17 @@
</categories>
<content_rating type="oars-1.0" />
<releases>
<release version="0.2.3" date="2018-09-09">
<description>
<ul>
<li>Revamped main window to follow more the GNOME HIG</li>
<li>Revamped add a new account window to make it easier to use</li>
<li>Possibility to add an account from a provider not listed in the shiped database</li>
<li>Possibilty to edit an account</li>
<li>One Time Password is now visible by default</li>
</ul>
</description>
</release>
<release version="0.2.2.1" date="2018-09-03">
<description>
<ul>
Expand Down
Binary file modified data/screenshots/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/screenshots/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
146 changes: 86 additions & 60 deletions po/Authenticator.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,130 +8,134 @@ msgid ""
msgstr ""
"Project-Id-Version: Authenticator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-02 15:33+0200\n"
"POT-Creation-Date: 2018-09-09 19:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: Authenticator/application.py:37 Authenticator/widgets/about.py:40
#: Authenticator/application.py:38 Authenticator/widgets/about.py.in:44
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:6
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:3
msgid "Authenticator"
msgstr ""

#. Night mode action
#: Authenticator/application.py:80
#: Authenticator/application.py:81
msgid "Night Mode"
msgstr ""

#: Authenticator/application.py:83
#: Authenticator/application.py:84
msgid "About"
msgstr ""

#: Authenticator/application.py:84
#: Authenticator/application.py:85
msgid "Quit"
msgstr ""

#: Authenticator/widgets/accounts/add.py:50
#: Authenticator/widgets/headerbar.py:98
#: Authenticator/widgets/accounts/add.py:49
#: Authenticator/widgets/headerbar.py:100
msgid "Add a new account"
msgstr ""

#: Authenticator/widgets/accounts/add.py:59
#: Authenticator/widgets/headerbar.py:96
msgid "Search"
#: Authenticator/widgets/accounts/add.py:53
msgid "Add"
msgstr ""

#: Authenticator/widgets/accounts/add.py:64
#: Authenticator/widgets/accounts/add.py:62
msgid "Scan QR code"
msgstr ""

#: Authenticator/widgets/accounts/add.py:100
msgid "Next"
msgstr ""

#: Authenticator/widgets/accounts/add.py:101
#: Authenticator/widgets/accounts/add.py:69
#: Authenticator/widgets/accounts/edit.py:58
msgid "Close"
msgstr ""

#: Authenticator/widgets/accounts/add.py:109
msgid "Add"
msgstr ""

#: Authenticator/widgets/accounts/add.py:110
msgid "Back"
#: Authenticator/widgets/accounts/add.py:160
msgid "Provider"
msgstr ""

#: Authenticator/widgets/accounts/add.py:259
#: Authenticator/widgets/accounts/add.py:170
msgid "Account name"
msgstr ""

#: Authenticator/widgets/accounts/add.py:261
#: Authenticator/widgets/accounts/add.py:176
msgid "Secret token"
msgstr ""

#: Authenticator/widgets/accounts/add.py:309
#: Authenticator/widgets/accounts/add.py:258
msgid "Invalid QR code"
msgstr ""

#: Authenticator/widgets/accounts/edit.py:47
msgid "Edit {} - {}"
msgstr ""

#: Authenticator/widgets/accounts/edit.py:52
msgid "Save"
msgstr ""

#. Label
#: Authenticator/widgets/accounts/list.py:134
msgid "There's no account yet…"
#: Authenticator/widgets/accounts/list.py:269
msgid "There are no accounts yet…"
msgstr ""

#: Authenticator/widgets/accounts/row.py:55
#: Authenticator/widgets/accounts/row.py:58
msgid "Copy"
msgstr ""

#: Authenticator/widgets/accounts/row.py:151
#: Authenticator/widgets/accounts/row.py:59
msgid "Edit"
msgstr ""

#: Authenticator/widgets/accounts/row.py:150
msgid "Couldn't generate the secret code"
msgstr ""

#: Authenticator/widgets/about.py:41
#: Authenticator/widgets/about.py.in:45
msgid "translator-credits"
msgstr ""

#: Authenticator/widgets/about.py:43
#: Authenticator/widgets/about.py.in:47
msgid "Two-factor authentication code generator."
msgstr ""

#: Authenticator/widgets/actions_bar.py:47
#: Authenticator/widgets/actions_bar.py:52
msgid "Delete"
msgstr ""

#: Authenticator/widgets/headerbar.py:100
msgid "Settings"
#: Authenticator/widgets/headerbar.py:98
msgid "Search"
msgstr ""

#: Authenticator/widgets/headerbar.py:102
msgid "Selection mode"
msgid "Settings"
msgstr ""

#: Authenticator/widgets/headerbar.py:104
msgid "Cancel"
msgid "Selection mode"
msgstr ""

#: Authenticator/widgets/headerbar.py:179
msgid "Click on items to select them"
#: Authenticator/widgets/headerbar.py:106
msgid "Cancel"
msgstr ""

#: Authenticator/widgets/inapp_notification.py:51
#: Authenticator/widgets/inapp_notification.py:79
msgid "Undo"
#: Authenticator/widgets/headerbar.py:181
msgid "Click on items to select them"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:7
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:5
msgid "Two-factor authentication code generator"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:9
msgid ""
"Simple application that generates a two-factor authentication code, created for "
"GNOME."
"Simple application that generates a two-factor authentication code, created "
"for GNOME."
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:10
Expand All @@ -151,57 +155,79 @@ msgid "Huge database of (290+) websites/applications"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:43
msgid "Fix the QRScanner on GNOME Shell"
msgid "Revamped main window to follow more the GNOME HIG"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:44
msgid "Add a new entry for the account's username"
msgid "Revamped add a new account window to make it easier to use"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:45
msgid ""
"Possibility to add an account from a provider not listed in the shiped "
"database"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:46
msgid "Possibilty to edit an account"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:47
msgid "One Time Password is now visible by default"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:54
msgid "Fix python-dbus by using GDbus instead"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:61
msgid "Fix the QRScanner on GNOME Shell"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:62
msgid "Add a new entry for the account's username"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:63
msgid "Updated database of supported accounts"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:52
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:70
msgid "HOTFIX: App not running in DE other than GNOME"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:59
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:77
msgid "Rename project to Authenticator"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:60
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:78
msgid "Cleaner code base"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:61
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:79
msgid "Faster startup"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:62
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:80
msgid "Remove unneeded features"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:63
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:81
msgid "Switch to pyzbar instead of zbarlight"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:64
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:82
msgid "Flatpak package"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:71
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:89
msgid "Bilal Elmoussaoui"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:4
msgid "Two-factor authentication"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:5
msgid "Two-factor authentication code generator"
msgstr ""

#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:10
msgid "Gnome;GTK;Verification;"
msgstr ""
Expand All @@ -210,10 +236,10 @@ msgstr ""
msgid "com.github.bilelmoussaoui.Authenticator"
msgstr ""

#: authenticator.py.in:45
#: authenticator.py.in:48
msgid "Start in debug mode"
msgstr ""

#: authenticator.py.in:47
#: authenticator.py.in:50
msgid "Authenticator version number"
msgstr ""
4 changes: 2 additions & 2 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Authenticator/application.py
Authenticator/widgets/accounts/add.py
Authenticator/widgets/accounts/edit.py
Authenticator/widgets/accounts/list.py
Authenticator/widgets/accounts/row.py
Authenticator/widgets/about.py
Authenticator/widgets/about.py.in
Authenticator/widgets/actions_bar.py
Authenticator/widgets/headerbar.py
Authenticator/widgets/inapp_notification.py
Authenticator/widgets/search_bar.py
Authenticator/widgets/window.py
data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in
Expand Down
Loading