index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
SettingsProvider
/
src
/
com
/
android
/
providers
/
settings
/
SettingsProvider.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'android-4.2.2_r1' into mr1.1-staging
Ricardo Cerqueira
2013-02-15
1
-2
/
+2
|
\
|
*
Quiet down a lot of logging.
Dianne Hackborn
2012-11-27
1
-2
/
+2
*
|
Squashed commit of the theme engine support.
Ricardo Cerqueira
2012-11-24
1
-5
/
+6
|
/
*
Make sure settings writes are permission checked correctly
Christopher Tate
2012-10-05
1
-52
/
+45
*
Make sure to check write perms after rewriting destination table
Christopher Tate
2012-10-04
1
-1
/
+3
*
Merge "Rewrite raw insert()s and some raw query()s of moved-to-global keys" i...
Christopher Tate
2012-10-03
1
-1
/
+22
|
\
|
*
Rewrite raw insert()s and some raw query()s of moved-to-global keys
Christopher Tate
2012-10-03
1
-1
/
+22
*
|
Use myUserId() only in registerContentObserver()
Christopher Tate
2012-10-03
1
-1
/
+11
|
/
*
Make settings backup/restore work in the new multi-user world
Christopher Tate
2012-10-02
1
-148
/
+2
*
Migrate more System and Secure settings to Global.
Jeff Sharkey
2012-10-02
1
-0
/
+13
*
Migrate more Secure settings to Global.
Jeff Sharkey
2012-09-27
1
-18
/
+48
*
First step towards cleaning up Global settings.
Jeff Sharkey
2012-09-26
1
-88
/
+88
*
Merge into jb-mr1-dev
Jean-Baptiste Queru
2012-09-25
1
-1
/
+2
|
\
|
*
fix argument parser for global settings URLs
Doug Zongker
2012-09-24
1
-1
/
+2
*
|
Fix issue #7215984: java.lang.RuntimeException: Unable to create...
Dianne Hackborn
2012-09-24
1
-7
/
+2
|
/
*
Multiuser awareness in content observer infrastructure
Christopher Tate
2012-09-20
1
-51
/
+53
*
Settings provider needs to send notifications as itself
Christopher Tate
2012-09-18
1
-1
/
+6
*
Per-user content observer APIs
Christopher Tate
2012-09-17
1
-3
/
+5
*
Fix Settings writes to a different user
Christopher Tate
2012-09-13
1
-74
/
+70
*
Moved a few telephony settings from Secure to Global
Christopher Tate
2012-09-12
1
-0
/
+6
*
Set up default (random) Android IDs for all users
Christopher Tate
2012-09-11
1
-18
/
+29
*
Miscellaneous fixes for Settings
Christopher Tate
2012-09-10
1
-22
/
+6
*
Further fixup of migration to global settings
Christopher Tate
2012-09-07
1
-6
/
+7
*
Per-user settings
Christopher Tate
2012-09-06
1
-93
/
+481
*
Support enabling WAL using a flag when DB is opened.
Jeff Brown
2012-03-23
1
-1
/
+0
*
Handle rename of LruCache.entryEvicted to entryRemoved
Jesse Wilson
2011-02-25
1
-2
/
+4
*
Adopt LruCache in SettingsProvider.
Jesse Wilson
2011-02-22
1
-19
/
+10
*
bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider
Vasu Nori
2011-01-10
1
-5
/
+2
*
Use the default SecureRandom provider.
Nick Kralevich
2010-09-24
1
-6
/
+1
*
Fix some bugs in SettingsProvider that I introduced the other day.
Brad Fitzpatrick
2010-08-26
1
-6
/
+6
*
Negatively cache settings and proactively slurp settings into cache.
Brad Fitzpatrick
2010-08-24
1
-12
/
+170
*
am 0fe27cf5: make android_id random seed depend on time as well as ro.serialno
Doug Zongker
2010-08-19
1
-9
/
+4
|
\
|
*
make android_id random seed depend on time as well as ro.serialno
Doug Zongker
2010-08-19
1
-9
/
+4
*
|
am 1bcb6658: Merge "Fix issue #2834005: Android Settings.Secure bypass" into ...
Dianne Hackborn
2010-07-12
1
-0
/
+9
|
\
\
|
|
/
|
*
Fix issue #2834005: Android Settings.Secure bypass
Dianne Hackborn
2010-07-12
1
-0
/
+9
*
|
merge from open-source master
The Android Open Source Project
2010-04-22
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix broken logic in SettingsProvider.parseProviderList.
Mike Lockwood
2010-04-21
1
-3
/
+6
*
|
SettingsProvider: dup-suppress from cache.
Brad Fitzpatrick
2010-03-09
1
-1
/
+22
*
|
SettingsProvider: defensively cap size of settings kept cached in memory.
Brad Fitzpatrick
2010-03-09
1
-12
/
+28
*
|
Cache hot settings in-memory in the SettingsProvider.
Brad Fitzpatrick
2010-03-08
1
-11
/
+111
*
|
Refactor android.backup => android.app.backup
Christopher Tate
2010-03-05
1
-1
/
+1
*
|
Add "call" method on ContentProvider.
Brad Fitzpatrick
2010-03-05
1
-0
/
+42
*
|
Fix issue #2438980: Implement package watcher for voice recognizer service se...
Dianne Hackborn
2010-02-22
1
-4
/
+0
*
|
use device serial number to seed RNG for generating ANDROID_ID
Doug Zongker
2010-02-03
1
-2
/
+11
*
|
remove Settings.Gservices
Doug Zongker
2010-01-07
1
-17
/
+6
*
|
change remaining frameworks/base Gservices to Secure settings
Doug Zongker
2010-01-07
1
-2
/
+0
*
|
changed SettingsProvider to manage the androidid itself
Fred Quintana
2009-12-17
1
-0
/
+36
|
/
*
Support for selection of silent ringtone from the ringtone picker.
Marco Nelissen
2009-07-28
1
-5
/
+63
*
am d1e5e3ff: Merge change 6639 into donut
Android (Google) Code Review
2009-07-09
1
-1
/
+6
|
\
|
*
Restore audio settings and wifi.
Amith Yamasani
2009-07-09
1
-1
/
+6
[next]