summaryrefslogtreecommitdiffstats
path: root/src/com/android/email/provider/ContentCache.java
Commit message (Expand)AuthorAgeFilesLines
* Changes to support smaller email tombstone apk sizePaul Westbrook2014-09-161-822/+0
* Put debug screen back into settingsMartin Hibdon2014-08-281-11/+11
* Clean up a bunch of warningsScott Kennedy2013-06-251-30/+1
* Unify LogTagScott Kennedy2013-06-051-15/+15
* Cache column name/indexes so we can use getColumnIndex()Scott Kennedy2013-02-061-1/+2
* DO NOT MERGE: Move emailcommon2 sources to emailcommonMarc Blank2012-06-281-12/+12
* Revert to old Email appMarc Blank2012-04-251-1/+1
* Use Map.Entry, not HashMap.EntryAndy McFadden2012-01-201-1/+1
* onMove in CachedCursor shouldn't call the underlying cursor's methodMarc Blank2011-10-191-1/+1
* Fix cursor-related errors:Marc Blank2011-06-221-1/+18
* Improve EmailContent caching...Marc Blank2011-06-211-9/+13
* Lock cache puts while running testsTodd Kennedy2011-06-081-2/+12
* React to LruCache.entryEvicted renamed to LruCache.entryRemovedJesse Wilson2011-02-251-3/+4
* Adopt LruCache in Email's ContentCache.Jesse Wilson2011-02-111-36/+22
* Use a field rather than a superclass for ContentCache's cache.Jesse Wilson2011-02-021-34/+36
* Fix ConcurrentAccessException in unit testsTodd Kennedy2011-01-311-2/+1
* am 9a09129d: am 1122e0f6: Merge "Remove cache statistics logging" into honeycombMarc Blank2011-01-281-1/+2
|\
| * Remove cache statistics loggingMarc Blank2011-01-281-1/+2
* | Make ContentCache LRU, rather than LRIMarc Blank2011-01-281-1/+2
|/
* Fix synchronization issue w/ closing CachedCursorMarc Blank2010-12-261-4/+3
* Properly return zero-count cursor from getMatrixCursorMarc Blank2010-12-201-0/+3
* Synchronize properly with ContentCache; document synchronizationMarc Blank2010-12-161-4/+11
* Enable cache logging for debugging (w/ STOPSHIP)Marc Blank2010-12-151-11/+12
* Never close underlying cursor if there are active usersMarc Blank2010-12-031-6/+11
* Don't throw exception on moveToPosition in CachedCursorMarc Blank2010-11-301-11/+6
* Fix deadlock in ContentCacheMarc Blank2010-11-231-4/+9
* Allow ProviderTests to work with ContentCacheMarc Blank2010-11-171-10/+14
* Minor cleanups for ContentCacheAndy Stadler2010-11-161-35/+46
* EmailProvider content cachingMarc Blank2010-11-161-0/+799