- Sep 10, 2012
-
-
sponge authored
-
- Sep 06, 2012
-
-
sponge authored
-
- Sep 05, 2012
-
-
sponge authored
-
- Aug 17, 2012
-
-
sponge authored
-
- Aug 03, 2012
-
-
sponge authored
-
- Jul 28, 2012
-
-
sponge authored
-
- Jul 23, 2012
-
-
sponge authored
-
- Jul 04, 2011
-
-
zzz authored
- Clean up debug text on main screen - Move most logging from System.err.println to Util - Stub out HTTP auth handler - Don't restart Peers page on orientation change - Add inbound/outbound arrows, not loaded yet - Tweak log levels
-
- Jul 03, 2011
-
-
zzz authored
- More updates to release notes
-
- Jun 29, 2011
-
-
zzz authored
- Switch from URI to Uri in the WV Client - Canonicalize resource URIs if necessary - Switch from HashMap to SharedPrefs in CacheProvider - Use cache when going forward too - CacheProvider remove old entries in onCreate() - CacheProvider cleanup - gc on router stop - Add reload menu item - Don't return to welcome page on activity restart - Notification on client tunnels up/down
-
- Jun 25, 2011
-
-
zzz authored
- Use cache for going back in webview... Sadly you can't go forward after going back - Start brand new notification when starting or stopping router - Add uncaught exception handler to remove notification but not sure if it works
-
- Jun 24, 2011
- Jun 23, 2011
-
-
zzz authored
- Allow quitting while waiting - Move connected detection to utility class - Use connected info for displaying buttons
-
- Jun 22, 2011
-
-
zzz authored
- Hide start/stop in menu as appropriate - Prep for actually stopping and releasing service - Stop service when stopping router - Switch from singleTask to SingleTop - Use SharedPrefs to remember whether to start router
-
- Jun 18, 2011
-
-
zzz authored
- Don't require GMP source to build - Hook new router final shutdown hook, tweak state machine to not declare router done until final shutdown
-
- Jun 17, 2011
-
-
zzz authored
- Convert service status bar updater from a thread to a Handler - Clean up status bar - Null out router context on shutdown - Switch back to shared clients
-
zzz authored
- Increase max NTCP connections - Delete old wrapper.log at startup - Spoof network status on emulator - Increase client start delay - Disable shared clients - Stop LogWriter from starting a new App context at shutdown - LogWriter tweaks - Logging tweaks
-
- Jun 12, 2011
-
-
zzz authored
- Start and stop buttons - Handler for screen updates - Make service not sticky - Log tweaks - Fix version script
-
zzz authored
- Only bind to service briefly from receiver to prevent shutdown hangs
-
zzz authored
- Move temp dir setting from config to code - Stub out methods to stop the router
-
zzz authored
- Change min API to 7 (2.1), to make things a little easier. This covers 95% of active devices and older ones are likely too crappy to run I2P anyway.
-
- Jun 11, 2011
- Jun 10, 2011
-
-
zzz authored
- Set class loader, although that causes other problems - Fix temp dir for now, but needs to be set in app not in config file
-
zzz authored
- Add clients.config, i2ptunnel.config, hosts.txt, i2ptunnel.jar, streaiming.jar, ministreaming.jar Clients won't load yet, have to fight the class loader. - More BroadcastReceiver work (still not hooked in) - enums
-
zzz authored
- Beginnings of a BroadcastReceiver - ant target for signing key - Status thread - Status in status bar for now
-
- Jun 07, 2011
-
-
zzz authored
Next step: Update the scripts and docs to point to ../i2p.i2p/ for everything.
-
- Jun 06, 2011
-
-
zzz authored
- Move the classes around - Split into Activity and Service - Add status bar notification - More config changes
-