When attempting a backup, the transport may inform us that the backend is in an
uninitialized state. This typically means that the device's data has been wiped
after a period [e.g. 90 days] of inactivity. This means that we need to
re-store all data subject to backup, and all of our incremental state tracking
on the device is now stale.
In response, we wipe all of our recorded backup state and restart the backup
pass on all participants.
Merge commit 'a39a17d7a5e49150a778132809b9a8540a5fbe01'
* commit 'a39a17d7a5e49150a778132809b9a8540a5fbe01':
Uri encode phone number before passing it to query.
Merge commit '9da7d5476c476dbe13cdabe21b560c368a0aef56'
* commit '9da7d5476c476dbe13cdabe21b560c368a0aef56':
make PhoneNumberUtils.compareLoosely use MIN_MATCH of 7 instead of 5.
Merge commit 'c1ddb155b86a916b5e0c712493949c582ab495c2'
* commit 'c1ddb155b86a916b5e0c712493949c582ab495c2':
Moving DISPLAY_NAME to column "data1" to keep it "aligned" with other data types.
Merge commit 'f8d8b46a2c684d51cd661a9d479dd895420a90b2' into eclair-plus-aosp
* commit 'f8d8b46a2c684d51cd661a9d479dd895420a90b2':
Add a tip toast for double tap.
Merge commit 'd5ffa12dea99233e6a75048d82ad4daf0373191f' into eclair-plus-aosp
* commit 'd5ffa12dea99233e6a75048d82ad4daf0373191f':
Uri encode phone number before passing it to query.
Merge commit '5ef75b68fe6ed46213e3499910f389d2c6fda85a' into eclair-plus-aosp
* commit '5ef75b68fe6ed46213e3499910f389d2c6fda85a':
make PhoneNumberUtils.compareLoosely use MIN_MATCH of 7 instead of 5.
Merge commit '483a599c0330da087502b5b75bbe82fe8236cbec' into eclair-plus-aosp
* commit '483a599c0330da087502b5b75bbe82fe8236cbec':
Moving DISPLAY_NAME to column "data1" to keep it "aligned" with other data types.
Use the set dialog height when the find dialog is up so that
found items at the bottom of the screen are scrolled into view.
This requires a companion change to set the dialog height in
the browser app.
Fixes http://b/issue?id=2122916
Merge commit 'cc36254b1639f40bcf4ed27855c1ef92faa89082'
* commit 'cc36254b1639f40bcf4ed27855c1ef92faa89082':
log hash of account name in sync event log
Merge commit 'b1ef743df3a436e04f61386151b962d210c6c2ac'
* commit 'b1ef743df3a436e04f61386151b962d210c6c2ac':
Use icon URI as icon cache key in search dialog
Merge commit 'e256c79731ecd412fbf0d566ea6c844ea8e972a1' into eclair-plus-aosp
* commit 'e256c79731ecd412fbf0d566ea6c844ea8e972a1':
log hash of account name in sync event log
Merge commit 'a953ed4bc08cf5fc98f17a399adbd8afdd8293d5' into eclair-plus-aosp
* commit 'a953ed4bc08cf5fc98f17a399adbd8afdd8293d5':
Use icon URI as icon cache key in search dialog
This is a minor optimization for the sake of the aggregator. The aggregator now relies on the display name
instead of structured components. As a result, we only need one column from the data table
for the structured name. For other data types it's data1. Might as well use the same column
for display name.
Change-Id: Ib22d1f1a7a91f12716d1a460e1578f01926c393a
1. Continous ringing after receiving a call waiting while in a call,
and before user answers the call waiting, the 1st call drops. If another
MT call comes in, while it rings, it also drops, the phone will keep
ringing.
2. Data call is not re-initiated if emergency MO call collides with an MT call.
Bug: 2123287
Change-Id: I6b12a900ec60b478691544ab5326eac4952ce834
Merge commit 'b91dd357c3e0c0d1fb86c69644c177a00b47695b'
* commit 'b91dd357c3e0c0d1fb86c69644c177a00b47695b':
Allow a webpage that wants to scroll off the title bar to do so.
Merge commit '03c87bf51cdf5a105b53b5d6fbf9cfbc6c93751e' into eclair-plus-aosp
* commit '03c87bf51cdf5a105b53b5d6fbf9cfbc6c93751e':
Allow a webpage that wants to scroll off the title bar to do so.
Slows down the animation so the user can see it slide away. Also
move the animation to before we change to view coordinates so it
will not be dependent on the zoom level/screen resolution.
Change-Id: Icc54b2b26c08cd54d84b4e9892a316a5712534e4
Merge commit '73d7ca9d56fc020d806db76fc7c0ef310731e0fd'
* commit '73d7ca9d56fc020d806db76fc7c0ef310731e0fd':
Fix NPE crash-loop when cpufreq not available in the kernel.
Merge commit '77fa24a5ef3ee3bc108d4bf3c77b7b4c7d0d5451' into eclair-plus-aosp
* commit '77fa24a5ef3ee3bc108d4bf3c77b7b4c7d0d5451':
Fix NPE crash-loop when cpufreq not available in the kernel.
This fixes the bug preventing switching between global and in-app search,
and also enables long press for voice search (I think).
Bug: 2127442
Change-Id: I045a0f7b2c797c016191709a3983b6b33fc6186e
Merge commit 'f0e66e55a3e1d87d7cf68f699a0c4168faf4cf60'
* commit 'f0e66e55a3e1d87d7cf68f699a0c4168faf4cf60':
Set intent_component of in-app shortcuts to app itself
Merge commit 'f97f436ed6e14a680cef88a5a61b0b06f847a107' into eclair-plus-aosp
* commit 'f97f436ed6e14a680cef88a5a61b0b06f847a107':
Set intent_component of in-app shortcuts to app itself