forked from kizitonwose/AndroidTagGroup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
41 lines (26 loc) · 918 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Change Log
==========
Version 1.6.0 *(2016-08-27)*
----------------------------
-Fixed issue where tag is not submitted with enter key on some keyboards.
-Changed void onAppend() in onTagChangedListener to boolean onAppend().
Version 1.4 *(2015-05-23)*
----------------------------
- Fix: Duplicate "attr" name issues when using multiple Android libraries.
Version 1.3 *(2015-05-21)*
----------------------------
- Attributes refactor.
- Add listener for detect tag click event.
- Fix: Interrupted click event by touch event.
Version 1.2 *(2015-04-14)*
----------------------------
- Fix: Google soft keyboard backspace issue.
- Add tag background color feature.
Version 1.1 *(2015-02-28)*
----------------------------
- Fix: EditorActionListener.
- Fix: Uncheck tag when user is typing.
- Add `submitTag()` to submit a new tag.
Version 1.0 *(2015-02-10)*
----------------------------
- Initial release.