Commit Graph

6299 Commits

Author SHA1 Message Date
Dianne Hackborn
1ee0d41b0b am d2aaeefc: am c5dc6872: am 360d710e: Merge change I580de484 into eclair
Merge commit 'd2aaeefc31c37417e6074fefeabe3434ea2768d9'

* commit 'd2aaeefc31c37417e6074fefeabe3434ea2768d9':
  Fix issue #2256270: Package manager sends bad broadcasts when components change
2009-11-11 20:31:05 -08:00
Dianne Hackborn
d2aaeefc31 am c5dc6872: am 360d710e: Merge change I580de484 into eclair
Merge commit 'c5dc6872dac40f87b6b8261c3cd5260a52325aba' into eclair-mr2-plus-aosp

* commit 'c5dc6872dac40f87b6b8261c3cd5260a52325aba':
  Fix issue #2256270: Package manager sends bad broadcasts when components change
2009-11-11 20:28:27 -08:00
Dianne Hackborn
6e6a89b0e4 am 360d710e: Merge change I580de484 into eclair
Merge commit '360d710ebccc2a2b53bf6233e722d3287d585476' into eclair-plus-aosp

* commit '360d710ebccc2a2b53bf6233e722d3287d585476':
  Fix issue #2256270: Package manager sends bad broadcasts when components change
2009-11-11 20:25:08 -08:00
Dianne Hackborn
c5dc6872da am 360d710e: Merge change I580de484 into eclair
Merge commit '360d710ebccc2a2b53bf6233e722d3287d585476' into eclair-mr2

* commit '360d710ebccc2a2b53bf6233e722d3287d585476':
  Fix issue #2256270: Package manager sends bad broadcasts when components change
2009-11-11 20:25:01 -08:00
Grace Kloba
a7a9eb20ee am 8b83a2ab: am 4888c7da: am dc30d28b: Merge change I3656f7a3 into eclair
Merge commit '8b83a2abbb26dbc3bec33e0834b9d50ded391af8'

* commit '8b83a2abbb26dbc3bec33e0834b9d50ded391af8':
  Honor the mInitialScale set on WebView. This was
2009-11-11 20:24:10 -08:00
Jim Miller
34ce2fb7c4 am 809b2594: am 207d00c1: am f2897fe4: Merge change Idc34a3f7 into eclair
Merge commit '809b2594886fa64f23bd6e87f97f8b06e933fa9e'

* commit '809b2594886fa64f23bd6e87f97f8b06e933fa9e':
  Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states.
2009-11-11 20:23:55 -08:00
Grace Kloba
8b83a2abbb am 4888c7da: am dc30d28b: Merge change I3656f7a3 into eclair
Merge commit '4888c7da45b356bfcff5a6564150ca95a0a0afcf' into eclair-mr2-plus-aosp

* commit '4888c7da45b356bfcff5a6564150ca95a0a0afcf':
  Honor the mInitialScale set on WebView. This was
2009-11-11 20:19:10 -08:00
Jim Miller
809b259488 am 207d00c1: am f2897fe4: Merge change Idc34a3f7 into eclair
Merge commit '207d00c13c02d301ff4ec302b1ee8cd7c256a4a5' into eclair-mr2-plus-aosp

* commit '207d00c13c02d301ff4ec302b1ee8cd7c256a4a5':
  Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states.
2009-11-11 20:18:58 -08:00
Android (Google) Code Review
360d710ebc Merge change I580de484 into eclair
* changes:
  Fix issue #2256270: Package manager sends bad broadcasts when components change
2009-11-11 20:18:44 -08:00
Grace Kloba
4888c7da45 am dc30d28b: Merge change I3656f7a3 into eclair
Merge commit 'dc30d28bc8321171fbf4ed92a9486eb8dd382259' into eclair-mr2

* commit 'dc30d28bc8321171fbf4ed92a9486eb8dd382259':
  Honor the mInitialScale set on WebView. This was
2009-11-11 20:15:02 -08:00
Jim Miller
207d00c13c am f2897fe4: Merge change Idc34a3f7 into eclair
Merge commit 'f2897fe42e22966127dbee8025d6bdc1d1697d81' into eclair-mr2

* commit 'f2897fe42e22966127dbee8025d6bdc1d1697d81':
  Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states.
2009-11-11 20:14:46 -08:00
Grace Kloba
1ab302f955 am dc30d28b: Merge change I3656f7a3 into eclair
Merge commit 'dc30d28bc8321171fbf4ed92a9486eb8dd382259' into eclair-plus-aosp

