tom42530

Results 10 comments of tom42530

@xuuhaoo any news? thanks in advance

Ok thanks for the clarification. here's my working method. ```java boolean isYomTov() { Calendar lCalendarTomorrow = Calendar.getInstance(); lCalendarTomorrow.setTimeInMillis(getNow().getTimeInMillis()); lCalendarTomorrow.add(Calendar.DATE, 1); if (isWorkProhibed(getNow()) && isWorkProhibed(lCalendarTomorrow)) { return true; } else if...

Same issue as @stephanerivollet .on android it is possible to set an http proxy but only host and port. Authentification need to be handled by app itself .library like square...

Hi, @AlexxIT any update about this issue? Thanks !

Hi there, thanks for the feedback. I confirm that our hardware is not rooted and is certified: double checked in playstore. I just tested with the latest SDK, i got...

Hi, Ok thanks, will try as soon 4.5 sdk is available. Regarding our tablet, we are the manufacturer. It is based on a Rockchip CPU with unrooted Android 11 with...

Hi @chr-stripe thanks for the feedback. Unfortunately I just tested it and now I get a SERVER_ERROR error. ``` 2025-06-11 14:34:54.596 6855-6855 TerminalManager crown.media.donationapp D associate: tml_FTykfQvs6QCVYr 2025-06-11 14:34:54.623 6855-6855...