Skip to content

Commit

Permalink
project files updates
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Mar 7, 2012
1 parent 0881be7 commit 19c8021
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="info.guardianproject.otr.app.im"
android:sharedUserLabel="@string/perm_label"
android:versionName="0.0.7-RC1" android:versionCode="25">

android:versionName="0.0.7-RC2" android:versionCode="26"
android:installLocation="auto"
>
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
Expand Down Expand Up @@ -43,9 +44,7 @@ android:anyDensity="true"
android:icon="@drawable/ic_launcher_gibberbot"
android:taskAffinity="info.guardianproject.otr.app.task.im" android:debuggable="false"
android:configChanges="locale"
android:theme="@android:style/Theme.Light"

>
android:theme="@android:style/Theme.Light">

<activity android:name=".app.WelcomeActivity"
android:screenOrientation="portrait"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Track the source commits here:
https://github.com/guardianproject/Gibberbot/commits/master#

0.0.7 / 2012-01-17
- updated translation strings
- major fixes to connection stability by devrandom
- user interface clean-ness aka "turn to the light side" by n8fr8
- removed unintentional low level debug output
Expand Down
Binary file removed libs/sqlcipher.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-4
target=android-8

0 comments on commit 19c8021

Please sign in to comment.