This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1be58bd
commit c2b7da5
Showing
5 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>eu.inmite.android.plugin.butterknifezelezny</id> | ||
<name>Android ButterKnife Zelezny</name> | ||
<version>1.5.0-SNAPSHOT</version> | ||
<version>1.5.0</version> | ||
<vendor email="[email protected]" url="http://github.com/avast">Avast</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -11,9 +11,10 @@ | |
<change-notes><![CDATA[ | ||
<html> | ||
<b>1.5.0-SNAPSHOT</b> | ||
<b>1.5.0</b> (5/2/2015) | ||
<ul> | ||
<li>Support for ButterKnife 8.0.0 (#93)</li> | ||
<li>Added "select/deselect all" checkbox (#89)</li> | ||
</ul> | ||
<b>1.4.0</b> (2/2/2016) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/com/avast/android/butterknifezelezny/iface/OnCheckBoxStateChangedListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
package com.avast.android.butterknifezelezny.iface; | ||
|
||
/** | ||
* Listener for changes of the checkboxes in the dialog. | ||
* | ||
* @since 1.5.0 | ||
*/ | ||
public interface OnCheckBoxStateChangedListener { | ||
void changeState(boolean checked); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters