-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES
52 lines (32 loc) · 1.12 KB
/
CHANGES
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
50
51
52
= 1.1.2 (2014-05-29)
* modifyed to destory AlertActivity when displayed dialog pressed back key
= 1.1.1 (2014-05-14)
* Clear all tags when application id is changed
* Update client's environment when it is changed
= 1.1.0 (2014-04-25)
* Add binary library
* Add sample project and tests
* Avoid to send events and tags with null name
* Add bridge class for Cocos2d-x
* Pass custom fields to intent as onOpen callback parameter
= 0.1.7 (2014-04-16)
* Improve class hierarchy.
= 0.1.6 (2013-11-18)
* Avoid high API level methods
* Fix ConcurrentModificationException of Preference#saveTag
* Fix NullPointerException when empty response is returned from the server
= 0.1.5 (2013-11-13)
* Catch uncaught exceptions
* Remove Bundle#getString(String,String)
= 0.1.4 (2013-10-31)
* Add DefaultReceiveHandler.Callback class.
* Make VIBRATE permission optional.
* Make WAKE_LOCK permission optional.
* Fix handling "sound" parameter
= 0.1.3 (2013-09-21)
* Handle GCM registration errors
= 0.1.2 (2013-09-12)
* Prevent registering client twice.
= 0.1.1 (2013-09-06)
* Delegate notification process to ReceiveHandler.
= 0.1.0 (2013-08-22)