Skip to content

Commit

Permalink
Update aar version to 1.0.2.
Browse files Browse the repository at this point in the history
Edit Readme.
  • Loading branch information
Leo Lin committed Nov 16, 2014
1 parent 48ab1bf commit 72c481e
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.iml
build
.gradle
local.properties
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The ShortcutBadger makes your Android App showing the count of unread messages a

# Currently support launchers:<br/>

Android native Launcher<br/>
Android native Launcher(Not support Android L)<br/>
![ScreenShot](https://raw.github.com/leolin310148/ShortcutBadger/master/screenshots/ss_android.png)

Sony Home Launcher<br/>
Expand All @@ -17,6 +17,11 @@ Samsung Touchwiz<br/>
LG Launcher<br/>
![ScreenShot](https://raw.github.com/leolin310148/ShortcutBadger/master/screenshots/ss_lg.png)

HTC Launcher<br/>
![ScreenShot](https://raw.github.com/leolin310148/ShortcutBadger/master/screenshots/ss_htc.png)


Nova launcher with TeslaUnread,Apex launcher,Adw Launcher provided by <a href="https://github.com/notz"/>notz</a>



Expand Down
2 changes: 1 addition & 1 deletion SampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ android {


dependencies {
compile 'me.leolin:ShortcutBadger:1.0.1@aar'
compile 'me.leolin:ShortcutBadger:1.0.2@aar'
}
17 changes: 0 additions & 17 deletions SampleApp/proguard-rules.pro

This file was deleted.

2 changes: 2 additions & 0 deletions SampleApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.leolin.shortcutbadger.example" >


<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >

<activity
android:name=".MainActivity"
android:label="@string/app_name" >
Expand Down
Binary file added ShortcutBadger-aar-1.0.2.zip
Binary file not shown.
Binary file removed ShortcutBadger-aar.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c7f380c49b70b023f6bc5d07ee6f876d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a13f5f874b5b2f469ccf536746fe619eb73a921f
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>me.leolin</groupId>
<artifactId>ShortcutBadger</artifactId>
<version>1.0.2</version>
<packaging>aar</packaging>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24d010172749cd68d786b28c1e6742af
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8df85602ef638b7c0f3a88deebce76c5a49a3ce6
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<versioning>
<versions>
<version>1.0.1</version>
<version>1.0.2</version>
</versions>
<lastUpdated>20141012012516</lastUpdated>
<lastUpdated>20141116135629</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6a743525fd17f4eb26efbca62fdec289
f2f6e9bd7e6915a9d30262dcb3fe2d99
Original file line number Diff line number Diff line change
@@ -1 +1 @@
830d365f23a04e8ebd321a78d278c6fdbab29c44
24b96260be45ed25f620621d4c82b75e9088caca
3 changes: 1 addition & 2 deletions ShortcutBadger/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'android-library'
apply plugin: 'maven'
group = 'me.leolin'
version = '1.0.1'
version = '1.0.2'


android {
Expand All @@ -19,7 +19,6 @@ android {
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

Expand Down
4 changes: 2 additions & 2 deletions ShortcutBadger/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.leolin.shortcutbadger"
package="me.leolin.shortcutbadger"
>

<!--for android-->
Expand All @@ -19,6 +19,6 @@
<uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE"/>

<!--for apex-->
<uses-permission android:name="com.anddoes.launcher.permission.UPDATE_COUNT" />
<uses-permission android:name="com.anddoes.launcher.permission.UPDATE_COUNT"/>

</manifest>
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
}
}

Expand All @@ -17,6 +18,9 @@ subprojects{
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
}
}

apply plugin: 'android-sdk-manager'
}
Binary file added screenshots/ss_htc.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 72c481e

Please sign in to comment.