summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Remove RequestBase::startJohn Firebaugh2015-04-284-78/+49
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-284-37/+13
* Privatize SharedRequestBase::sourceJohn Firebaugh2015-04-282-6/+8
* pointer ⇢ referenceJohn Firebaugh2015-04-284-7/+6
* Remove unnecessary moves / castsJohn Firebaugh2015-04-281-2/+2
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-282-2/+2
* Merge pull request #1357 from mapbox/1ec5-view-controllerMinh Nguyễn2015-04-271-19/+23
|\
| * Automatically find view controller for layout guidesMinh Nguyễn2015-04-271-19/+23
* | Merge pull request #1356 from mapbox/1352-visitsBrad Leege2015-04-272-0/+40
|\ \
| * | #1352 - Adding date checker to arrival and departure date to make arrival / d...Brad Leege2015-04-271-2/+2
| * | #1352 - Adding visit event with data attributesBrad Leege2015-04-272-0/+23
| * | #1352 - Adding start / stop visit monitoring infrastructure and integrating i...Brad Leege2015-04-272-0/+17
* | | #1345 - Changing -buildNumber to /buildNumberBrad Leege2015-04-271-1/+1
| |/ |/|
* | #1307 - Optimizing fallback to digicert check strategyBrad Leege2015-04-271-15/+17
|/
* Merge pull request #1348 from mapbox/1307-digicertBrad Leege2015-04-272-0/+22
|\
| * #1307 - Adding digicert to sdks and ssl handshaking checkBrad Leege2015-04-272-0/+22
* | #1345 - Adding app build number to user agent. Updating gl test app build nu...Brad Leege2015-04-272-2/+12
|/
* #1346 - Removing allFrameworks iteration search for the bundle as it's not ne...Brad Leege2015-04-271-8/+1
* fix SSL pinning for apps including the frameworkJustin R. Miller2015-04-251-4/+4
* Made user dot accessibleMinh Nguyễn2015-04-241-0/+1
* Merge branch 'master' into 1ec5-constraints-1327Minh Nguyễn2015-04-242-26/+37
|\
| * tighten up compass alpha adjustments & remove dupeJustin R. Miller2015-04-231-6/+11
| * Merge branch 'master' into 1ec5-strong-selfMinh Nguyễn2015-04-223-6/+77
| |\
| * | Use `strongSelf` inside blocksMinh Nguyễn2015-04-201-22/+22
| * | weakSelf needs strongSelfMinh Nguyễn2015-04-181-0/+9
* | | RTL-friendly constraintsMinh Nguyễn2015-04-231-6/+6
* | | Cleaned up subview layoutMinh Nguyễn2015-04-221-6/+5
* | | Clip MGLMapView to its boundsMinh Nguyễn2015-04-221-1/+2
* | | Refactored constraintsMinh Nguyễn2015-04-221-53/+105
| |/ |/|
* | Merge pull request #1322 from mapbox/1ec5-orientation-1313Minh Nguyễn2015-04-221-0/+2
|\ \
| * | Constrain user dot to superview marginsMinh Nguyễn2015-04-211-0/+2
* | | #1166 - Cleaning up logs and old NSURLConnection codeBrad Leege2015-04-211-58/+1
* | | #1166 - Initial conversion from NSURLConnection to NSURLSessionBrad Leege2015-04-211-3/+63
|/ /
* | #1306 - Removing kSecTrustResultConfirm as it's deprecatedBrad Leege2015-04-211-2/+0
* | #1306 - Moving local geoTrustCert to one time setup and cache in immutable NS...Brad Leege2015-04-211-15/+22
* | #1306 - Renaming certificate to include geotrust name for easier trackingBrad Leege2015-04-202-6/+1
* | #1306 - Moving api_mapbox_com.der to iOS Resources directory so that it can b...Brad Leege2015-04-202-3/+15
* | #1306 - Explicitly scheduling NSURLConnections in mainRunLoop so that delegat...Brad Leege2015-04-201-2/+3
* | #1306 - Trying strongSelf / weakSelf pattern for delegateBrad Leege2015-04-201-3/+6
* | #1306 - Adding api_mapbox_com.der (public key) and nsurlconnection checking i...Brad Leege2015-04-201-3/+53
* | #1303 - Enabling Battery Monitoring for app. Formatting battery level to int...Brad Leege2015-04-201-1/+4
|/
* align static render mode and still image render modeKonstantin Käfer2015-04-171-40/+74
* refs #1285: don't use special getters for dot syntaxJustin R. Miller2015-04-161-1/+1
* fixes #1276: maintain snapshot in hierarchy & hide when appropriateJustin R. Miller2015-04-161-20/+15
* Merge pull request #1250 from mapbox/1250-separate-thread-objectJohn Firebaugh2015-04-167-149/+135
|\
| * Shorten method namesJohn Firebaugh2015-04-152-9/+9
| * Stricter Thread<> interfaceJohn Firebaugh2015-04-152-19/+11
| * separate SQLiteCache::Impl header from implementation fileKonstantin Käfer2015-04-132-28/+45
| * rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-12/+12
| * make implementation files private headersKonstantin Käfer2015-04-136-10/+10