1462 Commits

Author SHA1 Message Date
Romain Guy
4ade578837 Fix the build 2009-05-01 14:41:53 -07:00
Dirk Dougherty
9574abd3ba am 75e44a1: am a417ee5: AI 148197: Add a link in "Community" page to the
Merge commit '75e44a1c72c5e6ebf68601bbb903fa3e375bd7d5'

* commit '75e44a1c72c5e6ebf68601bbb903fa3e375bd7d5':
  AI 148197: Add a link in "Community" page to the android market discussion forum.
2009-05-01 13:44:27 -07:00
Dirk Dougherty
75e44a1c72 am a417ee5: AI 148197: Add a link in "Community" page to the android mar
Merge commit 'a417ee5afa8133d42d76691d6501741dc6c7178d' into donut

* commit 'a417ee5afa8133d42d76691d6501741dc6c7178d':
  AI 148197: Add a link in "Community" page to the android market discussion forum.
2009-05-01 13:40:01 -07:00
Dirk Dougherty
a417ee5afa AI 148197: Add a link in "Community" page to the android market discussion forum.
BUG=1790234

Automated import of CL 148197
2009-05-01 13:36:37 -07:00
Dirk Dougherty
9352bfa039 am 4f50893: am 392d29a: AI 148193: More misc fixes in format, links, con
Merge commit '4f508936342dd866d1183ca418ca091437a5ddf6'

* commit '4f508936342dd866d1183ca418ca091437a5ddf6':
  AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
2009-05-01 13:06:10 -07:00
Dirk Dougherty
4f50893634 am 392d29a: AI 148193: More misc fixes in format, links, content for And
Merge commit '392d29ab0d02dc4040436ccc9638b7498b2eb1de' into donut

* commit '392d29ab0d02dc4040436ccc9638b7498b2eb1de':
  AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
2009-05-01 13:03:34 -07:00
Dirk Dougherty
392d29ab0d AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
BUG=1790234

Automated import of CL 148193
2009-05-01 13:01:24 -07:00
Mike Lockwood
e90c0da675 am 275555c: location: Add support for location providers outside of the
Merge commit '275555c8eb3fb5df6e7320873b88b77cdde85a9e'

* commit '275555c8eb3fb5df6e7320873b88b77cdde85a9e':
  location: Add support for location providers outside of the system process.
2009-05-01 12:39:03 -07:00
Mike Lockwood
275555c8eb location: Add support for location providers outside of the system process.
Also added new permissions android.permission.INSTALL_LOCATION_PROVIDER
and android.permission.INSTALL_LOCATION_COLLECTOR to the public API.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-01 15:06:31 -04:00
Scott Main
ee96dc5113 am 767db0a: am 003eaa2: AI 148189: update the NotepadCodelab zip file to
Merge commit '767db0a1ec760042b145e7c19a672c7180ad10f3'

* commit '767db0a1ec760042b145e7c19a672c7180ad10f3':
  AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
2009-05-01 12:00:22 -07:00
Romain Guy
a426c9609f am 9a81736: Add the ability to specify the onClick handler with XML.
Merge commit '9a81736176f507489f262344b6e3d55bbe53be7c'

* commit '9a81736176f507489f262344b6e3d55bbe53be7c':
  Add the ability to specify the onClick handler with XML. The new android:onClick attribute defines the name of the method in the Activity to invoke when the button is clicked. The method has to be public and get one View parameter.
2009-05-01 12:00:19 -07:00
Dirk Dougherty
1f22a452cf am 15d98b2: am 1432cd8: AI 148183: Add missing android namespace to minS
Merge commit '15d98b23ca83e7cd25ee14945e55c2701e75994f'

* commit '15d98b23ca83e7cd25ee14945e55c2701e75994f':
  AI 148183: Add missing android namespace to minSdkVersion
2009-05-01 12:00:18 -07:00
Scott Main
767db0a1ec am 003eaa2: AI 148189: update the NotepadCodelab zip file to remove R.ja
Merge commit '003eaa2808e1e41d85ec6a5612de96e3ae575664' into donut

