Skip to content

Commit bc75e57

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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
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.
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.
@@ -36,4 +36,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3636
GNU General Public License for more details.
3737

3838
You should have received a copy of the GNU General Public License
39-
along with this program. If not, see <http://www.gnu.org/licenses/>.
39+
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)