Commit Graph

4744 Commits

Author SHA1 Message Date
Christopher Tate
6e472890ef Clear the device's data from the transport when backup is disabled
Turning off backup in the Settings UI constitutes an opt-out of the whole
mechanism.  For privacy reasons we instruct the backend to wipe all of the data
belonging to this device when the user does this.  If the attempt fails it is
rescheduled in the future based on the transport's requestBackupTime()
suggestion.  If network connectivity changes prompt the transport to indicate a
backup pass is appropriate "now," any pending init operation is processed before
the backup schedule is resumed.

The broadcasts used internally to the backup manager are now fully protected;
third party apps can neither send nor receive them.

(Also a minor logging change; don't log 'appropriate' EOF encountered during
parsing of a backup data stream.)
2009-09-24 11:19:04 -07:00
Android (Google) Code Review
601500bb2c Merge change 26867 into eclair
* changes:
  fix bug where siilent mode dissapears when it triggers instead of animating off to the left edge.
2009-09-24 13:53:13 -04:00
Android (Google) Code Review
3fdb145db2 Merge change 26830 into eclair
* changes:
  Coloring clicked-on links
2009-09-24 13:33:27 -04:00
Android (Google) Code Review
3f6abb4752 Merge change 26714 into eclair
* changes:
  Update RotarySelector to support vertical orientation, and add resolution specific assets (removing old ones).
2009-09-24 13:19:15 -04:00
Android (Google) Code Review
265e637d9e Merge change 26593 into eclair
* changes:
  Change the way DRT determines if it is ready to continue to the next test when running in automated mode.
2009-09-24 13:04:13 -04:00
Android (Google) Code Review
68a2baef0a Merge change 26856 into eclair
* changes:
  Make the new ContactsContract APIs public.
2009-09-24 12:59:55 -04:00
Android (Google) Code Review
b594587dee Merge change 26851 into eclair
* changes:
  use new setDither on ImageRef to retain that setting for purgeable images
2009-09-24 12:38:23 -04:00
Android (Google) Code Review
31f74d5f70 Merge change 26819 into eclair
* changes:
  Fixes http://b/2143180 (mdpi sdcard notification icons).
2009-09-24 10:28:20 -04:00
Android (Google) Code Review
73124ea68b Merge change 26818 into eclair
* changes:
  Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link.
2009-09-24 09:55:58 -04:00
Android (Google) Code Review
8ed6005351 Merge change 26732 into eclair
* changes:
  Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null.
2009-09-24 04:42:02 -04:00
Android (Google) Code Review
52984dd7da Merge change 26794 into eclair
* changes:
  keystore: remove old implementation and test.
2009-09-24 03:42:43 -04:00
Android (Google) Code Review
aa83fc8173 Merge change 26793 into eclair
* changes:
  KeyStore: remove classes used by old keystore.
2009-09-24 01:38:42 -04:00
Android (Google) Code Review
e3edfce725 Merge change 26791 into eclair
* changes:
  KeyStore: return null when response code indicates an error.
2009-09-24 01:38:35 -04:00
Android (Google) Code Review
3e68e1c037 Merge change 26129 into eclair
* changes:
  Add Phone.getPhoneType() operation.
2009-09-24 01:37:09 -04:00
Chia-chi Yeh
4424dd7dd5 keystore: remove old implementation and test.
The new tests will be implemented in java.
2009-09-24 13:35:26 +08:00
Android (Google) Code Review
7b7c3c1515 Merge change 26786 into eclair
* changes:
  Remove old keystore and related files.
2009-09-24 01:17:01 -04:00
Android (Google) Code Review
a6f2728706 Merge change 26640 into eclair
* changes:
  Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896 section 3.2.2.
2009-09-24 01:03:58 -04:00
Android (Google) Code Review
2c5bc2b743 Merge change 26566 into eclair
* changes:
  Conditionalized CDMA-specific test.
2009-09-24 00:41:49 -04:00
Android (Google) Code Review
049601e8ee Merge change 26776 into eclair
* changes:
  wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware
2009-09-24 00:41:46 -04:00
Android (Google) Code Review
56aaeb0abb Merge changes 26766,26767 into eclair
* changes:
  turn dithering off if it's not needed
  fix [2142193] disable GL_LINEAR when not needed
2009-09-23 22:17:54 -04:00
Mathias Agopian
401c257fba turn dithering off if it's not needed 2009-09-23 19:16:27 -07:00
Android (Google) Code Review
e5661574a9 Merge change 26616 into eclair
* changes:
  Add density support to layoutlib so that bitmap are scaled if needed.
