update BUILD with new android target, update strings for new versions of Tor and Orbot
svn:r22703
This commit is contained in:
		
							parent
							
								
									c94c2a8ad5
								
							
						
					
					
						commit
						60cfa10480
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
<?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.2.13-orbot-alpha-0.0.8" android:versionCode="8">
 | 
			
		||||
      android:versionName="0.2.2.14-orbot-alpha-0.0.9" android:versionCode="8">
 | 
			
		||||
       
 | 
			
		||||
       <uses-permission android:name="android.permission.INTERNET" />
 | 
			
		||||
        <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								BUILD
								
								
								
								
							
							
						
						
									
										2
									
								
								BUILD
								
								
								
								
							| 
						 | 
				
			
			@ -122,7 +122,7 @@ Finally, we'll make a proper Android package with ant and the Android App SDK:
 | 
			
		|||
	cd ../Orbot/
 | 
			
		||||
	cp ~/mydroid/external/privoxy/privoxy-3.0.12-stable/privoxy assets/privoxy
 | 
			
		||||
	cp ~/mydroid/external/tor/tor/src/or/tor assets/tor
 | 
			
		||||
	$APP_SDK/android update project --name Orbot --target 1 --path .
 | 
			
		||||
	$APP_SDK/android update project --name Orbot --target 3 --path .
 | 
			
		||||
	ant release
 | 
			
		||||
 | 
			
		||||
This will produce an unsigned Tor package in ./bin/Orbot-unsigned.apk!
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<project name="Orbot">
 | 
			
		||||
<project name="Orbot" default="help">
 | 
			
		||||
 | 
			
		||||
    <!-- The local.properties file is created and updated by the 'android' tool.
 | 
			
		||||
         It contains the path to the SDK. It should *NOT* be checked in in Version
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,5 +10,5 @@
 | 
			
		|||
# Indicates whether an apk should be generated for each density.
 | 
			
		||||
split.density=false
 | 
			
		||||
# Project target.
 | 
			
		||||
target=android-3
 | 
			
		||||
target=Google Inc.:Google APIs:3
 | 
			
		||||
apk-configurations=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -80,7 +80,7 @@
 | 
			
		|||
				android:paddingLeft="15px"
 | 
			
		||||
				android:textStyle="bold"
 | 
			
		||||
				android:textColor="#00ff00" />	
 | 
			
		||||
			<TextView android:text="Tor v0.2.2.13: https://www.torproject.org"
 | 
			
		||||
			<TextView android:text="Tor v0.2.2.14: https://www.torproject.org"
 | 
			
		||||
				android:layout_width="fill_parent" 
 | 
			
		||||
				android:layout_height="wrap_content"
 | 
			
		||||
				android:autoLink="web"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<resources>
 | 
			
		||||
    <string name="app_name">Orbot</string>
 | 
			
		||||
    <string name="app_version">0.0.8</string>
 | 
			
		||||
    <string name="app_version">0.0.9</string>
 | 
			
		||||
    <string name="internal_web_url">http://orbot/</string>
 | 
			
		||||
    <string name="default_web_url">http://check.torproject.org</string>
 | 
			
		||||
    <string name="secure_default_web_url">https://check.torproject.org</string>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue