99065 Commits

Author SHA1 Message Date
Jason Sams
d8c3a7538a am 806f133e: Merge "Turn off vector code for tests where this reduces performance."
* commit '806f133e418e65ad321950877ab9e9133b6a4a69':
  Turn off vector code for tests where this reduces performance.
2013-01-22 15:41:05 -08:00
Jason Sams
806f133e41 Merge "Turn off vector code for tests where this reduces performance." 2013-01-22 23:38:36 +00:00
Stephen Hines
75bf0dc386 am 582748e1: Merge "Build the actual RSTest_CompatLib."
* commit '582748e1d3c1813f71bb045ec2939ade0e5cd31d':
  Build the actual RSTest_CompatLib.
2013-01-22 14:47:29 -08:00
Stephen Hines
582748e1d3 Merge "Build the actual RSTest_CompatLib." 2013-01-22 22:43:36 +00:00
John Reck
02eb6b76fe am f35a5576: am 58fb0002: am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"
* commit 'f35a55769ad81fb138e23f829b40feabc2ec7fc0':
  Fix for truncated sentence in "Find on Page" field
2013-01-22 14:21:21 -08:00
John Reck
f35a55769a am 58fb0002: am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"
* commit '58fb00025daa78360a3d033b223d15364d49086f':
  Fix for truncated sentence in "Find on Page" field
2013-01-22 14:00:05 -08:00
John Reck
58fb00025d am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"
* commit 'ecd3c76f6275d0ffb0b36100936cf284ab00bee2':
  Fix for truncated sentence in "Find on Page" field
2013-01-22 13:57:51 -08:00
John Reck
ecd3c76f62 am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"
* commit '6458d9b1b283590b5ced3c8982c4ea2e2a39cf2e':
  Fix for truncated sentence in "Find on Page" field
2013-01-22 13:54:50 -08:00
Jason Sams
79914f9d18 Turn off vector code for tests where this reduces performance.
Change-Id: Ice90a8f510db9acc5325a1cfa44638b5a1cef782
2013-01-22 13:36:44 -08:00
Jason Sams
0a0d962eb9 am b472aade: Merge "fast math error testing."
* commit 'b472aade9e052b92cbd0fb55648d21b282f0ede7':
  fast math error testing.
2013-01-22 13:33:57 -08:00
Jason Sams
b472aade9e Merge "fast math error testing." 2013-01-22 21:30:18 +00:00
Fabrice Di Meglio
bb42f521dd am 7384db20: Merge "Fix bug #8052320 RelativeLayout is not having the correct width when in RTL mode - part 2"
* commit '7384db20b82b829d0e52642a58475846a27c0ca4':
  Fix bug #8052320 RelativeLayout is not having the correct width when in RTL mode - part 2
2013-01-22 13:21:31 -08:00
Fabrice Di Meglio
7384db20b8 Merge "Fix bug #8052320 RelativeLayout is not having the correct width when in RTL mode - part 2" 2013-01-22 21:17:36 +00:00
Fabrice Di Meglio
547261320c Fix bug #8052320 RelativeLayout is not having the correct width when in RTL mode - part 2
This is a fix for  RelativeLayout in RTL mode

- visible effect: wrong positioning of components
- the width computation (first pass) in RTL mode was wrong: it was missing the application
of the horizontal rules before measuring the children horizontally. This is now doing the
same as the normal LTR pass (except positioning the component which is done in the second
pass)

See related issue:

bug #8051633 Recent Apps thumbnails in RTL mode (Arabic / Hebrew / Farsi) should be aligned

Change-Id: I710de1a504bec8743f8e3c13f6ff850055edb2d2
2013-01-22 13:14:08 -08:00
John Reck
6458d9b1b2 Merge "Fix for truncated sentence in "Find on Page" field" 2013-01-22 21:12:49 +00:00
Derek Sollenberger
2a17755d0a am 0d7ddce1: Merge "Update version for serialized view (e.g. Saved Page)."
* commit '0d7ddce1784f106077484fee60f0565bc5b979f0':
  Update version for serialized view (e.g. Saved Page).
