Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Releases: cyb3rko/about-icons

Version 2.0.0

03 Oct 15:40
caa1be3
Compare
Choose a tag to compare

Addition:

  • German library translation (4ed38cb)

Enhancements:

  • Removed last third-party dependency (754621f)
  • Improved async calculations (60db3ff)
  • Updated design elements (c9ba1b5, 3b7de85)
  • Updated build scripts + following problems (ee71d74)

Changes:

Version 1.5.0

07 Apr 16:39
e9a39b1
Compare
Choose a tag to compare

Enhancements:

Version 1.4.0

24 May 22:49
c195996
Compare
Choose a tag to compare

Added:

Enhancements:

  • enhanced button and list item textview layouts (7138b85)
  • added modified color for dark mode (b9556e5)

Fixed:

  • fix missing icons bug for larger amount of icons (d5d75f1)

Version 1.3.0

08 May 15:52
962a7dd
Compare
Choose a tag to compare

Added:

  • Support of CC BY-NC 3.0 (efe3f4d)
  • App Theme based Dark Mode (7585114)

Enhancements:

  • load movement to async thread (af5bf2c)

Fixed:

  • remove access of async thread to background colour (ddd9cf5)

Version 1.2.1 [Fix]

31 Oct 22:44
5081988
Compare
Choose a tag to compare

Fixing non working version 1.2.1

Version 1.2.0

20 Oct 18:50
5081988
Compare
Choose a tag to compare

Added:

Changes:

Version 1.1.0

17 Sep 21:12
83f8dea
Compare
Choose a tag to compare

Added:

Fixed:

  • non working 'hideModificationAnnotation' method (d0ee13f)
  • moved average icon colour calculation for background to coroutines (b34252e)

Version 1.0.1

30 Aug 09:43
c461219
Compare
Choose a tag to compare

Fixed:

Version 1.0.0

16 Aug 18:31
b0f2be6
Compare
Choose a tag to compare

First release after beta.

Added

  • new info activity on onClick to show all information about every icon and to open icon link / website (467d310, a24f4cd, 4226455)
  • option to add license to icons and to show them in a BottomSheet (a24f4cd)

Fixed

  • "hideTitle" method is now deprecated, rather use "setTitle("")" (57e2374)
  • improved icon item layout (e29f0ec)
  • partly rewritten library to Kotlin (2/3 classes) (90a739d)
  • hid library classes that are not intended to be public (07476a2)
  • smaller fixes (1ccd1fd, c9d43d1, 28b0f37)

Version 0.1.1 [Beta]

24 Jul 23:06
86bb32d
Compare
Choose a tag to compare
Version 0.1.1 [Beta] Pre-release
Pre-release

Added

  • layout title (incl. methods to change and hide it) (2afbf41)
  • modification annotation (incl. method to hide them) (a2cf4ab)
  • support for non quadratic icons (289ed38)
  • pom information (cc8f5a1, 706080e)

Fixed