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

Skip to content
Snippets Groups Projects
Commit 57f3c95d authored by zzz's avatar zzz
Browse files

- Doc updates

- Force hosts.txt naming service
parent 3021c0bc
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,6 @@ SDK Platform-tools Version 5, June 2011. ...@@ -4,8 +4,6 @@ SDK Platform-tools Version 5, June 2011.
The i2p source must be installed in ../i2p.i2p, The i2p source must be installed in ../i2p.i2p,
or else add i2psrc=/path/to/source in the local.properties file. or else add i2psrc=/path/to/source in the local.properties file.
Temporary - requires changes in the i2p.i2p.zzz.android branch,
use it instead!
===================== =====================
......
...@@ -27,15 +27,13 @@ Embedded web browser ...@@ -27,15 +27,13 @@ Embedded web browser
The browser does not use the outproxy for regular web sites. Javascript is disabled. The browser does not use the outproxy for regular web sites. Javascript is disabled.
The following problems with eepsites are probably not fixable except on Android 3.0 (Honeycomb - i.e. tablets) due to API limitations. I don't have a tablet to test on, so I haven't made any effort to work on it. The workaround is to use Firefox Mobile 4 and the ProxMob plugin (see below). The following problems with eepsites are probably not fixable except on Android 3.0 (Honeycomb - i.e. tablets) due to API limitations. I don't have a tablet to test on, so I haven't made any effort to work on it. The workaround is to use Firefox Mobile 4 and the ProxMob plugin (see below).
- No images
- No CSS
- No POSTs to forms - No POSTs to forms
For eepsites, there are several other things to note: For eepsites, there are several other things to note:
- No cookies - No cookies
- No way to type in addresses - No way to type in addresses
- Eepsites are not found in the cache when hitting the back button - Several issues with images and CSS fetches
- Fetches are aborted when you rotate the screen - Non-HTML links (pdf, text, images, torrent, etc.) probably don't work
Using clients with the router Using clients with the router
......
...@@ -16,6 +16,11 @@ time.disabled=true ...@@ -16,6 +16,11 @@ time.disabled=true
# #
i2cp.disableInterface=true i2cp.disableInterface=true
# #
# hosts.txt should be more crash-proof than blockfile
# Todo: implement a NamingService using the android native SQLite
#
i2p.naming.impl=net.i2p.client.naming.HostsTxtNamingService
#
##### Tunnels ##### Tunnels
# #
router.inboundPool.backupQuantity=0 router.inboundPool.backupQuantity=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment