gecko-dev/mobile/android/services
Grigory Kruglov 22abdf585b Bug 1266232 - be extra careful and mindful of performance when migrating visits r=mcomella
1) Use prepared SQL insert statement for insertions
1.2) Use ON CONFLICT IGNORE for our inserts, to avoid failing on possible data clashes
2) Don't synthesize "visits since last sync" - it's bound to cause problems, for not much benefit
3) Fix up some minor issues, cleanup code and add sanity checks
4) If there's evidence Sync was enabled at some point, mark synthsized visits as remote. Otherwise, as local.

MozReview-Commit-ID: Gd94A6r4rW

--HG--
extra : rebase_source : e4f74e3d1d286e1107e5a1764ae8ea3fd5ff3ff2
2016-04-22 23:18:04 -07:00
..
manifests Bug 1248160 - Part 2: Inline MOZ_ANDROID_SHARED_FXACCOUNT_TYPE. r=ted.mielczarek 2016-02-13 10:13:10 -08:00
src/main Bug 1266232 - be extra careful and mindful of performance when migrating visits r=mcomella 2016-04-22 23:18:04 -07:00
README.txt
strings.xml.in Bug 1262343 - Remove old Synced panel code. r=sebastian 2016-04-20 11:55:48 -07:00

These files are managed in the android-sync repo. Do not modify directly, or your changes will be lost.