Results 96 comments of ivnsch

Sometimes you need composition in the view model layer though. Some view models can be "derived" from others. You don't want to have this logic in the presentation layer.

It is possible to set it programmatically, as described in https://github.com/chrisjenx/Calligraphy/issues/87 ```java textView.setTypeface(TypefaceUtils.load(getResources, "fonts/MyFont-Bold.ttf")); ```

I did all the steps from the blog, it's not working. The plugin seems to be installed - the additional menu items in XCode are available but the `injected()` function...

Any updates...? My app is being rejected because of this. It was reported almost 2 years ago. This is critical.

Interesting. I'd estimate that most people don't use at least kmd, so being able to leave services out for sure has a point. A more radical (but cleaner IMO) approach...

Yeah, the binary sizes (and possibly compilation times) would help us prioritizing this. Noting that we've the [Algorand test suite](https://github.com/algorand/algorand-sdk-testing), which depends on all 3 projects (I personally question the...

This issue has gained more relevance with the addition of the ABI and Atomic Transaction Composer, which are entirely optional. I'm not sure why (haven't had time to investigate yet),...

As agreed with @epequeno picking this up.

I think that for now it's practical to port all the tests from one of the official SDKs. See https://github.com/manuelmauro/algonaut/issues/62. We can refine and customize them in later iterations.

Unassigning because https://github.com/manuelmauro/algonaut/issues/62 allows to split the tasks granularly and my capacity for "general" tasks in the next months is reduced.