Prashant Saini

Results 33 comments of Prashant Saini

@m1ga @AbdullahFaqeir As I mentioned in last comment too, today I found a scenario where it's breaking the app (almost badly). The most common use case is to let an...

@m1ga Actually this is not related to `alloy.js`, but accessing the `rootActivity` code after we change style via `Ti.UI.overrideUserInterfaceStyle` as it makes `rootActivity` null. Fact is that apps do not...

@m1ga Just a quick update - I did lots of testing on weekend to get the proper fixes to following problems: 1. Set theme for entire app upon fresh launch...

@m1ga Thanks for the hint on theme settings earlier in this PR. I will review them as well to cover up more scenarios!

@m1ga Thanks for reminding on this one. Almost got slipped due to super busy weeks with some frequent sick days. I'll try to add final code at earliest within Feb,...

I hope NDK r28 is already functional with the current Gradle version.

I doubted the same as already fixed in the listview header one. This error usually comes with the Fragment based UI when the view has to be attached before accessing,...

To confirm if it's a view-inflation issue, can you try adding the map-view only when the window is opened? This might be then fixed inside the map module itself.

@m1ga Can you check if this entire stuff can be done by simply calling the `WindowCompat.setDecorFitsSystemWindows(getWindow(), true);` in `TiBaseActivity` as [described here](https://developer.android.com/develop/ui/views/layout/edge-to-edge-manually#lay-out-in-full-screen)? This would be helpful to cover all scenarios...

Can it wait a couple of weeks to merge? I haven't tested it yet with our apps, so if it can wait, I can prioritise to wrap it up asap.