I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Sep 10, 2012
  2. Sep 06, 2012
  3. Sep 05, 2012
  4. Aug 17, 2012
  5. Aug 03, 2012
  6. Jul 28, 2012
  7. Jul 23, 2012
  8. Jul 04, 2011
    • zzz's avatar
      - Notification icon rotations · 1219725e
      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
      1219725e
  9. Jul 03, 2011
  10. Jun 29, 2011
    • zzz's avatar
      - Handle resource URIs in the WV Client · 92d47564
      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
      92d47564
  11. Jun 25, 2011
    • zzz's avatar
      - Implement LRU file cache with max size and file count · 9c4e661e
      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
      9c4e661e
  12. Jun 24, 2011
    • zzz's avatar
      - Add Peers activity · a3aa6465
      zzz authored
      - Save service state
      - Start router after stopped by system
      a3aa6465
    • zzz's avatar
      - Set android log tag to "I2P" · cadb6e8c
      zzz authored
      - Log to console buffer too
      - New log activity
      - Debug status output when router not running
      - More logging utility methods
      cadb6e8c
  13. Jun 23, 2011
  14. Jun 22, 2011
    • zzz's avatar
      - Change to startActivity() · f045191c
      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
      f045191c
  15. Jun 18, 2011
  16. Jun 17, 2011
    • zzz's avatar
      - Add status to main page in the Handler · 05cdb11c
      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
      05cdb11c
    • zzz's avatar
      - Enable UPnP · 3a7f4331
      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
      3a7f4331
  17. Jun 12, 2011
    • zzz's avatar
      - Really change to SDK 7 · 2ee5d5f0
      zzz authored
      - Start and stop buttons
      - Handler for screen updates
      - Make service not sticky
      - Log tweaks
      - Fix version script
      2ee5d5f0
    • zzz's avatar
      - Stop router if network lost · e94c332e
      zzz authored
      - Only bind to service briefly from receiver to
        prevent shutdown hangs
      e94c332e
    • zzz's avatar
      - Hook in news fetcher · 735da140
      zzz authored
      - Move temp dir setting from config to code
      - Stub out methods to stop the router
      735da140
    • zzz's avatar
      - Beginnings of a local Binder · 0d97d92c
      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.
      0d97d92c
  18. Jun 11, 2011
  19. Jun 10, 2011
    • zzz's avatar
      - i2ptunnel link fix · 65978476
      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
      65978476
    • zzz's avatar
      - Add news button, news page, initialNews.xml · 8fb166b6
      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
      8fb166b6
    • zzz's avatar
      - Switch to GMP 5.0.2 · 7cc1e37c
      zzz authored
      - Beginnings of a BroadcastReceiver
      - ant target for signing key
      - Status thread
      - Status in status bar for now
      7cc1e37c
  20. Jun 07, 2011
  21. Jun 06, 2011
    • zzz's avatar
      Android: · 95189c8f
      zzz authored
        - Move the classes around
        - Split into Activity and Service
        - Add status bar notification
        - More config changes
      95189c8f
Loading