Hendrik Bugdoll

Results 61 comments of Hendrik Bugdoll

> Just some methods e.g. in `Ti.Platform`: > > ```java > public String getOstype() > { > return APSAnalyticsMeta.getOsType(); > } > ``` > > call methods out of the...

> I just kept the APS name and classes Ok. The class attribute [analyticsUrl](https://github.com/tidev/titanium-sdk/blob/9c938933a9e17f4710bb187439d97f964a6dcc70/android/titanium/src/java/org/appcelerator/titanium/util/APSAnalyticsMeta.java#L22) can also be removed.

I guess this warning only appears when _"Upload your app's symbols to receive symbolicated reports from Apple"_ is selected during distribution process in Xcode Organizer, because I have never seen...

@gmasiero Your reproducible sample code is incomplete. How do you create and open your tab group? I've tested with Ti 12.5.1.GA under iOS 17 & 18 and the badge was...

> only the creation badge is visible on an iPad. The one from the timeout is only visible on iphone, not on ipad: Oh, nice found. I can narrow down...

`badgeValue` is set correctly, but not displayed. And forcing a redraw of the tab controller doesn't have any effect. ~~A rewrite with the [UITab](https://developer.apple.com/documentation/uikit/uitab?language=objc) API (iOS/iPadOS 18+) will probably be...

> That's so strange. Adding a space to the title and it will update on the iPad and it's only on ipad which is super strange. Perhaps some UI thread...

@grebulon Ti SDK 13.0.0.GA with 16 KB page size support is out!

> [@de1mat](https://github.com/de1mat) You may want to keep an eye on [this PR](https://github.com/tidev/titanium-sdk/pull/14173) as it support removing the pill-shaped 😄 tab-group (but I think it removes both tab-bar). I provided a...

A look at the crash log suggests that an unretained object was released. ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) ... Termination Reason: SIGNAL 11 Segmentation fault: 11 ``` Because I ~~hate~~...