Skip to content

Commit d28ec56

Browse files
author
Grigory Fedorov
committed
Merge branch 'release/1.0.51'
Conflicts: xabber/MemorizingTrustManager xabber/otr4j
2 parents ad91b14 + 830e3dd commit d28ec56

File tree

2,624 files changed

+2945
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,624 files changed

+2945
-285
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[submodule "app/otr4j"]
2-
path = app/otr4j
1+
[submodule "xabber/otr4j"]
2+
path = xabber/otr4j
33
url = https://github.com/otr4j/otr4j.git
4-
[submodule "app/MemorizingTrustManager"]
5-
path = app/MemorizingTrustManager
4+
[submodule "xabber/MemorizingTrustManager"]
5+
path = xabber/MemorizingTrustManager
66
url = https://github.com/redsolution/MemorizingTrustManager.git

app/src/main/res/values-pt-rPT/account_editor.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

app/src/main/res/values-pt-rPT/muc_editor.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.2.3'
7+
classpath 'com.android.tools.build:gradle:1.3.0'
88
}
99
}
1010

scripts/crowdin.bash

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
unzip -o xabber.zip -d ../app/src/main/res
2-
perl -p -i.bak -w -e 's/&([l|g]t;)/&$1/g' $(find ../app/src/main/res/ -path ../app/src/main/res/values*.xml)
3-
perl -p -i.bak -w -e "s/\\\\\\\\'/\\\\'/g" $(find ../app/src/main/res/ -path ../app/src/main/res/values*.xml)
4-
perl -p -i.bak -w -e 's/ (<resources)/$1/g' $(find ../app/src/main/res/ -path ../app/src/main/res/values*.xml)
5-
find ../app/src/main/res/ -type f -name "*.bak" -exec rm -f {} \;
1+
unzip -o xabber.zip -d ../xabber/src/main/res
2+
perl -p -i.bak -w -e 's/&amp;([l|g]t;)/&$1/g' $(find ../xabber/src/main/res/ -path ../xabber/src/main/res/values*.xml)
3+
perl -p -i.bak -w -e "s/\\\\\\\\'/\\\\'/g" $(find ../xabber/src/main/res/ -path ../xabber/src/main/res/values*.xml)
4+
perl -p -i.bak -w -e 's/ (<resources)/$1/g' $(find ../xabber/src/main/res/ -path ../xabber/src/main/res/values*.xml)
5+
find ../xabber/src/main/res/ -type f -name "*.bak" -exec rm -f {} \;

settings.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ':app'
2-
include ':app:otr4j'
3-
include ':app:MemorizingTrustManager'
4-
include ':app:emojicon'
1+
include ':xabber'
2+
include ':xabber:otr4j'
3+
include ':xabber:MemorizingTrustManager'
4+
include ':xabber:emojicon'

app/build.gradle renamed to xabber/build.gradle

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23"
5+
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 23
10-
versionCode 218
11-
versionName '1.0.45'
10+
versionCode 224
11+
versionName '1.0.51'
1212
}
1313

1414
compileOptions {
@@ -51,20 +51,21 @@ repositories {
5151
}
5252

5353
ext {
54-
smackVersion = '4.1.3'
54+
smackVersion = '4.1.4'
5555
}
5656

5757
dependencies {
58-
compile 'com.android.support:design:23.0.0'
59-
compile 'com.android.support:appcompat-v7:23.0'
60-
compile 'com.android.support:support-v13:23.0.0'
58+
compile 'com.android.support:design:23.0.1'
59+
compile 'com.android.support:appcompat-v7:23.0.1'
60+
compile 'com.android.support:support-v13:23.0.1'
6161
compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
6262
compile 'de.hdodenhof:circleimageview:1.2.2'
6363
compile 'com.melnykov:floatingactionbutton:1.2.0'
6464
compile 'dnsjava:dnsjava:2.1.7'
65-
compile 'com.github.bumptech.glide:glide:3.6.0'
65+
compile 'com.github.bumptech.glide:glide:3.6.1'
6666
compile 'com.google.zxing:android-integration:3.1.0'
6767
compile 'com.jcraft:jzlib:1.0.7'
68+
compile 'com.loopj.android:android-async-http:1.4.9'
6869

6970
compile "org.igniterealtime.smack:smack-android-extensions:$smackVersion"
7071
compile "org.igniterealtime.smack:smack-experimental:$smackVersion"

app/emojicon/build.gradle renamed to xabber/emojicon/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23"
5+
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
minSdkVersion 14
@@ -18,5 +18,5 @@ android {
1818
}
1919

2020
dependencies {
21-
compile 'com.android.support:support-v4:23.0.0'
21+
compile 'com.android.support:support-v4:23.0.1'
2222
}
File renamed without changes.

0 commit comments

Comments
 (0)