* commit 'dc30d28bc8321171fbf4ed92a9486eb8dd382259':
  Honor the mInitialScale set on WebView. This was
2009-11-11 20:14:01 -08:00
Dianne Hackborn
86a72dacbe Fix issue #2256270: Package manager sends bad broadcasts when components change
Also reworks this intent protocol a little bit to be much more efficient, only
requiring one broadcast per package.

Change-Id: I580de4843ebd3c7f2e6df7295a2f80d2937cef7c
2009-11-11 20:13:53 -08:00
Jim Miller
5667adeb57 am f2897fe4: Merge change Idc34a3f7 into eclair
Merge commit 'f2897fe42e22966127dbee8025d6bdc1d1697d81' into eclair-plus-aosp

* commit 'f2897fe42e22966127dbee8025d6bdc1d1697d81':
  Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states.
2009-11-11 20:13:49 -08:00
Android (Google) Code Review
dc30d28bc8 Merge change I3656f7a3 into eclair
* changes:
  Honor the mInitialScale set on WebView. This was lost when we fixed restoring the scale for a new page.
2009-11-11 20:11:25 -08:00
Grace Kloba
16efce7242 Honor the mInitialScale set on WebView. This was
lost when we fixed restoring the scale for a new
page.

Fix http://b/issue?id=2251716
2009-11-11 20:13:32 -08:00
Android (Google) Code Review
f2897fe42e Merge change Idc34a3f7 into eclair
* changes:
  Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states. Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab.
2009-11-11 20:11:13 -08:00
Dianne Hackborn
5a1a55e54a am 7bd2179f: am 823edb76: am 532d5603: Merge change I80022375 into eclair
Merge commit '7bd2179f22c63cba9b444b4089242af327501f85'

* commit '7bd2179f22c63cba9b444b4089242af327501f85':
  Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast
2009-11-11 19:24:12 -08:00
Romain Guy
540f4c4459 am bfbd2bcd: am fb745d27: am 001e5242: Merge change Icccbd889 into eclair
Merge commit 'bfbd2bcd0f15f9b709275a85b444c8fd7ea6192d'

* commit 'bfbd2bcd0f15f9b709275a85b444c8fd7ea6192d':
  Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
2009-11-11 19:23:58 -08:00
Dmitri Plotnikov
4ae22c74af am f949c585: am b1c62ebf: am ca203475: Merge change Ifcf20541 into eclair
Merge commit 'f949c5856b9b26f69809a29e81d060f29c02ab4e'

* commit 'f949c5856b9b26f69809a29e81d060f29c02ab4e':
  New Javadoc for ContactsContract.
2009-11-11 19:23:46 -08:00
Dianne Hackborn
78bceeb925 am 8c3fc080: am 5bb200fd: am 2ade6421: Merge change I775e1ec0 into eclair
Merge commit '8c3fc0801bb32a99dd5ab97c93bb615999b2c977'

* commit '8c3fc0801bb32a99dd5ab97c93bb615999b2c977':
  Debugging for issue #2250075: Desk dock clock app sometimes doesn't
2009-11-11 19:23:32 -08:00
Dianne Hackborn
7bd2179f22 am 823edb76: am 532d5603: Merge change I80022375 into eclair
Merge commit '823edb76661d57c1af7dbf4eb56eb0e3cb78e229' into eclair-mr2-plus-aosp

* commit '823edb76661d57c1af7dbf4eb56eb0e3cb78e229':
  Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast
2009-11-11 19:18:48 -08:00
Romain Guy
bfbd2bcd0f am fb745d27: am 001e5242: Merge change Icccbd889 into eclair
Merge commit 'fb745d27901a77d3215f32adf426e5f864a1aa01' into eclair-mr2-plus-aosp

* commit 'fb745d27901a77d3215f32adf426e5f864a1aa01':
  Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
2009-11-11 19:18:37 -08:00
Dmitri Plotnikov
f949c5856b am b1c62ebf: am ca203475: Merge change Ifcf20541 into eclair
Merge commit 'b1c62ebf92fe20d006023bfa6fbf2cc731c69e4e' into eclair-mr2-plus-aosp

* commit 'b1c62ebf92fe20d006023bfa6fbf2cc731c69e4e':
  New Javadoc for ContactsContract.
2009-11-11 19:18:24 -08:00
Dianne Hackborn
8c3fc0801b am 5bb200fd: am 2ade6421: Merge change I775e1ec0 into eclair
Merge commit '5bb200fde2306d9da1972a81c0238c26ca6f475b' into eclair-mr2-plus-aosp

