Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
3c53c69a4e7bf19907f9ee0dbe4029965e2cfa05
/
packages
c612019
Fix typo in log message in TTS SynthProxy.
by Jean-Michel Trivi
· 15 years ago
796325b
Fix bug 2449814
by Jean-Michel Trivi
· 15 years ago
4528186
Refactor android.backup => android.app.backup
by Christopher Tate
· 15 years ago
1877d01
Add "call" method on ContentProvider.
by Brad Fitzpatrick
· 15 years ago
fe73ce1
Merge "Null check for scheme. If scheme is unspecified let package parse continue. We will return errors if parsing fails anyway. If scheme is not null, restrict it to being a file uri."
by Suchi Amalapurapu
· 15 years ago
1ead4f0
Expand buffer in SynthProxy to hold int
by Kenny Root
· 15 years ago
3602f76
Null check for scheme.
by Suchi Amalapurapu
· 15 years ago
9b10ef5
Rework the way PackageManager binds to default container service.
by Suchi Amalapurapu
· 15 years ago
c882dda
Fix Proguard flags.
by Ying Wang
· 15 years ago
6a8b73b
Fixing a bug with TTS that caused TTS to ignore the default settings
by Charles Chen
· 15 years ago
03b6d90
Make sure to apply the auto-restore setting when the system is restored
by Christopher Tate
· 15 years ago
2269d157
Re-arrange android-common so framework no longer links with it.
by Dianne Hackborn
· 15 years ago
e379710
Merge "Fix bug 2452941 Add a flag to maintain the intended direct playback of TTS data independently from the associated AudioTrack state. Only start the track when it's been stopped but is supposed to be playing."
by Jean-Michel Trivi
· 15 years ago
e3c1890
Fix bug 2452941 Add a flag to maintain the intended direct playback
by Jean-Michel Trivi
· 15 years ago
00f5843
Filenames of sound effects are not translatable.
by Eric Fischer
· 15 years ago
cf6eaea
Some framework fixes for apps on sd
by Suchi Amalapurapu
· 15 years ago
63e1d26
Turn off lock screen sounds by default.
by Daniel Sandler
· 15 years ago
f1cbfff
Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade path.
by Oscar Montemayor
· 15 years ago
21f1bd1
Fix issue #2438980: Implement package watcher for voice recognizer service setting
by Dianne Hackborn
· 15 years ago
8946dd3
Move package from internal to external and vice versa.
by Suchi Amalapurapu
· 15 years ago
ef6b22f
Fix issue #2420412: API review: DeviceAdmin API changes
by Dianne Hackborn
· 15 years ago
679bba3
Move mount service wrapper calls to PackageHelper
by Suchi Amalapurapu
· 15 years ago
642b7c0
Merge "Include install location preference when installing packages. Changes include Add new remote call in default container service to determine install location. Rename INSTALL_ON_SDCARD Remove recommentAppInstall method Add some additional flags used in remote stubs. Move check for protected apps prior to copy. Unit tests"
by Suchi Amalapurapu
· 15 years ago
0e9d2af
New user interface sound effects:
by Daniel Sandler
· 15 years ago
5b993ce
Include install location preference when installing packages.
by Suchi Amalapurapu
· 15 years ago
cf36010
Merge "Remove BACKUP_DATA permission and associated checks"
by Chris Tate
· 15 years ago
a87240c
Remove BACKUP_DATA permission and associated checks
by Christopher Tate
· 15 years ago
6176677
Watch 2274882: Add a field to the db when we wipe due to an error in the upgrader.
by Jim Miller
· 15 years ago
cb0be8a
Use the new RecognitionService.SERVICE_INTERFACE instead of
by Mike LeBeau
· 15 years ago
d5663a1
Merge "Setting the synth busy flag inside a synchronized block for thread safety."
by Charles Chen
· 15 years ago
5d34e9b
Add new setting for the ComponentName of the service to be used
by Mike LeBeau
· 15 years ago
9b7cb79
Setting the synth busy flag inside a synchronized block for thread safety.
by Charles Chen
· 15 years ago
a9c1625
Set default value for default install location
by Suchi Amalapurapu
· 15 years ago
117818e
Add new manifest option for install location
by Suchi Amalapurapu
· 15 years ago
e83cefce
New external storage APIs.
by Dianne Hackborn
· 15 years ago
b104340
Framework: Clean up / Refactor Mount APIs
by San Mehat
· 15 years ago
44afb7b
Fixing a race condition in the TextToSpeech service that could be
by Charles Chen
· 15 years ago
6004edc
Merge "Fixing a bug with the TextToSpeech speech queue processing. The queue processor should not be called for the next item until synthesis has actually happened for the current item; before it was being incorrectly called regardless of whether or not the synthesizer had processed the current item."
by Charles Chen
· 15 years ago
f5c87b3
Fixing a bug with the TextToSpeech speech queue processing.
by Charles Chen
· 15 years ago
4f8ff39
use device serial number to seed RNG for generating ANDROID_ID
by Doug Zongker
· 15 years ago
08675a3
Apps on sdcard: Add new broadcasts
by Suchi Amalapurapu
· 15 years ago
63d15ee
DefaultContainerService: Refactor MountService calls (new api)
by San Mehat
· 15 years ago
9327f4f
More device policy work: clarify password modes, monkeying.
by Dianne Hackborn
· 15 years ago
a8eed0d
Add asec permission to DefaultContainerService
by Suchi Amalapurapu
· 15 years ago
c028be4
AppsOnSd feature - Add default container
by Suchi Amalapurapu
· 15 years ago
e79f721
Remove unused providers
by Ken Shirriff
· 15 years ago
df83afa
More device policy manager / admin work.
by Dianne Hackborn
· 15 years ago
31f90b6
Fix 2385283: Add DevicePolicyManager calls to LockScreen.
by Jim Miller
· 15 years ago
0320f8b
Apply EQ on the output of the speech synthesis only when using the Pico
by Jean-Michel Trivi
· 15 years ago
714834d
Merge "Enabling multiple apps to use different speech synthesis engines and not interfere with one another."
by Charles Chen
· 15 years ago
2a6c63b
Merge "Remove useless start of AudioTrack for TTS and improper volume setting. The AudioTrack that plays the synthesized audio data should only be started when the first synthesis request is sent, not after the initialization of the engine. The track volume should be initialized to it nominal level. Volumes above 1 do not provide amplification, so setting the volume to 2 is not necessary."
by Jean-Michel Trivi
· 15 years ago
60dd360
Enabling multiple apps to use different speech synthesis engines and not
by Charles Chen
· 15 years ago
ddc63ad
Remove useless start of AudioTrack for TTS and improper volume setting.
by Jean-Michel Trivi
· 15 years ago
87734d3
Settings: Add settings for MountService prefs and bump DB version to 46
by San Mehat
· 15 years ago
f5d95cb
less log spew
by Joe Onorato
· 15 years ago
698893f
Merge "Update with latest translations."
by Eric Fischer
· 15 years ago
aed8f8e
remove Settings.Gservices
by Doug Zongker
· 15 years ago
d22c49a2
Update with latest translations.
by Eric Fischer
· 15 years ago
edc5189
change remaining frameworks/base Gservices to Secure settings
by Doug Zongker
· 15 years ago
432bff0
Do not use a user tag on apps, as it is ignored.
by Jean-Baptiste Queru
· 15 years ago
f524115
am 014085a8: am 4bc95d19: Merge change Iab089078 into eclair-mr2
by Charles Chen
· 15 years ago
a0b5176
am 68e9014e: am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa.
by Eric Laurent
· 15 years ago
4bc95d1
Merge change Iab089078 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
f0108cd
resolved conflicts for merge of ad2fa35d to master
by Tom Taylor
· 15 years ago
484d288
Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa.
by Eric Laurent
· 15 years ago
d4a4729
Update imports to android-common
by Tom Taylor
· 15 years ago
23c279d
am bc1c8847: am 66cc5900: Merge change Ic70239e8 into eclair-mr2
by Fred Quintana
· 15 years ago
c70239e
changed SettingsProvider to manage the androidid itself
by Fred Quintana
· 15 years ago
ab08907
Fix for a race condition that can occur if an utterance
by Charles Chen
· 15 years ago
9ce13a3
am 1224b101: am 42c4c589: am a9791d30: Merge change Iae3ed706 into eclair
by Amith Yamasani
· 15 years ago
42c4c58
am a9791d30: Merge change Iae3ed706 into eclair
by Amith Yamasani
· 15 years ago
ae3ed70
Add new setting for notification light pulsing. Bug #2238250
by Amith Yamasani
· 15 years ago
a8529f6
Encrypted File Systems Project. Installer modifications.
by Oscar Montemayor
· 15 years ago
b4fbe76
Adding the ability to specify the speech synthesis
by Charles Chen
· 15 years ago
bd5b099
Import revised translations. DO NOT MERGE
by Eric Fischer
· 15 years ago
7274981
Import revised translations. DO NOT MERGE
by Eric Fischer
· 15 years ago
12a8a59
am 0fb041f3: am 3266c5f1: resolved conflicts for merge of f476c480 to eclair-mr2
by Fred Quintana
· 15 years ago
3266c5f
resolved conflicts for merge of f476c480 to eclair-mr2
by Fred Quintana
· 15 years ago
48cbd0b
remove the SubscribedFeedsProvider since it has been moved to vendor/google
by Fred Quintana
· 15 years ago
38a9bec
Import revised translations. DO NOT MERGE
by Eric Fischer
· 15 years ago
8212a84
Merge change I824f0fc9
by Android (Google) Code Review
· 15 years ago
c4bf942
Import revised translations. DO NOT MERGE
by Eric Fischer
· 15 years ago
998207c
Adding support for plugins.
by Charles Chen
· 15 years ago
2086152
am f55aa972: Merge change I01935be3 into eclair
by Mike Lockwood
· 15 years ago
dc3494e
Remove PowerManager.setAutoBrightness()
by Mike Lockwood
· 15 years ago
da1d0a6
Reimport translations.
by Eric Fischer
· 15 years ago
bd6c80f
Import revised translations. DO NOT MERGE
by Eric Fischer
· 15 years ago
813f2f2
am 8da45e9e: am 87b94b13: Merge change I6e01fa52 into eclair
by Daniel Sandler
· 15 years ago
9a45b1f
am 3d95dfc4: am 62de7421: Merge change I4fe2a47a into eclair
by Hung-ying Tyan
· 15 years ago
55b0a4e
am 6a444d4f: am 5f3c928f: Merge change Id93f4c9e into eclair
by Christopher Tate
· 15 years ago
4cbcab9
am 6678aecc: am 436344ae: Turn off most of the backup-related debug logging
by Christopher Tate
· 15 years ago
5679ccb
am 051b28dd: am 170d9df0: Merge change I2d4deb11 into eclair
by Mike Cleron
· 15 years ago
7b81fe7
am 11d8d62e: am 4ca8c837: Merge change Ia4087911 into eclair
by Mike Cleron
· 15 years ago
d153ea2
am 264f9b45: am 3348f14b: Remove GAIA string
by Costin Manolache
· 15 years ago
a60a1ef
am 03ecab42: am 7957eaa6: Merge change Iee9b30d3 into eclair
by Mike Cleron
· 15 years ago
28a1b67
Remove unneeded icon.
by Daniel Sandler
· 15 years ago
c821763
Fix stopping all vpn daemons before connect and more.
by Hung-ying Tyan
· 15 years ago
13f4a64
Turn off the last of the STOPSHIP verbose debugging
by Christopher Tate
· 15 years ago
436344a
Turn off most of the backup-related debug logging
by Christopher Tate
· 15 years ago
170d9df
Merge change I2d4deb11 into eclair
by Android (Google) Code Review
· 15 years ago
Next »