2013-01-22 12:27:01 -08:00
Derek Sollenberger
0d7ddce178 Merge "Update version for serialized view (e.g. Saved Page)." 2013-01-22 20:21:13 +00:00
Przemyslaw Szczepaniak
437932b972 am 9c4012b3: Make TextToSpeech.shutdown() work before init callback.
* commit '9c4012b31b0c09cb14689bd96a71aae42c8a00cd':
  Make TextToSpeech.shutdown() work before init callback.
2013-01-22 09:25:36 -08:00
Przemyslaw Szczepaniak
9c4012b31b Make TextToSpeech.shutdown() work before init callback.
TextToSpeech.shutdown() never worked properly if was called before receiving
onServiceConnected in connection object. Also, due to recent changes,
TextToSpeech.shutdown() did not work until async task created in
onServiceConnected returned its result to the main thread.

This change makes .shutdown() work in all those cases. To allow that
runAction can now execute code with connection that's not fully setuped
- so we can shutt it down. Also, newly created connection is now hold in
new member variable mConnectingServiceConnection, so it can be closed
before receiving onServiceConnected callback.

Also, I changed name of OnServiceConnectedAsyncTask to
SetupConnectionAsyncTask, I find it more descriptive.

Bug: 8003757
Change-Id: I41d84cfdb8fa28fe44235fb4a9764fa8f3d0643c
2013-01-22 17:20:37 +00:00
Irfan Sheriff
6156163684 am b3608ad8: Merge "eix enterprise config storage bugs"
* commit 'b3608ad87739a8ec087a498d8c9397caf01f7738':
  eix enterprise config storage bugs
2013-01-19 10:20:51 -08:00
Irfan Sheriff
b3608ad877 Merge "eix enterprise config storage bugs" 2013-01-19 18:16:18 +00:00
Irfan Sheriff
e095675c87 eix enterprise config storage bugs
Reading empty and not updating was resulting in retaining old values
in a config. Also, fix matching phase2 entries.

Additionally, allow configuring subset of enterprise fields. Necessary
since password cannot be read back from supplicant.

Change-Id: I83a01690a0cf7cad1457a674f50f1e3a1a0441b5
2013-01-19 09:53:46 -08:00
Stephen Hines
fc7453026d Build the actual RSTest_CompatLib.
Change-Id: I1d1ae707a1326b56e91c81c3744bd702f296bbc2
2013-01-18 19:45:00 -08:00
Stephen Hines
75f8e8a9ba am 64cae1a6: Merge "Revert "Move RSTest to compatibility library.""
* commit '64cae1a608c196c2bd1d9e7cfd2a1632fd0e5b83':
  Revert "Move RSTest to compatibility library."
2013-01-18 18:55:52 -08:00
Dianne Hackborn
d9c71435ca am cc743347: Merge "New API to get app op information about a single package."
* commit 'cc7433470f00fac3bbe7835de3ded4b9bf121244':
  New API to get app op information about a single package.
2013-01-18 18:51:48 -08:00
Stephen Hines
64cae1a608 Merge "Revert "Move RSTest to compatibility library."" 2013-01-19 02:49:09 +00:00
Dianne Hackborn
cc7433470f Merge "New API to get app op information about a single package." 2013-01-19 02:47:29 +00:00
Stephen Hines
5cb9037818 Revert "Move RSTest to compatibility library."
This reverts commit 36103c80b1d258157f0f4b531bc02f2fbb9e2d40.
2013-01-18 18:47:00 -08:00
Dianne Hackborn
72e3983d38 New API to get app op information about a single package.
Change-Id: I986453d9bb4161da467fb820b12502464e936483
2013-01-18 18:36:09 -08:00
Jason Sams
023c260afa fast math error testing.
Change-Id: Ib9c2af9ac2aaf44c0e08a47099dc1f9c057c9ac3
2013-01-18 18:26:53 -08:00
Michael Wright
48f62a416f am 7bf6a5c3: Merge "Adds enum value for KEYCODE_ASSIST"
* commit '7bf6a5c3c712b1785cb76d0fecd7b35ad25d4bb2':
  Adds enum value for KEYCODE_ASSIST
