sagemath / android

Sage's Android App (GSoC 2014)
GNU General Public License v3.0
74 stars 38 forks source link

crash after simple command #63

Closed rwst closed 10 years ago

rwst commented 10 years ago
var('a')
polar_plot(a,(a,0,1))

What's more, it again wiped out all my cells, see next issue.

hav3n commented 10 years ago

Well unfortunately no computation which involves downloading images from the sage server works, since DataFile is broken(I believe this is because the JSON response has changed).

This is part of the fixes after I'm done with porting the app over to using GSON.

hav3n commented 10 years ago

Fixed via various commits in 10a9d97a889c9001e0dc6d8514e52579a80c4c81.

I've pushed my work to the beta branch on this repo, feel free to test!

P.S You'll need Android Studio to run the code now.