Commit Graph

558 Commits

Author SHA1 Message Date
Lakindu Akash
4ae6ded863
Merge pull request #204 from lakinduakash/dev
Remove using namespace std; in qrgen.cpp
2021-10-19 00:48:15 +05:30
Lakindu Akash
2bd4d5906b
Merge branch 'master' of https://github.com/lakinduakash/linux-wifi-hotspot into dev 2021-10-19 00:46:44 +05:30
Lakindu Akash
0fe49f0873
Remove using namespace std; in qrgen.cpp 2021-10-19 00:45:10 +05:30
Lakindu Akash
9757eb2715
Update build.yml 2021-10-18 05:58:54 +05:30
Lakindu Akash
6f8a9c0cc3
Update build.yml 2021-10-18 05:49:15 +05:30
Lakindu Akash
84a40df5c4
Update screenshots README 2021-10-18 05:15:52 +05:30
Lakindu Akash
d08e0290c1
Merge pull request #202 from lakinduakash/dev
Fix permission error when listing devices
2021-10-18 04:58:41 +05:30
Lakindu Akash
32f9bf1cfe
Fix permission error when listing devices 2021-10-18 04:57:16 +05:30
Lakindu Akash
1ad574b023
Fix version no 2021-10-18 04:31:45 +05:30
Lakindu Akash
400bc59512
Merge pull request #201 from lakinduakash/dev
Add libqrencode for qr generation instead of cli
2021-10-18 04:20:11 +05:30
Lakindu Akash
48f8865a78
Update dependencies in debian control and README 2021-10-18 04:18:30 +05:30
Lakindu Akash
6f87753779
lock qr button when hotspot is not active 2021-10-18 04:03:48 +05:30
Lakindu Akash
d083bbdecf
Fix null qr values
ssid and password null in qr when restarting
2021-10-18 03:57:59 +05:30
Lakindu Akash
f12203befa
Use qr_to_png to generate qr 2021-10-18 03:56:38 +05:30
Lakindu Akash
359a6adf80
Use qrencode library to make qr code png 2021-10-18 03:56:15 +05:30
Lakindu Akash
5fff792b7f
Merge pull request #200 from lakinduakash/dev
QR code
2021-10-16 22:18:17 +05:30
Lakindu Akash
74b4ffa12d
Show qr code when button click 2021-10-13 06:01:09 +05:30
Lakindu Akash
00a0b678dc
Run qrencode command 2021-10-13 06:00:54 +05:30
Lakindu Akash
211610d3e7
Update object files 2021-10-13 06:00:24 +05:30
Lakindu Akash
5d0ec9dfae
Set qr image from file 2021-10-13 05:59:40 +05:30
Lakindu Akash
0ea547f67e
Add image dialog for showing QR code 2021-10-13 05:58:49 +05:30
Lakindu Akash
cec2a27d6f
Merge pull request #196 from mathiassmichno/create_ap-lock_fix
Check if root before initializing lock in create_ap and add hostapd log timestamp option
2021-10-10 20:33:47 +05:30
Lakindu Akash
a6e8fc6d15
Merge pull request #198 from lakinduakash/dev
Update version and changelog
2021-10-10 20:28:46 +05:30
Lakindu Akash
5eff099b62
Update version and changelog 2021-10-10 20:28:09 +05:30
Lakindu Akash
2bcdec626d
Merge pull request #197 from lakinduakash/revert-188-fallback
Revert "Always fallback if multiple channels are not supproted"
2021-10-10 20:21:55 +05:30
Lakindu Akash
d49ed53c3e
Revert "Always fallback if multiple channels are not supproted" 2021-10-08 13:08:12 +05:30
Mathias Sass Michno
3b24457d26 Check if root before initializing lock in create_ap
If create_ap was executed without root it would initialize the
/tmp/create_ap.all.lock with wrong ownership. This required the user to
manually delete the lock before being able to run create_ap again.
2021-10-07 22:00:29 +02:00
Mathias Sass Michno
bae89dae0f Add --hostapd-timestamps options to create_ap 2021-10-07 21:58:50 +02:00
Lakindu Akash
d4de517ade
Update README.md 2021-09-30 23:43:05 +05:30
Lakindu Akash
1db6a1cf47
Delete config.yml 2021-09-30 23:40:27 +05:30
Lakindu Akash
6a8f87d46c
Delete .travis.yml 2021-09-30 23:39:38 +05:30
Lakindu Akash
304146b9b0
Update and rename blank.yml to build.yml 2021-09-30 23:38:33 +05:30
Lakindu Akash
f87f1c91df
Create codeql-analysis.yml 2021-09-30 23:37:15 +05:30
Lakindu Akash
632f11ad60
Update codeql-analysis.yml 2021-09-30 23:36:12 +05:30
Lakindu Akash
f01b086e7b
Merge pull request #193 from sigmaSd/patch-1
Document default behavior of --freq-band
2021-09-29 18:05:44 +05:30
sigmaSd
04b322313d
Document default behavour of -freq-band
fix https://github.com/lakinduakash/linux-wifi-hotspot/issues/110
2021-09-29 11:39:03 +01:00
Lakindu Akash
619a1c2e5d
Update version and change log 2021-09-29 15:01:26 +05:30
Lakindu Akash
77597638e4
Merge pull request #188 from sigmaSd/fallback
Always fallback if multiple channels are not supproted
2021-09-29 14:46:18 +05:30
Lakindu Akash
3dc3eeeee9
Merge pull request #192 from sigmaSd/haveged
Add no_haveged option
2021-09-29 14:43:45 +05:30
Lakindu Akash
322612db2f
Merge pull request #191 from sigmaSd/gui
Disable entries if the relevent checkbox is inactive
2021-09-29 14:42:39 +05:30
Nbiba Bedis
40ef241315 Disable entries if the relevent checkbox is inactive 2021-09-28 11:27:49 +01:00
Nbiba Bedis
120edfef7e Add no_haveged option 2021-09-27 19:40:38 +01:00
Lakindu Akash
c69ac98154
Merge pull request #189 from sigmaSd/gtk
Kepp status and control buttons on the bottom
2021-09-27 18:26:43 +05:30
Lakindu Akash
a3c2b1bcf8
Merge pull request #187 from sigmaSd/open_pass
Disable password entry if open is toggeld
2021-09-27 18:23:17 +05:30
Nbiba Bedis
4d0a2e4598 Kepp status and control buttons on the bottom 2021-09-27 13:25:41 +01:00
Nbiba Bedis
f81baaed54 always fallback if multiple channels are not supproted 2021-09-27 12:30:08 +01:00
Nbiba Bedis
54c7258ece Disable password entry if open is toggeld 2021-09-27 10:58:44 +01:00
Lakindu Akash
c390dbac5d
Update README.md 2021-09-26 22:19:02 +05:30
Lakindu Akash
4e202df161
Change run as root message 2021-09-12 16:16:38 +05:30
Lakindu Akash
dc53fc356a
Debian version change 2021-09-12 16:08:19 +05:30