├── .gitignore ├── .gitreview ├── COPYING ├── CREDITS ├── Commons-iOS-GHUnit-Testing ├── Commons-GHUnit-Testing-Info.plist ├── Commons-GHUnit-Testing-Prefix.pch ├── DataTest.m ├── Default-568h@2x.png ├── Default.png ├── Default@2x.png ├── LocalizationTest.m ├── LoginTest.m ├── en.lproj │ └── InfoPlist.strings └── main.m ├── Commons-iOS ├── AddCategoryCell.xib ├── AppDelegate.h ├── AppDelegate.m ├── AspectFillThumbFetcher.h ├── AspectFillThumbFetcher.m ├── BrowserHelper.h ├── BrowserHelper.m ├── Bundled Pictures of Day │ ├── POTD-2007-06-15.dict │ ├── POTD-2007-06-15.jpg │ ├── POTD-2008-01-25.dict │ ├── POTD-2008-01-25.jpg │ ├── POTD-2008-11-14.dict │ ├── POTD-2008-11-14.jpg │ ├── POTD-2009-06-19.dict │ ├── POTD-2009-06-19.jpg │ ├── POTD-2010-05-24.dict │ ├── POTD-2010-05-24.jpg │ ├── POTD-2012-07-08.dict │ ├── POTD-2012-07-08.jpg │ ├── POTD-2013-04-21.dict │ ├── POTD-2013-04-21.jpg │ ├── POTD-2013-04-29.dict │ ├── POTD-2013-04-29.jpg │ ├── POTD-2013-06-04.dict │ ├── POTD-2013-06-04.jpg │ ├── POTD-2013-09-03.dict │ └── POTD-2013-09-03.jpg ├── CALerpLine.h ├── CALerpLine.m ├── CategoryCell.xib ├── CategoryLicenseExtractor.h ├── CategoryLicenseExtractor.m ├── CategorySearchTableViewController.h ├── CategorySearchTableViewController.m ├── Commons-Info.plist ├── Commons-Prefix.pch ├── Commons-logo-white.png ├── Commons-logo-white@2x.png ├── CommonsApp.h ├── CommonsApp.m ├── CommonsCategory.h ├── CommonsCategory.m ├── CustomTextField.h ├── CustomTextField.m ├── DescriptionParser.h ├── DescriptionParser.m ├── DetailScrollViewController.h ├── DetailScrollViewController.m ├── FetchImageOperation.h ├── FetchImageOperation.m ├── FileUpload.h ├── FileUpload.m ├── FileUpload.xcdatamodeld │ ├── .xccurrentversion │ ├── FileUpload 2.xcdatamodel │ │ └── contents │ ├── FileUpload 3.xcdatamodel │ │ └── contents │ ├── FileUpload 4.xcdatamodel │ │ └── contents │ ├── FileUpload 5.xcdatamodel │ │ └── contents │ ├── FileUpload 6.xcdatamodel │ │ └── contents │ └── FileUpload.xcdatamodel │ │ └── contents ├── GalleryMultiSelectAlbumCell.h ├── GalleryMultiSelectAlbumCell.m ├── GalleryMultiSelectAssetCell.h ├── GalleryMultiSelectAssetCell.m ├── GalleryMultiSelectCollectionVC.h ├── GalleryMultiSelectCollectionVC.m ├── GettingStartedConstants.h ├── GettingStartedViewController.h ├── GettingStartedViewController.m ├── GotItViewController.h ├── GotItViewController.m ├── ImageListCell.h ├── ImageListCell.m ├── ImageResizer.h ├── ImageResizer.m ├── ImageScrollViewController.h ├── ImageScrollViewController.m ├── Images.xcassets │ ├── Add Icon.imageset │ │ ├── Contents.json │ │ └── add@2x.png │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── commons_reloaded@2x.png │ │ ├── commons_reloaded@3x.png │ │ ├── commons_reloaded_57@1x.png │ │ ├── commons_reloaded_57@2x.png │ │ ├── commons_reloaded_72@1x.png │ │ ├── commons_reloaded_72@2x.png │ │ ├── commons_reloaded_76@1x.png │ │ └── commons_reloaded_76@2x.png │ ├── Camera Icon.imageset │ │ ├── Contents.json │ │ └── photo@2x.png │ ├── Image Icon.imageset │ │ ├── Contents.json │ │ └── picture@2x.png │ ├── LaunchImage.launchimage │ │ ├── Contents.json │ │ ├── splash_commons_35.png │ │ ├── splash_commons_35@2x-1.png │ │ ├── splash_commons_35@2x.png │ │ ├── splash_commons_40-1.png │ │ ├── splash_commons_40.png │ │ ├── splash_commons_47.png │ │ ├── splash_commons_55.png │ │ ├── splash_commons_ipad-1.png │ │ ├── splash_commons_ipad.png │ │ ├── splash_commons_ipad@2x-1.png │ │ └── splash_commons_ipad@2x.png │ ├── Media Select Button.imageset │ │ ├── Contents.json │ │ └── button_bg@2x.png │ ├── back.imageset │ │ ├── Contents.json │ │ ├── back.png │ │ └── back@2x.png │ ├── next.imageset │ │ ├── Contents.json │ │ ├── next.png │ │ └── next@2x.png │ └── safari.imageset │ │ ├── Contents.json │ │ └── safari_3.png ├── LicenseTableViewController.h ├── LicenseTableViewController.m ├── LoadingIndicator.h ├── LoadingIndicator.m ├── LoginViewController.h ├── LoginViewController.m ├── MWEventLogging │ ├── MWEventLogging.h │ └── MWEventLogging.m ├── MWI18N │ ├── MWI18N.h │ ├── MWI18N.m │ ├── MWMessage.h │ ├── MWMessage.m │ ├── MWMessageStore.h │ └── MWMessageStore.m ├── MockBadPhotoViewController.h ├── MockBadPhotoViewController.m ├── MockPageBackgroundView.h ├── MockPageBackgroundView.m ├── MockPageViewController.h ├── MockPageViewController.m ├── MyUploadsViewController.h ├── MyUploadsViewController.m ├── NavigationController.h ├── NavigationController.m ├── OnePasswordExtension │ ├── 1Password.xcassets │ │ ├── onepassword-button-light.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-button-light.png │ │ │ ├── onepassword-button-light@2x.png │ │ │ └── onepassword-button-light@3x.png │ │ ├── onepassword-button-light.pdf │ │ ├── onepassword-button.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-button.png │ │ │ ├── onepassword-button@2x.png │ │ │ └── onepassword-button@3x.png │ │ ├── onepassword-button.pdf │ │ ├── onepassword-extension-light.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-extension-light@2x~compact.png │ │ │ ├── onepassword-extension-light@2x~regular.png │ │ │ ├── onepassword-extension-light@3x~compact.png │ │ │ ├── onepassword-extension-light~compact.png │ │ │ └── onepassword-extension-light~regular.png │ │ ├── onepassword-extension-light~compact.pdf │ │ ├── onepassword-extension-light~regular.pdf │ │ ├── onepassword-extension.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-extension@2x~compact.png │ │ │ ├── onepassword-extension@2x~regular.png │ │ │ ├── onepassword-extension@3x~compact.png │ │ │ ├── onepassword-extension~compact.png │ │ │ └── onepassword-extension~regular.png │ │ ├── onepassword-extension~compact.pdf │ │ ├── onepassword-extension~regular.pdf │ │ ├── onepassword-navbar-light.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-navbar-light.png │ │ │ ├── onepassword-navbar-light@2x.png │ │ │ └── onepassword-navbar-light@3x.png │ │ ├── onepassword-navbar-light.pdf │ │ ├── onepassword-navbar.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-navbar.png │ │ │ ├── onepassword-navbar@2x.png │ │ │ └── onepassword-navbar@3x.png │ │ ├── onepassword-navbar.pdf │ │ ├── onepassword-toolbar-light.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-toolbar-light.png │ │ │ ├── onepassword-toolbar-light@2x.png │ │ │ └── onepassword-toolbar-light@3x.png │ │ ├── onepassword-toolbar-light.pdf │ │ ├── onepassword-toolbar.imageset │ │ │ ├── Contents.json │ │ │ ├── onepassword-toolbar.png │ │ │ ├── onepassword-toolbar@2x.png │ │ │ └── onepassword-toolbar@3x.png │ │ └── onepassword-toolbar.pdf │ ├── LICENSE.txt │ ├── OnePasswordExtension.h │ └── OnePasswordExtension.m ├── OpenInBrowserActivity.h ├── OpenInBrowserActivity.m ├── PictureOfDayCycler.h ├── PictureOfDayCycler.m ├── PictureOfDayManager.h ├── PictureOfDayManager.m ├── PictureOfTheDayImageView.h ├── PictureOfTheDayImageView.m ├── PreviewView.xib ├── ProgressView.h ├── ProgressView.m ├── Reachability.h ├── Reachability.m ├── RegistrationWebViewController.h ├── RegistrationWebViewController.m ├── SettingsViewController.h ├── SettingsViewController.m ├── SpeedGovernor.h ├── SpeedGovernor.m ├── StorageTools.h ├── StorageTools.m ├── ThumbFetcher.h ├── ThumbFetcher.m ├── UIImage+ImageEffects.h ├── UIImage+ImageEffects.m ├── UILabel+ResizeWithAttributes.h ├── UILabel+ResizeWithAttributes.m ├── UILabelDynamicHeight.h ├── UILabelDynamicHeight.m ├── UIView+Debugging.h ├── UIView+Debugging.m ├── WelcomeOverlayView.h ├── WelcomeOverlayView.m ├── WhatIsCommonsViewController.h ├── WhatIsCommonsViewController.m ├── WhatPhotosViewController.h ├── WhatPhotosViewController.m ├── blurredSettingsBackground.png ├── browser.png ├── browser@2x.png ├── browser@2x~ipad.png ├── browser~ipad.png ├── button_bg@2x.png ├── categoryHamburger.png ├── cc-by-white.png ├── cc-by-white@2x.png ├── cc-by.png ├── cc-by@2x.png ├── cc-sa-white.png ├── cc-sa-white@2x.png ├── cc-sa.png ├── cc-sa@2x.png ├── cc.png ├── cc@2x.png ├── clear.png ├── commons-logo.png ├── commons-logo@2x.png ├── defaults.plist ├── en.lproj │ ├── InfoPlist.strings │ └── MainStoryboard.storyboard ├── fileicon-pdf.png ├── fileicon-svg.png ├── icons │ ├── commons_reloaded.png │ ├── commons_reloaded.svg │ ├── commons_reloaded@2x.png │ ├── commons_reloaded@3x.png │ ├── commons_reloaded_57@1x.png │ ├── commons_reloaded_57@2x.png │ ├── commons_reloaded_72@1x.png │ ├── commons_reloaded_72@2x.png │ ├── commons_reloaded_76@1x.png │ ├── commons_reloaded_76@2x.png │ ├── commons_reloaded_large.jpg │ └── commons_reloaded_large.png ├── main.m ├── messages │ ├── messages-af.json │ ├── messages-ar.json │ ├── messages-ast.json │ ├── messages-bcl.json │ ├── messages-be-tarask.json │ ├── messages-bn.json │ ├── messages-br.json │ ├── messages-ca.json │ ├── messages-ce.json │ ├── messages-cs.json │ ├── messages-cy.json │ ├── messages-da.json │ ├── messages-de.json │ ├── messages-diq.json │ ├── messages-dsb.json │ ├── messages-el.json │ ├── messages-en-ca.json │ ├── messages-en.json │ ├── messages-eo.json │ ├── messages-es.json │ ├── messages-eu.json │ ├── messages-fa.json │ ├── messages-fi.json │ ├── messages-fo.json │ ├── messages-fr.json │ ├── messages-gl.json │ ├── messages-hak.json │ ├── messages-haw.json │ ├── messages-he.json │ ├── messages-hrx.json │ ├── messages-hsb.json │ ├── messages-hu.json │ ├── messages-ia.json │ ├── messages-id.json │ ├── messages-it.json │ ├── messages-ja.json │ ├── messages-ka.json │ ├── messages-km.json │ ├── messages-kn.json │ ├── messages-ko.json │ ├── messages-krc.json │ ├── messages-ksh.json │ ├── messages-ky.json │ ├── messages-la.json │ ├── messages-lb.json │ ├── messages-lez.json │ ├── messages-lrc.json │ ├── messages-lt.json │ ├── messages-lv.json │ ├── messages-mk.json │ ├── messages-ml.json │ ├── messages-mn.json │ ├── messages-ms.json │ ├── messages-mt.json │ ├── messages-nb.json │ ├── messages-nds-nl.json │ ├── messages-ne.json │ ├── messages-nl.json │ ├── messages-oc.json │ ├── messages-pa.json │ ├── messages-pl.json │ ├── messages-pms.json │ ├── messages-ps.json │ ├── messages-pt-br.json │ ├── messages-pt.json │ ├── messages-qqq.json │ ├── messages-rif.json │ ├── messages-ro.json │ ├── messages-ru.json │ ├── messages-si.json │ ├── messages-sk.json │ ├── messages-sr-ec.json │ ├── messages-su.json │ ├── messages-sv.json │ ├── messages-ta.json │ ├── messages-te.json │ ├── messages-tg-cyrl.json │ ├── messages-tr.json │ ├── messages-ug-arab.json │ ├── messages-uk.json │ ├── messages-ur.json │ ├── messages-vi.json │ ├── messages-zh-hans.json │ ├── messages-zh-hant.json │ └── messages-zh.json ├── mockBadPhoto.png ├── mockPageLogo.png ├── mockPagePhoto.png ├── mwapi │ ├── MWApi.h │ ├── MWApi.m │ ├── MWApiMultipartRequestBuilder.h │ ├── MWApiMultipartRequestBuilder.m │ ├── MWApiRequestBuilder.h │ ├── MWApiRequestBuilder.m │ ├── MWDeferred.h │ ├── MWDeferred.m │ ├── MWHttp.h │ ├── MWHttp.m │ ├── MWNetworkActivityIndicatorManager.h │ ├── MWNetworkActivityIndicatorManager.m │ ├── MWPromise.h │ ├── MWPromise.m │ ├── NSString+Extras.h │ ├── NSString+Extras.m │ ├── NSURLRequest+DictionaryRequest.h │ ├── NSURLRequest+DictionaryRequest.m │ └── mwapi-Prefix.pch ├── photopickerbutton@3x.png ├── toolbar-back.png ├── toolbar-back@2x.png ├── toolbar-forward.png ├── toolbar-forward@2x.png └── v2 │ ├── add@2x.png │ ├── commons_big.png │ ├── photo@2x.png │ ├── picture@2x.png │ ├── splash_commons_35.png │ ├── splash_commons_35@2x.png │ ├── splash_commons_40.png │ ├── splash_commons_47.png │ ├── splash_commons_55.png │ ├── splash_commons_ipad.png │ └── splash_commons_ipad@2x.png ├── Commons.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ ├── Commons-iOS-Debug.xcscheme │ ├── Commons-iOS-GHUnit-Testing.xcscheme │ ├── Commons-iOS-Logic-Testing.xcscheme │ └── Commons-iOS.xcscheme ├── README.md ├── Testing-Libraries ├── GHUnitIOS.framework │ ├── GHUnitIOS │ ├── Headers │ ├── Resources │ └── Versions │ │ ├── A │ │ ├── GHUnitIOS │ │ ├── Headers │ │ │ ├── GHAsyncTestCase.h │ │ │ ├── GHImageDiffView.h │ │ │ ├── GHMockNSHTTPURLResponse.h │ │ │ ├── GHMockNSURLConnection.h │ │ │ ├── GHTest+JUnitXML.h │ │ │ ├── GHTest.h │ │ │ ├── GHTestCase.h │ │ │ ├── GHTestGroup+JUnitXML.h │ │ │ ├── GHTestGroup.h │ │ │ ├── GHTestMacros.h │ │ │ ├── GHTestOperation.h │ │ │ ├── GHTestRunner.h │ │ │ ├── GHTestSuite.h │ │ │ ├── GHTestUtils.h │ │ │ ├── GHTestViewModel.h │ │ │ ├── GHTesting.h │ │ │ ├── GHUIImageViewControl.h │ │ │ ├── GHUnit.h │ │ │ ├── GHUnitIOSAppDelegate.h │ │ │ ├── GHUnitIOSTableViewDataSource.h │ │ │ ├── GHUnitIOSTestView.h │ │ │ ├── GHUnitIOSTestViewController.h │ │ │ ├── GHUnitIOSView.h │ │ │ ├── GHUnitIOSViewController.h │ │ │ ├── GHUnitIPhoneAppDelegate.h │ │ │ ├── GHViewTestCase.h │ │ │ ├── NSException+GHTestFailureExceptions.h │ │ │ └── NSValue+GHValueFormatter.h │ │ └── Resources │ │ │ └── Info.plist │ │ └── Current ├── OCMock │ ├── NSNotificationCenter+OCMAdditions.h │ ├── OCMArg.h │ ├── OCMConstraint.h │ ├── OCMock.h │ ├── OCMockObject.h │ └── OCMockRecorder.h └── libOCMock.a └── scratch ├── Cc-by_new.svg ├── Cc-sa.svg ├── Commons-logo-1024.xcf ├── Commons-logo-en.svg ├── Commons-logo.svg ├── Commons-logo.xcf ├── SafariActivity.psd ├── redbutton.xcf ├── splash-568h.svg ├── splash-ipad-landscape.svg ├── splash-ipad.svg └── store ├── Commons-logo-1024.png ├── Old-iPod-details.png ├── Old-iPod-uploads.png ├── iPad-details.png ├── iPad-uploads.png ├── iPod-details.png └── iPod-uploads.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/.gitreview -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/COPYING -------------------------------------------------------------------------------- /CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/CREDITS -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/Commons-GHUnit-Testing-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/Commons-GHUnit-Testing-Info.plist -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/Commons-GHUnit-Testing-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/Commons-GHUnit-Testing-Prefix.pch -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/DataTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/DataTest.m -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/Default-568h@2x.png -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/Default.png -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/Default@2x.png -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/LocalizationTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/LocalizationTest.m -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/LoginTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/LoginTest.m -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /Commons-iOS-GHUnit-Testing/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS-GHUnit-Testing/main.m -------------------------------------------------------------------------------- /Commons-iOS/AddCategoryCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/AddCategoryCell.xib -------------------------------------------------------------------------------- /Commons-iOS/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/AppDelegate.h -------------------------------------------------------------------------------- /Commons-iOS/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/AppDelegate.m -------------------------------------------------------------------------------- /Commons-iOS/AspectFillThumbFetcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/AspectFillThumbFetcher.h -------------------------------------------------------------------------------- /Commons-iOS/AspectFillThumbFetcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/AspectFillThumbFetcher.m -------------------------------------------------------------------------------- /Commons-iOS/BrowserHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/BrowserHelper.h -------------------------------------------------------------------------------- /Commons-iOS/BrowserHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/BrowserHelper.m -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2007-06-15.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2007-06-15.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2007-06-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2007-06-15.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2008-01-25.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2008-01-25.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2008-01-25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2008-01-25.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2008-11-14.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2008-11-14.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2008-11-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2008-11-14.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2009-06-19.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2009-06-19.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2009-06-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2009-06-19.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2010-05-24.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2010-05-24.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2010-05-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2010-05-24.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2012-07-08.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2012-07-08.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2012-07-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2012-07-08.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-04-21.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-04-21.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-04-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-04-21.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-04-29.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-04-29.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-04-29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-04-29.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-06-04.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-06-04.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-06-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-06-04.jpg -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-09-03.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-09-03.dict -------------------------------------------------------------------------------- /Commons-iOS/Bundled Pictures of Day/POTD-2013-09-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Bundled Pictures of Day/POTD-2013-09-03.jpg -------------------------------------------------------------------------------- /Commons-iOS/CALerpLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CALerpLine.h -------------------------------------------------------------------------------- /Commons-iOS/CALerpLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CALerpLine.m -------------------------------------------------------------------------------- /Commons-iOS/CategoryCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CategoryCell.xib -------------------------------------------------------------------------------- /Commons-iOS/CategoryLicenseExtractor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CategoryLicenseExtractor.h -------------------------------------------------------------------------------- /Commons-iOS/CategoryLicenseExtractor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CategoryLicenseExtractor.m -------------------------------------------------------------------------------- /Commons-iOS/CategorySearchTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CategorySearchTableViewController.h -------------------------------------------------------------------------------- /Commons-iOS/CategorySearchTableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CategorySearchTableViewController.m -------------------------------------------------------------------------------- /Commons-iOS/Commons-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Commons-Info.plist -------------------------------------------------------------------------------- /Commons-iOS/Commons-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Commons-Prefix.pch -------------------------------------------------------------------------------- /Commons-iOS/Commons-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Commons-logo-white.png -------------------------------------------------------------------------------- /Commons-iOS/Commons-logo-white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Commons-logo-white@2x.png -------------------------------------------------------------------------------- /Commons-iOS/CommonsApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CommonsApp.h -------------------------------------------------------------------------------- /Commons-iOS/CommonsApp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CommonsApp.m -------------------------------------------------------------------------------- /Commons-iOS/CommonsCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CommonsCategory.h -------------------------------------------------------------------------------- /Commons-iOS/CommonsCategory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CommonsCategory.m -------------------------------------------------------------------------------- /Commons-iOS/CustomTextField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CustomTextField.h -------------------------------------------------------------------------------- /Commons-iOS/CustomTextField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/CustomTextField.m -------------------------------------------------------------------------------- /Commons-iOS/DescriptionParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/DescriptionParser.h -------------------------------------------------------------------------------- /Commons-iOS/DescriptionParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/DescriptionParser.m -------------------------------------------------------------------------------- /Commons-iOS/DetailScrollViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/DetailScrollViewController.h -------------------------------------------------------------------------------- /Commons-iOS/DetailScrollViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/DetailScrollViewController.m -------------------------------------------------------------------------------- /Commons-iOS/FetchImageOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FetchImageOperation.h -------------------------------------------------------------------------------- /Commons-iOS/FetchImageOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FetchImageOperation.m -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.h -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.m -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.xcdatamodeld/.xccurrentversion -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.xcdatamodeld/FileUpload 2.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.xcdatamodeld/FileUpload 2.xcdatamodel/contents -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.xcdatamodeld/FileUpload 3.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.xcdatamodeld/FileUpload 3.xcdatamodel/contents -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.xcdatamodeld/FileUpload 4.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.xcdatamodeld/FileUpload 4.xcdatamodel/contents -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.xcdatamodeld/FileUpload 5.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.xcdatamodeld/FileUpload 5.xcdatamodel/contents -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.xcdatamodeld/FileUpload 6.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.xcdatamodeld/FileUpload 6.xcdatamodel/contents -------------------------------------------------------------------------------- /Commons-iOS/FileUpload.xcdatamodeld/FileUpload.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/FileUpload.xcdatamodeld/FileUpload.xcdatamodel/contents -------------------------------------------------------------------------------- /Commons-iOS/GalleryMultiSelectAlbumCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GalleryMultiSelectAlbumCell.h -------------------------------------------------------------------------------- /Commons-iOS/GalleryMultiSelectAlbumCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GalleryMultiSelectAlbumCell.m -------------------------------------------------------------------------------- /Commons-iOS/GalleryMultiSelectAssetCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GalleryMultiSelectAssetCell.h -------------------------------------------------------------------------------- /Commons-iOS/GalleryMultiSelectAssetCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GalleryMultiSelectAssetCell.m -------------------------------------------------------------------------------- /Commons-iOS/GalleryMultiSelectCollectionVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GalleryMultiSelectCollectionVC.h -------------------------------------------------------------------------------- /Commons-iOS/GalleryMultiSelectCollectionVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GalleryMultiSelectCollectionVC.m -------------------------------------------------------------------------------- /Commons-iOS/GettingStartedConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GettingStartedConstants.h -------------------------------------------------------------------------------- /Commons-iOS/GettingStartedViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GettingStartedViewController.h -------------------------------------------------------------------------------- /Commons-iOS/GettingStartedViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GettingStartedViewController.m -------------------------------------------------------------------------------- /Commons-iOS/GotItViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GotItViewController.h -------------------------------------------------------------------------------- /Commons-iOS/GotItViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/GotItViewController.m -------------------------------------------------------------------------------- /Commons-iOS/ImageListCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ImageListCell.h -------------------------------------------------------------------------------- /Commons-iOS/ImageListCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ImageListCell.m -------------------------------------------------------------------------------- /Commons-iOS/ImageResizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ImageResizer.h -------------------------------------------------------------------------------- /Commons-iOS/ImageResizer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ImageResizer.m -------------------------------------------------------------------------------- /Commons-iOS/ImageScrollViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ImageScrollViewController.h -------------------------------------------------------------------------------- /Commons-iOS/ImageScrollViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ImageScrollViewController.m -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Add Icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Add Icon.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Add Icon.imageset/add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Add Icon.imageset/add@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded@3x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_57@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_57@1x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_57@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_72@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_72@1x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_72@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_76@1x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/AppIcon.appiconset/commons_reloaded_76@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Camera Icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Camera Icon.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Camera Icon.imageset/photo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Camera Icon.imageset/photo@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Image Icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Image Icon.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Image Icon.imageset/picture@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Image Icon.imageset/picture@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_35.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_35@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_35@2x-1.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_35@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_35@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_40-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_40-1.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_40.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_47.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_55.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad-1.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad@2x-1.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/LaunchImage.launchimage/splash_commons_ipad@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Media Select Button.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Media Select Button.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/Media Select Button.imageset/button_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/Media Select Button.imageset/button_bg@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/back.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/back.imageset/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/back.imageset/back.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/back.imageset/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/back.imageset/back@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/next.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/next.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/next.imageset/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/next.imageset/next.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/next.imageset/next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/next.imageset/next@2x.png -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/safari.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/safari.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/Images.xcassets/safari.imageset/safari_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Images.xcassets/safari.imageset/safari_3.png -------------------------------------------------------------------------------- /Commons-iOS/LicenseTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/LicenseTableViewController.h -------------------------------------------------------------------------------- /Commons-iOS/LicenseTableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/LicenseTableViewController.m -------------------------------------------------------------------------------- /Commons-iOS/LoadingIndicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/LoadingIndicator.h -------------------------------------------------------------------------------- /Commons-iOS/LoadingIndicator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/LoadingIndicator.m -------------------------------------------------------------------------------- /Commons-iOS/LoginViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/LoginViewController.h -------------------------------------------------------------------------------- /Commons-iOS/LoginViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/LoginViewController.m -------------------------------------------------------------------------------- /Commons-iOS/MWEventLogging/MWEventLogging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWEventLogging/MWEventLogging.h -------------------------------------------------------------------------------- /Commons-iOS/MWEventLogging/MWEventLogging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWEventLogging/MWEventLogging.m -------------------------------------------------------------------------------- /Commons-iOS/MWI18N/MWI18N.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWI18N/MWI18N.h -------------------------------------------------------------------------------- /Commons-iOS/MWI18N/MWI18N.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWI18N/MWI18N.m -------------------------------------------------------------------------------- /Commons-iOS/MWI18N/MWMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWI18N/MWMessage.h -------------------------------------------------------------------------------- /Commons-iOS/MWI18N/MWMessage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWI18N/MWMessage.m -------------------------------------------------------------------------------- /Commons-iOS/MWI18N/MWMessageStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWI18N/MWMessageStore.h -------------------------------------------------------------------------------- /Commons-iOS/MWI18N/MWMessageStore.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MWI18N/MWMessageStore.m -------------------------------------------------------------------------------- /Commons-iOS/MockBadPhotoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MockBadPhotoViewController.h -------------------------------------------------------------------------------- /Commons-iOS/MockBadPhotoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MockBadPhotoViewController.m -------------------------------------------------------------------------------- /Commons-iOS/MockPageBackgroundView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MockPageBackgroundView.h -------------------------------------------------------------------------------- /Commons-iOS/MockPageBackgroundView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MockPageBackgroundView.m -------------------------------------------------------------------------------- /Commons-iOS/MockPageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MockPageViewController.h -------------------------------------------------------------------------------- /Commons-iOS/MockPageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MockPageViewController.m -------------------------------------------------------------------------------- /Commons-iOS/MyUploadsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MyUploadsViewController.h -------------------------------------------------------------------------------- /Commons-iOS/MyUploadsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/MyUploadsViewController.m -------------------------------------------------------------------------------- /Commons-iOS/NavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/NavigationController.h -------------------------------------------------------------------------------- /Commons-iOS/NavigationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/NavigationController.m -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/onepassword-button-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/onepassword-button-light.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/onepassword-button-light@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/onepassword-button-light@2x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/onepassword-button-light@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.imageset/onepassword-button-light@3x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button-light.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/onepassword-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/onepassword-button.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/onepassword-button@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/onepassword-button@2x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/onepassword-button@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.imageset/onepassword-button@3x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-button.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light@2x~compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light@2x~compact.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light@2x~regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light@2x~regular.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light@3x~compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light@3x~compact.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light~compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light~compact.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light~regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light.imageset/onepassword-extension-light~regular.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light~compact.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light~compact.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light~regular.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension-light~regular.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension@2x~compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension@2x~compact.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension@2x~regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension@2x~regular.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension@3x~compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension@3x~compact.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension~compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension~compact.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension~regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension.imageset/onepassword-extension~regular.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension~compact.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension~compact.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension~regular.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-extension~regular.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/onepassword-navbar-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/onepassword-navbar-light.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/onepassword-navbar-light@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/onepassword-navbar-light@2x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/onepassword-navbar-light@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.imageset/onepassword-navbar-light@3x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar-light.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/onepassword-navbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/onepassword-navbar.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/onepassword-navbar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/onepassword-navbar@2x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/onepassword-navbar@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.imageset/onepassword-navbar@3x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-navbar.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/onepassword-toolbar-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/onepassword-toolbar-light.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/onepassword-toolbar-light@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/onepassword-toolbar-light@2x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/onepassword-toolbar-light@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.imageset/onepassword-toolbar-light@3x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar-light.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/Contents.json -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/onepassword-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/onepassword-toolbar.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/onepassword-toolbar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/onepassword-toolbar@2x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/onepassword-toolbar@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.imageset/onepassword-toolbar@3x.png -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/1Password.xcassets/onepassword-toolbar.pdf -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/LICENSE.txt -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/OnePasswordExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/OnePasswordExtension.h -------------------------------------------------------------------------------- /Commons-iOS/OnePasswordExtension/OnePasswordExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OnePasswordExtension/OnePasswordExtension.m -------------------------------------------------------------------------------- /Commons-iOS/OpenInBrowserActivity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OpenInBrowserActivity.h -------------------------------------------------------------------------------- /Commons-iOS/OpenInBrowserActivity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/OpenInBrowserActivity.m -------------------------------------------------------------------------------- /Commons-iOS/PictureOfDayCycler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/PictureOfDayCycler.h -------------------------------------------------------------------------------- /Commons-iOS/PictureOfDayCycler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/PictureOfDayCycler.m -------------------------------------------------------------------------------- /Commons-iOS/PictureOfDayManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/PictureOfDayManager.h -------------------------------------------------------------------------------- /Commons-iOS/PictureOfDayManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/PictureOfDayManager.m -------------------------------------------------------------------------------- /Commons-iOS/PictureOfTheDayImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/PictureOfTheDayImageView.h -------------------------------------------------------------------------------- /Commons-iOS/PictureOfTheDayImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/PictureOfTheDayImageView.m -------------------------------------------------------------------------------- /Commons-iOS/PreviewView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/PreviewView.xib -------------------------------------------------------------------------------- /Commons-iOS/ProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ProgressView.h -------------------------------------------------------------------------------- /Commons-iOS/ProgressView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ProgressView.m -------------------------------------------------------------------------------- /Commons-iOS/Reachability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Reachability.h -------------------------------------------------------------------------------- /Commons-iOS/Reachability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/Reachability.m -------------------------------------------------------------------------------- /Commons-iOS/RegistrationWebViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/RegistrationWebViewController.h -------------------------------------------------------------------------------- /Commons-iOS/RegistrationWebViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/RegistrationWebViewController.m -------------------------------------------------------------------------------- /Commons-iOS/SettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/SettingsViewController.h -------------------------------------------------------------------------------- /Commons-iOS/SettingsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/SettingsViewController.m -------------------------------------------------------------------------------- /Commons-iOS/SpeedGovernor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/SpeedGovernor.h -------------------------------------------------------------------------------- /Commons-iOS/SpeedGovernor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/SpeedGovernor.m -------------------------------------------------------------------------------- /Commons-iOS/StorageTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/StorageTools.h -------------------------------------------------------------------------------- /Commons-iOS/StorageTools.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/StorageTools.m -------------------------------------------------------------------------------- /Commons-iOS/ThumbFetcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ThumbFetcher.h -------------------------------------------------------------------------------- /Commons-iOS/ThumbFetcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/ThumbFetcher.m -------------------------------------------------------------------------------- /Commons-iOS/UIImage+ImageEffects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UIImage+ImageEffects.h -------------------------------------------------------------------------------- /Commons-iOS/UIImage+ImageEffects.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UIImage+ImageEffects.m -------------------------------------------------------------------------------- /Commons-iOS/UILabel+ResizeWithAttributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UILabel+ResizeWithAttributes.h -------------------------------------------------------------------------------- /Commons-iOS/UILabel+ResizeWithAttributes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UILabel+ResizeWithAttributes.m -------------------------------------------------------------------------------- /Commons-iOS/UILabelDynamicHeight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UILabelDynamicHeight.h -------------------------------------------------------------------------------- /Commons-iOS/UILabelDynamicHeight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UILabelDynamicHeight.m -------------------------------------------------------------------------------- /Commons-iOS/UIView+Debugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UIView+Debugging.h -------------------------------------------------------------------------------- /Commons-iOS/UIView+Debugging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/UIView+Debugging.m -------------------------------------------------------------------------------- /Commons-iOS/WelcomeOverlayView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/WelcomeOverlayView.h -------------------------------------------------------------------------------- /Commons-iOS/WelcomeOverlayView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/WelcomeOverlayView.m -------------------------------------------------------------------------------- /Commons-iOS/WhatIsCommonsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/WhatIsCommonsViewController.h -------------------------------------------------------------------------------- /Commons-iOS/WhatIsCommonsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/WhatIsCommonsViewController.m -------------------------------------------------------------------------------- /Commons-iOS/WhatPhotosViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/WhatPhotosViewController.h -------------------------------------------------------------------------------- /Commons-iOS/WhatPhotosViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/WhatPhotosViewController.m -------------------------------------------------------------------------------- /Commons-iOS/blurredSettingsBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/blurredSettingsBackground.png -------------------------------------------------------------------------------- /Commons-iOS/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/browser.png -------------------------------------------------------------------------------- /Commons-iOS/browser@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/browser@2x.png -------------------------------------------------------------------------------- /Commons-iOS/browser@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/browser@2x~ipad.png -------------------------------------------------------------------------------- /Commons-iOS/browser~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/browser~ipad.png -------------------------------------------------------------------------------- /Commons-iOS/button_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/button_bg@2x.png -------------------------------------------------------------------------------- /Commons-iOS/categoryHamburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/categoryHamburger.png -------------------------------------------------------------------------------- /Commons-iOS/cc-by-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-by-white.png -------------------------------------------------------------------------------- /Commons-iOS/cc-by-white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-by-white@2x.png -------------------------------------------------------------------------------- /Commons-iOS/cc-by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-by.png -------------------------------------------------------------------------------- /Commons-iOS/cc-by@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-by@2x.png -------------------------------------------------------------------------------- /Commons-iOS/cc-sa-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-sa-white.png -------------------------------------------------------------------------------- /Commons-iOS/cc-sa-white@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-sa-white@2x.png -------------------------------------------------------------------------------- /Commons-iOS/cc-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-sa.png -------------------------------------------------------------------------------- /Commons-iOS/cc-sa@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc-sa@2x.png -------------------------------------------------------------------------------- /Commons-iOS/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc.png -------------------------------------------------------------------------------- /Commons-iOS/cc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/cc@2x.png -------------------------------------------------------------------------------- /Commons-iOS/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/clear.png -------------------------------------------------------------------------------- /Commons-iOS/commons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/commons-logo.png -------------------------------------------------------------------------------- /Commons-iOS/commons-logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/commons-logo@2x.png -------------------------------------------------------------------------------- /Commons-iOS/defaults.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/defaults.plist -------------------------------------------------------------------------------- /Commons-iOS/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /Commons-iOS/en.lproj/MainStoryboard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/en.lproj/MainStoryboard.storyboard -------------------------------------------------------------------------------- /Commons-iOS/fileicon-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/fileicon-pdf.png -------------------------------------------------------------------------------- /Commons-iOS/fileicon-svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/fileicon-svg.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded.svg -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded@2x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded@3x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_57@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_57@1x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_57@2x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_72@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_72@1x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_72@2x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_76@1x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_76@2x.png -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_large.jpg -------------------------------------------------------------------------------- /Commons-iOS/icons/commons_reloaded_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/icons/commons_reloaded_large.png -------------------------------------------------------------------------------- /Commons-iOS/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/main.m -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-af.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ar.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ast.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-bcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-bcl.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-be-tarask.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-be-tarask.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-bn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-bn.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-br.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ca.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ce.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ce.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-cs.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-cy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-cy.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-da.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-de.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-diq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-diq.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-dsb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-dsb.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-el.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-en-ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-en-ca.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-en.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-eo.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-es.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-eu.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-fa.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-fi.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-fo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-fo.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-fr.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-gl.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-hak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-hak.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-haw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-haw.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-he.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-hrx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-hrx.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-hsb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-hsb.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-hu.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ia.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-id.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-it.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ja.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ka.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-km.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-km.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-kn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-kn.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ko.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-krc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-krc.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ksh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ksh.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ky.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-la.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-la.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-lb.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-lez.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-lez.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-lrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-lrc.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-lt.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-lv.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-mk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-mk.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ml.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-mn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-mn.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ms.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-mt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-mt.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-nb.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-nds-nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-nds-nl.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ne.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-nl.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-oc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-oc.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-pa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-pa.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-pl.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-pms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-pms.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ps.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-pt-br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-pt-br.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-pt.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-qqq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-qqq.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-rif.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-rif.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ro.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ru.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-si.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-si.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-sk.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-sr-ec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-sr-ec.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-su.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-su.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-sv.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ta.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-te.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-tg-cyrl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-tg-cyrl.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-tr.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ug-arab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ug-arab.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-uk.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-ur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-ur.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-vi.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-zh-hans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-zh-hans.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-zh-hant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-zh-hant.json -------------------------------------------------------------------------------- /Commons-iOS/messages/messages-zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/messages/messages-zh.json -------------------------------------------------------------------------------- /Commons-iOS/mockBadPhoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mockBadPhoto.png -------------------------------------------------------------------------------- /Commons-iOS/mockPageLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mockPageLogo.png -------------------------------------------------------------------------------- /Commons-iOS/mockPagePhoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mockPagePhoto.png -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWApi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWApi.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWApi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWApi.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWApiMultipartRequestBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWApiMultipartRequestBuilder.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWApiMultipartRequestBuilder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWApiMultipartRequestBuilder.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWApiRequestBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWApiRequestBuilder.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWApiRequestBuilder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWApiRequestBuilder.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWDeferred.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWDeferred.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWDeferred.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWDeferred.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWHttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWHttp.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWHttp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWHttp.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWNetworkActivityIndicatorManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWNetworkActivityIndicatorManager.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWNetworkActivityIndicatorManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWNetworkActivityIndicatorManager.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWPromise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWPromise.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/MWPromise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/MWPromise.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/NSString+Extras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/NSString+Extras.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/NSString+Extras.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/NSString+Extras.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/NSURLRequest+DictionaryRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/NSURLRequest+DictionaryRequest.h -------------------------------------------------------------------------------- /Commons-iOS/mwapi/NSURLRequest+DictionaryRequest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/NSURLRequest+DictionaryRequest.m -------------------------------------------------------------------------------- /Commons-iOS/mwapi/mwapi-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/mwapi/mwapi-Prefix.pch -------------------------------------------------------------------------------- /Commons-iOS/photopickerbutton@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/photopickerbutton@3x.png -------------------------------------------------------------------------------- /Commons-iOS/toolbar-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/toolbar-back.png -------------------------------------------------------------------------------- /Commons-iOS/toolbar-back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/toolbar-back@2x.png -------------------------------------------------------------------------------- /Commons-iOS/toolbar-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/toolbar-forward.png -------------------------------------------------------------------------------- /Commons-iOS/toolbar-forward@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/toolbar-forward@2x.png -------------------------------------------------------------------------------- /Commons-iOS/v2/add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/add@2x.png -------------------------------------------------------------------------------- /Commons-iOS/v2/commons_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/commons_big.png -------------------------------------------------------------------------------- /Commons-iOS/v2/photo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/photo@2x.png -------------------------------------------------------------------------------- /Commons-iOS/v2/picture@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/picture@2x.png -------------------------------------------------------------------------------- /Commons-iOS/v2/splash_commons_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/splash_commons_35.png -------------------------------------------------------------------------------- /Commons-iOS/v2/splash_commons_35@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/splash_commons_35@2x.png -------------------------------------------------------------------------------- /Commons-iOS/v2/splash_commons_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/splash_commons_40.png -------------------------------------------------------------------------------- /Commons-iOS/v2/splash_commons_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/splash_commons_47.png -------------------------------------------------------------------------------- /Commons-iOS/v2/splash_commons_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/splash_commons_55.png -------------------------------------------------------------------------------- /Commons-iOS/v2/splash_commons_ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/splash_commons_ipad.png -------------------------------------------------------------------------------- /Commons-iOS/v2/splash_commons_ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons-iOS/v2/splash_commons_ipad@2x.png -------------------------------------------------------------------------------- /Commons.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS-Debug.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS-Debug.xcscheme -------------------------------------------------------------------------------- /Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS-GHUnit-Testing.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS-GHUnit-Testing.xcscheme -------------------------------------------------------------------------------- /Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS-Logic-Testing.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS-Logic-Testing.xcscheme -------------------------------------------------------------------------------- /Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Commons.xcodeproj/xcshareddata/xcschemes/Commons-iOS.xcscheme -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/README.md -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/GHUnitIOS: -------------------------------------------------------------------------------- 1 | Versions/Current/GHUnitIOS -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/GHUnitIOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/GHUnitIOS -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHAsyncTestCase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHAsyncTestCase.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHImageDiffView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHImageDiffView.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHMockNSHTTPURLResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHMockNSHTTPURLResponse.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHMockNSURLConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHMockNSURLConnection.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTest+JUnitXML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTest+JUnitXML.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTest.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestCase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestCase.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup+JUnitXML.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestGroup.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestMacros.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestOperation.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestRunner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestRunner.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestSuite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestSuite.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestUtils.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTestViewModel.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTesting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHTesting.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUIImageViewControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUIImageViewControl.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnit.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSAppDelegate.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTableViewDataSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTableViewDataSource.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTestView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTestView.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTestViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSTestViewController.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSView.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIOSViewController.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHUnitIPhoneAppDelegate.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHViewTestCase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/GHViewTestCase.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/NSException+GHTestFailureExceptions.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/NSValue+GHValueFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Headers/NSValue+GHValueFormatter.h -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/GHUnitIOS.framework/Versions/A/Resources/Info.plist -------------------------------------------------------------------------------- /Testing-Libraries/GHUnitIOS.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Testing-Libraries/OCMock/NSNotificationCenter+OCMAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/OCMock/NSNotificationCenter+OCMAdditions.h -------------------------------------------------------------------------------- /Testing-Libraries/OCMock/OCMArg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/OCMock/OCMArg.h -------------------------------------------------------------------------------- /Testing-Libraries/OCMock/OCMConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/OCMock/OCMConstraint.h -------------------------------------------------------------------------------- /Testing-Libraries/OCMock/OCMock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/OCMock/OCMock.h -------------------------------------------------------------------------------- /Testing-Libraries/OCMock/OCMockObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/OCMock/OCMockObject.h -------------------------------------------------------------------------------- /Testing-Libraries/OCMock/OCMockRecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/OCMock/OCMockRecorder.h -------------------------------------------------------------------------------- /Testing-Libraries/libOCMock.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/Testing-Libraries/libOCMock.a -------------------------------------------------------------------------------- /scratch/Cc-by_new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/Cc-by_new.svg -------------------------------------------------------------------------------- /scratch/Cc-sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/Cc-sa.svg -------------------------------------------------------------------------------- /scratch/Commons-logo-1024.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/Commons-logo-1024.xcf -------------------------------------------------------------------------------- /scratch/Commons-logo-en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/Commons-logo-en.svg -------------------------------------------------------------------------------- /scratch/Commons-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/Commons-logo.svg -------------------------------------------------------------------------------- /scratch/Commons-logo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/Commons-logo.xcf -------------------------------------------------------------------------------- /scratch/SafariActivity.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/SafariActivity.psd -------------------------------------------------------------------------------- /scratch/redbutton.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/redbutton.xcf -------------------------------------------------------------------------------- /scratch/splash-568h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/splash-568h.svg -------------------------------------------------------------------------------- /scratch/splash-ipad-landscape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/splash-ipad-landscape.svg -------------------------------------------------------------------------------- /scratch/splash-ipad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/splash-ipad.svg -------------------------------------------------------------------------------- /scratch/store/Commons-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/store/Commons-logo-1024.png -------------------------------------------------------------------------------- /scratch/store/Old-iPod-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/store/Old-iPod-details.png -------------------------------------------------------------------------------- /scratch/store/Old-iPod-uploads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/store/Old-iPod-uploads.png -------------------------------------------------------------------------------- /scratch/store/iPad-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/store/iPad-details.png -------------------------------------------------------------------------------- /scratch/store/iPad-uploads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/store/iPad-uploads.png -------------------------------------------------------------------------------- /scratch/store/iPod-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/store/iPod-details.png -------------------------------------------------------------------------------- /scratch/store/iPod-uploads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrk/Commons/HEAD/scratch/store/iPod-uploads.png --------------------------------------------------------------------------------