Lukas Spieß
6f39d5111e
Update changelog
2016-05-03 00:29:55 +02:00
Lukas Spieß
3eb6cfb112
Merge pull request #97 from bitstadium/feature/fix_dismiss_auth_controller
...
Dismiss auth controller on UI thread
2016-05-03 00:24:35 +02:00
chrwend
7f6f355d80
Dismiss auth controller on UI thread
2016-05-02 14:57:30 -07:00
Lukas Spieß
94d46b3d0a
Merge pull request #277 from bitstadium/feature/crashmanager-url-fix
...
Fix for BITCrashManager not using its serverURL property
2016-05-02 22:07:10 +02:00
Lukas Spieß
c04d0bcd78
Use superclass's iVar when setting serverURL
2016-05-02 17:04:12 +02:00
Lukas Spieß
4b3c62040e
Move client reconfiguration on serverURL change into BITCrashManager
...
Having the different logics for retrieving an instance of `BITHockeyAppClient` on `BITHockeyManager` felt strange, therefore I decided to move the logic necessary when the serverURL of the `BITCrashManager` instance changes into the manager itself.
2016-05-02 17:04:12 +02:00
Lukas Spieß
b684a6be8a
Add tests for setServerURL method on BITCrashManager
2016-05-02 17:03:37 +02:00
Desmond van der Meer
d01c82abc7
Fix for BITCrashManager not using its serverURL property
2016-05-02 17:03:37 +02:00
Lukas Spieß
e8d6d89b08
Merge pull request #244 from bitstadium/feature/versatile-logging
...
Improve logging to be more customizable and versatile
2016-05-02 17:00:51 +02:00
Lukas Spieß
8bcd798e2d
Update Readme with new debug log API
2016-05-02 16:21:09 +02:00
Lukas Spieß
47c74888d6
Make defaultLogHandler accessible so we can avoid interferences in tests
2016-05-02 16:21:09 +02:00
Lukas Spieß
70a67727b4
Add tests for BITHockeyLogger
2016-05-02 16:21:09 +02:00
Lukas Spieß
602bc14f1b
Replace empty NSError in tests with proper dummy object
2016-05-02 16:21:09 +02:00
Lukas Spieß
13e04b63ab
Switch to encapsulating accessing objects for logging into blocks
2016-05-02 16:21:09 +02:00
Lukas Spieß
078a42af05
Mark debugLogEnabled as deprecated and add fallback
2016-05-02 16:21:09 +02:00
Lukas Spieß
d02e0f5fd6
Make LogHandler customizable
2016-05-02 16:21:09 +02:00
Lukas Spieß
8d39e02106
Add logLevel and API to set custom log handlers
2016-05-02 16:21:09 +02:00
Lukas Spieß
9ed30c7453
Move typedef to Enums header so they are publicly accessible
2016-05-02 16:21:09 +02:00
Lukas Spieß
92f2199b78
Use new logging macros throughout
2016-05-02 16:21:09 +02:00
Lukas Spieß
68296a36ac
Add BITHockeyLogger class, macros and enum
2016-05-02 15:59:42 +02:00
appleguy
083bc9d028
Merge pull request #1596 from maicki/AddEditorConfig
...
[Build / Xcode] Add .editorconfig for coding style
2016-05-01 23:19:19 -07:00
appleguy
7459b5ddc8
Merge pull request #1607 from chourobin/feature/asset-loading
...
[ASVideoNode] Prepare asset for playback in a uniform way
2016-05-01 16:40:25 -07:00
Erekle
34e6238391
_delegateFlags
...
added _delegateFlags like in ASCollectionView
2016-05-01 17:11:40 +04:00
Robin Chou
b700eeb32c
Use ASPerformOnMainThread helper. -fetchData improvements.
2016-04-30 17:22:11 -04:00
Wendy
fd4d18259e
Use dispatch_async for setting currentImageQuality to ensure current order
2016-04-29 22:30:56 -07:00
Scott Goodson
2032cffd90
[Cocoapods, Build] Disable tvOS in podspec for now due to Cocoapods support problems.
2016-04-29 14:50:45 -07:00
Erekle
2c2a73dc83
playbackBufferEmpty and spinner
...
added playbackBufferEmpty logic, moved spinner show/hide to separate
methods.
2016-04-29 20:49:14 +04:00
Michael Schneider
5b2aa9d739
Add .editorconfig
2016-04-29 07:52:44 -07:00
Erekle
399703dbb2
new delegate methods
...
Added new delegate methods; updated Videos example project
2016-04-29 12:59:15 +04:00
appleguy
f54dd0f5ef
Merge pull request #1587 from maicki/AddAsyncDisplayKitOverviewExample
...
[Examples] AsyncDisplayKitOverview: A new app with a catalog of UI components!
2016-04-28 22:05:24 -07:00
Robin Chou
39ee33f21a
Update remaining tests.
2016-04-28 21:13:34 -04:00
Robin Chou
9c2909a968
Updating tests.
2016-04-28 21:04:04 -04:00
Robin Chou
75b55974b5
Loads asset values with -loadValuesAsync.
2016-04-28 20:02:15 -04:00
Wendy
492d0d7ad6
[ASNetworkImageNode] Fix threading issue in current image quality
...
Summary:
Because we trampoline to main when setting _currentImageQuality, there would be situations where displayWillStart was called, we get a cached image and set currentImageQuality to 1.0, and then a background thread calling setDefaultImage would enqueue an operation that sets currentImageQuality to 0 and overwrites the correct value
2016-04-28 14:52:31 -07:00
Lukas Spieß
6943145541
Merge pull request #288 from bitstadium/feature/unit-test-fixes
...
Fix a couple of smaller build and unit test issues
2016-04-28 20:09:45 +02:00
Lukas Spieß
79aaf8d1ef
Don't enable modules in framework tests
2016-04-28 18:48:42 +02:00
Lukas Spieß
18fec9b199
Add mocks for missing dependencies in CrashManagerTests
2016-04-28 16:33:03 +02:00
Lukas Spieß
b13ad993d8
Add BITMetricsManager import to test class
2016-04-28 15:19:50 +02:00
Lukas Spieß
f759b8af69
Remove BITHOCKEY_STATIC_LIBRARY flag from Framework target
2016-04-28 15:16:54 +02:00
Lukas Spieß
700a14d74d
Update build number
2016-04-28 14:14:18 +02:00
Lukas Spieß
4c8495d4be
Merge branch 'master' into develop
...
# Conflicts:
# Support/buildnumber.xcconfig
2016-04-28 14:00:52 +02:00
Lukas Spieß
72ceea326b
Merge branch 'hotfix/fix-crashonlyextension-build'
2016-04-28 14:00:09 +02:00
Lukas Spieß
2797a5e4dd
Fix FeatureConfig for CrashOnlyExtension build
2016-04-28 14:00:00 +02:00
Lukas Spieß
7301ab87ec
Update build number
2016-04-28 12:50:15 +02:00
Michael Schneider
35de3051a7
Enable sharing for Sample target
2016-04-27 15:52:14 -07:00
Michael Schneider
a05963d48d
Add Sample Target
2016-04-27 15:52:14 -07:00
Michael Schneider
5969c7c0ae
Initial commit for AsyncDisplayKitOverview
2016-04-27 15:52:14 -07:00
Hannah Troisi
1dd282fe4b
Merge remote-tracking branch 'facebook/master'
2016-04-27 13:50:57 -07:00
Hannah Troisi
0cf7aaed1d
Merge remote-tracking branch 'facebook/master'
2016-04-27 13:49:32 -07:00
Lukas Spieß
07bc642124
Merge branch 'release/4.1.0-beta.1' into develop
...
# Conflicts:
# HockeySDK-Source.podspec
# HockeySDK.podspec
# README.md
# Support/buildnumber.xcconfig
# docs/Changelog-template.md
# docs/Guide-Installation-Setup-template.md
2016-04-27 15:01:41 +02:00