Skip to content

Releases: FabianTerhorst/FastLayout

Version 0.0.2-alpha11

28 May 09:42
Compare
Choose a tag to compare
Version 0.0.2-alpha11 Pre-release
Pre-release
  • add support for exclude to layouts annotation
@Layouts(all = true, exclude = {R.layout.item_sample})

Version 0.0.2-alpha10

26 May 16:57
Compare
Choose a tag to compare
Version 0.0.2-alpha10 Pre-release
Pre-release
  • add themes support
android:theme="..."

Version 0.0.2-alpha9

25 May 07:51
Compare
Choose a tag to compare
Version 0.0.2-alpha9 Pre-release
Pre-release
  • don´t set the third constructor to 0, only set the second to null when the third is set
  • fix #11

Version 0.0.2-alpha8

23 May 10:11
Compare
Choose a tag to compare
Version 0.0.2-alpha8 Pre-release
Pre-release
  • fix critical bug
  • Add layout params with addView method
  • increase the atomic long to reduce the chance of duplicate names
  • fix #8

Version 0.0.2-alpha7

23 May 04:23
Compare
Choose a tag to compare
Version 0.0.2-alpha7 Pre-release
Pre-release
  • add support for dip in general and dip and dp for textView
    (Thanks to @barisahmet)
  • remove unused imports

Version 0.0.2-alpha6

22 May 17:46
Compare
Choose a tag to compare
Version 0.0.2-alpha6 Pre-release
Pre-release
  • add support for android:foregroundGravity
  • add support for android:foregroundTintMode
  • add support for android:importantForAccessibility
  • add support for android:transformPivotX
  • add support for android:transformPivotY
  • fix wrong drawable bug
  • add support for android:animateLayoutChanges

Version 0.0.2-alpha5

22 May 14:31
Compare
Choose a tag to compare
Version 0.0.2-alpha5 Pre-release
Pre-release
  • better constructor support
  • add support for themes
  • add support for:
    *android:backgroundTintMode
    android:accessibilityLiveRegion
    ,android:drawingCacheQuality
    ,android:descendantFocusability
  • improve relative layout converters
  • add linear layout converter
  • add support for android variables:
    for example @android:integer/integer

Version 0.0.2-alpha4

21 May 11:21
Compare
Choose a tag to compare
Version 0.0.2-alpha4 Pre-release
Pre-release
  • better style support

Version 0.0.2-alpha3

20 May 20:22
Compare
Choose a tag to compare
Version 0.0.2-alpha3 Pre-release
Pre-release
  • add style support

Version 0.0.2-alpha2

20 May 19:56
Compare
Choose a tag to compare
Version 0.0.2-alpha2 Pre-release
Pre-release
  • refactor whole project
  • use converters to convert attribute and attribute values to code
  • add default converters for RelativeLayout, TextView and default attributes
  • reduce object allocation to improve compile time
  • more dynamic type checks for resources
  • to provide a id is not needed anymore
  • add special cases for example setBackgroundResource or setTextSize to use operating system support for resources and sp
  • views now have the right ids in code