Skip to content

Commit

Permalink
upstream/0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoye2007 committed Sep 30, 2023
1 parent a7be40c commit 176310f
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 864 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## WiFi Share and Connect with QR
## WiFi Share and Connect with QR

Xiaomi Android phones has started using QR to use WiFi for sharing.
The idea was to get started with Bash, from Android to PC or PC to
Expand Down Expand Up @@ -112,3 +112,4 @@ T --> Q
Q --> SSID_LIST --> PNG
```


28 changes: 3 additions & 25 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,33 +1,11 @@
wifi-qr (0.2-3+18) unstable; urgency=medium
wifi-qr (0.3) unstable; urgency=medium

* New upstream release (0.3).
* #18 Xiaomi QR code is parsed incorrectly.

-- kokoye2007 <kokoye2007@gmail.com> Mon, 22 May 2023 04:32:35 +1000

wifi-qr (0.2-3) unstable; urgency=medium

* #17 QR issue when the name and SSID differ.
* #16 QR issue when the password has special characters.
* #15 QR issue when the SSID has special characters.
* #12 Password with special characters needs to be unquoted.

-- kokoye2007 <kokoye2007@gmail.com> Tue, 25 Apr 2023 17:03:31 +0630

wifi-qr (0.2-2) unstable; urgency=medium

* Package description update. (Closes: #989034)
* QR Code File Scan

-- kokoye2007 <kokoye2007@gmail.com> Wed, 27 Apr 2022 17:11:19 +0630

wifi-qr (0.2-1) unstable; urgency=medium

* Shellcheck and close issue #9

-- kokoye2007 <kokoye2007@gmail.com> Thu, 18 Jun 2020 15:36:47 +0630

wifi-qr (0.1-1) unstable; urgency=medium

* Initial upload.
-- kokoye2007 <kokoye2007@gmail.com> Sat, 30 Sep 2023 17:30:20 +1000

-- kokoye2007 <kokoye2007@gmail.com> Sun, 31 May 2020 08:40:20 +0630
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Priority: optional
Maintainer: kokoye2007 <kokoye2007@gmail.com>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.6.2
Standards-Version: 4.6.0.1
Homepage: https://github.com/kokoye2007/wifi-qr
Vcs-Git: https://github.com/kokoye2007/wifi-qr.git
Vcs-Browser: https://github.com/kokoye2007/wifi-qr

Package: wifi-qr
Architecture: all
Depends: ${misc:Depends}, zenity, qrencode, zbar-tools, fzf
Depends: ${misc:Depends}, zenity, qrencode, zbar-tools
Description: WiFi password share via QR codes
Shares WiFi SSID and password via a QR code.
Generate a QR code of a WiFi network with its password.
Scan QR codes and easily connect to WiFi Networks.
.
For Android, OS version 10 and above is supported.
.
For iOS, the Shortcuts app supports generating WiFi QR codes.
For iOS, the Shortcut app supports generating WiFi QR codes.
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Upstream-Contact: kokoye2007 <kokoye2007@gmail.com>
Source: https://github.com/kokoye2007/wifi-qr.git

Files: *
Copyright: 2018-2023 kokoye2007 <kokoye2007@gmail.com>
Copyright: 2018 kokoye2007 <kokoye2007@gmail.com>
2013 jontofly <jontofly@github.com>
License: GPL-3.0+

Files: debian/*
Copyright: 2018-2023 kokoye2007 <kokoye2007@gmail.com>
Copyright: 2018 kokoye2007 <kokoye2007@gmail.com>
License: GPL-3.0+

License: GPL-3.0+
Expand Down
41 changes: 0 additions & 41 deletions debian/patches/0.2-3+18

This file was deleted.

0 comments on commit 176310f

Please sign in to comment.