[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] added filter for bridge and bridge+obfs urls
commit a2653393b07c88eff19217c236596a20c9da576a
Author: Nathan Freitas <nathan@xxxxxxxxxxx>
Date: Sat Feb 11 22:40:53 2012 -0500
added filter for bridge and bridge+obfs urls
---
AndroidManifest.xml | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 060cc4e..1850135 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
- android:versionName="0.2.3.10-alpha-orbot-1.0.7-FINAL"
- android:versionCode="32"
+ android:versionName="0.2.3.11-alpha-1.0.8a-OBFS"
+ android:versionCode="33"
android:installLocation="auto"
>
<uses-permission android:name="android.permission.INTERNET" />
@@ -24,6 +24,14 @@
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+ <data android:scheme="bridge" />
+ <data android:scheme="bridge+obfs" />
+ </intent-filter>
+
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="org.torproject.android.REQUEST_HS_PORT" />
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits