android-rcs / rcsjta

RCS-e stack for Android with GSMA API
180 stars 74 forks source link

[RI] RI fails to connect to API #175

Closed yplo6403 closed 9 years ago

yplo6403 commented 9 years ago

For some legacy devices having little CPU power (ex: Samsung GT-9100 Android release 4.0.4), upon reboot, the client app RI fails to connect to the RCS core through the API.

The client app fails to read the RCS core stack starting state (GET_SERVICE_STARTING_STATE) via the queryRcsStackByIntent method (synchronous). ApiConnectionFailureSamsungGT-I9100.txt

yplo6403 commented 9 years ago

Issue fixed with commit: commit 8e08555387398271dc3e085df12f2562ecf42b31 Author: yplo6403 philippe.lemordant@orange.com Date: Wed Nov 4 14:16:18 2015 +0100

Fixes Issue 175: RI fails to connect to API

- Retry to connect to API if it fails
- Fixes regretion on image share (Invite button not enabled)