* commit '003eaa2808e1e41d85ec6a5612de96e3ae575664':
  AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
2009-05-01 11:56:48 -07:00
Scott Main
003eaa2808 AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
udpate the procedure for creating a project from existing code.
  BUG=1824317,1824355,1824417

Automated import of CL 148189
2009-05-01 11:56:16 -07:00
The Android Open Source Project
bc6244933f fixed value for android.R.attr.searchSuggestThreshold 2009-05-01 11:10:33 -07:00
Romain Guy
9a81736176 Add the ability to specify the onClick handler with XML. The new android:onClick attribute defines the name of the method in the Activity to invoke when the button is clicked. The method has to be public and get one View parameter. 2009-05-01 10:57:14 -07:00
Fred Quintana
f7b06100ca submit an updated current.xml 2009-05-01 10:32:59 -07:00
Dirk Dougherty
15d98b23ca am 1432cd8: AI 148183: Add missing android namespace to minSdkVersion
Merge commit '1432cd874af2250f021d2e21d0ae048be08cbdc7' into donut

* commit '1432cd874af2250f021d2e21d0ae048be08cbdc7':
  AI 148183: Add missing android namespace to minSdkVersion
2009-05-01 10:05:29 -07:00
Dirk Dougherty
1432cd874a AI 148183: Add missing android namespace to minSdkVersion
BUG=1819430

Automated import of CL 148183
2009-05-01 10:02:17 -07:00
Android (Google) Code Review
3bc15fcfdc am e5c4725: Merge change 873 into donut
Merge commit 'e5c4725666da25138193bed83831b66b9c0b2c45'

* commit 'e5c4725666da25138193bed83831b66b9c0b2c45':
  pass original ptrs to JNI release functions (instead of += index to them)
2009-05-01 07:59:31 -07:00
Android (Google) Code Review
e5c4725666 Merge change 873 into donut
* changes:
  pass original ptrs to JNI release functions (instead of += index to them)
2009-05-01 07:58:48 -07:00
Mike Lockwood
ac7a3de471 am 15e3d0f: location: Use ILocationProvider Binder interface for all loc
Merge commit '15e3d0f082d551f8819fbe4b0d502cc108627876'

* commit '15e3d0f082d551f8819fbe4b0d502cc108627876':
  location: Use ILocationProvider Binder interface for all location providers.
2009-05-01 05:26:44 -07:00
Mike Lockwood
15e3d0f082 location: Use ILocationProvider Binder interface for all location providers.
This change eliminates the LocationProviderImpl class which had been used
for location providers running in the system process.
Now the LocationProvider base class is only used to implement the
LocationManager.createProvider() method for retrieving provider information.
Added a new IGpsStatusProvider interface for providers that serve GPS status.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-01 08:24:47 -04:00
Mike Reed
ad8b8f57a4 pass original ptrs to JNI release functions (instead of += index to them) 2009-05-01 08:24:01 -04:00
Bjorn Bringert
da7b5e2dac Partly fix master build, by bumping attr IDs.
Fixes conflicting attr IDs due to donut-to-master automerge.
As a side effect, it fixes the "Field android.R.attr.contentAuthority
has changed value from 16843373 to 16843374" error introduced by change
804.

Background:

I submitted two changes to donut that add new public attributes:
https://android-git.corp.google.com/g/Gerrit#change,795
https://android-git.corp.google.com/g/Gerrit#change,796

This was fine in donut (though still waiting for build server to
finish), but when auto-merged to master it caused a new build breakage.
This was on top of existing breakage due to
https://android-git.corp.google.com/g/Gerrit#change,804

The problem is that there are now multiple attribute definitions with
identical IDs, as you can see at the bottom of:
https://android-git.corp.google.com/w/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/public.xml;h=becc90ef05481321c60301176b91ca7b4553a6d7;hb=master

