aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios
Commit message (Expand)AuthorAge
* Registered a class for cell reuse.Gravatar Paul Young2013-07-15
* Added prepareForReuseGravatar Paul Young2013-07-14
* Clearing previous cell subtitle on reuse.Gravatar Paul Young2013-07-14
* Cancelling ay previous rendering operation ASAP.Gravatar Paul Young2013-07-14
* Renamed block parameter.Gravatar Paul Young2013-07-14
* Setting the rendering operation to nil when the complete.Gravatar Paul Young2013-07-14
* Associating message rendering operation with table view cell.Gravatar Paul Young2013-07-14
* Restored table view cell style to subtitle.Gravatar Paul Young2013-07-12
* Merge remote-tracking branch 'upstream/master' into message-preview-in-examplesGravatar Paul Young2013-07-11
|\
| * Fixed Xcode 4.6 compatibilityGravatar Hoa V. DINH2013-07-11
* | Work in progress for #132: Added message preview to iOS example.Gravatar Paul Young2013-07-11
|/
* Added OAuth 2.0 support to examplesGravatar Hoa V. DINH2013-07-08
* Merge pull request #169 from paulyoung/mclogGravatar DINH Viêt Hoà2013-07-03
|\
* | Fixed loggerGravatar Hoa V. DINH2013-07-03
| * Updated type of MCLogEnabled to int instead of bool.Gravatar Paul Young2013-07-03
| * Updated remaining references to mailcore::logEnabled.Gravatar Paul Young2013-07-02
|/
* Fixed indentation.Gravatar Paul Young2013-06-22
* Added switch to settings view controller.Gravatar Paul Young2013-06-22
* Added switch for fetching the full message in the iOS example app.Gravatar Paul Young2013-06-22
* Fixed #125: fixed crash in case a fetch is already in progress.Gravatar Hoa V. DINH2013-06-21
* Fixed iOS demo project to match new delegate protocol for html renderer.Gravatar Oliver Rickard2013-05-25
* Simplified linking against mailcore. Added quick instructions in README.mdGravatar Hoa V. DINH2013-05-21
* Don't encode JSON dictionary into a stringGravatar Hoa V. DINH2013-05-14
* missed a lineGravatar Jonathan Willing2013-05-14
* conform to formatting conventionsGravatar Jonathan Willing2013-05-14
* encode javascript function parameters as jsonGravatar Jonathan Willing2013-05-14
* factor out code to handle case where we've already fetched the iamgeGravatar Jonathan Willing2013-05-14
* don't fetch the message twiceGravatar Jonathan Willing2013-05-14
* spaces -> tabsGravatar Jonathan Willing2013-05-13
* check to ensure the part isn't nil before attempting to loadGravatar Jonathan Willing2013-05-13
* remove unnecessary codeGravatar Jonathan Willing2013-05-13
* prefix private method, conform to coding conventionsGravatar Jonathan Willing2013-05-13
* remove extra logging, switch to MCLog for remaining logsGravatar Jonathan Willing2013-05-13
* implement the ability to load cid and x-mailcore-images in the iOS demoGravatar Jonathan Willing2013-05-12
* add the ability in the iOS demo to change the hostnameGravatar Jonathan Willing2013-05-11
* use NSAutoreleasePool on Mac/iOS to implement MCAutoreleasePoolGravatar Hoa V. DINH2013-05-04
* Modified the mac project web view to run on iOS. Not fully tested.Gravatar Oliver Rickard2013-05-01
* Fixed build issuesGravatar Hoa V. DINH2013-04-17
* complete basic interface for iOS exampleGravatar Jonathan Willing2013-04-12
* resolve issue with autorelease poolsGravatar Jonathan Willing2013-04-09
* begin implenting some operationsGravatar Jonathan Willing2013-04-08
* Fixed link issue. C++ library was required.Gravatar Hoa V. DINH2013-04-08
* add header/linker search paths and flagsGravatar Jonathan Willing2013-04-08
* add preliminary iOS exampleGravatar Jonathan Willing2013-04-08