-
Notifications
You must be signed in to change notification settings - Fork 615
Http client in Firebase Segmentation SDK to call backend service. #573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 40 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
8881325
Implement Firebase segmentation SDK device local cache
diwu-arete 864748f
[Firebase Segmentation] Add custom installation id cache layer and te…
diwu-arete 0a3ebf6
Add test for updating cache
diwu-arete 2d158ed
Switch to use SQLiteOpenHelper
diwu-arete f118d39
Switch to use SharedPreferences from SQLite.
diwu-arete 4da5d31
Change the cache class to be singleton
diwu-arete d1ff0ec
Wrap shared pref commit in a async task.
diwu-arete 2c5102c
Merge branch 'master' of github.com:firebase/firebase-android-sdk int…
diwu-arete 41fbfee
Address comments
diwu-arete 5fd2fa0
Google format fix
diwu-arete e950003
Merge branch 'master' of github.com:firebase/firebase-android-sdk int…
diwu-arete dba0c0e
Replace some deprecated code.
diwu-arete dc37bf8
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete ebdd626
Merge branch 'master' of github.com:firebase/firebase-android-sdk int…
diwu-arete f26741e
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete 38c403f
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete a9a43a4
Package refactor
diwu-arete ca6dacf
nit
diwu-arete e7fff81
nit
diwu-arete bb8bf45
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete b381889
Add the state machine of updating custom installation id in the local
diwu-arete a72cf60
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete 1adcfbd
minor format fix
diwu-arete 6091f82
Address comments #1
diwu-arete ada5577
Merge branch 'master' of github.com:firebase/firebase-android-sdk int…
diwu-arete af5bcd1
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete de6fb6d
Merge branch 'master' of github.com:firebase/firebase-android-sdk int…
diwu-arete 75e523b
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete 134f06e
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete 6a0f502
Http client in Firebase Segmentation SDK to call backend service.
diwu-arete 4ac7db5
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete 7f40978
Revert unintentional change
diwu-arete b2fc302
Fix connected device test
diwu-arete 1f2ab34
Fix connected device test
diwu-arete 402d8b6
Merge branch 'arete-floc' of github.com:firebase/firebase-android-sdk…
diwu-arete ce698cf
Merge branch 'master' of github.com:firebase/firebase-android-sdk int…
diwu-arete 0e0278e
Merge branch 'floc-master' of github.com:firebase/firebase-android-sd…
diwu-arete 9880624
1. Add a few annotations to make java code Kotlin friendly
diwu-arete 8ffb5bb
Fix java format
diwu-arete daf4698
Fix API version
diwu-arete 7985e14
Change the segmentation API implementation to synchronous and put the
diwu-arete 9f36d35
Fix a async getResult race issue.
diwu-arete 047c0af
OkHttpClient -> HttpsUrlConnection
diwu-arete 8b39c31
Use gzip for compressing content and fix ourput stream memory leak risk.
diwu-arete dc1a63c
Addressed a few comments
diwu-arete File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.