-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
e236fc1
commit 0ac07f4
Showing
15 changed files
with
515 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Signature format: 4.0 | ||
package com.vanniktech.emoji.facebook { | ||
|
||
public final class FacebookEmojiProvider implements com.vanniktech.emoji.EmojiProvider { | ||
ctor public FacebookEmojiProvider(); | ||
method public com.vanniktech.emoji.EmojiCategory![] getCategories(); | ||
property public com.vanniktech.emoji.EmojiCategory![] categories; | ||
} | ||
|
||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Signature format: 4.0 | ||
package com.vanniktech.emoji.googlecompat { | ||
|
||
public final class GoogleCompatEmojiProvider implements com.vanniktech.emoji.EmojiProvider com.vanniktech.emoji.EmojiReplacer { | ||
ctor public GoogleCompatEmojiProvider(androidx.emoji.text.EmojiCompat emojiCompat); | ||
method public com.vanniktech.emoji.EmojiCategory![] getCategories(); | ||
method public void replaceWithImages(android.content.Context context, android.text.Spannable text, float emojiSize, com.vanniktech.emoji.EmojiReplacer? fallback); | ||
property public com.vanniktech.emoji.EmojiCategory![] categories; | ||
} | ||
|
||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Signature format: 4.0 | ||
package com.vanniktech.emoji.google { | ||
|
||
public final class GoogleEmojiProvider implements com.vanniktech.emoji.EmojiProvider { | ||
ctor public GoogleEmojiProvider(); | ||
method public com.vanniktech.emoji.EmojiCategory![] getCategories(); | ||
property public com.vanniktech.emoji.EmojiCategory![] categories; | ||
} | ||
|
||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Signature format: 4.0 | ||
package com.vanniktech.emoji.ios { | ||
|
||
public final class IosEmojiProvider implements com.vanniktech.emoji.EmojiProvider { | ||
ctor public IosEmojiProvider(); | ||
method public com.vanniktech.emoji.EmojiCategory![] getCategories(); | ||
property public com.vanniktech.emoji.EmojiCategory![] categories; | ||
} | ||
|
||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
// Signature format: 4.0 | ||
package com.vanniktech.emoji.material { | ||
|
||
public class EmojiMaterialButton extends com.google.android.material.button.MaterialButton implements com.vanniktech.emoji.EmojiDisplayable { | ||
ctor public EmojiMaterialButton(android.content.Context context, optional android.util.AttributeSet? attrs, optional @AttrRes int defStyleAttr); | ||
ctor public EmojiMaterialButton(android.content.Context context, optional android.util.AttributeSet? attrs); | ||
ctor public EmojiMaterialButton(android.content.Context context); | ||
method public float getEmojiSize(); | ||
method public void setEmojiSize(@Px int pixels); | ||
method public void setEmojiSize(@Px int pixels, boolean shouldInvalidate); | ||
method public void setEmojiSizeRes(@DimenRes int res); | ||
method public void setEmojiSizeRes(@DimenRes int res, boolean shouldInvalidate); | ||
} | ||
|
||
public class EmojiMaterialCheckBox extends com.google.android.material.checkbox.MaterialCheckBox implements com.vanniktech.emoji.EmojiDisplayable { | ||
ctor public EmojiMaterialCheckBox(android.content.Context context, optional android.util.AttributeSet? attrs, optional @AttrRes int defStyleAttr); | ||
ctor public EmojiMaterialCheckBox(android.content.Context context, optional android.util.AttributeSet? attrs); | ||
ctor public EmojiMaterialCheckBox(android.content.Context context); | ||
method public float getEmojiSize(); | ||
method public void setEmojiSize(@Px int pixels); | ||
method public void setEmojiSize(@Px int pixels, boolean shouldInvalidate); | ||
method public void setEmojiSizeRes(@DimenRes int res); | ||
method public void setEmojiSizeRes(@DimenRes int res, boolean shouldInvalidate); | ||
} | ||
|
||
public class EmojiMaterialRadioButton extends com.google.android.material.radiobutton.MaterialRadioButton implements com.vanniktech.emoji.EmojiDisplayable { | ||
ctor public EmojiMaterialRadioButton(android.content.Context context, optional android.util.AttributeSet? attrs, optional @AttrRes int defStyleAttr); | ||
ctor public EmojiMaterialRadioButton(android.content.Context context, optional android.util.AttributeSet? attrs); | ||
ctor public EmojiMaterialRadioButton(android.content.Context context); | ||
method public float getEmojiSize(); | ||
method public void setEmojiSize(@Px int pixels); | ||
method public void setEmojiSize(@Px int pixels, boolean shouldInvalidate); | ||
method public void setEmojiSizeRes(@DimenRes int res); | ||
method public void setEmojiSizeRes(@DimenRes int res, boolean shouldInvalidate); | ||
} | ||
|
||
public class EmojiTextInputEditText extends com.google.android.material.textfield.TextInputEditText implements com.vanniktech.emoji.EmojiDisplayable { | ||
ctor public EmojiTextInputEditText(android.content.Context context, optional android.util.AttributeSet? attrs, optional @AttrRes int defStyleAttr); | ||
ctor public EmojiTextInputEditText(android.content.Context context, optional android.util.AttributeSet? attrs); | ||
ctor public EmojiTextInputEditText(android.content.Context context); | ||
method public float getEmojiSize(); | ||
method public void setEmojiSize(@Px int pixels); | ||
method public void setEmojiSize(@Px int pixels, boolean shouldInvalidate); | ||
method public void setEmojiSizeRes(@DimenRes int res); | ||
method public void setEmojiSizeRes(@DimenRes int res, boolean shouldInvalidate); | ||
} | ||
|
||
public class MaterialEmojiLayoutFactory extends com.vanniktech.emoji.EmojiLayoutFactory { | ||
ctor public MaterialEmojiLayoutFactory(android.view.LayoutInflater.Factory2? delegate); | ||
} | ||
|
||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Signature format: 4.0 | ||
package com.vanniktech.emoji.twitter { | ||
|
||
public final class TwitterEmojiProvider implements com.vanniktech.emoji.EmojiProvider { | ||
ctor public TwitterEmojiProvider(); | ||
method public com.vanniktech.emoji.EmojiCategory![] getCategories(); | ||
property public com.vanniktech.emoji.EmojiCategory![] categories; | ||
} | ||
|
||
} | ||
|
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
Oops, something went wrong.