* commit '5bb200fde2306d9da1972a81c0238c26ca6f475b':
  Debugging for issue #2250075: Desk dock clock app sometimes doesn't
2009-11-11 19:18:11 -08:00
Dianne Hackborn
823edb7666 am 532d5603: Merge change I80022375 into eclair
Merge commit '532d56034532809da7691059742371c1b4d0656c' into eclair-mr2

* commit '532d56034532809da7691059742371c1b4d0656c':
  Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast
2009-11-11 19:13:29 -08:00
Dianne Hackborn
7a2d9782f9 am 532d5603: Merge change I80022375 into eclair
Merge commit '532d56034532809da7691059742371c1b4d0656c' into eclair-plus-aosp

* commit '532d56034532809da7691059742371c1b4d0656c':
  Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast
2009-11-11 19:13:15 -08:00
Android (Google) Code Review
532d560345 Merge change I80022375 into eclair
* changes:
  Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast
2009-11-11 19:09:56 -08:00
Romain Guy
fb745d2790 am 001e5242: Merge change Icccbd889 into eclair
Merge commit '001e5242c8a801664ea454a2ed6d4fddb600157a' into eclair-mr2

* commit '001e5242c8a801664ea454a2ed6d4fddb600157a':
  Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
2009-11-11 18:55:52 -08:00
Romain Guy
242cdcc6cc am 001e5242: Merge change Icccbd889 into eclair
Merge commit '001e5242c8a801664ea454a2ed6d4fddb600157a' into eclair-plus-aosp

* commit '001e5242c8a801664ea454a2ed6d4fddb600157a':
  Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
2009-11-11 18:55:45 -08:00
Dmitri Plotnikov
b1c62ebf92 am ca203475: Merge change Ifcf20541 into eclair
Merge commit 'ca20347543797a67b48a369f9b901cecabd231e3' into eclair-mr2

* commit 'ca20347543797a67b48a369f9b901cecabd231e3':
  New Javadoc for ContactsContract.
2009-11-11 18:53:42 -08:00
Dmitri Plotnikov
d9d9cd509e am ca203475: Merge change Ifcf20541 into eclair
Merge commit 'ca20347543797a67b48a369f9b901cecabd231e3' into eclair-plus-aosp

* commit 'ca20347543797a67b48a369f9b901cecabd231e3':
  New Javadoc for ContactsContract.
2009-11-11 18:53:41 -08:00
Dianne Hackborn
5bb200fde2 am 2ade6421: Merge change I775e1ec0 into eclair
Merge commit '2ade6421f2d6dd615b559c951deace7143958b90' into eclair-mr2

* commit '2ade6421f2d6dd615b559c951deace7143958b90':
  Debugging for issue #2250075: Desk dock clock app sometimes doesn't
2009-11-11 18:53:29 -08:00
Dianne Hackborn
af194fe6af am 2ade6421: Merge change I775e1ec0 into eclair
Merge commit '2ade6421f2d6dd615b559c951deace7143958b90' into eclair-plus-aosp

* commit '2ade6421f2d6dd615b559c951deace7143958b90':
  Debugging for issue #2250075: Desk dock clock app sometimes doesn't
2009-11-11 18:53:29 -08:00
Android (Google) Code Review
001e5242c8 Merge change Icccbd889 into eclair
* changes:
  Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
2009-11-11 18:52:07 -08:00
Romain Guy
9a583c1bfb Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
Change-Id: Icccbd8897186d0b9348a40b3dfc19ab7ac389efd
2009-11-11 18:51:18 -08:00
Android (Google) Code Review
ca20347543 Merge change Ifcf20541 into eclair
* changes:
  New Javadoc for ContactsContract.
2009-11-11 18:49:55 -08:00
Dmitri Plotnikov
dbe449e522 New Javadoc for ContactsContract.
Change-Id: Ifcf20541fda7449f1954f2021c53be3eb672e7ee
2009-11-11 18:48:19 -08:00
Dianne Hackborn
362d5b9b64 Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast
You can no longer receive CONFIGURATION_CHANGED in a manifest, which is really really
bad (launching apps every time the screen is rotated!).  A new LOCALE_CHANGED broadcast
is sent that you can receive in a manifest.

Change-Id: I80022375f0716db2e672382a29db3cea1af74702
2009-11-11 18:26:06 -08:00
Jim Miller
753401aa47 Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states.
Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab.
2009-11-11 18:00:48 -08:00
Dianne Hackborn
12527f9fb1 Debugging for issue #2250075: Desk dock clock app sometimes doesn't
This adds a history of the last 100 broadcasts that is printed in the
debug log, to be able to see what recently happened at the time the
bug report was taken.  Also does some optimization of the printing of
the broadcast records to make it feasible to print this number of
entries.  (We kind-of need to do this because there are some broadcasts
like SIG_STR and SYNC_STATE_CHANGED that are being broadcast a LOT.)

