summaryrefslogtreecommitdiff
path: root/wikipedia/utils.js
Commit message (Collapse)AuthorAge
* Fixed the pixbuf sizing on the category imagesMatt Watson2013-08-07
| | | | | | | Before it was just for the big title image. Moved the function to utils so we didn't have the same code in two places. Also removed some clutter stuff from utils as there was no reason for that [endlessm/eos-sdk#247]
* Fix for loading temp files that are HTMLRory MacQueen2013-08-06
|
* Added utility functions for reading and writing to temporary filesRory MacQueen2013-08-06
| | | | [endlessm/eos-sdk#220]
* Dealt with relative paths in wikipedia viewRory MacQueen2013-08-05
| | | | | Had to change the way webview loaded the uri so that it can load relative paths [endlessm/eos-sdk#220]
* Remove Clutter dependency from utils.jsPhilip Chimento2013-08-02
| | | | [endlessm/eos-sdk#206]
* Integrate Wikipedia into SDK build systemPhilip Chimento2013-08-02
Now you should be able to import the app generator using const EndlessWikipedia = imports.wikipedia.EndlessWikipedia; [endlessm/eos-sdk#206] [endlessm/eos-sdk#206]