Skip to content

Releases: Mindera/skeletoid

1.1.3-beta9

16 Sep 12:49
776b727
Compare
Choose a tag to compare
1.1.3-beta9 Pre-release
Pre-release

Added a method to expose the PopupWindow variable, could be useful to get information about it such as isShowing, etc.

1.1.3-beta8

13 Sep 10:50
d0381ef
Compare
Choose a tag to compare
1.1.3-beta8 Pre-release
Pre-release

Updated popup tooltip to allow different anchor gravities

1.1.3-beta7

10 Aug 10:13
b35d1cb
Compare
Choose a tag to compare
1.1.3-beta7 Pre-release
Pre-release
  • Updated FbAppender to match firebase specification.

1.1.3-beta5

28 Jul 15:22
070dd0e
Compare
Choose a tag to compare
1.1.3-beta5 Pre-release
Pre-release
  • Updated the analytics manager that should have been updated in version 1.1.3-beta4.

1.1.3-beta4

28 Jul 14:28
0b91633
Compare
Choose a tag to compare
1.1.3-beta4 Pre-release
Pre-release
  • Updated the firebase analytics to the most recent version available.
  • Added new method to track page hits and deprecated the previous one as a warning. (Still usable, if the need for it arises).

1.1.2-beta3

01 Feb 12:33
e67d4bf
Compare
Choose a tag to compare
1.1.2-beta3 Pre-release
Pre-release
  • Add list extension

1.1.2-beta2

29 Jan 18:18
95779e7
Compare
Choose a tag to compare
1.1.2-beta2 Pre-release
Pre-release
  • Removes gradle plugins dsl.

1.1.1

03 Jul 15:08
8c3b416
Compare
Choose a tag to compare
  • Refactor of almost all classes to Kotlin (which reduced a lot of code branching: null validations and so on)
  • Updated most dependencies
  • Solved (almost) all code deprecated warnings

1.1.0: Fix/gradle cleanup (#129)

20 Mar 11:16
4cefb51
Compare
Choose a tag to compare
  • Gradle dependencies cleanup
  • Changed minVersion and targetVersion to follow root project
  • Added new utils extensions

1.0.1

11 Jul 11:33
dc7c2f5
Compare
Choose a tag to compare
  • Added app rating
  • Minor fixes