Go to file
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
.idea Revert modules.xml change 2018-01-22 21:58:19 -05:00
app Balance Checker Fix 2018-01-23 02:54:29 -05:00
gradle/wrapper added flash wrapper 2018-01-15 18:18:46 +01:00
.gitignore added flash wrapper 2018-01-15 18:18:46 +01:00
build.gradle added flash wrapper 2018-01-15 18:18:46 +01:00
gradle.properties initial commmmit 2017-12-30 12:37:56 +01:00
gradlew initial commmmit 2017-12-30 12:37:56 +01:00
gradlew.bat initial commmmit 2017-12-30 12:37:56 +01:00
README.md Updated task completion 2018-01-14 19:17:52 -05:00
settings.gradle initial commmmit 2017-12-30 12:37:56 +01:00

flashwifi

What is this?

ToDos

Iota stuff: 2.5d

  • Address generation TOBY
  • Address storage TOBY
  • Withdrawal and deposit for the internal wallet 0.75d TOBY
  • Attach/close flash channel to tangle (deposit to root of tree) -> "api.sendTransfer" 0.75d DANIEL
  • UI 1.0d TOBY

Flash channel: 1d WLAD

  • J2V8 interfaces… 1d WLAD
  • overwrite flash object 0.25d WLAD
  • close channel 0.25d WLAD
  • Create flash channel 0.75d WLAD
  • integrate into repo 0.5d WLAD

Billing protocol: 2d DANIEL

  • general stuff 0.5d DANIEL
  • integrate flash channel 0.5d DANIEL
  • UI 1.0 d DANIEL

Network monitoring: 2d TOBY

  • Client and server measure data usage TOBY
  • Build sweet graph TOBY

WiFi direct discovery: 1d

  • Negotiation protocol 0.5d DANIEL
  • Password generation, open hotspot, close hotspot on timeout etc. 0.5d DANIEL

Frontends: 6.5d

  • Initial setup view (seed generation, set password): 0.5d DANIEL
  • Settings (security, hotspot price per megabyte, client max price per megabyte, tangle attachment timeout, make new setup, change password) 1.5d TOBY
  • Search hotspot: 0.5d DANIEL
  • Start hotspot: 0.5d DANIEL
  • Fund wallet: 1d TOBY
  • Withdraw from wallet (+QR code) 0.5 d TOBY
  • Tethering status (-> fixed Notification with stop button) 1d WLAD
  • UI bugs (back button) 1d

Other stuff 2.5d

  • Videos: 2d WLAD + TOBY + DANIEL
  • Website: 0.5d WLAD

Total: 17d