Skip to content

Releases: tapglue/android_sdk

3.0.0 (2017-01-10)

10 Jan 15:12
Compare
Choose a tag to compare

Added:

  • Pagination: endpoints with lists of information can now be paginated through
  • Reactions: Posts can now be reacted on. Reactions are Like, Love, Haha, Wow, Angry, Sad.

2.1.3 (2016-09-08)

08 Sep 08:48
Compare
Choose a tag to compare

_Added_​

  • retrieval of likes by a user

For more details on how to migrate please refer to the readme.

v2.1.2 (2016-06-16)

16 Aug 15:51
Compare
Choose a tag to compare

Added

  • SIMS (push notifications) is now part of the sdk
  • User centric feed
  • Events by a user
  • Posts are now mapped to events when a post id is present

Fixed

  • Added isLiked to the Post entity

v2.0.5 (2016-06-15)

15 Jun 10:16
Compare
Choose a tag to compare

Fixes missing fields in the user entity.

v2.0.2 (2016-05-12)

12 May 15:06
Compare
Choose a tag to compare
v2.0.2 (2016-05-12) Pre-release
Pre-release

New major update of the android SDK, this introduces breaking changes from v1.

v1.1.6 (2016-03-01)

01 Mar 10:54
Compare
Choose a tag to compare

changes visibility of the TGAttachment constructor from package private to public

v1.1.5 (2016-02-09)

09 Feb 16:14
Compare
Choose a tag to compare

Adds the getFriendCount, getFollowerCount and getFollowedCount methods on TGUser. This works when you retrieve the current user or a specific user or on calls where the API returns this information. For further details, please check the API documentation at https://developers.tapglue.com

v1.1.4 (2016-02-05)

05 Feb 16:56
Compare
Choose a tag to compare

Fixes IAE when removing an event.
Adds a method to retrieve a user by id.
Fixes call to get current user followers.

v1.1.3 (2016-02-04)

04 Feb 14:08
Compare
Choose a tag to compare

Fixes CCE on retrieveEventsForCurrentUser from 1.1.2 release

v1.1.2 (2016-02-04)

04 Feb 13:34
Compare
Choose a tag to compare

1.1.2 (2016-02-04)