1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-11-15 13:16:43 +00:00
Commit graph

86 commits

Author SHA1 Message Date
Romain Tartière
3a7c2d83f5
Move PullDownMenu into the SilicaListView
A `SilicaListView` will properly handle a child `PullDownMenu`.  It was
previously working when it was the child of a `SilicaFlickable`, but
since it was replaced by a `Column` it was not usable anymore.

Attaching the `PullDownMenu` to the `SilicaListView` instead of the
`SilicaFlickable`, it is properly hidden when the list of OTP is scroll
down and the menu cannot be operated by scrolling down.
2024-09-29 18:57:52 -10:00
Romain Tartière
eb12a09f19
Move content in a Column
In order to always be able to see the progress bar that indicates when
OTPs will be renewed and the search bar, we have to limit the height of
the OTP list widget.  To do so, we put a Colmun that fill in the page
and contain these 3 components.

Components definitions have been moved around, some `Row` wrapping was
removed (The progress bar was previously displayed into the page header,
which goes out of sight when the page is scrolled), and positionning
constraints have been adjusted to have all elements feet nicely.
2024-09-29 18:57:51 -10:00
Romain Tartière
8af1daaa39
Move Component.onCompleted at the end
This is used to trigger an action when the page has finished being built
and is now ready for use.  Instead of having this code at the end of the
definition of the SilicaListView at the end of the SilicaFlickable, put
it directly at the end of the Page itself.

In next commits, we are going to move code around, and this will make
maintainers life easier when reviewing changes by minimizing the size of
the diffs.
2024-09-29 18:57:50 -10:00
4d6f5a2ba1 Prepare Release 1.11.0 2023-02-20 17:03:13 +01:00
11a6fb9142 Add Error Crude Handling for Encryption/Decryption 2023-02-20 16:48:52 +01:00
62a1b88ab0 Use FilePicker for Import 2023-02-20 16:38:40 +01:00
2017f4510a Switch File Encryption to OpenSSL 2023-02-20 16:10:57 +01:00
d0dfbfb009 Prepare Release 1.10.0-1 2022-12-18 13:12:59 +01:00
Andrey Skvortsov
5339deb2df Add custom period for TOTP tokens 2022-11-14 21:23:12 +03:00
a6044de2b1 Prepare Release 1.9.4 2021-06-26 16:03:23 +02:00
caio2k
4e21436982 Update pt_br translation and updated html entities 2021-06-02 00:05:54 +02:00
16e3d2226e Integrate Hungarian Translation File, Prepare 1.9.3 2021-02-21 12:28:34 +01:00
3ffea61fbe
Merge pull request #45 from ZeiP/search_bug_fix
Fix a minor search bug
2021-01-18 08:20:32 +01:00
Jyri-Petteri Paloposki
c950a1c0af Apply the search term when returning to the main view for example after editing an entry 2021-01-14 21:52:43 +02:00
8990e320ed Update Translation Files, Visual Fix for the Progressbar 2021-01-11 17:19:51 +01:00
0cdeb4be99 Release Preparations 1.9.1, About-Page Adaptions 2021-01-11 16:35:07 +01:00
Jyri-Petteri Paloposki
5d06fcf5cd Add some paddings and update to locales 2021-01-05 16:31:53 +02:00
Jyri-Petteri Paloposki
11de9daf82 Prettier styles for the about page. Changed the search field to a SearchField. 2021-01-04 23:42:36 +02:00
Jyri-Petteri Paloposki
4648012416 Make the search functionality case insensitive. 2021-01-03 13:50:27 +02:00
Jyri-Petteri Paloposki
da4f2bbd73 #38: Add a search box to the main view. 2021-01-03 11:26:38 +02:00
f1d195fa1d Relaxed Base32 Check for Amazon Secrets 2019-04-07 21:12:50 +02:00
6e56507ca8 Fixup Validator Warnings, Small Bugfix 2019-02-24 16:22:15 +01:00
0c181fd6c6 Fixup Translations for 1.8 2019-02-24 15:18:55 +01:00
bb6c7706f2 Added Options to Hide Tokens and Show Token as QR-Code 2019-02-24 14:03:07 +01:00
2db3986513 Github #28 Check Input for Valid Base32 2019-02-23 16:39:15 +01:00
714f1f1917 Github #29 Fix Progressbar Position for Light Ambiances, First Attempt 2019-02-23 16:00:41 +01:00
2f91faf876 GitHub #30 Fix About Page Text for Light Ambiances 2019-02-23 13:35:36 +01:00
1646332bbe Small Visual Fix for SFOS 2.2.0.29 2018-06-17 09:12:54 +02:00
f916c7eaef Adapt YAML for Correct File Permission to Pass Harbour Validation 2018-04-09 19:16:13 +02:00
e6ca5450ad Release Preparations for 1.7 2018-04-02 09:12:49 +02:00
6f2159745d Added Global Settings Storage and First Example Setting 2017-12-25 13:30:43 +01:00
0e990b9e2d Added OpenSSL Decryption Commandline to Export Page 2017-12-25 12:39:12 +01:00
ff3f1d3084 About Page Layout Fixes 2017-12-25 12:10:19 +01:00
00b1c594c9 Fix About Page, Add Manual and Github Links 2017-12-25 12:07:42 +01:00
253771cd96 Merged Finnish and Russian Translations, Added New Translators to List of Contributers 2017-11-08 08:10:50 +01:00
Johan Heikkilä
ad5a7c8020 Added Finnish translation 2017-11-06 23:54:58 +02:00
c6d197a741 Bugfix for Github Issues #14 / #16, Version 1.6 2017-10-30 12:22:18 +01:00
0327463a62 Change to New Sourcecode Address 2016-11-27 17:48:05 +01:00
4d62ea0687 Release Preparations for Version 1.5 2016-10-09 09:55:28 +02:00
ed55e58397 Bugfix: Refresh HOTP-Token from Cover. Closes Github Issue #11 2016-10-09 09:43:41 +02:00
Romain Tartière
a1430c9fcf Add french translation 2016-08-20 23:48:21 +02:00
8338ca6d73 Include Length in Generated QR-Code 2016-07-17 19:33:12 +02:00
7caade42be Translation, UI-Fixes, Get Digits from OTP-URL 2016-07-17 19:06:09 +02:00
4e83005525 Added Token Length and Time Derivation Options 2016-07-14 13:41:00 +02:00
65e8346ec4 Updated Readme 2015-12-06 19:35:06 +01:00
8917c45e83 Updated Version, Translations and About-Page 2015-12-06 19:09:19 +01:00
4817aea2f7 Added SteamGuard as new OTP Type 2015-12-06 18:47:13 +01:00
Robin Appelman
53e0f1f32b Add suport for generating steam authenticator tokens 2015-12-04 15:52:19 +01:00
168463cacb Allow all pages to rotate 2015-09-26 10:51:17 +02:00
b9b665afa2 Preparation for Release of Version 1.2 2015-06-17 21:15:57 +02:00