halfBlue3

Results 33 comments of halfBlue3

Same for me. After exhausting the ways to add initial data to an inline, I'm back to trying to use curry which unfortunately have this issue

I already found that out. But it would be nice to have a built-in function for that thing because it's a really important data because we don't usually need what...

I badly need this to run on Oreo currently. Any easy alternatives right now?

Which of those apks should I decompile? I modified my csip to add some features for my use case. And do I need to install all of that?

I was somehow able to convert most parts of my copy to work on Oreo but I'm still getting some errors. This is my current weird error. https://stackoverflow.com/questions/57123318/error-inflating-class-android-widget-imagebutton-after-upgrading-app I hope...

I was able to solve the problem above but the app still doesn't look great and still got some problems. Are you guys willing to help me with the rest...

Hi guys, I just want to share my code that I was able to run on a Marshmallow device. There's some parts that I didn't touch because I don't need...

Hi guys. I made a new repo that is base on @tqcenglish's version of csipsimple. Here's the link: https://github.com/rickyManalo/CSipSimpleV2. Hope this helps. Sorry @guysoft. There's too much changes I made...

@tqcenglish's version is already using gradle which is what Android Studio is using for some of it's configuration like library imports, api scopes and more. I don't know if you'll...

In my use case, csip (as how we call it internally) is only used for a short period of time so it wasn't a problem to me. Maybe you could...