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

Commit

Permalink
feat(push): New push notification system
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Jan 25, 2016
1 parent 9613ae6 commit 96c1a5a
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "im.actor.cloud.free"
minSdkVersion 15
targetSdkVersion 23
versionCode 1001
versionName "1.5.3"
versionCode 1002
versionName "1.5.5"
}
buildTypes {
release {
Expand All @@ -41,5 +41,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'im.actor:android-sdk:1.0.68'
compile 'im.actor:android-sdk:1.0.160'
}
Binary file added psd/AppIcon.atn
Binary file not shown.
Binary file added psd/AppIcon.psd
Binary file not shown.
Binary file added psd/AppIcon/144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added psd/AppIcon/192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added psd/AppIcon/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added psd/AppIcon/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added psd/AppIcon/72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added psd/AppIcon/96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions src/main/java/im/actor/cloud/MessengerApplication.java
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
package im.actor.cloud;

import im.actor.sdk.ActorSDK;
import im.actor.sdk.ActorSDKApplication;
import im.actor.sdk.ActorStyle;

public class MessengerApplication extends ActorSDKApplication {

@Override
public void onConfigureActorSDK() {
ActorSDK.sharedActor().setPushId(209133700967L);

ActorStyle style = ActorSDK.sharedActor().style;
// Customize your colors here
}
}
Binary file modified src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96c1a5a

Please sign in to comment.