summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Merge "API CHANGE: expose backup/restore to the SDK"Chris Tate2010-02-161-8/+16
|\
| * API CHANGE: expose backup/restore to the SDKChristopher Tate2010-02-161-8/+16
* | Merge "Add constant to android-common for voice search's EXTRA_CALLING_PACKAG...Mike LeBeau2010-02-161-4/+2
|\ \ | |/ |/|
| * Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE,Mike LeBeau2010-02-121-4/+2
| * Merge "Really fix the build - one more change to SearchDialog which shouldn't...Mike LeBeau2010-02-121-2/+4
| |\
| | * Really fix the build - one more change to SearchDialog which shouldn't haveMike LeBeau2010-02-121-2/+4
| * | Merge "Make the corresponding frameworks change to add VoiceRecognitionServic...Mike LeBeau2010-02-121-4/+2
| |\ \ | | |/
| | * Make the corresponding frameworks change to add VoiceRecognitionService toMike LeBeau2010-02-121-4/+2
* | | Include install location preference when installing packages.Suchi Amalapurapu2010-02-121-96/+0
|/ /
* | Add APIs for mapping between new and current package names.Dianne Hackborn2010-02-111-0/+18
* | Fix build.Raphael2010-02-111-2/+2
* | Get rid of the limit-unlock policy control.Dianne Hackborn2010-02-112-16/+5
|/
* Introduce special UI modes for night and car usage.Tobias Haamel2010-02-111-0/+49
* Remove in-app to global search toggle. Bug: 2436539Amith Yamasani2010-02-111-24/+0
* Unhide SearchManager.INTENT_ACTION_SEARCH_SETTINGSBjorn Bringert2010-02-101-2/+0
* Use resource ID for searchable descriptionBjorn Bringert2010-02-101-10/+10
* Add new manifest option for install locationSuchi Amalapurapu2010-02-101-33/+61
* Remove SearchManager.SOURCEBjorn Bringert2010-02-101-10/+0
* New external storage APIs.Dianne Hackborn2010-02-092-4/+57
* Framework: Clean up / Refactor Mount APIsSan Mehat2010-02-091-1/+1
* Fixes to DeviceAdmin & DevicePolicyManager JavadocAndrew Stadler2010-02-082-7/+13
* Rename media resource broadcastsSuchi Amalapurapu2010-02-081-2/+2
* Add an AlarmManager API to set the system time (with the proper permissions).Dan Egnor2010-02-052-1/+21
* Merge "Rename ApplicationContext to ContextImpl."Dianne Hackborn2010-02-042-33/+33
|\
| * Rename ApplicationContext to ContextImpl.Dianne Hackborn2010-02-042-33/+33
* | Merge "Add support in StatusBarManager for disabling ticker text."Daniel Sandler2010-02-041-2/+8
|\ \ | |/ |/|
| * Add support in StatusBarManager for disabling ticker text.Daniel Sandler2010-02-041-2/+8
* | Merge "Framework part of issue #2391576: Add method to start the Jit and call...Dianne Hackborn2010-02-041-4/+25
|\ \
| * | Framework part of issue #2391576: Add method to start the Jit and call itDianne Hackborn2010-02-041-4/+25
| |/
* | Remove source selector from SearchDialogBjorn Bringert2010-02-043-218/+7
|/
* Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-021-21/+50
* StorageManager: API_CHANGE: Move StorageManager into android.storageSan Mehat2010-02-021-1/+1
* Context: API_CHANGE: Add support for retrieving StorageManagerSan Mehat2010-02-021-0/+18
* Merge "Fix an NPE in SearchDialog when clicking on Mic button. Bug: 2410605"Amith Yamasani2010-02-011-7/+6
|\
| * Fix an NPE in SearchDialog when clicking on Mic button. Bug: 2410605Amith Yamasani2010-02-011-7/+6
* | Fix sample code insertion.Dianne Hackborn2010-01-292-8/+6
* | Fix SDK build.Dianne Hackborn2010-01-291-1/+1
* | More device policy work: clarify password modes, monkeying.Dianne Hackborn2010-01-296-45/+81
* | Apps on SD card project.Oscar Montemayor2010-01-291-0/+72
* | Make backup/restore asynchronous and enforce timeoutsChristopher Tate2010-01-292-15/+42
* | More device admin.Dianne Hackborn2010-01-284-28/+65
|/
* Bite the bullet and add support for multiple device admins.Dianne Hackborn2010-01-273-27/+22
* More work on device admins:Dianne Hackborn2010-01-275-91/+243
* Move Search dialog out of system process into current activity.Amith Yamasani2010-01-274-106/+36
* More device admin work: description, policy control.Dianne Hackborn2010-01-264-13/+265
* Make sure to downgrade to app permissions when invoking callbacksChristopher Tate2010-01-221-2/+11
* Fix build, incorrect link/see tags.Wink Saville2010-01-211-3/+3
* More device policy manager / admin work.Dianne Hackborn2010-01-212-43/+78
* Add systemApp field to ApplicationErrorReportJacek Surazski2010-01-201-0/+8
* Merge "Add DateTimeView, a widget that shows a time or the date depending on ...Joe Onorato2010-01-191-5/+1
|\