You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Http client in Firebase Segmentation SDK to call backend service. (#573)
* Implement Firebase segmentation SDK device local cache
* [Firebase Segmentation] Add custom installation id cache layer and tests for it.
* Add test for updating cache
* Switch to use SQLiteOpenHelper
* Switch to use SharedPreferences from SQLite.
* Change the cache class to be singleton
* Wrap shared pref commit in a async task.
* Address comments
* Google format fix
* Replace some deprecated code.
* Package refactor
* nit
* nit
* Add the state machine of updating custom installation id in the local
cache and update to Firebase Segmentation backend. CL also contains unit
tests.
(The http client is not implemented yet.)
* minor format fix
* Address comments #1
* Http client in Firebase Segmentation SDK to call backend service.
* Revert unintentional change
* Fix connected device test
* Fix connected device test
* 1. Add a few annotations to make java code Kotlin friendly
2. Some fixes for the http request format
* Fix java format
* Fix API version
* Change the segmentation API implementation to synchronous and put the
entire synchronous code block in async task.
* Fix a async getResult race issue.
* OkHttpClient -> HttpsUrlConnection
* Use gzip for compressing content and fix ourput stream memory leak risk.
* Addressed a few comments
Copy file name to clipboardExpand all lines: firebase-segmentation/src/androidTest/java/com/google/firebase/segmentation/FirebaseSegmentationInstrumentedTest.java
Copy file name to clipboardExpand all lines: firebase-segmentation/src/androidTest/java/com/google/firebase/segmentation/local/CustomInstallationIdCacheTest.java
0 commit comments