Nathan Freitas
2735a59151
update to 13.0.0; release candidate 1
2014-01-06 22:30:36 -05:00
Nathan Freitas
096144b4bc
adding in binaries for UI/Android devs without NDK
...
All binaries can be built from source using Makefile in /external
2014-01-06 22:29:29 -05:00
Nathan Freitas
f69c1aa445
updated jtorctrl build
2014-01-06 22:28:35 -05:00
Nathan Freitas
0b024c9efa
Merge branch 'master' of https://github.com/eighthave/orbot into hans_build_patches
...
Conflicts:
external/Makefile
2014-01-02 13:49:33 -05:00
Nathan Freitas
d54cf74e3c
bump to 13.0.0-alpha-1
2013-12-29 22:01:31 -05:00
Nathan Freitas
276e6c347d
remove old external openssl-static path
2013-12-29 06:17:05 -05:00
Nathan Freitas
e0a7fbb450
check for both link and original path in process lookup
2013-12-28 09:52:36 -05:00
Nathan Freitas
b48bbc1487
updated AUTHORS for amoghbl1
2013-12-28 09:39:59 -05:00
Nathan Freitas
e9396b7cc2
use new bundled xtables binary appropriately
2013-12-28 09:21:25 -05:00
Nathan Freitas
ca28aded12
add patches for iptables/xtables building on Android
2013-12-28 09:21:13 -05:00
Nathan Freitas
76b15ddf58
adding new iptables/xtables build from source
2013-12-28 09:10:05 -05:00
Nathan Freitas
8b65332bbb
clean up of error notifications
2013-12-28 02:18:00 -05:00
Nathan Freitas
8722db9f2d
put threading of settings reload into TorService
2013-12-28 01:07:54 -05:00
Nathan Freitas
d2006b219f
remove static openssl android and replace with real openssl
2013-12-28 00:44:45 -05:00
Nathan Freitas
0e6bb4292d
add new openssl
2013-12-28 00:44:16 -05:00
Nathan Freitas
c4d8c97321
stop button for notification bar
2013-12-28 00:44:09 -05:00
Nathan Freitas
c80c5d49df
improvements on notification code
2013-12-28 00:43:51 -05:00
Nathan Freitas
5891feee9a
service should be unbound when activity is destroyed
...
also some other cleanup of unused code
2013-12-28 00:43:36 -05:00
Nathan Freitas
867ff53b8b
remove simple server source bundle
2013-12-27 21:44:55 -05:00
Nathan Freitas
3069fb5af4
run Tor from link to keep compatibility with OrbotHelper class
...
some apps use our OrbotHelper.java class and are expecting the
Tor binary process to be at /data/data/org.torproject.android/app_bin/tor
so we link that path to the lib/libtor.so path
2013-12-27 21:43:55 -05:00
Nathan Freitas
17f7d46e5c
update menu, strings, icons for ChatSecure (from Gibberbot)
2013-12-27 21:43:33 -05:00
Nathan Freitas
198974a053
update to build openssl latest
2013-12-27 16:41:54 -05:00
Nathan Freitas
468076e3af
set to 1.0.1e release
2013-12-27 15:58:29 -05:00
Nathan Freitas
8666b1b4df
updating tor to 0.2.4.20
2013-12-27 15:29:03 -05:00
Nathan Freitas
95461da386
adding back in jtorctrl jar file
2013-12-27 15:28:39 -05:00
Nathan Freitas
f3cbb6ed88
updating SDK and removing share intents
2013-12-27 15:28:28 -05:00
Nathan Freitas
6e795961f7
updating to Android 18 / 4.4
2013-12-27 15:28:15 -05:00
Nathan Freitas
420dd1e966
adding geoip ipv4 db back in for now
2013-12-27 15:27:54 -05:00
Nathan Freitas
1739473a1d
more updates for moving binaries to libs/armeabi
2013-12-27 15:27:20 -05:00
Nathan Freitas
5870a674d8
update for 0.2.4.20 constant
2013-12-27 15:27:09 -05:00
Nathan Freitas
6a125a9dee
more removal of share service from core Orbot
...
moving to a separate app
2013-12-27 13:34:16 -05:00
Nathan Freitas
a0de73667f
change "network conn" preference to be more clear
2013-12-27 13:25:03 -05:00
Nathan Freitas
c58f009e84
remove simple jar from project (moving sharing to sep app)
2013-12-27 13:24:46 -05:00
Nathan Freitas
528642149d
remove "ShareService" from projet (moving to separate app)
2013-12-27 13:24:25 -05:00
Nathan Freitas
a8ca927610
remove simple file sharing server from build process
2013-12-27 13:24:15 -05:00
Nathan Freitas
fbd4fdc857
updated to android-18
2013-12-27 12:43:12 -05:00
Nathan Freitas
6b0b0fa069
more changes for executing binaries from libs/jni folder
2013-12-27 12:30:20 -05:00
Nathan Freitas
d40016b54a
move minimum device support to API 9 or 2.3
2013-12-27 12:30:09 -05:00
Nathan Freitas
d6d989af09
updated jar for jtor control
2013-12-27 12:29:59 -05:00
Nathan Freitas
4d6e0cca96
update makefile for new install process
...
update tags for libevent and tor
2013-12-27 11:14:11 -05:00
Nathan Freitas
d236708e41
removing binaries from repo
...
binaries will now be stored in /libs/armeabi as psuedo shared libraries (actually executables)
android handles unpacking of shared libraries and makes them executable for user automatically
geoip will be available as an add-on download to reduce size of default app
2013-12-27 11:12:43 -05:00
Hans-Christoph Steiner
ca8197fa5b
update native build to include Android NDK build flags
...
This updates external/Makefile to be more integrated into the Android NDK,
by using the same variable names and including build flags from the NDK.
2013-12-05 19:28:54 -05:00
Hans-Christoph Steiner
2d34745b87
include note about git submodules in BUILD instructions
2013-12-05 18:49:23 -05:00
Hans-Christoph Steiner
ddd62f29ae
remove spaces and tabs where 'make' complains about them
...
spaces and tabs can have meaning in a Makefile, so stray ones can cause
troubles. emacs makefile-mode warns about potentially troublesome errant
whitespace.
2013-12-05 18:38:11 -05:00
Nathan Freitas
f4e73e9cd7
updating version to 12.0.5
2013-08-23 16:59:12 -04:00
Nathan Freitas
abe1788648
another shared prefs fix
2013-08-23 16:46:48 -04:00
Nathan Freitas
e632b3b04f
fixes for sharing preferences across processes
2013-08-23 16:44:15 -04:00
Nathan Freitas
9a10cdda9d
updated orbot glow icon
2013-08-23 13:03:59 -04:00
Nathan Freitas
a9b41a8266
make orbot another background process
2013-08-23 12:56:18 -04:00
Nathan Freitas
8f44c516e1
make sure binaries and config files are updated
2013-08-23 12:56:04 -04:00