Nick

Results 19 comments of Nick

So can we move order ids and user ids to uuid or string? I can create a PR.

I have created a SplashActivity `import android.content.Intent; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; public class SplashActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Intent intent = new Intent(this, MainActivity.class);...

I have implemented this and working as expected, waiting for someone from openware to show interest.

Hey for this we are implementing a sessions section in the frontend where users can see their sessions and have an option to logout from all sessions. Also we have...

@ec Let me know if I can create a PR to add this feature.

Hey, leaving this gist here if anyone wants to achieve this functionality, https://gist.github.com/martianatwork/7fbb543fc9565cc9bfcf04c52e9ed84b I will create a package when i get more time.

@nuxsmin any update on this?

@mauron85 can you please take a look at this issue? There must be some conflicting issues with onesignal

Fixed & Tested!! remove following line from your app/build.gradle -> apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin' This is required only if you run into any issues with duplicate classes. i found it in...

We have this functionality ready but not using Openware's Finex engine, we have our own proprietary engine. Let me know if you're interested.