- Doc updates
- Force hosts.txt naming service
This commit is contained in:
@ -4,8 +4,6 @@ SDK Platform-tools Version 5, June 2011.
|
||||
|
||||
The i2p source must be installed in ../i2p.i2p,
|
||||
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
|
||||
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).
|
||||
- No images
|
||||
- No CSS
|
||||
- No POSTs to forms
|
||||
|
||||
For eepsites, there are several other things to note:
|
||||
- No cookies
|
||||
- No way to type in addresses
|
||||
- Eepsites are not found in the cache when hitting the back button
|
||||
- Fetches are aborted when you rotate the screen
|
||||
- Several issues with images and CSS fetches
|
||||
- Non-HTML links (pdf, text, images, torrent, etc.) probably don't work
|
||||
|
||||
|
||||
Using clients with the router
|
||||
|
@ -16,6 +16,11 @@ time.disabled=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
|
||||
#
|
||||
router.inboundPool.backupQuantity=0
|
||||
|
Reference in New Issue
Block a user