-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42009af
commit cce4966
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
<resources> | ||
<string name="app_name">My Wifi Passwords</string> | ||
<string name="action_settings">Settings</string> | ||
|
||
<!-- TODO: Remove or change this placeholder text --> | ||
<string name="hello_blank_fragment">Hello blank fragment</string> | ||
<string name="about_text"> | ||
Version: 1.0.0<br/> | ||
Copyright (C) 2018 Aario Shahbany<br/> | ||
Copyright (C) 2018 Aario Shahbany & <a href="https://github.com/aario/MyWifiPasswords/graphs/contributors">contributing authors</a>.<br/> | ||
<br/> | ||
This program comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions. | ||
<br/> | ||
Have the wifi connected on your Android phone and want to share its password with your friend or enter it in your laptop? Don\'t know where to find that piece of paper? If your android phone is rooted, this app makes your life much easier!<br/> | ||
<br/> | ||
This app reads wpa_supplicant file (by default in /data/misc/wifi/wpa_supplicant.conf) and provides you a list of WIFI SSIDs and PSKs (passwords).<br/> | ||
This app reads Android\'s WifiConfigStore.xml & wpa_supplicant files, and and provides you a list of WIFI SSIDs and PSKs (passwords).<br/> | ||
<br/> | ||
This is specially useful when you have a guest at home or in office and you want to share the password with. Or when you\'re in a new hotel, just got the WIFI password from reception and want to share it with your companions. Or when you\'re in a party. Or... the possibilities are numerous. You don\'t have to open the wpa_supplicant file yourself and try to find the information you\'re looking for in it. MyWifiPasswords does this for you.<br/> | ||
This is specially useful when you have a guest at home or in office and you want to share the password with. Or when you\'re in a new hotel, just got the WIFI password from reception and want to share it with your companions. Or when you\'re in a party. Or... the possibilities are numerous. You don\'t have to open Android\'s wifi databases to try to find the information you\'re looking for. MyWifiPasswords does this for you.<br/> | ||
<br/> | ||
MyWifiPasswords is open source. It takes a lot of time and effort to write a software. If you found MyWifiPasswords usefull, please consider making a donation by clicking <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJTM2GDGPEFHA">here</a><br/> | ||
MyWifiPasswords is open source. It takes a lot of time and effort to write a software. If you found MyWifiPasswords usefull, please consider making a donation by clicking <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJTM2GDGPEFHA">here</a>.<br/> | ||
<br/> | ||
Thanks. | ||
<br/> | ||
<br/> | ||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html"><b>GNU GENERAL PUBLIC LICENSE</b></a> | ||
</string> | ||
<string name="donate_url"><![CDATA[]]></string> | ||
</resources> |