- Jun 20, 2011
-
-
zzz authored
- Fix eepsite loads by adding xml header - Use loadDataWithBaseURL() but block network loads, requires API 8 - Turn zoom controls on for local pages too
-
zzz authored
- Async task for web/eep loads - Progress dialog for web/eep loads - Cancel loads with back button
-
zzz authored
- Add welcome page - Add EepGetFetcher app - Add warnings
-
- Jun 19, 2011
- Jun 18, 2011
- 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
-
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
-
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
- Jun 06, 2011
-
-
zzz authored
- Move the classes around - Split into Activity and Service - Add status bar notification - More config changes
-
- Jun 05, 2011
-
-
zzz authored
- Import the main_rules file and remove the copied rules - Set the version code and name in the apk badging - Build target is 8 to allow SD install, MIN-SDK is still 3 - Fix NPE on new install - Remove some debug code from NBigI
-
kytv authored
-
kytv authored
-
kytv authored
-
duck authored
and 'afa8f9152e731dd11cd6a3649d45caaeb65b1b82'
-
duck authored
-
zzz authored
-
zzz authored
and '9d726cbaf7d1591c47b4dd7e6aed864d2c09e25d'
-
zzz authored
- Replace old non-PIC 62-bit linux libs (GMP 4.1.4 built in 2005) with PIC libs built with GMP 5.0.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-5.0.2/ For 64-bit processors, both performance testing and the GMP changelog led us to use 5.0.2 for both the 32- and 64-bit versions, even though the files are twice as big. See http://zzz.i2p/topics/306 for discussion and test results. libjbigi-linux-athlon64.so was a 64 bit file; by the new naming standard supported by NativeBigInteger, it is now a 32-bit file and the 64-bit one is libjbigi-linux-athlon64_64.so. All new 64-bit libs will have _64 appended. - Update build docs
-
zzz authored
NBI now tries athlon as a fallback for all 64-bit processors.
-
zzz authored
-
zzz authored
disabled by default. Add test code to verify identical results and compare speed.
-
duck authored
-
zzz authored
-
zzz authored
in RouterInfo and LeaseSet
-
zzz authored
-
zzz authored
with PIC libs built with GMP 4.3.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-4.3.2/ The 4.3.2 files are half the size of those built with GMP 5.0.2, and there was little or no performance difference between the two versions for 32 bit processors. See http://zzz.i2p/topics/306 for discussion and test results.
-