2013-01-18 18:23:26 -08:00
Michael Wright
7bf6a5c3c7 Merge "Adds enum value for KEYCODE_ASSIST" 2013-01-19 02:19:09 +00:00
Tim Murray
43b1922780 am 878749fe: Merge "Move RSTest to compatibility library."
* commit '878749fef09c7cb5894f77d9b032f876f9476e47':
  Move RSTest to compatibility library.
2013-01-18 17:28:24 -08:00
Tim Murray
878749fef0 Merge "Move RSTest to compatibility library." 2013-01-19 01:26:13 +00:00
Jeff Sharkey
51ee44303f am e95724ae: Merge "Add LongSparseLongArray with tests."
* commit 'e95724aebec3a4a121fde3dfba761b80d2cd6922':
  Add LongSparseLongArray with tests.
2013-01-18 17:10:39 -08:00
Romain Guy
7d4f807b83 am 49464796: Merge "Allow layers with a stencil buffer to be resized on the fly Bug #7146141"
* commit '494647961feb21d925d5e6e5ce1d42aa8b6949db':
  Allow layers with a stencil buffer to be resized on the fly Bug #7146141
2013-01-18 17:08:12 -08:00
Jeff Sharkey
e95724aebe Merge "Add LongSparseLongArray with tests." 2013-01-19 01:07:54 +00:00
Romain Guy
494647961f Merge "Allow layers with a stencil buffer to be resized on the fly Bug #7146141" 2013-01-19 01:03:39 +00:00
Jeff Sharkey
dda73b5dcd Add LongSparseLongArray with tests.
Change-Id: Iae32ba7647601c587e30834379d7d3c2235c75b0
2013-01-18 16:59:14 -08:00
Romain Guy
2055abaa0a Allow layers with a stencil buffer to be resized on the fly
Bug #7146141

This change moves the resizeLayer() from LayerCache (where it should
never have been anyway) to Layer. This makes a little more sense.

Change-Id: I8b2f9c19c558e738405a58b9e71ec5799fc6be88
2013-01-18 16:42:51 -08:00
Robert Greenwalt
02f63f77c2 am 20da885c: Merge "Revert "Second pass tying into dns cache per interface""
* commit '20da885caa27ee8148c61be0ff56451ad6bf8146':
  Revert "Second pass tying into dns cache per interface"
2013-01-18 16:39:07 -08:00
Robert Greenwalt
20da885caa Merge "Revert "Second pass tying into dns cache per interface"" 2013-01-19 00:36:12 +00:00
Robert Greenwalt
63837f455d Revert "Second pass tying into dns cache per interface"
This reverts commit f60f94a89e49c125f4aff6496710a0fb66579545

Change-Id: If52dffd5100a6b03275da0eabfa05e24c5ecada9
2013-01-19 00:34:07 +00:00
Tim Murray
36103c80b1 Move RSTest to compatibility library.
Change-Id: I486f485fe9798d81dcd8e1ca9001bb851bcfc9b8
2013-01-18 16:28:02 -08:00
Dianne Hackborn
c152e16b07 am 8fea4e72: Merge "Rework ParceledListSlice to be much easier to use."
* commit '8fea4e72e4dcff9fa76168b9e26cf5907102f70b':
  Rework ParceledListSlice to be much easier to use.
2013-01-18 16:20:40 -08:00
Dianne Hackborn
8fea4e72e4 Merge "Rework ParceledListSlice to be much easier to use." 2013-01-19 00:18:40 +00:00
Kristian Monsen
53277e977d am 21af9258: Merge "Better detecting if current threasd is main thread"
* commit '21af9258f37dd9ea9e9ae66ce609d104faac48d6':
  Better detecting if current threasd is main thread
2013-01-18 16:01:50 -08:00
Stephen Hines
b113273a8c am 70b900cd: Merge "Actually test fract(float)."
* commit '70b900cded1e8b5955509630ac6370688a3481cb':
  Actually test fract(float).
2013-01-18 16:01:50 -08:00
Stephen Hines
2123214e86 Actually test fract(float).
Change-Id: I402c7ea43ea626f9748982919cb3753015df3da7
2013-01-18 16:01:46 -08:00
Kristian Monsen
21af9258f3 Merge "Better detecting if current threasd is main thread" 2013-01-18 23:58:33 +00:00