This did not cause an automerge failure, since my new attributes were
in the "platform 4" section, whereas the new attributes in master were
in the "platform 5" section. It seems like the temporary solution
would be to change the resource IDs in "platform 5" to come after the
ones in "platform 4". But the next time someone adds an attribute in
"platform 4", we will have the same problem. Any ideas?
2009-05-01 10:58:45 +01:00
Bjorn Bringert
6c1dc3212b am a56b318: NEW_API: Expose includeInGlobalSearch searchable attribute
Merge commit 'a56b318cf2d4c3700899f9de394c5635761dda66'

* commit 'a56b318cf2d4c3700899f9de394c5635761dda66':
  NEW_API: Expose includeInGlobalSearch searchable attribute
2009-05-01 02:11:01 -07:00
Bjorn Bringert
085dd21563 am 232cd50: NEW_API: Expose searchSuggestThreshold searchable attribute
Merge commit '232cd50f152b919f0918ee3f9fbdaf6ee1ae9f63'

* commit '232cd50f152b919f0918ee3f9fbdaf6ee1ae9f63':
  NEW_API: Expose searchSuggestThreshold searchable attribute
2009-05-01 02:10:58 -07:00
Bjorn Bringert
a56b318cf2 NEW_API: Expose includeInGlobalSearch searchable attribute
If this attribute is provided and true, the searchable activity will be
included in any global lists of search targets.

This is needed to support third-party suggestion providers in
global search. See http://b/issue?id=1819651
2009-05-01 09:43:49 +01:00
Bjorn Bringert
232cd50f15 NEW_API: Expose searchSuggestThreshold searchable attribute
This lets the searchable activity specify the number of
characters needed to trigger suggestions. Before, this was
hard-coded at 0. This caused unnecessary querying of the
suggestion provider in cases where the provider does not
return suggestions for empty or short queries.
2009-05-01 09:43:48 +01:00
Android (Google) Code Review
8ed44252f9 am 83b395c: Merge change 743 into donut
Merge commit '83b395ceace724e55490aa6f2c0117c8b31e3723'

* commit '83b395ceace724e55490aa6f2c0117c8b31e3723':
  Add RIL_UNSOL_OEM_HOOK_RAW.
2009-04-30 23:51:14 -07:00
Android (Google) Code Review
83b395ceac Merge change 743 into donut
* changes:
  Add RIL_UNSOL_OEM_HOOK_RAW.
2009-04-30 18:59:52 -07:00
The Android Open Source Project
4e07116252 am 3500f01: Merge branch \'donut\' of ssh://android-git.corp.google.com:29
Merge commit '3500f016bfc43a42b19cfc51f5472b1be87b8369'

* commit '3500f016bfc43a42b19cfc51f5472b1be87b8369':
  Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state.
2009-04-30 18:12:48 -07:00
Eric Fischer
bf8e6feb0b am 222f079: am b78c31d: AI 148147: Import lots of zh_TW translation chan
Merge commit '222f079a6e180ed20a73d001d26262ee2cbf5ea3'

* commit '222f079a6e180ed20a73d001d26262ee2cbf5ea3':
  AI 148147: Import lots of zh_TW translation changes.
2009-04-30 18:12:47 -07:00
The Android Open Source Project
3500f016bf Merge branch 'donut' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into donut 2009-04-30 17:59:19 -07:00
Android (Google) Code Review
dc30119c12 Merge change 842 into donut
* changes:
  Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state.
2009-04-30 17:58:28 -07:00
Romain Guy
a2431d0ba2 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. 2009-04-30 17:57:47 -07:00
Eric Fischer
222f079a6e am b78c31d: AI 148147: Import lots of zh_TW translation changes.
Merge commit 'b78c31d0644a9d91fdf705db4b39865f495287be' into donut

* commit 'b78c31d0644a9d91fdf705db4b39865f495287be':
  AI 148147: Import lots of zh_TW translation changes.