2009-09-23 22:10:38 -04:00
Mathias Agopian
a2fe0a234b fix [2142193] disable GL_LINEAR when not needed 2009-09-23 18:55:02 -07:00
Android (Google) Code Review
4327cf612b Merge change 26752 into eclair
* changes:
  Fix 2105956: The nine patch markers for one of the zoom buttons were reversed
2009-09-23 21:27:46 -04:00
Android (Google) Code Review
69b450fcf2 Merge change 26730 into eclair
* changes:
  Fix 2132058: Tweak hdpi textfield assets so they align with buttons
2009-09-23 20:49:01 -04:00
Android (Google) Code Review
03a1bf001c Merge change 26728 into eclair
* changes:
  Make the renderscript timing logging available by setting debug.rs.profile=1
2009-09-23 20:27:52 -04:00
Android (Google) Code Review
b9ac0eb69d Merge change 26719 into eclair
* changes:
  fix simulator build
2009-09-23 20:11:04 -04:00
Android (Google) Code Review
a560844485 Merge change 26717 into eclair
* changes:
  Newer animations.
2009-09-23 20:04:44 -04:00
Android (Google) Code Review
bef4524723 Merge change 26715 into eclair
* changes:
  fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view
2009-09-23 20:03:41 -04:00
Mathias Agopian
8c0a3d75c8 fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view
Revert "workaround for [2113743] Sholes: frozen then runtime restart going to list view"

This reverts commit 4a06bb4f3355b0ef2b76aa883704da9d154c44ae.
2009-09-23 16:59:57 -07:00
Android (Google) Code Review
118abc10b1 Merge change 26711 into eclair
* changes:
  Fix widget stopListening NPE.
2009-09-23 19:55:14 -04:00
Android (Google) Code Review
68edc69c60 Merge change 26314 into eclair
* changes:
  Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
2009-09-23 19:15:29 -04:00
Android (Google) Code Review
b2b64c9227 Merge change 26653 into eclair
* changes:
  make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled
2009-09-23 18:58:07 -04:00
Android (Google) Code Review
7fb7460fc5 Merge change 26691 into eclair
* changes:
  fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain)
2009-09-23 18:50:22 -04:00
Mathias Agopian
dd3423c624 fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain) 2009-09-23 15:49:32 -07:00
Android (Google) Code Review
bc5faabdd6 Merge change 26686 into eclair
* changes:
  Fix broken build.
2009-09-23 18:21:23 -04:00
Android (Google) Code Review
246ea848ff Merge change 26679 into eclair
* changes:
  Create samples showing how to call OpenGL from JNI libraries.
2009-09-23 17:53:54 -04:00
Jack Palevich
9195835537 Create samples showing how to call OpenGL from JNI libraries. 2009-09-23 14:48:07 -07:00
Android (Google) Code Review
e95f0b38cd Merge change 26667 into eclair
* changes:
  Add raster object to control point and line params. Add flag to force SW rendering.
2009-09-23 17:00:22 -04:00
Android (Google) Code Review
b196cf28d7 Merge change 25794 into eclair
* changes:
  Remove the GDD Gservices setting.
2009-09-23 16:37:57 -04:00
Android (Google) Code Review
42cf067d28 Merge change 26537 into eclair
* changes:
  add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix.
2009-09-23 16:17:02 -04:00
Android (Google) Code Review
953eb137bc Merge change 26623 into eclair
* changes:
  fbDev wasn't initialized of hw_get_module failed, but was then used anyway.
2009-09-23 15:02:49 -04:00
Android (Google) Code Review
bc53233843 Merge change 26627 into eclair
* changes:
  Convert instances of px in default UI styles to dip.
2009-09-23 14:54:44 -04:00
Android (Google) Code Review
62297352e7 Merge change 26636 into eclair
* changes:
  Fix #2101821: Cut labels of menu items in "SnapTell" market app.
2009-09-23 14:45:17 -04:00
Android (Google) Code Review
3b01049fd5 Merge change 25635 into eclair
* changes:
  Add new thumbnail API.
2009-09-23 14:31:04 -04:00
Android (Google) Code Review
59214667f2 Merge change 26635 into eclair
* changes:
  Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file.
2009-09-23 14:28:16 -04:00
Android (Google) Code Review
6f6381ccbd Merge change 26615 into eclair
* changes:
  Provide a getter to access the width of the HTML document.
2009-09-23 14:24:07 -04:00
Android (Google) Code Review
cff4f09868 Merge change 26625 into eclair
* changes:
  Fix http://b/2139600 (expander indicators misaligned).
2009-09-23 14:12:37 -04:00
Marco Nelissen
a455793a8d fbDev wasn't initialized of hw_get_module failed, but was then used anyway. 2009-09-23 10:56:51 -07:00
Android (Google) Code Review
3880515d82 Merge change 26539 into eclair
* changes:
  Add density value to density enum.
2009-09-23 13:33:06 -04:00