macroid icon indicating copy to clipboard operation
macroid copied to clipboard

A modular functional UI language for Android

Results 26 macroid issues
Sort by recently updated
recently updated
newest added

Apparently version 2.1.0 is not published anywhere. I was not able to find it, at least. ```bash [info] Resolving org.macroid#macroid-viewable_2.11;2.1.0 ... [warn] module not found: org.macroid#macroid-viewable_2.11;2.1.0 [warn] ==== local: tried...

Adding macroid 2.0 to a fresh project created with sbt-android 1.7.10 `gen-android` yields the following proguard issues. How does one fix them? Shouldn't there be somewhere a list with proguard...

We need to remove an element from the list adapter via onClick for a button that is a widget inside the row. Banging my head around different options but none...

See https://groups.google.com/forum/#!topic/macroid/BFDlv0Kmohc

Something like that should be possible: ```scala Tweak[SomeView](v ⇒ v.subView1

For some reason a listener for `CheckBox` is named `OnCheckedChangeListerer`, while its method is `onCheckedChanged`—mind the last letter. :disappointed: Perhaps, an exception should be added to `EventTweakMacros` for this particular...

It might be useful to adapt the old Wart’s code to the new WartRemover release. I’ve just lost ~15 minutes because the compiler did not catch discarding `Ui` in a...

Take this code: ``` scala var button = slot[Button] button

This week I started using Macroid and reading through the documentation. While using it yesterday I suddenly the 2.0.0-M4 release was not available anymore ... After browsing the repositories I...

I have this strange problem which I do not understand probably due to missing knowledge of how slots or macroid in general is working. I want to wrap a ViewGroup...