2009-04-30 17:37:21 -07:00
Eric Fischer
b78c31d064 AI 148147: Import lots of zh_TW translation changes.
Automated import of CL 148147
2009-04-30 17:32:14 -07:00
Android (Google) Code Review
f7911a227c Merge change 804
* changes:
  decouple SyncAdapter from ContentProvider
2009-04-30 17:28:41 -07:00
Fred Quintana
718d8a2d7f decouple SyncAdapter from ContentProvider 2009-04-30 17:28:09 -07:00
Eric Fischer
7fd4b44012 am a4d8e5c: am f8a33c3: AI 148026: Update zh_TW translations.
Merge commit 'a4d8e5ce72a299d09b40fe835ee0ec889123a256'

* commit 'a4d8e5ce72a299d09b40fe835ee0ec889123a256':
  AI 148026: Update zh_TW translations.
2009-04-30 17:24:17 -07:00
Eric Fischer
21eef98715 am c27eaa4: am 0ca686b: AI 148020: Restore accidentally-deleted zh_CN an
Merge commit 'c27eaa45fdfca8e0b3f78a80a37ce3f49c1b396b'

* commit 'c27eaa45fdfca8e0b3f78a80a37ce3f49c1b396b':
  AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers.
2009-04-30 17:24:17 -07:00
Eric Fischer
a4d8e5ce72 am f8a33c3: AI 148026: Update zh_TW translations.
Merge commit 'f8a33c313f93896115d81b4f14adbb7628aa5d93' into donut

* commit 'f8a33c313f93896115d81b4f14adbb7628aa5d93':
  AI 148026: Update zh_TW translations.
2009-04-30 17:10:27 -07:00
Eric Fischer
c27eaa45fd am 0ca686b: AI 148020: Restore accidentally-deleted zh_CN and zh_TW map
Merge commit '0ca686b57ea11fa701be8ccaff22cb4b75c9d695' into donut

* commit '0ca686b57ea11fa701be8ccaff22cb4b75c9d695':
  AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers.
2009-04-30 17:10:27 -07:00
Android (Google) Code Review
90b6abd839 am 2bc9e13: Merge change 841 into donut
Merge commit '2bc9e139655666e3c6a58d8fa74a12111b06cafd'

* commit '2bc9e139655666e3c6a58d8fa74a12111b06cafd':
  TypedProperties: add getStringInfo() to help deal with null strings
2009-04-30 17:03:26 -07:00
Android (Google) Code Review
8790948583 am 52a3cb5: Merge change 840 into donut
Merge commit '52a3cb53ddcce049d2e804c3042514df576cb5b9'

* commit '52a3cb53ddcce049d2e804c3042514df576cb5b9':
  TypedProperties: change the file format to be a subset of Java
2009-04-30 17:03:26 -07:00
Android (Google) Code Review
171fd53213 am 2cd006c: Merge change 837 into donut
Merge commit '2cd006c8f927d3e364c32f946b844377bdc56d3e'

* commit '2cd006c8f927d3e364c32f946b844377bdc56d3e':
  Make the home screen come up in the simulator.
2009-04-30 17:03:26 -07:00
Android (Google) Code Review
4ba120d2ce am 980d12b: Merge change 838 into donut
Merge commit '980d12b13bad50d6fbb50f3fe8f8dbc451a7d87c'

* commit '980d12b13bad50d6fbb50f3fe8f8dbc451a7d87c':
  Fix typo in exception message and add a new exception if the user tries to use the same child as both the handle and content for the SlidingDrawer.
2009-04-30 17:03:25 -07:00
Marco Nelissen
c1ebff063a am d859331: Don\'t crash when /proc/wakelocks can\'t be opened. Might make
Merge commit 'd8593312296fd2193a070c1a074840d83b7f49cb'

* commit 'd8593312296fd2193a070c1a074840d83b7f49cb':
  Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier.
2009-04-30 17:03:25 -07:00
Eric Fischer
f8a33c313f AI 148026: Update zh_TW translations.
Automated import of CL 148026
2009-04-30 16:48:33 -07:00