Go to file
Andrew Stadler 421a4f5595 DO NOT MERGE: Rewrite Base64InputStream from Eclair
Rewrite Base64InputStream to be much more efficient

This was broken in many, many ways but the primary offender was an
object allocation for every 4 bytes of an input stream (imagine what this
did for 900k attachment files).

The new version is completely self-contained, and is optimized for the
most common case of inner loop case of processing 4-bytes-at-a-time.
2009-08-24 16:30:44 -07:00
assets auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
docs auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
images auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
res Import revised translations. DO NOT MERGE 2009-08-17 13:14:53 -07:00
src DO NOT MERGE: Rewrite Base64InputStream from Eclair 2009-08-24 16:30:44 -07:00
tests Fixed Pop3Store to be able to delete message in Inbox. 2009-06-26 10:36:27 +09:00
.classpath Initial Contribution 2008-10-21 07:00:00 -07:00
.project Initial Contribution 2008-10-21 07:00:00 -07:00
Android.mk auto import from //branches/cupcake/...@137197 2009-03-09 11:52:14 -07:00
AndroidManifest.xml Add android.permission.WRITE_EXTERNAL_STORAGE 2009-06-04 15:16:43 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00