0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hoang Tram: Adding file on behalf of David and Aaron More... about 14 years ago
Changed icon to 16x16. Some OSs do not downsize icon for system tray. Fixed text boxes and added border. Program now exits when user clicks 'Exit' in the menu. Only one instance of Status or DebugInfo can be created/opened at once (similar to Singleton). More... about 14 years ago
GUI was slow after I implemented realtime updating of usage stats. Small change makes it fast again WITH realtime updates. More... about 14 years ago
Tests pass. Got GET and PUT working. More... about 14 years ago
HTTP working. More... about 14 years ago
Added code for handling HTTP connections. Only support HTTP 1.1 now More... about 14 years ago
Added in code for getting headers from request (for http) More... about 14 years ago
Merge branch 'master' of github.com:teamblue/BIA More... about 14 years ago
added windows swt again, sorry guys More... about 14 years ago
Merge branch 'master' of git+ssh://github.com/teamblue/BIA More... about 14 years ago
Bluetooth integration. More... about 14 years ago
Got RemoteConnectionHandler working (had to close output/input streams). Added a full app test. More... about 14 years ago
Changed from Protocol to SocketConnection More... about 14 years ago
added SimpleBluetooth client Abstraction to simplify usage More... about 14 years ago
Hoang Tram: re-committing my changes that I did this morning; somehow they got wiped out Re-factor code, and extende client/server to transfer more than 100 bytes More... about 14 years ago
Added methods to RequestHTTPView (they were left out before for some reason). More... about 14 years ago
Revamped the TCP connection method in RemoteConnectionHandler to use lower level StreamConnection-like calls. Hopefully this will work better on the phone than the previous SocketConenction code. This also required a few changes to the test code. More... about 14 years ago
Updated TestClient and TestServer for BT More... about 14 years ago
should be private (thx chris) More... about 14 years ago
removed extra commenting More... about 14 years ago
Cleaned up main in preperation to push some proxy logic and GUI logic back into their respected homes. More... about 14 years ago
Actually added Chris's code. More... about 14 years ago
get rid of commented code. More... about 14 years ago
NOW I've added Bluetooth... More... about 14 years ago
Merge branch 'master' of github.com:teamblue/BIA More... about 14 years ago
Cleaning up local, added Bluetooth class to BTConnection. ` More... about 14 years ago
Session Details no longer needed in gui/General.java Main deals with this announcement More... about 14 years ago
One dispose of Widget the context is returned to the main method. More... about 14 years ago
More uneeded dependencies More... about 14 years ago
remove uneeded requires More... about 14 years ago