Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed #396: link with icucore explicitely | Hoa V. DINH | 2014-03-08 |
| | |||
* | Revert "Use ICU of the system (fixed #533)" | Hoa V. DINH | 2014-01-16 |
| | | | | This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af. | ||
* | Use ICU of the system (fixed #533) | Hoa V. DINH | 2014-01-08 |
| | |||
* | iOS 7ify the example project | Matt Ronge | 2014-01-08 |
| | |||
* | Fixed build for Travis | Hoa V. DINH | 2013-09-29 |
| | |||
* | Enable build for arm64 | Hoa V. DINH | 2013-09-28 |
| | |||
* | Build all architectures on iOS | Hoa V. Dinh | 2013-08-20 |
| | |||
* | Fixed build | Hoa V. DINH | 2013-08-17 |
| | |||
* | Merge pull request #242 from CleanShavenApps/iOSLoadLastNMessages | Hoà V. DINH | 2013-07-26 |
|\ | | | | | Load last N messages for iOS sample app. | ||
* | | Moved iOS MCOMessageView to src/ui/ios | Hoa V. DINH | 2013-07-25 |
| | | |||
| * | iOS example app: Add 'Load more' when there are more mails to fetch. Adds ↵ | Lin Junjie | 2013-07-25 |
| | | | | | | | | caching of preview so we don't have to fetch them again on load more. | ||
| * | Load last 10 emails in iOS example app | Lin Junjie | 2013-07-25 |
|/ | |||
* | Merge pull request #191 from paulyoung/message-preview-in-examples | Hoà V. DINH | 2013-07-17 |
|\ | | | | | Add message preview to iOS example. | ||
* | | Fixed build of iOS example | Hoa V. DINH | 2013-07-16 |
| | | |||
| * | Registered a class for cell reuse. | Paul Young | 2013-07-15 |
| | | |||
| * | Added prepareForReuse | Paul Young | 2013-07-14 |
| | | | | | | | | * Moved cancellation of rendering operation and resetting of subtitle. | ||
| * | Clearing previous cell subtitle on reuse. | Paul Young | 2013-07-14 |
| | | |||
| * | Cancelling ay previous rendering operation ASAP. | Paul Young | 2013-07-14 |
| | | |||
| * | Renamed block parameter. | Paul Young | 2013-07-14 |
| | | |||
| * | Setting the rendering operation to nil when the complete. | Paul Young | 2013-07-14 |
| | | |||
| * | Associating message rendering operation with table view cell. | Paul Young | 2013-07-14 |
| | | | | | | | | | | * Added custom table view cell. * Cancelling operation on cell reuse. | ||
| * | Restored table view cell style to subtitle. | Paul Young | 2013-07-12 |
| | | | | | | | | * Lost in the merge conflict. | ||
| * | Merge remote-tracking branch 'upstream/master' into message-preview-in-examples | Paul Young | 2013-07-11 |
| |\ | |/ |/| | | | | | Conflicts: example/ios/iOS UI Test/iOS UI Test/en.lproj/MainStoryboard.storyboard | ||
* | | Fixed Xcode 4.6 compatibility | Hoa V. DINH | 2013-07-11 |
| | | |||
| * | Work in progress for #132: Added message preview to iOS example. | Paul Young | 2013-07-11 |
|/ | | | | | | * Operations are not yet cancelled at any point. * There is a visible delay when the detail text of table cells are updated after a delay as cells are re-used. | ||
* | Added OAuth 2.0 support to examples | Hoa V. DINH | 2013-07-08 |
| | |||
* | Merge pull request #169 from paulyoung/mclog | DINH Viêt Hoà | 2013-07-03 |
|\ | | | | | make MCLog compatible with plain C. | ||
* | | Fixed logger | Hoa V. DINH | 2013-07-03 |
| | | |||
| * | Updated type of MCLogEnabled to int instead of bool. | Paul Young | 2013-07-03 |
| | | |||
| * | Updated remaining references to mailcore::logEnabled. | Paul Young | 2013-07-02 |
|/ | |||
* | Fixed indentation. | Paul Young | 2013-06-22 |
| | | | | | * Consistently using spaces instead of tabs. * Tab width is set to 4 spaces. | ||
* | Added switch to settings view controller. | Paul Young | 2013-06-22 |
| | | | | * Removed setting of user default in app delegate. | ||
* | Added switch for fetching the full message in the iOS example app. | Paul Young | 2013-06-22 |
| | | | | | * Added per discussion in #93. * Fetching the full message is disabled by default. | ||
* | Fixed #125: fixed crash in case a fetch is already in progress. | Hoa V. DINH | 2013-06-21 |
| | |||
* | Fixed iOS demo project to match new delegate protocol for html renderer. | Oliver Rickard | 2013-05-25 |
| | |||
* | Simplified linking against mailcore. Added quick instructions in README.md | Hoa V. DINH | 2013-05-21 |
| | |||
* | Don't encode JSON dictionary into a string | Hoa V. DINH | 2013-05-14 |
| | |||
* | missed a line | Jonathan Willing | 2013-05-14 |
| | |||
* | conform to formatting conventions | Jonathan Willing | 2013-05-14 |
| | |||
* | encode javascript function parameters as json | Jonathan Willing | 2013-05-14 |
| | |||
* | factor out code to handle case where we've already fetched the iamge | Jonathan Willing | 2013-05-14 |
| | |||
* | don't fetch the message twice | Jonathan Willing | 2013-05-14 |
| | |||
* | spaces -> tabs | Jonathan Willing | 2013-05-13 |
| | |||
* | check to ensure the part isn't nil before attempting to load | Jonathan Willing | 2013-05-13 |
| | |||
* | remove unnecessary code | Jonathan Willing | 2013-05-13 |
| | |||
* | prefix private method, conform to coding conventions | Jonathan Willing | 2013-05-13 |
| | |||
* | remove extra logging, switch to MCLog for remaining logs | Jonathan Willing | 2013-05-13 |
| | |||
* | implement the ability to load cid and x-mailcore-images in the iOS demo | Jonathan Willing | 2013-05-12 |
| | |||
* | add the ability in the iOS demo to change the hostname | Jonathan Willing | 2013-05-11 |
| | |||
* | use NSAutoreleasePool on Mac/iOS to implement MCAutoreleasePool | Hoa V. DINH | 2013-05-04 |
| |