Lukas Spieß
|
f213174500
|
Merge branch 'develop' into feature/channel-refactoring
# Conflicts:
# Classes/MSAIPersistence.h
|
2015-06-15 17:58:34 +02:00 |
Lukas Spieß
|
d9ada8d894
|
Move class declaration in Persistence to private header
|
2015-06-15 17:58:34 +02:00 |
Lukas Spieß
|
15d847dcbb
|
Merge pull request #97 from Microsoft/feature/callback-order
Change callback order in CrashManager
|
2015-06-15 17:41:04 +02:00 |
Lukas Spieß
|
8df6b27b31
|
Move Nullability fallback to seperate header
|
2015-06-15 17:41:04 +02:00 |
Lukas Spieß
|
a4a5901ea6
|
Make a clean build before running tests on Travis
|
2015-06-15 13:43:32 +02:00 |
Lukas Spieß
|
1c8b852659
|
Make tests use correct imports
|
2015-06-15 13:38:13 +02:00 |
Lukas Spieß
|
30c91bd480
|
Remove unused local reference variable in channel
|
2015-06-15 13:38:13 +02:00 |
Lukas Spieß
|
6bde76ab29
|
Move all methods to PersistencePrivate header
|
2015-06-15 13:38:13 +02:00 |
Lukas Spieß
|
42f7b2dd3a
|
Move method to trigger persistance of queue to private header
|
2015-06-13 01:14:42 +02:00 |
Lukas Spieß
|
24c238a989
|
Remove unused property from channel
|
2015-06-13 01:14:42 +02:00 |
Lukas Spieß
|
6ca91b9806
|
Call default callback before user set callback
Ensure our callback gets called first, just incase the developer is using unsafe API and corrupting memory.
|
2015-06-13 01:10:33 +02:00 |
Lukas Spieß
|
3002f2a268
|
Add casts to unit tests to make selector matching clear
|
2015-06-12 23:43:53 +02:00 |
Lukas Spieß
|
b447e01cdb
|
Merge branch 'feature/travis-xcode-6.3' into develop
# Conflicts:
# .travis.yml
|
2015-06-12 23:31:11 +02:00 |
Lukas Spieß
|
4c6f8a7b12
|
Remove duplicate import
|
2015-06-12 22:25:34 +02:00 |
Lukas Spieß
|
061728543d
|
Remove unused imports from umbrella header and make private
|
2015-06-12 22:03:12 +02:00 |
Lukas Spieß
|
974d8768db
|
Add performance test baselines
|
2015-06-12 18:04:29 +02:00 |
Lukas Spieß
|
889a9a2903
|
Update documentation to default to @import syntax
|
2015-06-12 17:41:40 +02:00 |
Lukas Spieß
|
26c70f159f
|
Add frameworks to modulemap
|
2015-06-12 17:41:40 +02:00 |
Lukas Spieß
|
fa8604b9fe
|
Remove linked CFNetwork from xcconfig
|
2015-06-12 17:41:40 +02:00 |
Lukas Spieß
|
be11fc9343
|
Add build matrix to Travis build
|
2015-06-12 15:40:23 +02:00 |
Lukas Spieß
|
1a0cb3dec9
|
Initialize property on ContextHelper
|
2015-06-11 23:54:53 +02:00 |
Christoph Wendt
|
d409129886
|
Merge branch 'feature/common-properties' into develop
# Conflicts:
# README.md
# docs/Readme-template.md
|
2015-06-11 14:22:24 -07:00 |
Christoph Wendt
|
07a2beb54f
|
Merge pull request #93 from Microsoft/feature/detect-content-type
Add code to detect HTTP content-type based on data
|
2015-06-11 13:52:17 -07:00 |
Christoph Wendt
|
649191c45e
|
Merge remote-tracking branch 'origin/develop' into feature/detect-content-type
|
2015-06-11 13:05:32 -07:00 |
Lukas Spieß
|
e45a25ad56
|
Fix exception documentation
|
2015-06-11 18:27:40 +02:00 |
Lukas Spieß
|
97ee44ea5e
|
Add WatchKit documentation
|
2015-06-11 18:20:32 +02:00 |
Benjamin Reimold
|
7541c90b08
|
Merge branch 'feature/add-exception-name' into develop
|
2015-06-11 17:15:21 +02:00 |
Andreas Linde
|
ed0124ac7e
|
Add ExceptionName to crash reports
If the crash is triggered by an exception, we should also send the exception name and not only the exception reason.
|
2015-06-11 15:22:15 +02:00 |
Lukas Spieß
|
917848243a
|
Add documentation for common properties
|
2015-06-09 12:36:33 +02:00 |
Christoph Wendt
|
899c367703
|
Add example for exception tracking to readme
|
2015-06-05 12:14:29 -07:00 |
Christoph Wendt
|
74006ab678
|
Add example for exception tracking to readme
|
2015-06-05 12:13:13 -07:00 |
Lukas Spieß
|
b37e1e821a
|
Add API to add common properties to all telemetry data
|
2015-06-05 21:07:18 +02:00 |
Christoph Wendt
|
890581f779
|
Merge pull request #88 from Microsoft/feature/better-error-logging
Better logging of errors
|
2015-06-05 11:49:02 -07:00 |
Lukas Spieß
|
20c44a503a
|
Add code to detect HTTP content-type based on data
This prevents issues when upgrading the SDK while data in the old, normal JSON format is still on disk.
|
2015-06-05 20:47:35 +02:00 |
Lukas Spieß
|
f8b9d6c505
|
Fix indentation of Readme
|
2015-06-05 02:24:23 +02:00 |
Lukas Spieß
|
137ec37fe3
|
Log a message when an event has to be dropped
|
2015-06-05 00:46:03 +02:00 |
Lukas Spieß
|
5cb39e27b0
|
Add error logging when data can't be serialized to JSON
|
2015-06-05 00:45:45 +02:00 |
Lukas Spieß
|
be6def5df4
|
Merge branch 'master' into develop
|
2015-06-04 22:28:31 +02:00 |
Lukas Spieß
|
9bed36a108
|
Merge pull request #87 from dtweston/fix_swift_examples_2
Remove unnecessary semicolons
|
2015-06-04 22:27:53 +02:00 |
Dave Weston
|
dfe1035de0
|
Remove unnecessary semicolons
|
2015-06-04 11:15:45 -07:00 |
Lukas Spieß
|
b3671c24c3
|
Merge branch 'master' into develop
# Conflicts:
# README.md
# docs/Readme-template.md
|
2015-06-03 23:27:08 +02:00 |
Lukas Spieß
|
9cc98c4c8f
|
Merge branch 'hotfix/fix-swift-examples'
|
2015-06-03 23:24:51 +02:00 |
Lukas Spieß
|
4538329c70
|
Copy fixes from README.md to template
|
2015-06-03 23:24:14 +02:00 |
Dave Weston
|
29014059e1
|
Fix syntax of Swift examples so they compile
|
2015-06-03 14:12:21 -07:00 |
Lukas Spieß
|
a498a67995
|
Small code style fixes
|
2015-06-03 19:16:05 +02:00 |
Lukas Spieß
|
59a69dd46a
|
Remove newlines from .travis.yml
|
2015-06-03 18:47:13 +02:00 |
Lukas Spieß
|
b127758b29
|
Change filtering of pageviews to include subclasses
|
2015-06-03 15:15:04 +02:00 |
Christoph Wendt
|
5aba3efc0b
|
Merge pull request #78 from Microsoft/feature/x-json-stream
Add X-JSON-Stream compatibility
|
2015-06-01 13:35:53 -07:00 |
Lukas Spieß
|
3724b67ba5
|
Add missing newline in Test-Prefix.pch
|
2015-05-28 21:39:48 +02:00 |
Lukas Spieß
|
85ca0bb125
|
Remove standard JSON and use JSON Stream only
|
2015-05-28 21:28:37 +02:00 |