Skip to content

Commit 1a2aeab

Browse files
authored
Update README.md
1 parent bc75e57 commit 1a2aeab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Hold a wifi entry to display more details.
1212
- An xposed component that adds an option in the stock wifi settings to display the QR code/password
1313
- Backport to older android versions
1414
- An about page
15-
~~- Setting to choose the quality of the QR code generated~~ Done. https://github.com/hacker1024/android-wifi-qr-code-generator/commit/22a23887bc334000e5c71f66fcbbfda0197d7348
15+
- ~~Setting to choose the quality of the QR code generated~~ [Done.](https://github.com/hacker1024/android-wifi-qr-code-generator/commit/22a23887bc334000e5c71f66fcbbfda0197d7348)
1616
- A dark theme
1717
- Make new bugs
1818

1919
## Possible issues
2020
I need feedback to see if these are only happening to some people or if they're happening to everyone.
21-
~~- WEP networks may cause an error.~~ Fixed. https://github.com/hacker1024/android-wifi-qr-code-generator/commit/613c555453f9944d8d772faaa2c6d8c508deca76
21+
- ~~WEP networks may cause an error.~~ [Fixed.](https://github.com/hacker1024/android-wifi-qr-code-generator/commit/613c555453f9944d8d772faaa2c6d8c508deca76)
2222

2323
## Third-party libraries/code
2424
- [Parsing](https://github.com/David-Mawer/OreoWifiPasswords/blob/0d146fd34ce424b8a500a441ff2a1293c3355a33/app/src/main/java/com/pithsoftware/wifipasswords/task/TaskLoadWifiEntries.java) and [data management code](https://github.com/David-Mawer/OreoWifiPasswords/blob/ae0d7e7f290345bdf1a2d0742b8da5d25a76807b/app/src/main/java/com/pithsoftware/wifipasswords/pojo/WifiEntry.java) by [David-Mawer](https://github.com/David-Mawer/) has been used, adapted, and converted to Kotlin.

0 commit comments

Comments
 (0)