From 0d2ea30f407b1347ab7c0edf7d85cc4b3641eb36 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 28 Dec 2018 13:01:24 +0100 Subject: [PATCH 1/2] New app: My Wifi Passwords --- metadata/info.aario.mywifipasswords.yml | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 metadata/info.aario.mywifipasswords.yml diff --git a/metadata/info.aario.mywifipasswords.yml b/metadata/info.aario.mywifipasswords.yml new file mode 100644 index 0000000000..db9ca38bc1 --- /dev/null +++ b/metadata/info.aario.mywifipasswords.yml @@ -0,0 +1,44 @@ +Categories: + - System + - Security +License: GPL-3.0-only +SourceCode: https://github.com/aario/MyWifiPasswords +IssueTracker: https://github.com/aario/MyWifiPasswords/issues +Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJTM2GDGPEFHA + +AutoName: My Wifi Passwords +Summary: View your WIFI Passwords +Description: |- + 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! + + 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). + + 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. + +RequiresRoot: 'yes' + +RepoType: git +Repo: https://github.com/aario/MyWifiPasswords + +Builds: + - versionName: 1.0.1 + versionCode: 2 + commit: 1.0.1 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.0.1 +CurrentVersionCode: 2 From e5b983a1015cebfbdfcd62fb10a83efd25bd5743 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 29 Dec 2018 12:58:00 +0100 Subject: [PATCH 2/2] My Wifi Passwords: Improve description --- metadata/info.aario.mywifipasswords.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/metadata/info.aario.mywifipasswords.yml b/metadata/info.aario.mywifipasswords.yml index db9ca38bc1..e1f4d6cb91 100644 --- a/metadata/info.aario.mywifipasswords.yml +++ b/metadata/info.aario.mywifipasswords.yml @@ -7,23 +7,23 @@ IssueTracker: https://github.com/aario/MyWifiPasswords/issues Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJTM2GDGPEFHA AutoName: My Wifi Passwords -Summary: View your WIFI Passwords +Summary: View your Wi-Fi Passwords Description: |- - Have the wifi connected on your Android phone and want to share its + Have the Wi-Fi 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 + find that piece of paper? If your Android phone is rooted, this app makes your life much easier! This app reads wpa_supplicant file (by default in - /data/misc/wifi/wpa_supplicant.conf) and provides you a list of WIFI SSIDs + /data/misc/wifi/wpa_supplicant.conf) and provides you a list of Wi-Fi SSIDs and PSKs (passwords). 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. + the Wi-Fi 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. + information you're looking for in it. My Wifi Passwords does this for you. RequiresRoot: 'yes'