Skip to content

Releases: davidmigloz/number-keyboard

4.0.3

06 Mar 02:38
16c383f
Compare
Choose a tag to compare
  • Fix max amount formatting with correct separator
  • Add initialAmount support and cleanup unused ExperimentalLayoutApi warnings

4.0.2

06 Nov 20:08
2d1d01c
Compare
Choose a tag to compare
  • Fix JitPack Java version

4.0.0

03 Nov 08:31
a9e71d1
Compare
Choose a tag to compare

3.1.0

14 Dec 07:52
168bfe4
Compare
Choose a tag to compare
  • Add text size attribute (thanks @gerynugrh)
  • Add typeface attribute (thanks @gerynugrh)
  • Add KeyboardCustomSquareActivity to show custom square design (thanks @delacrixmorgan)
  • Update dependencies

3.0.0

30 Dec 19:26
Compare
Choose a tag to compare
  • Migrate to Kotlin #21
  • Refactor support lib to AndroidX #13
  • Extract dependencies and configurations from build files #22
  • Add numberkeyboard_ resource prefix #23 (breaking change)

Migration

Add the prefix numberkeyboard_ to all the library attributes and resources.
E.g.

Before:  keyboard:keyboardType="integer"
Now:     keyboard:numberkeyboard_keyboardType="integer"

Version 2.0.1

23 Apr 06:38
Compare
Choose a tag to compare
  • Fix layout issues when using dynamic height #10
  • Fix Proguard is obfuscating everything #9

Version 2.0

20 Apr 12:31
Compare
Choose a tag to compare
  • Implement keys using Autosizing TextViews #8
  • Adding keyPadding attribute
  • Remove numberKeyTextSize attribute (breaking change)
  • Update support libraries to 27.1.1 #7
  • Update buildToolsVersion to 27.0.3 #7
  • Update gradle to 4.6 #7

Version 1.0

18 Jan 11:17
Compare
Choose a tag to compare
  • Update support libraries to 27.0.2
  • Update buildToolsVersion to 26.0.2
  • Update gradle to 4.1
  • Improve decimal sample

Version 0.3

25 Sep 15:59
Compare
Choose a tag to compare
  • Update support libraries to 26.1.0
  • Update buildToolsVersion to 26.0.1

Version 0.2

25 Sep 15:49
Compare
Choose a tag to compare
  • Library crashes when running on API 19 #1
  • Update buildToolsVersion "25.0.3"