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

42 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
Andrey Skvortsov
5339deb2df Add custom period for TOTP tokens 2022-11-14 21:23:12 +03: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
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
6e56507ca8 Fixup Validator Warnings, Small Bugfix 2019-02-24 16:22:15 +01:00
bb6c7706f2 Added Options to Hide Tokens and Show Token as QR-Code 2019-02-24 14:03:07 +01:00
714f1f1917 Github #29 Fix Progressbar Position for Light Ambiances, First Attempt 2019-02-23 16:00:41 +01:00
1646332bbe Small Visual Fix for SFOS 2.2.0.29 2018-06-17 09:12:54 +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
4e83005525 Added Token Length and Time Derivation Options 2016-07-14 13:41:00 +02: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
b039fa737a Fixed a small bug found by harbour-QA 2014-07-13 12:03:02 +02:00
83fc6ec7d1 Small fix for Main Page 2014-05-25 11:03:19 +02:00
7b48f929c5 Added possibility to Reorder the List of Tokens. 2014-05-24 15:42:52 +02:00
965c7a382e Finished up QR-Code Reader Integration 2014-02-16 21:41:36 +01:00
e74749642f Added first version of experimental QR-Code support 2014-02-16 16:27:28 +01:00
dc02a1aa3f Preparations for version 0.6 release
Added possibility to cycle through the tokens from the cover
2014-02-09 10:50:58 +01:00
5029f99db3 Added Localization support
Added German Translation
2014-02-08 17:08:10 +01:00
e68cf226a4 Error handling for export / import
Added error-handling for export / import
Added sanity-checks to export / import
2014-02-02 14:14:59 +01:00
9fe40ff767 Added NotifyBanner component for showing notifications
Show notification after copying token to clipboard
2014-02-02 11:26:22 +01:00
0ea71dfb89 Added AES-encryption for export/import 2014-02-01 17:06:34 +01:00
743b06f065 Added basic import and export
The DB can be exported to json file
Added handling of duplicate entries
2014-02-01 15:38:09 +01:00
99c3f83db7 Added Import / Export Dialog Page 2014-02-01 12:59:39 +01:00
aa945ff787 Application version is now read from YAML-Definition at buildtime
Upstream URL changed to gitlab
2014-02-01 12:23:59 +01:00
f86a8c74a3 Added HOTP support 2014-01-12 18:03:23 +01:00
a586ea01a7 Added copy token on tap 2014-01-10 19:26:46 +01:00
7f781b8d90 Finalized favourites feature
* Favourite is now shown on the ActiveCover
* Added possibility to "unstar" a favourite
2014-01-10 19:20:52 +01:00
eb08a4eee1 Changed favourite switch to icon 2014-01-10 06:45:03 +01:00
40f53fc47a Changed MainView to support favourites
* Added switch to show status
* Save selected favourite to LocalStorage DB
2014-01-09 22:12:55 +01:00
11072b2f16 Changed DB Schema
* DB Schema now supports setting favourites
* Added Colums for future addition of HOTP Tokens
* Created DB-Update Logic
2014-01-09 19:56:26 +01:00
50770f0799 Added possibility to edit existing entries. 2014-01-08 19:13:53 +01:00
f98444d5a4 Cleanup and Comments for publishing
* Added Readme and License
* Cleaned up the code
* Added comments to the code
2014-01-06 20:08:16 +01:00
0c0f10f7ab Initial Import 2014-01-05 21:58:25 +01:00