index
:
packages_apps_Email.git
kitkat
lp5.0
packages_apps_Email
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
email
/
provider
/
ContentCache.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up a bunch of warnings
Scott Kennedy
2013-06-25
1
-30
/
+1
*
Unify LogTag
Scott Kennedy
2013-06-05
1
-15
/
+15
*
Cache column name/indexes so we can use getColumnIndex()
Scott Kennedy
2013-02-06
1
-1
/
+2
*
DO NOT MERGE: Move emailcommon2 sources to emailcommon
Marc Blank
2012-06-28
1
-12
/
+12
*
Revert to old Email app
Marc Blank
2012-04-25
1
-1
/
+1
*
Use Map.Entry, not HashMap.Entry
Andy McFadden
2012-01-20
1
-1
/
+1
*
onMove in CachedCursor shouldn't call the underlying cursor's method
Marc Blank
2011-10-19
1
-1
/
+1
*
Fix cursor-related errors:
Marc Blank
2011-06-22
1
-1
/
+18
*
Improve EmailContent caching...
Marc Blank
2011-06-21
1
-9
/
+13
*
Lock cache puts while running tests
Todd Kennedy
2011-06-08
1
-2
/
+12
*
React to LruCache.entryEvicted renamed to LruCache.entryRemoved
Jesse Wilson
2011-02-25
1
-3
/
+4
*
Adopt LruCache in Email's ContentCache.
Jesse Wilson
2011-02-11
1
-36
/
+22
*
Use a field rather than a superclass for ContentCache's cache.
Jesse Wilson
2011-02-02
1
-34
/
+36
*
Fix ConcurrentAccessException in unit tests
Todd Kennedy
2011-01-31
1
-2
/
+1
*
am 9a09129d: am 1122e0f6: Merge "Remove cache statistics logging" into honeycomb
Marc Blank
2011-01-28
1
-1
/
+2
|
\
|
*
Remove cache statistics logging
Marc Blank
2011-01-28
1
-1
/
+2
*
|
Make ContentCache LRU, rather than LRI
Marc Blank
2011-01-28
1
-1
/
+2
|
/
*
Fix synchronization issue w/ closing CachedCursor
Marc Blank
2010-12-26
1
-4
/
+3
*
Properly return zero-count cursor from getMatrixCursor
Marc Blank
2010-12-20
1
-0
/
+3
*
Synchronize properly with ContentCache; document synchronization
Marc Blank
2010-12-16
1
-4
/
+11
*
Enable cache logging for debugging (w/ STOPSHIP)
Marc Blank
2010-12-15
1
-11
/
+12
*
Never close underlying cursor if there are active users
Marc Blank
2010-12-03
1
-6
/
+11
*
Don't throw exception on moveToPosition in CachedCursor
Marc Blank
2010-11-30
1
-11
/
+6
*
Fix deadlock in ContentCache
Marc Blank
2010-11-23
1
-4
/
+9
*
Allow ProviderTests to work with ContentCache
Marc Blank
2010-11-17
1
-10
/
+14
*
Minor cleanups for ContentCache
Andy Stadler
2010-11-16
1
-35
/
+46
*
EmailProvider content caching
Marc Blank
2010-11-16
1
-0
/
+799