summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Automatically find view controller for layout guidesMinh Nguyễn2015-04-271-19/+23
* #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
| * hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-136-20/+53
| * convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-105-29/+29
| * add Thread<T> and RunLoopKonstantin Käfer2015-04-102-110/+54
* | fixes #1157, #1255: cache parsed tiles in memoryJustin R. Miller2015-04-161-1/+24
* | Merge pull request #1254 from mapbox/1050-bgMinh Nguyễn2015-04-151-2/+24
|\ \
| * | Assert that snapshot view obscures GL view when it existsMinh Nguyễn2015-04-151-1/+10
| * | Leave GLKView in place, obscured by snapshotMinh Nguyễn2015-04-141-14/+12
| * | Detach GLKView while app is in backgroundMinh Nguyễn2015-04-101-0/+15
* | | #1271 - Changing "new" to "alloc init"Brad Leege2015-04-151-1/+1
* | | #1268 - Adding horizontalAccuracy to location eventBrad Leege2015-04-142-0/+2
* | | change default style to StreetsJustin R. Miller2015-04-101-1/+1
* | | #1252 - Merging 2 "created" attribute value setting attempts into 1Brad Leege2015-04-101-2/+1
| |/ |/|