Change-Id: I775e1ec0f63369c8bca8c83cee27b95ddc5ec450
2009-11-11 17:51:41 -08:00
Fred Quintana
2f20558f09 am f291a68d: am d73f7de4: am 4cb6fc7e: Merge change Icc48b1e7 into eclair
Merge commit 'f291a68dbff5fb74696204b2a0bc49d5eba67c93'

* commit 'f291a68dbff5fb74696204b2a0bc49d5eba67c93':
  don't request a sync when temp providers are created
2009-11-11 17:39:15 -08:00
Grace Kloba
807e0ced62 am c536bea4: am 6d559f9d: am bf5b632a: Use getViewHeightWithTitle() to honor the scrollbar setting when computing the maxScrollY for fling. This is honored in the regular scroll in computeVerticalScrollExtent().
Merge commit 'c536bea4df43196a9ec3f20aee5b3cc1509fe6c0'

* commit 'c536bea4df43196a9ec3f20aee5b3cc1509fe6c0':
  Use getViewHeightWithTitle() to honor the scrollbar
2009-11-11 17:39:02 -08:00
Grace Kloba
187228fddf am ebecde29: am 9f4baf30: am d7439f4b: Use computeVerticalScrollRange() to find the bottom of the page as mContentHeight is not in the view system.
Merge commit 'ebecde29c56778534d619af867d0042d5337b066'

* commit 'ebecde29c56778534d619af867d0042d5337b066':
  Use computeVerticalScrollRange() to find the bottom
2009-11-11 17:38:49 -08:00
Grace Kloba
5423ed0cc9 am df296b72: am 09550fde: am c9966891: Merge change Ibb245ea7 into eclair
Merge commit 'df296b72fc215c2beb5eca92a4c66f71a1b8e7bd'

* commit 'df296b72fc215c2beb5eca92a4c66f71a1b8e7bd':
  Return an empty PluginList instead of null for the
2009-11-11 17:38:36 -08:00
Jim Miller
78aa69a092 am ad902f06: am 052908a5: am 2f92bd3e: Merge change Ia895aa7d into eclair
Merge commit 'ad902f06dd44e30286c48c8a28bb2509b80c63bc'

* commit 'ad902f06dd44e30286c48c8a28bb2509b80c63bc':
  Fix for 2209086:  Initial pass at new SlidingTab widget and integration into LockScreen.
2009-11-11 17:38:21 -08:00
Fred Quintana
f291a68dbf am d73f7de4: am 4cb6fc7e: Merge change Icc48b1e7 into eclair
Merge commit 'd73f7de40e1bdd0d8aee1ee793db36e7a9f7d8cb' into eclair-mr2-plus-aosp

* commit 'd73f7de40e1bdd0d8aee1ee793db36e7a9f7d8cb':
  don't request a sync when temp providers are created
2009-11-11 17:28:18 -08:00
Grace Kloba
c536bea4df am 6d559f9d: am bf5b632a: Use getViewHeightWithTitle() to honor the scrollbar setting when computing the maxScrollY for fling. This is honored in the regular scroll in computeVerticalScrollExtent().
Merge commit '6d559f9d5688b3e2b027e6fbd5c5cf4f0efbfc09' into eclair-mr2-plus-aosp

* commit '6d559f9d5688b3e2b027e6fbd5c5cf4f0efbfc09':
  Use getViewHeightWithTitle() to honor the scrollbar
2009-11-11 17:28:07 -08:00
Grace Kloba
ebecde29c5 am 9f4baf30: am d7439f4b: Use computeVerticalScrollRange() to find the bottom of the page as mContentHeight is not in the view system.
Merge commit '9f4baf308daebbad0d3a634b158f3eb4ae532d39' into eclair-mr2-plus-aosp

* commit '9f4baf308daebbad0d3a634b158f3eb4ae532d39':
  Use computeVerticalScrollRange() to find the bottom
2009-11-11 17:27:56 -08:00
Grace Kloba
df296b72fc am 09550fde: am c9966891: Merge change Ibb245ea7 into eclair
Merge commit '09550fde489a6d5155f005fec9b328f1b2a878a6' into eclair-mr2-plus-aosp

* commit '09550fde489a6d5155f005fec9b328f1b2a878a6':
  Return an empty PluginList instead of null for the
2009-11-11 17:27:44 -08:00