Skip to content

Comments

version 1.01 fixed and improved for Delphi 12.#13

Open
SkybuckFlying wants to merge 1 commit intowendelb:masterfrom
SkybuckFlying:SkybuckMaster
Open

version 1.01 fixed and improved for Delphi 12.#13
SkybuckFlying wants to merge 1 commit intowendelb:masterfrom
SkybuckFlying:SkybuckMaster

Conversation

@SkybuckFlying
Copy link

  • IFNDEFS problems with FPC solved for Delphi.
  • Position set to screen center.
  • Controls widened a bit to be able to input/see/handle larger security codes.

Application tested and works ! Nice ! =D
Application is compatible with google authenticator.

+ IFNDEFS problems with FPC solved for Delphi.
+ Position set to screen center.
+ Controls widened a bit to be able to input/see/handle larger security codes.

Application tested and works ! Nice ! =D
Application is compatible with google authenticator.
@SkybuckFlying
Copy link
Author

This will make your application a little bit nicer.

/// <returns>
/// Unicode String containing the ANSI-Data from that Base32-Input
/// </returns>
/// </returns>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks unwanted. Please revert

{$ELSE}
, HMAC
{$IFEND};
*)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why both ways? If you format the uses clause, please leave only one

@@ -1,5 +1,22 @@
unit Form;

{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove that comment

@wendelb
Copy link
Owner

wendelb commented Mar 12, 2024

Please also remove the changes to Example. Those seem to be unecessary.

Once that is done, I will merge this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants