updated version 1.0.7.2 and project info
This commit is contained in:
		
							parent
							
								
									3a9a269296
								
							
						
					
					
						commit
						a773ff35f8
					
				| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					<?xml version="1.0" encoding="utf-8"?>
 | 
				
			||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
					<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
				
			||||||
      package="org.torproject.android" 
 | 
					      package="org.torproject.android" 
 | 
				
			||||||
      android:versionName="0.2.3.11-alpha-1.0.7.2-OBFS-FINAL" 
 | 
					      android:versionName="0.2.3.11-alpha-1.0.7.3-ALPHA" 
 | 
				
			||||||
      android:versionCode="35"
 | 
					      android:versionCode="36"
 | 
				
			||||||
        android:installLocation="auto"
 | 
					        android:installLocation="auto"
 | 
				
			||||||
      >
 | 
					      >
 | 
				
			||||||
       <uses-permission android:name="android.permission.INTERNET" />
 | 
					       <uses-permission android:name="android.permission.INTERNET" />
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,9 @@
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
    <uses-sdk android:minSdkVersion="4"/>
 | 
					    <uses-sdk android:minSdkVersion="4"/>
 | 
				
			||||||
    <application android:name=".OrbotApp" android:theme="@style/DefaultTheme" android:icon="@drawable/icon"
 | 
					    <application android:name=".OrbotApp" android:theme="@style/DefaultTheme" android:icon="@drawable/icon"
 | 
				
			||||||
     android:label="@string/app_name" android:debuggable="false">
 | 
					     android:label="@string/app_name" 
 | 
				
			||||||
 | 
					     android:configChanges="locale|orientation"
 | 
				
			||||||
 | 
					     android:debuggable="true">
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
        <activity android:name=".Orbot"
 | 
					        <activity android:name=".Orbot"
 | 
				
			||||||
                  android:theme="@android:style/Theme.NoTitleBar">
 | 
					                  android:theme="@android:style/Theme.NoTitleBar">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,7 @@
 | 
				
			||||||
NOTE: Specific #s below correspond to Trac tickets logged and maintained at https://trac.torproject.org/projects/tor/
 | 
					NOTE: Specific #s below correspond to Trac tickets logged and maintained at https://trac.torproject.org/projects/tor/
 | 
				
			||||||
 | 
					1.0.7.3
 | 
				
			||||||
 | 
					- updated strings
 | 
				
			||||||
 | 
					- adding in manual locale selection
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1.0.7.2
 | 
					1.0.7.2
 | 
				
			||||||
- added obfsproxy binary to res/raw and binary installation process
 | 
					- added obfsproxy binary to res/raw and binary installation process
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue