flashwifi/app
Toby Woerthle 37c55e1c09 Balance Checker Fix
-Balance checker should be accurate now
-Need to test more and remove println statements
-Added checking of pending transactions to not include them in the key index update

To retrieve balance from stored preference @danielpollithy @gosticks:

prefFile = getActivity().getString(R.string.preference_file_key
SharedPreferences sharedPref = context.getSharedPreferences(prefFile, Context.MODE_PRIVATE);
String defaultValue = "0";
String storedBalance = sharedPref.getString("balance",defaultValue);

-Added About, License, Agreement settings sections
-Updated and added security settings and usage
2018-01-23 02:54:29 -05:00
..
src Balance Checker Fix 2018-01-23 02:54:29 -05:00
.gitignore initial commmmit 2017-12-30 12:37:56 +01:00
build.gradle Testnet token generation 2018-01-21 01:14:01 -05:00
proguard-rules.pro initial commmmit 2017-12-30 12:37:56 +01:00