WiFiKeyView
This module changes the WiFi settings, it will add an option to the contextual menu of a known WiFi network, to show the pre shared key in a dialog.
Version 1.0.6:
bugfix: Text padding (Changed the positions of the text for everybody)
+ (bugfix) Added text color chooser for ShowPassword dialog
+ (feature-request) Added option to hide icon in launcher (this is experimental and there by in the debug preferences)
+ Included preferences (auto copy and debug)
+ New UI (displays every key in an network entry)
+ Added hook for modify dialog (not used yet)
# Password copy has changed, it can now be done automatically
- Promised translations are there but will not be perfectly up to date, for this I need help from the community as I do not speak/write most languages myself (Fork repo from github and submit a merge request)
+ Added more log, to better help with problems
+ Sensitive information doesn't appear in the log anymore
1.0.3:
+ Removed reflection for a more failsafe method
1.0.1 & 1.0.2:
+ Added support for every Android version
+ Don't use fixed id's anymore
+ Show password in dialog (with copy and share option)
Initial version