Daniel Pollithy
054a39e489
fix #59
...
fix #48
2018-01-25 17:27:35 +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
Daniel Pollithy
42276ec3fe
fix #47
2018-01-22 13:26:24 +01:00
Toby Woerthle
db2228fec0
Balance Debug
2018-01-21 23:50:38 -05:00
Toby
73742ee41c
Updated README to point to Github Pages site
...
https://tobywoerthle.github.io/flashWiFiSite/
2018-01-21 23:04:29 -05:00
Daniel Pollithy
e7e5f8d6fe
Merge branch 'master' of github.com:DanielPollithy/flashwifi
2018-01-21 16:00:12 +01:00
Daniel Pollithy
a86e3f1fbf
update permissions
2018-01-21 16:00:02 +01:00
Toby Woerthle
1da893f1db
Testnet token generation
...
-Added automatic token 2000i on testnet and automatic transfer to wallet
2018-01-21 01:14:01 -05:00
Daniel Pollithy
033210340f
first steps for second connection
2018-01-20 16:56:47 +01:00
Daniel Pollithy
d3ab75e3a5
fix #34
2018-01-20 16:55:53 +01:00
Daniel Pollithy
05f31939cd
fix #36
2018-01-20 16:55:31 +01:00
Daniel Pollithy
f7a834dff8
fix #39
2018-01-20 16:55:12 +01:00
Daniel Pollithy
68e4a0fe34
fix #37
2018-01-20 16:54:34 +01:00
Daniel Pollithy
d326070e12
fix #38
2018-01-20 16:46:45 +01:00
Toby Woerthle
cafae5c8e2
Testnet Setting
...
-Added testnet usage based on SharedPreference. Use code below:
SharedPreferences prefManager = PreferenceManager.getDefaultSharedPreferences(context);
Boolean testnet = prefManager.getBoolean("pref_key_switch_testnet",false);
2018-01-20 01:50:49 -05:00
Toby Woerthle
806407f5fd
Change password
...
Implemented change password via settings
2018-01-20 00:26:19 -05:00
Toby Woerthle
001b25dae4
App switch crash fix and Settings Listener case update
...
-Fixed error where unregisterReceiver would crash app if no BroadcastReceiver was registered
-Update settings UI
2018-01-19 22:49:48 -05:00
Daniel Pollithy
3e09483564
clean error codes
...
fix #31
2018-01-19 16:27:51 +01:00
Daniel Pollithy
224c94bd8c
fix #30
...
fix #24
2018-01-19 12:29:37 +01:00
Toby Woerthle
fc96ad539b
Settings Listeners
...
Added click and change listeners
2018-01-19 00:46:10 -05:00
Toby Woerthle
5f3abd0f3b
Merge branch 'master' of https://github.com/DanielPollithy/flashwifi
2018-01-18 18:55:58 -05:00
Toby Woerthle
a159b21e32
Settings Fragment Initial UI
...
-Added Settings Fragment
2018-01-18 18:55:53 -05:00
Daniel Pollithy
76d06a60cf
add rx and tx bytes to the billing
2018-01-18 23:47:24 +01:00
Daniel Pollithy
82f544e8b0
fix #27
2018-01-18 23:04:08 +01:00
Daniel Pollithy
2e22f5ed99
fix #25
2018-01-18 19:51:39 +01:00