Merge commit '5f090ccb453f23e4df2507f90f3c1305aaab1f22'
* commit '5f090ccb453f23e4df2507f90f3c1305aaab1f22':
Add support for selecting the color bit depth and if the application used a depth buffer.
Merge commit '77f77f904a8cb13dc2cd921b253658072389e95f' into eclair-plus-aosp
* commit '77f77f904a8cb13dc2cd921b253658072389e95f':
Add support for selecting the color bit depth and if the application used a depth buffer.
Merge commit 'a4490881a367ab38b29bf3480c035c62974a81b3'
* commit 'a4490881a367ab38b29bf3480c035c62974a81b3':
Only try to sync to subscribedfeeds for google acounts.
Update the RSSI display policy in CDMA.
1. Use single RSSI icon instead of two icons
2. If 3G(EV) and 1x network are available than 3G should be displayed, Displayed RSSI should be from the EV side.
3. If a voice call is made then RSSI should switch to 1x.
Merge commit '4025dbd97e7e800e9a75f76664453bdb2971c132' into eclair-plus-aosp
* commit '4025dbd97e7e800e9a75f76664453bdb2971c132':
Only try to sync to subscribedfeeds for google acounts.
Merge commit '88ccc8fbfb9ec23fe4f31798787b05e9e75f2fe9'
* commit '88ccc8fbfb9ec23fe4f31798787b05e9e75f2fe9':
Add local frames for parsing properties and processing events.
Merge commit '617b22dc075bbf704421adf15f39388ec098b4fd' into eclair-plus-aosp
* commit '617b22dc075bbf704421adf15f39388ec098b4fd':
Add local frames for parsing properties and processing events.
We were running out of local refs when there are lots of devices.
Instead of deleting every single local ref, create a local stack frame.
This operation is inexpensive so doesn't add a high overload and keeps
the code clean instead of deleting every single local ref.
Merge commit 'ab3996f2c6c7c6e3e18e11fa32dac5c5d546ea67'
* commit 'ab3996f2c6c7c6e3e18e11fa32dac5c5d546ea67':
- make it ok to modify the accounts before boot
Merge commit '5fe00057dd611fda30f44edb98771e38bf452ecd' into eclair-plus-aosp
* commit '5fe00057dd611fda30f44edb98771e38bf452ecd':
- make it ok to modify the accounts before boot
Merge commit '657bf5b751b7d2008dff0f91082a75bc1d699fa9'
* commit '657bf5b751b7d2008dff0f91082a75bc1d699fa9':
Revert volume if it wasn't okayed by user.
Merge commit '91ba1c3f9d000928a4ba12d45d609b1c2e7066e7' into eclair-plus-aosp
* commit '91ba1c3f9d000928a4ba12d45d609b1c2e7066e7':
Revert volume if it wasn't okayed by user.
When a user hits the 'forgot pattern' button, they aren't permanently forced into
using the account to unlock the screen; they can get back to the pattern screen by
hitting the back key, or by turning off the screen (e.g it's not sticky).
Also, show progress dialog while checking account, and make sure we are on the UI thread
when doing stuff from the account callback.
- 'setPermanentlyLocked(false)' no longer automatically resets the pattern
- new string for "waiting to verify account" progress dialog
- new string for account unlock screen title when you aren't past the too many
attempts, but just hit the 'forgot pattern' button
Merge commit 'c607435cae64d2f9c7af408e10e1e72eb637c458'
* commit 'c607435cae64d2f9c7af408e10e1e72eb637c458':
Add an extra intent parameter for recording duration limit.
Merge commit '4804c3e23b0bb8e77b690df177ebd4d6fb949aa8' into eclair-plus-aosp
* commit '4804c3e23b0bb8e77b690df177ebd4d6fb949aa8':
Add an extra intent parameter for recording duration limit.
Phase 2
Make VCard Importer use Data structures in ContactsContract instead of
using old Conatacts structure.
Phase 3
Developed VCardComposer, which was originally in Contacts package, but
now in base/core/java. Also made it use queryEntries() as per jsharkey's
suggestion.
Phase 4
Added VCardUtils and moved some common methods to it, some of which should be
in public API, but hidden for now.
Phase 5
Made VCardComposer emits (almost) valid vCard 3.0 data.
Confirmed with vCard data emitted by Mac.
Related issue:
1784580, 1728351, 1967349
Note:
Probable next step:
- Add "fast parse" mode in VCradBuilder, in which, VCardBuilder skip parsing the value of
each property. It will make the parsing faster.
-- Note that parsing the parameters of each entry cannot be skipped, since it may contains
the information about Encoding of the property. In other words, if the line is
in Quoted-Printable format, the next line may be the part of the property, not a
separated property, which should be parsed accordingly.
- Needs test
Merge commit '4ce07160ec6030b3afdd22867e39ca818c5e44c4'
* commit '4ce07160ec6030b3afdd22867e39ca818c5e44c4':
Don't use deprecated API in contact header widget.
Merge commit 'f7eab4f78fe4bdb193a4f8caf2648d2cb3ef36ea' into eclair-plus-aosp
* commit 'f7eab4f78fe4bdb193a4f8caf2648d2cb3ef36ea':
Don't use deprecated API in contact header widget.
Merge commit 'e420f4a9bc5ce95c4b7d063dc257671e41aee453'
* commit 'e420f4a9bc5ce95c4b7d063dc257671e41aee453':
fix a bug recently introduced where EGL couldn't be initialized again after it had been terminated once
Merge commit 'd6bfef3647162785bc3206c2d4e3e8ceba1dca45' into eclair-plus-aosp
* commit 'd6bfef3647162785bc3206c2d4e3e8ceba1dca45':
fix a bug recently introduced where EGL couldn't be initialized again after it had been terminated once
Merge commit '9320cf652d94917b7945f03786450e418923cb72'
* commit '9320cf652d94917b7945f03786450e418923cb72':
Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
Merge commit '45e38f84612eee82d53bf8be2776be79c7d8c015' into eclair-plus-aosp
* commit '45e38f84612eee82d53bf8be2776be79c7d8c015':
Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.