Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 96c1a5a

Browse files
committed
feat(push): New push notification system
1 parent 9613ae6 commit 96c1a5a

File tree

15 files changed

+3
-12
lines changed

15 files changed

+3
-12
lines changed

Diff for: build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "im.actor.cloud.free"
2525
minSdkVersion 15
2626
targetSdkVersion 23
27-
versionCode 1001
28-
versionName "1.5.3"
27+
versionCode 1002
28+
versionName "1.5.5"
2929
}
3030
buildTypes {
3131
release {
@@ -41,5 +41,5 @@ dependencies {
4141
compile fileTree(dir: 'libs', include: ['*.jar'])
4242
testCompile 'junit:junit:4.12'
4343
compile 'com.android.support:appcompat-v7:23.1.0'
44-
compile 'im.actor:android-sdk:1.0.68'
44+
compile 'im.actor:android-sdk:1.0.160'
4545
}

Diff for: psd/AppIcon.atn

2.28 KB
Binary file not shown.

Diff for: psd/AppIcon.psd

16.5 MB
Binary file not shown.

Diff for: psd/AppIcon/144.png

11.4 KB
Loading

Diff for: psd/AppIcon/192.png

15.1 KB
Loading

Diff for: psd/AppIcon/48.png

3.91 KB
Loading

Diff for: psd/AppIcon/512.png

37.4 KB
Loading

Diff for: psd/AppIcon/72.png

5.99 KB
Loading

Diff for: psd/AppIcon/96.png

7.92 KB
Loading
-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
package im.actor.cloud;
22

3-
import im.actor.sdk.ActorSDK;
43
import im.actor.sdk.ActorSDKApplication;
5-
import im.actor.sdk.ActorStyle;
64

75
public class MessengerApplication extends ActorSDKApplication {
86

9-
@Override
10-
public void onConfigureActorSDK() {
11-
ActorSDK.sharedActor().setPushId(209133700967L);
12-
13-
ActorStyle style = ActorSDK.sharedActor().style;
14-
// Customize your colors here
15-
}
167
}

Diff for: src/main/res/mipmap-hdpi/ic_launcher.png

243 Bytes
Loading

Diff for: src/main/res/mipmap-mdpi/ic_launcher.png

-150 Bytes
Loading

Diff for: src/main/res/mipmap-xhdpi/ic_launcher.png

650 Bytes
Loading

Diff for: src/main/res/mipmap-xxhdpi/ic_launcher.png

671 Bytes
Loading

Diff for: src/main/res/mipmap-xxxhdpi/ic_launcher.png

660 Bytes
Loading

0 commit comments

Comments
 (0)