first commit of the GSoC iphone app for ATutor Social created by Anh Quang Do
authorgreg gay <ggay@ocad.ca>
Tue, 12 Oct 2010 18:54:30 +0000 (18:54 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 12 Oct 2010 18:54:30 +0000 (18:54 -0000)
commitbbc98bbee300325207f3d8fc583ac605e39fcd6c
treebc4f8ed6ade87aed1934792a2d2b1aee12cf5537
parent6c6b85cae7d39284692e1e55bde6cdc04175b6cf
first commit of the GSoC iphone app for ATutor Social created by Anh Quang Do
115 files changed:
mods/atsocial_iphone_app/.gitignore [new file with mode: 0644]
mods/atsocial_iphone_app/.gitmodules [new file with mode: 0644]
mods/atsocial_iphone_app/ATutor-Info.plist [new file with mode: 0644]
mods/atsocial_iphone_app/ATutor.xcodeproj/project.pbxproj [new file with mode: 0755]
mods/atsocial_iphone_app/ATutor_Prefix.pch [new file with mode: 0644]
mods/atsocial_iphone_app/Activities.png [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ATutorAppDelegate.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ATutorAppDelegate.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ATutorHelper.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ATutorHelper.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ActivitiesViewController.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ActivitiesViewController.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/CommonFunctions.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/CommonFunctions.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/Contact.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/Contact.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactItemCell.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactItemCell.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactViewController.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactViewController.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactsDataSource.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactsDataSource.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactsViewController.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/ContactsViewController.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/GroupsViewController.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/GroupsViewController.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/LauncherViewController.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/LauncherViewController.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/OSConsumer.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/OSConsumer.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/OSProvider.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/OSProvider.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/QAWebController.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/QAWebController.m [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/StyleSheet.h [new file with mode: 0644]
mods/atsocial_iphone_app/Classes/StyleSheet.m [new file with mode: 0644]
mods/atsocial_iphone_app/Contacts.png [new file with mode: 0644]
mods/atsocial_iphone_app/Gadgets.png [new file with mode: 0644]
mods/atsocial_iphone_app/Groups.png [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Controllers/IASKAppSettingsViewController.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Controllers/IASKAppSettingsViewController.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Controllers/IASKSpecifierValuesViewController.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Controllers/IASKSpecifierValuesViewController.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Models/IASKSettingsReader.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Models/IASKSettingsReader.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Models/IASKSpecifier.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Models/IASKSpecifier.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSSliderSpecifierViewCell.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSSliderSpecifierViewCell.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSTextFieldSpecifierViewCell.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSTextFieldSpecifierViewCell.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSTitleValueSpecifierViewCell.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSTitleValueSpecifierViewCell.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSToggleSwitchSpecifierViewCell.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKPSToggleSwitchSpecifierViewCell.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKSlider.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKSlider.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKSwitch.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKSwitch.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKTextField.h [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Views/IASKTextField.m [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Xibs/IASKAppSettingsView.xib [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Xibs/IASKPSSliderSpecifierViewCell.xib [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Xibs/IASKPSTextFieldSpecifierViewCell.xib [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Xibs/IASKPSToggleSwitchSpecifierViewCell.xib [new file with mode: 0644]
mods/atsocial_iphone_app/InAppSettingsKit/Xibs/IASKSpecifierValuesView.xib [new file with mode: 0644]
mods/atsocial_iphone_app/KeychainUtils/SFHFKeychainUtils.h [new file with mode: 0755]
mods/atsocial_iphone_app/KeychainUtils/SFHFKeychainUtils.m [new file with mode: 0755]
mods/atsocial_iphone_app/OAuth/Crypto/Base64Transcoder.c [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Crypto/Base64Transcoder.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Crypto/hmac.c [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Crypto/hmac.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Crypto/sha1.c [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Crypto/sha1.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Extensions/NSString+URLEncoding.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Extensions/NSString+URLEncoding.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAAsynchronousDataFetcher.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAAsynchronousDataFetcher.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAConsumer.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAConsumer.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OADataFetcher.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OADataFetcher.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAMutableURLRequest.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAMutableURLRequest.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OARequestParameter.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OARequestParameter.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAServiceTicket.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAServiceTicket.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAToken.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAToken.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/OAToken_KeychainExtensions.h [new file with mode: 0755]
mods/atsocial_iphone_app/OAuth/OAToken_KeychainExtensions.m [new file with mode: 0755]
mods/atsocial_iphone_app/OAuth/Signature Providers/OAHMAC_SHA1SignatureProvider.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Signature Providers/OAHMAC_SHA1SignatureProvider.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Signature Providers/OAPlaintextSignatureProvider.h [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Signature Providers/OAPlaintextSignatureProvider.m [new file with mode: 0644]
mods/atsocial_iphone_app/OAuth/Signature Providers/OASignatureProviding.h [new file with mode: 0644]
mods/atsocial_iphone_app/README.markdown [new file with mode: 0644]
mods/atsocial_iphone_app/Settings.bundle/Root.plist [new file with mode: 0644]
mods/atsocial_iphone_app/Settings.bundle/en.lproj/Root.strings [new file with mode: 0644]
mods/atsocial_iphone_app/TouchJSON/CDataScanner.h [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/CDataScanner.m [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/Extensions/CDataScanner_Extensions.h [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/Extensions/CDataScanner_Extensions.m [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/Extensions/NSCharacterSet_Extensions.h [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/Extensions/NSCharacterSet_Extensions.m [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/Extensions/NSDictionary_JSONExtensions.h [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/Extensions/NSDictionary_JSONExtensions.m [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/JSON/CJSONDeserializer.h [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/JSON/CJSONDeserializer.m [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/JSON/CJSONScanner.h [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/JSON/CJSONScanner.m [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/JSON/CJSONSerializer.h [new file with mode: 0755]
mods/atsocial_iphone_app/TouchJSON/JSON/CJSONSerializer.m [new file with mode: 0755]
mods/atsocial_iphone_app/main.m [new file with mode: 0644]