Go to file
Mihai Preda 629e18ad86 Fix base64 decoder. BUG 2081740.
It was broken by CL 22378.
The bug was in the situation when "==" (two padding chars) were at
the end, the reading did not stop after the first '=',
and thus one more char of output was generated.
Add more unit-test for base64 decoding.
2009-08-27 22:24:30 +02: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 Fix base64 decoder. BUG 2081740. 2009-08-27 22:24:30 +02:00
tests Fix base64 decoder. BUG 2081740. 2009-08-27 22:24:30 +02: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