Skip to content

Commit

Permalink
refactor(android): remove deprecated linkify constants
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removes the LINKIFY_* constants living in Android namespace taht have been
deprecated since SDK 3.0.0
  • Loading branch information
sgtcoolguy committed Dec 9, 2019
1 parent e207e98 commit 7c88912
Showing 1 changed file with 0 additions and 11 deletions.
Expand Up @@ -93,17 +93,6 @@ public class AndroidModule extends KrollModule
@Kroll.constant
public static final int SOFT_KEYBOARD_SHOW_ON_FOCUS = TiUIView.SOFT_KEYBOARD_SHOW_ON_FOCUS;

@Kroll.constant
public static final int LINKIFY_ALL = Linkify.ALL;
@Kroll.constant
public static final int LINKIFY_EMAIL_ADDRESSES = Linkify.EMAIL_ADDRESSES;
@Kroll.constant
public static final int LINKIFY_MAP_ADDRESSES = Linkify.MAP_ADDRESSES;
@Kroll.constant
public static final int LINKIFY_PHONE_NUMBERS = Linkify.PHONE_NUMBERS;
@Kroll.constant
public static final int LINKIFY_WEB_URLS = Linkify.WEB_URLS;

@Kroll.constant
public static final int SWITCH_STYLE_CHECKBOX = 0;
@Kroll.constant
Expand Down

0 comments on commit 7c88912

Please sign in to comment.