summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* Revert TTS output filter tuning after reverting the Pico 1.1.0.2Jean-Michel Trivi2010-03-151-3/+3
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Close db statement.Ken Shirriff2010-03-111-0/+1
* Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-103-8/+30
* Add VIBRATE_IN_SILENT to the settings database & backup.Daniel Sandler2010-03-102-2/+27
* SettingsProvider: dup-suppress from cache.Brad Fitzpatrick2010-03-091-1/+22
* SettingsProvider: defensively cap size of settings kept cached in memory.Brad Fitzpatrick2010-03-091-12/+28
* Merge "Support unbundled bookmarks. Bug #2460685"Romain Guy2010-03-093-88/+34
|\
| * Support unbundled bookmarks.Romain Guy2010-03-093-88/+34
* | Merge "Fix bug 2481825 When TTS is synthesizing to a file, return an error if...Jean-Michel Trivi2010-03-091-1/+18
|\ \ | |/ |/|
| * Fix bug 2481825Jean-Michel Trivi2010-03-081-1/+18
* | Add conditions to check for updated system applications. Restrict themSuchi Amalapurapu2010-03-091-86/+67
* | Cache hot settings in-memory in the SettingsProvider.Brad Fitzpatrick2010-03-081-11/+111
* | Move lockscreen settings to secure table to prevent tampering. b/2343673Amith Yamasani2010-03-081-31/+53
* | Correct path to LowBattery.ogg.Daniel Sandler2010-03-081-1/+1
* | Fix typo in log message in TTS SynthProxy.Jean-Michel Trivi2010-03-071-1/+1
* | Fix bug 2449814Jean-Michel Trivi2010-03-071-4/+4
* | Refactor android.backup => android.app.backupChristopher Tate2010-03-053-6/+6
* | Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-0/+42
|/
* Merge "Null check for scheme. If scheme is unspecified let package parse cont...Suchi Amalapurapu2010-03-041-33/+60
|\
| * Null check for scheme.Suchi Amalapurapu2010-03-031-33/+60
* | Expand buffer in SynthProxy to hold intKenny Root2010-03-041-2/+2
|/
* Rework the way PackageManager binds to default container service.Suchi Amalapurapu2010-03-031-50/+29
* Fix Proguard flags.Ying Wang2010-03-022-0/+7
* Fixing a bug with TTS that caused TTS to ignore the default settingsCharles Chen2010-03-011-0/+17
* Make sure to apply the auto-restore setting when the system is restoredChristopher Tate2010-02-261-0/+13
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* Merge "Fix bug 2452941 Add a flag to maintain the intended direct playback o...Jean-Michel Trivi2010-02-251-3/+21
|\
| * Fix bug 2452941 Add a flag to maintain the intended direct playbackJean-Michel Trivi2010-02-241-3/+21
* | Filenames of sound effects are not translatable.Eric Fischer2010-02-241-7/+7
* | Some framework fixes for apps on sdSuchi Amalapurapu2010-02-241-3/+5
* | Turn off lock screen sounds by default.Daniel Sandler2010-02-231-4/+4
* | Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrad...Oscar Montemayor2010-02-221-1/+20
* | Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-222-43/+2
* | Move package from internal to external and vice versa.Suchi Amalapurapu2010-02-191-2/+6
|/
* Fix issue #2420412: API review: DeviceAdmin API changesDianne Hackborn2010-02-171-2/+3
* Move mount service wrapper calls to PackageHelperSuchi Amalapurapu2010-02-161-121/+22
* Merge "Include install location preference when installing packages. Changes ...Suchi Amalapurapu2010-02-162-2/+146
|\
| * Include install location preference when installing packages.Suchi Amalapurapu2010-02-122-2/+146
* | New user interface sound effects:Daniel Sandler2010-02-122-1/+59
* | Merge "Remove BACKUP_DATA permission and associated checks"Chris Tate2010-02-121-2/+0
|\ \
| * | Remove BACKUP_DATA permission and associated checksChristopher Tate2010-02-121-2/+0
| |/
* | Watch 2274882: Add a field to the db when we wipe due to an error in the upgr...Jim Miller2010-02-121-7/+12
|/
* Use the new RecognitionService.SERVICE_INTERFACE instead ofMike LeBeau2010-02-111-1/+2
* Merge "Setting the synth busy flag inside a synchronized block for thread saf...Charles Chen2010-02-111-2/+6
|\
| * Setting the synth busy flag inside a synchronized block forCharles Chen2010-02-101-2/+6
* | Add new setting for the ComponentName of the service to be usedMike LeBeau2010-02-111-1/+49
* | Set default value for default install locationSuchi Amalapurapu2010-02-101-1/+3
* | Add new manifest option for install locationSuchi Amalapurapu2010-02-102-0/+3
* | New external storage APIs.Dianne Hackborn2010-02-092-4/+41