forked from 2dxgujun/AndroidTagGroup
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
49 lines (30 loc) · 994 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
42
43
44
45
46
47
48
49
Change Log
==========
*** From leonacky/AndroidTagGroup forked from 2dxgujun/AndroidTagGroup
Version 1.5 *(2016-10-07)*
----------------------------
- Add TagGravity
- Change listener for detect tag click event
- Add get/setSelectedTag
- Add get all selected tags
*** From 2dxgujun/AndroidTagGroup
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.