summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Use `strongSelf` inside blocksMinh Nguyễn2015-04-201-22/+22
* | weakSelf needs strongSelfMinh Nguyễn2015-04-181-0/+9
|/
* 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
| |/ |/|
* | #1247 - Adding Altitude and Vertical Accuracy attributes to location eventsBrad Leege2015-04-092-1/+5
|/
* Merge pull request #1071 from mapbox/1071-sqlite-avoid-crashKonstantin Käfer2015-04-082-100/+154
|\
| * guard against invalid database filesKonstantin Käfer2015-04-081-3/+16
| * make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-072-100/+141
* | #1216 - Added test usage of pausing / resuming Metrics to simulate app enteri...Brad Leege2015-04-071-0/+6
* | #1216 - Adding start and stop location manager update to pause and resume fun...Brad Leege2015-04-061-0/+7
* | #1216 - Add pause and resume methods with corresponding isPaused boolean flag...Brad Leege2015-04-061-0/+21
|/
* #1217 - Changing date format to ISO 8601Brad Leege2015-04-061-1/+1
* #1217 - Documenting why [NSTimeZone resetSystemTimeZone] is calledBrad Leege2015-04-061-0/+1
* #1217 - Changing date formatter to use device's system timezone and to give b...Brad Leege2015-04-061-2/+3
* #1215 - Refactoring cellularNetworkType and wifi to support nil data if no ce...Brad Leege2015-04-061-8/+17
* Merge pull request #1214 from mapbox/1ec5-classesios-v0.2.8ios-beta-preview-sirius-0.0.9Minh Nguyễn2015-04-061-1/+22
|\
| * Expose style class API publiclyMinh Nguyễn2015-04-061-1/+22