index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pool strings in JsonReader.
Jesse Wilson
2011-04-21
1
-5
/
+8
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
1
-60
/
+0
*
Tracking merge of dalvik-dev to master
Brian Carlstrom
2011-04-01
2
-22
/
+20
*
Merge "Don't leak JsonReaders in example code."
Jesse Wilson
2011-03-16
1
-1
/
+5
|
\
|
*
Don't leak JsonReaders in example code.
Jesse Wilson
2011-03-16
1
-1
/
+5
*
|
Fix a bogus comment on LruCache.hitCount()
Jesse Wilson
2011-03-16
1
-1
/
+2
|
/
*
Merge "Remove deprecated and unused entryEvicted method."
Jesse Wilson
2011-03-07
1
-16
/
+4
|
\
|
*
Remove deprecated and unused entryEvicted method.
Jesse Wilson
2011-02-25
1
-16
/
+4
*
|
am b732b7b5: am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant...
Xavier Ducrohet
2011-02-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant-id to aapt."
Xavier Ducrohet
2011-02-28
1
-1
/
+1
|
|
\
|
|
*
am dff6b8e7: Merge "Add --non-constant-id to aapt."
Xavier Ducrohet
2011-02-28
1
-1
/
+1
|
|
|
\
|
|
|
*
Fixing infinite loop for zero duration.
Jozef BABJAK
2011-02-22
1
-1
/
+1
|
|
*
|
Fix issue #3224616: TimeUtils.formatDuration() can drop 0s.
Bjorn Bringert
2010-12-20
1
-3
/
+2
|
|
|
/
*
|
|
Merge "Callback on any removal, not just evictions."
Jesse Wilson
2011-02-25
1
-42
/
+122
|
\
\
\
|
*
|
|
Callback on any removal, not just evictions.
Jesse Wilson
2011-02-25
1
-42
/
+122
*
|
|
|
Remove default constructors from static utility classes.
Jesse Wilson
2011-02-24
6
-28
/
+36
|
/
/
/
*
|
|
Add missing docs to AttributeSet.
Romain Guy
2011-02-22
1
-14
/
+56
*
|
|
Add a new method, LruCache.remove
Jesse Wilson
2011-02-11
1
-3
/
+25
*
|
|
Remove LruCache.setMaxSize().
Jesse Wilson
2011-02-11
1
-19
/
+0
*
|
|
Don't add setMaxSize() to the LruCache API. But do add maxSize().
Jesse Wilson
2011-02-10
1
-0
/
+2
*
|
|
Adopt LRU cache in SQLite.
Jesse Wilson
2011-02-10
1
-4
/
+30
*
|
|
Document that LruCache is threadsafe.
Jesse Wilson
2011-02-10
1
-7
/
+15
*
|
|
Remove @Override that chokes Doclava.
Jesse Wilson
2011-02-08
1
-1
/
+1
*
|
|
New LRU cache class.
Jesse Wilson
2011-02-07
1
-0
/
+249
*
|
|
Optimize IntentResolver to reduce lookup time by 50%.
Jeff Brown
2011-01-28
1
-0
/
+78
|
/
/
*
|
Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...
Dianne Hackborn
2011-01-24
1
-0
/
+82
*
|
Throw Base64DataException instead of IOException
Andy Stadler
2011-01-24
3
-2
/
+32
*
|
Patch new JSON APIs with changes informed by GSON.
Jesse Wilson
2011-01-10
3
-17
/
+102
*
|
b/3279789 Fixed NPE in CalendarUtils$TimeZoneUtils$AsyncTZHandler.onQueryComp...
Michael Chan
2011-01-09
1
-0
/
+6
*
|
Merge "Ensure bitmaps aren't freed while referenced from a display list"
Patrick Dubroy
2010-12-20
1
-127
/
+0
|
\
\
|
*
|
Ensure bitmaps aren't freed while referenced from a display list
Patrick Dubroy
2010-12-20
1
-127
/
+0
*
|
|
More cleanup of Loader APIs.
Dianne Hackborn
2010-12-20
1
-0
/
+19
|
/
/
*
|
Put Log.wtf's terrible failure in logcat -b main.
Brad Fitzpatrick
2010-12-15
1
-1
/
+1
*
|
Merge "Don't drop zeros in the second position in formatDuration()"
Bjorn Bringert
2010-11-24
1
-3
/
+2
|
\
\
|
*
|
Don't drop zeros in the second position in formatDuration()
Bjorn Bringert
2010-11-23
1
-3
/
+2
*
|
|
Misc Looper cleanups; add android.util.PrefixPrinter
Brad Fitzpatrick
2010-11-23
1
-0
/
+50
*
|
|
Cache WindowManager in StrictMode; add android.util.Singleton
Brad Fitzpatrick
2010-11-22
1
-0
/
+39
|
/
/
*
|
Decode JSON literal types eagerly and with our own decoder.
Jesse Wilson
2010-11-18
1
-149
/
+197
*
|
am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s mi...
Jesse Wilson
2010-11-09
1
-0
/
+1
|
\
\
|
|
/
|
*
Add @Deprecated to match @deprecated where it's missing.
Jesse Wilson
2010-11-09
1
-0
/
+1
|
*
Implement issue #3116702: New manifest tags for supported screen sizes DO NO...
Dianne Hackborn
2010-10-21
1
-0
/
+5
*
|
Merge "Remove inappropriate conversion of IOException to AssertionError"
Tom O'Neill
2010-11-08
1
-9
/
+5
|
\
\
|
*
|
Remove inappropriate conversion of IOException to AssertionError
Tom O'Neill
2010-11-05
1
-9
/
+5
*
|
|
Add new fade in/out feature for drawable containers.
Dianne Hackborn
2010-11-03
1
-0
/
+1
*
|
|
Implement issue #3116702: New manifest tags for supported screen sizes
Dianne Hackborn
2010-10-22
1
-0
/
+5
*
|
|
Fix typos in JSON documentation.
Jesse Wilson
2010-10-15
2
-3
/
+3
|
/
/
*
|
am 277465fb: am 57bd0615: Merge "b/3054044 Make allDay event times format in ...
Erik
2010-10-01
1
-1
/
+10
|
\
\
|
|
/
|
*
b/3054044 Make allDay event times format in utc
Erik
2010-10-01
1
-1
/
+10
*
|
am f78fdacc: am eaa2cabf: Merge "Fix problem where Base64InputStream single-b...
Jesse Wilson
2010-09-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix problem where Base64InputStream single-byte reads were unsigned.
Jesse Wilson
2010-09-22
1
-1
/
+1
[next]