Commit Graph

114 Commits

Author SHA1 Message Date
Toby
1df1eada2a
Update README, removed how to install 2018-01-26 01:44:08 -05:00
Toby
6c4c692c39
Updated submission github repo wording 2018-01-26 01:34:21 -05:00
Toby
f851849f1a
Revised description 2018-01-26 01:33:26 -05:00
Daniel Pollithy
964347ed27 Merge remote-tracking branch 'origin/master' 2018-01-26 07:25:14 +01:00
Daniel Pollithy
febed1bbde working draft #2 2018-01-26 07:25:06 +01:00
Toby
350dd862d1
IOTA capitalization 2018-01-26 00:54:21 -05:00
Daniel
24c73ee17f
Update SUBMISSION.MD 2018-01-26 05:39:52 +01:00
Toby Woerthle
348e59f06d getNextAddress() and getNextKeyIndex()
-Added next address and key index functions to WalletAddressChecker
-Note that WalletAddressChecker is not extend AsyncTask<Void, Void, Void>, you'll need to call it from an asyc class if needed to be run in background.

Example usage:

WalletAdressChecker addressChecker = new WalletAddressChecker(getActivity, getActivity().getString(R.string.preference_file_key));
addressChecker.getAddress(seed);
int nextKey = addressChecker.getNextKeyIndex();
String nextAddress = addressChecker.getNextAddress();
2018-01-25 23:05:57 -05:00
Toby
d543ac756d
Added SUBMISSION.MD 2018-01-25 22:48:45 -05:00
Daniel Pollithy
a1698cb4fb start to include flash channel (with error to debug) 2018-01-26 04:24:23 +01:00
Daniel Pollithy
1f4de84689 Merge branch 'master' of github.com:DanielPollithy/flashwifi 2018-01-26 02:25:21 +01:00
Daniel Pollithy
50cee71261 check balance before starting
shouldCloseChannel check
2018-01-26 02:25:12 +01:00
gosticks
b6154c75eb added readFile 2018-01-26 02:14:53 +01:00
gosticks
9b6d7b6219 Merge branch 'master' of github.com:DanielPollithy/flashwifi 2018-01-26 02:13:24 +01:00
gosticks
30e9179633 Added some utilities for funding address and checking transaction state. 2018-01-26 02:12:17 +01:00
gosticks
446921b368 Updated transfers to use iota implementation 2018-01-26 02:11:13 +01:00
Daniel Pollithy
8d792bd2fc decouple ForegroundService from RoamingActivity 2018-01-25 22:57:05 +01:00
Daniel Pollithy
b7d5710ae6 merge new fragment with old code 2018-01-25 17:44:29 +01:00
Daniel Pollithy
d0a930dcbe Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/src/main/java/com/flashwifi/wifip2p/MainActivity.java
2018-01-25 17:30:08 +01:00
Daniel Pollithy
054a39e489 fix #59
fix #48
2018-01-25 17:27:35 +01:00
Jennifer Muenk
94aed93872 fix #41 2018-01-25 15:24:28 +01:00
gosticks
3aa57962bf merged 2018-01-25 11:05:17 +01:00
gosticks
66c1e6fe4f Merge branch 'master' of github.com:DanielPollithy/flashwifi 2018-01-25 10:36:12 +01:00
gosticks
568b50ad33 fixed J2V8 not working on arm64, fixed minor bugs in example. 2018-01-25 10:35:57 +01:00
Toby
05c56d3994
Added README installation and requirements section 2018-01-25 00:34:21 -05:00
Toby Woerthle
9d3ed85a0a Merge branch 'master' of https://github.com/DanielPollithy/flashwifi 2018-01-25 00:24:46 -05:00
Toby Woerthle
834f4828c7 Remove Setting > Reset Data Usage 2018-01-25 00:24:40 -05:00
Toby
9695aa2581
Update README 2018-01-25 00:23:55 -05:00
Toby Woerthle
741a638309 Changed user agreement to .md file 2018-01-24 23:38:58 -05:00
Toby Woerthle
37c2d9330c License & Agreement + Pending funds notice
-Added user agreement and licenses dialogs
-Added pendings funds notice

-Removed units and network timeout from settings for now
2018-01-24 23:35:10 -05:00
Toby
3b0da47ee1
Create USERAGREEMENT
Modified generated agreement from:
https://termsfeed.com/terms-conditions/106856769ae9a559430a931e14ff03b1
2018-01-24 23:16:28 -05:00
Toby Woerthle
3af91f1e0d Android 6.0 CHANGE_NETWORK_STATE permission check - bug fix
-Android 6.0 - BUG:
https://stackoverflow.com/questions/32185628/connectivitymanager-requestnetwork-in-android-6-0
-"If you have WRITE_SETTINGS you don't need CHANGE_NETWORK_STATE"

-Added check: if on Android 6.0 and permissions not granded, ignore and proceed
2018-01-24 21:56:31 -05:00
Daniel Pollithy
cb57557acc fix seed problem
start to refactor the service<->ui problem
2018-01-25 02:07:12 +01:00
Daniel Pollithy
2f8c6e3a33 missing modules 2018-01-25 01:02:25 +01:00
Daniel Pollithy
c22f758940 fix #63
fix #62
fix #61
2018-01-25 01:02:06 +01:00
Jennifer Muenk
6cb3842798 Merge branch 'master' of https://github.com/DanielPollithy/flashwifi 2018-01-25 00:46:01 +01:00
Jennifer Muenk
a4f2fb7a5c fix #40
fix #32
2018-01-25 00:45:44 +01:00
gosticks
bb3d1de716 Merge branch 'master' of github.com:DanielPollithy/flashwifi 2018-01-24 23:42:54 +01:00
gosticks
c6c369ab40 Updated flash wrapper source. Added example class 2018-01-24 23:42:39 +01:00
Toby Woerthle
3e96e2fba6 Balance check upon App start
-Added balance update and sharedPrefWrite upon app start
2018-01-24 02:10:30 -05:00
Toby Woerthle
457f202f7f Added balance + update date caching
-getSharedPreferences now contain balanceDateUpdate and balance
-balance displayed even if offline, displays cached
2018-01-24 01:14:35 -05:00
Toby Woerthle
653f137a99 Wallet Balance Check Fix + Private Testnet is now default node
-Fixed key index change check and storage, which fixes balance value
-Cleaned up println statements
-Made (private) testnet default to true
2018-01-24 00:16:15 -05:00
Daniel Pollithy
6e6676fd1b - removed switch and introduced foreground service
- so close to switching the modes
2018-01-24 01:24:18 +01:00
Toby
bf9d5f595b
Merge pull request #50 from DanielPollithy/WalletBalanceChecker
Balance Checker Fix
2018-01-23 02:56:02 -05:00
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
Toby
c448e82d60
Merge pull request #49 from DanielPollithy/WalletBalanceChecker
Wallet balance checker
2018-01-22 21:59:54 -05:00
Toby Woerthle
51b88c4b44 Revert modules.xml change 2018-01-22 21:58:19 -05:00
Toby Woerthle
57058a6529 Tesetnet Private Setting 2018-01-22 21:55:16 -05:00
Daniel Pollithy
bd623711f7 fix #20 2018-01-23 00:25:58 +01:00
Daniel Pollithy
010ce3b272 Merge remote-tracking branch 'origin/master' 2018-01-22 13:26:34 +01:00