Sebastian Kaspari

Results 96 comments of Sebastian Kaspari

Yes, you are right, `Stack` looks like a great fit! I'll assign you to the issue. :)

Here's an idea... Android uses bit masks internally. So `top|start` is equivalent to `Gravity.TOP or Gravity.START` in Kotlin code. `Gravity.TOP` is `0x00000030` `Gravity.START` is `0x00800003` (which is actually `LEFT` or...

Since we added basic support for `FrameLayout` I am going to close this issue and will open a new one for adding support for gravity.

> @pocmo On Fenix, woudl you include both glean & sentry for crash reporting? Or just one? Fenix uploads crash reports to Sentry (creating actionable crash reports for app developers)...

> @cpeterso @Dexterp37 I see that the lib-crash docs say it supports native code crashes - would this also catch WebView crashes? Unfortunately it won't. It relies on cooperation from...

I had the same problem and went back to an Ubuntu image for building Android apps. However today I came across the following image and managed to build my own...

Sounds like a valid argument. I think I'll add it as an option to the settings!

New Setting: Show notices in server window. Closed by 4262cbcd15a5247ed17bf1770bb83af0ac0263b6.

Caused by: java.lang.IndexOutOfBoundsException: setSpan (259 ... 9) has end before start at android.text.SpannableStringInternal.checkRange(SpannableStringInternal.java:341) at android.text.SpannableStringInternal.setSpan(SpannableStringInternal.java:77) at android.text.SpannableString.setSpan(SpannableString.java:46) at org.yaaic.model.Message.render(Message.java:273) at org.yaaic.model.Message.renderTextView(Message.java:331) at org.yaaic.adapter.MessageListAdapter.(MessageListAdapter.java:68) at org.yaaic.adapter.ConversationPagerAdapter.renderConversation(ConversationPagerAdapter.java:252) at org.yaaic.adapter.ConversationPagerAdapter.instantiateItem(ConversationPagerAdapter.java:227)

``` 12:21:31 nBIink: Oh. Is this on a public server? 12:21:58 yeah, in every server 12:22:09 I have tried on Freenode with SSL and without SSL ```