865 Commits

Author SHA1 Message Date
Android (Google) Code Review
e117ff6e29 Merge change 860 into donut
* changes:
  Change 79 in git master branch
2009-05-01 14:09:03 -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
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
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
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
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
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
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
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
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
James Dong
c02cac481c Change 79 in git master branch 2009-04-30 23:42:56 -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
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
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
Eric Fischer
f8a33c313f AI 148026: Update zh_TW translations.
Automated import of CL 148026
2009-04-30 16:48:33 -07:00
Eric Fischer
0ca686b57e AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers.
BUG=1794855

Automated import of CL 148020
2009-04-30 16:45:37 -07:00
Android (Google) Code Review
2bc9e13965 Merge change 841 into donut
* changes:
  TypedProperties: add getStringInfo() to help deal with null strings
2009-04-30 16:31:00 -07:00
Android (Google) Code Review
52a3cb53dd Merge change 840 into donut
* changes:
  TypedProperties: change the file format to be a subset of Java
2009-04-30 16:30:14 -07:00
Android (Google) Code Review
2cd006c8f9 Merge change 837 into donut
* changes:
  Make the home screen come up in the simulator.
2009-04-30 15:39:47 -07:00
Android (Google) Code Review
980d12b13b Merge change 838 into donut
* changes:
  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 15:35:28 -07:00
Jaikumar Ganesh
2a34043d55 Add RIL_UNSOL_OEM_HOOK_RAW.
Add RIL_UNSOL_OEM_HOOK_RAW for OEMs to send Unsolicitied
commands from the baseband.
2009-04-30 15:33:43 -07:00
Romain Guy
8a342a3cc0 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 15:31:41 -07:00
Marco Nelissen
54796e7405 Make the home screen come up in the simulator. 2009-04-30 15:16:30 -07:00
Marco Nelissen
d859331229 Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier.
Verified with simulator, which doesn't have /proc/wakelocks
2009-04-30 14:48:49 -07:00
Android (Google) Code Review
36742528f8 Merge change 817 into donut
* changes:
  Hide the backup stuff for now
2009-04-30 12:43:33 -07:00
Christopher Tate
c114eb55b4 Hide the backup stuff for now
Also adjust based on comments:
+ changed service intent string to conform to usage guidelines
+ only publish the IBackupService binder when invoked with the right
  intent action
+ docs tweaks
2009-04-30 12:40:19 -07:00
Mike Lockwood
c21a08f747 gps: Fix missing return value in android_location_GpsLocationProvider_init
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-30 15:17:49 -04:00
Android (Google) Code Review
021dce4198 Merge change 811 into donut
* changes:
  Add android.backup.BackupManager
2009-04-30 11:38:54 -07:00
Christopher Tate
a8bf815c61 Add android.backup.BackupManager
Also tweak the dataChanged() api to have the client supply a package name.  We
don't necessarily TRUST this, but we use it to narrow the set of packages requesting
a backup pass, no longer blithely scheduling a pass for all packages associated
with the caller's uid.
2009-04-30 11:36:21 -07:00
Android (Google) Code Review
a039d465a8 Merge change 792 into donut
* changes:
  Allow access to global search by pressing the hard search button again within in-app search. If within in-app search and toggled out to global search, pressing the hard search button will take the user *back* into in-app search too.
2009-04-30 10:07:39 -07:00
Mike LeBeau
b3aab69581 Allow access to global search by pressing the hard search button again
within in-app search. If within in-app search and toggled out to global
search, pressing the hard search button will take the user *back* into
in-app search too.
2009-04-30 09:45:53 -07:00
Dan Bornstein
5fcfcd0f34 am b4c218e: AI 147994: First cut of CharsetUtils, a utility class that a
Merge commit 'b4c218eafd382da778bcc0006de9b8fce267a9cd' into donut

* commit 'b4c218eafd382da778bcc0006de9b8fce267a9cd':
  AI 147994: First cut of CharsetUtils, a utility class that aims to
2009-04-29 23:31:38 -07:00
Mitsuru Oshima
d4ed049672 Merge branch 'readonly-p4-donut' into donut 2009-04-29 17:15:14 -07:00
Mitsuru Oshima
dffbb4dbce AI 148024: fix NPE when there is no history
Automated import of CL 148024
2009-04-29 17:13:46 -07:00
Dave Bort
4b0ebef18d TypedProperties: add getStringInfo() to help deal with null strings
Signed-off-by: Dave Bort <dbort@android.com>
2009-04-29 17:09:56 -07:00
Dave Bort
5b6f8d865d TypedProperties: change the file format to be a subset of Java
Types and constants are now case-sensitive.
Types come first.
Newlines are ignored, but semicolons are required.
Comments are now Java-style, not sh-style.
unset() now looks like a method instead of a pseudotype.

Signed-off-by: Dave Bort <dbort@android.com>
2009-04-29 17:08:08 -07:00
Android (Google) Code Review
7fe3b064d3 Merge change 740 into donut
* changes:
  MIDI render thread was nice 0, should be nice -16. Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the MIDI render thread priority to the default for audio threads. Reference bug 1800905
2009-04-29 15:27:15 -07:00
Christopher Tate
487529a70c First baby steps towards settings backup
This change adds a sketched outline of the backup system architecture, with
all of the major pieces represented other than client-side helpers for
specific types of data.  IBackupManager and BackupService are public so that
we can write test apps against SDK-domain symbols from the outset.

What code exists in this change hasn't been tested and may crash.  It's the
beginnings of the real implementation but of course is barely begun.
2009-04-29 14:49:30 -07:00
Android (Google) Code Review
dc67739af9 Merge change 741 into donut
* changes:
  Fix typo in searchSuggestThreshold attr doc.
2009-04-29 14:30:27 -07:00