Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1111] Android: change Utils base64 encode/decode to return TiBlob

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:14.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsAndroid
Labelsandroid, base64, defect
ReporterJeff Haynie
AssigneeMarshall Culpepper
Created2011-04-15T02:44:20.000+0000
Updated2011-04-21T17:18:02.000+0000

Description

return blobs instead of string

Comments

  1. Jeff Haynie 2011-04-15

    (from [1d569f43c17aec2f4e1455135a9d486210ff02dc]) [#1169 state:resolved] added SHA1 to Utils for Android [#1168 state:resolved] added SHA1 to Utils for iPhone [#1111 state:resolved] Android Utils base64 should return blob http://github.com/appcelerator/titanium_mobile/commit/1d569f43c17aec2f4e1455135a9d486210ff02dc"> http://github.com/appcelerator/titanium_mobile/commit/1d569f43c17ae...

  2. Peter Tippett 2011-04-21

    Base64 Encode should return a string as its task is to return a safe format for sending through networks. Decode should have an option of the format to be returned, Blob or string.

JSON Source