Commit Graph

13022 Commits

Author SHA1 Message Date
Andreas Linde
b8651adb8b Merge pull request #84 from Soph/develop
improved logic to choose right window to show dialogs in
2013-12-04 12:48:00 -08:00
Stefan Haubold
8a17777c7e improved logic to choose right window to show dialogs in 2013-12-04 21:17:50 +01:00
Andreas Linde
6d6012b0f6 Fixed self.validated not always being set to NO if restrictionEnforcementFrequency is set to BITAuthenticatorAppRestrictionEnforcementOnAppActive 2013-12-04 14:08:08 +01:00
Andreas Linde
785f654060 Fixed static analyzer warnings for unit tests when running against 64 bit target 2013-12-04 02:19:37 +01:00
Andreas Linde
0619ac9169 Add unit test post action for code coverage HTML generation 2013-12-04 02:13:50 +01:00
Andreas Linde
4f6ff2ee6e Documentation fix for restrictApplicationUsage in BITAuthenticator 2013-12-03 17:01:02 +01:00
Andreas Linde
cff73cd111 Merge branch 'refs/heads/develop' into feature/improvements 2013-12-03 16:26:32 +01:00
Philippe Casgrain
ed1b546384 Removed obsolete test
The user is now required to call `authenticateInstallation` manually, which obviates the need for this test.

Required call was implemented in 7052f0cd.
2013-12-03 16:25:43 +01:00
Andreas Linde
3b08af26e6 Merge pull request #83 from philippec/master
Removed obsolete test
2013-12-03 07:24:47 -08:00
Philippe Casgrain
569b2d93d5 Removed obsolete test
The user is now required to call `authenticateInstallation` manually, which obviates the need for this test.

Required call was implemented in 7052f0cd.
2013-12-02 13:30:35 -05:00
Philippe Casgrain
6bbacd9d39 Removed automaticMode from tests
automaticMode was removed in commit 498bd62cbb.
2013-11-29 15:47:11 +01:00
Philippe Casgrain
308ea14b6e Removed automaticMode from tests
automaticMode was removed in commit 498bd62cbb.
2013-11-29 15:46:31 +01:00
Andreas Linde
117265f15c Add support for SDK integration workflow 2013-11-29 15:45:09 +01:00
Andreas Linde
97bc5773f7 Merge pull request #82 from philippec/master
Removed automaticMode from tests
2013-11-29 06:43:19 -08:00
Philippe Casgrain
69d639bab3 Removed automaticMode from tests
automaticMode was removed in commit 498bd62cbb.
2013-11-27 16:22:17 -05:00
Andreas Linde
8cf4665570 Add generateTestCrash method 2013-11-21 00:03:14 +01:00
Andreas Linde
323b9784ea Simplified configuration
- Add simplified initializers
- Add option to set delegate via public property
2013-11-20 22:54:28 +01:00
Andreas Linde
4f3f5f9c96 Adjust font size and add an 3rd row for expired view 2013-11-18 13:38:13 +01:00
Andreas Linde
27b7ebe201 Merge pull request #79 from elektrojunge/master
Updated podspec to use vendored_frameworks attribute
2013-11-13 12:54:45 +01:00
Andreas Linde
fe9bbd55e9 Fix two block related memory issues in BITAuthenticator 2013-11-10 22:44:54 +01:00
Andreas Linde
1f08f34582 Merge pull request #79 from elektrojunge/master
Updated podspec to use vendored_frameworks attribute
2013-11-08 05:34:20 -08:00
Benny Reimold
919de0ac88 re-added preserve_paths and frameworks 2013-11-08 14:07:42 +01:00
Benny Reimold
0a98bcd7ef Updated podspec to use vendored_frameworks attribute 2013-11-08 10:56:57 +01:00
Andreas Linde
70ea29d68b Hide deprecation warning
Even when using iOS 7 only as base SDK calling `base64Encoding` causes a deprecation warning.
2013-11-05 21:51:18 +01:00
Andreas Linde
b2618ad31a Don't use a category in BITCrashReportTextFormatter
This allows the framework to be used inside another framework.
2013-11-05 19:52:37 +01:00
Andreas Linde
13eb4a1798 Merge branch 'base64' of github.com:0xced/HockeySDK-iOS into 0xced-base64 with modifications
- Don't use `base64Encoding` if the SDK is build with iOS 7 as based SDK, since that would cause a deprecation warning
2013-11-05 16:03:19 +01:00
Andreas Linde
3225f462e9 Fix a bug when creating crash report textual representation
It was working always before, but isn't actually correct.
2013-11-05 15:47:49 +01:00
Andreas Linde
cb11ef7e03 Merge pull request #76 from 0xced/dismiss-feedback-ipad-fix
Fix the feedback activity not being dismissed issue
2013-11-04 07:37:10 -08:00
Andreas Linde
1341668224 Use UTF8 encoding for auth data 2013-11-04 16:27:34 +01:00
Andreas Linde
94b8f5dfb0 Fix compile issues when excluding all modules but crash reporting 2013-11-03 23:17:55 +01:00
Cédric Luthi
41867dc57d Delete base64 tests 2013-11-02 00:31:38 +01:00
Cédric Luthi
74d2cc3bc1 Cleanup base64 code
Use -[NSData base64Encoding] which exists since iOS 4.0 (but is only documented since the iOS 7 SDK).
2013-11-02 00:30:17 +01:00
Cédric Luthi
b4234111d4 Comply to -[UIActivity activityDidFinish:] requirements 2013-11-01 22:50:56 +01:00
Cédric Luthi
d52652f4d2 Use only one activity view controller per UIActivity
On iPad under iOS 6, calling `activityDidFinish:` internally calls -[BITFeedbackActivity activityViewController]. We must therefore keep a reference to the previously created activity view controller else the activity view controller can not be dismissed since a new instance is returned for dismissal. Under iOS 7, -[BITFeedbackActivity activityViewController] is not called for dismissal.

On iPhone, the -[BITFeedbackActivity activityViewController] method is not called for dismissal.
2013-11-01 22:41:45 +01:00
Cédric Luthi
c0e4ffe84e Do not use deprecated delegate method 2013-11-01 12:52:55 +01:00
Cédric Luthi
982ce56798 Explicitly set spaces settings at the project level 2013-11-01 12:52:26 +01:00
Thomas Dohmke
da7b0b290f Issue #74: Fix warnings for implicit conversions of UITextAlignment and UILineBreakMode 2013-10-31 21:53:10 +01:00
Thomas Dohmke
bb59a9f464 Remove Xcode 5 file. 2013-10-31 21:52:32 +01:00
Thomas Dohmke
60518e0a37 Issue #75: Fix warning on implicit conversion from CGImageAlphaInfo to CGBitmapInfo (safe according to https://developer.apple.com/library/ios/documentation/graphicsimaging/Reference/CGBitmapContext/Reference/reference.html#//apple_ref/c/func/CGBitmapContextCreate). 2013-10-31 21:10:26 +01:00
Andreas Linde
c41a1dc850 Merge branch 'release/3.5.0' 2013-10-30 14:48:47 +01:00
Andreas Linde
f6ab185ed5 Update to version 3.5.0 2013-10-30 14:43:01 +01:00
Andreas Linde
223333facf Some more documentation updates 2013-10-30 13:42:04 +01:00
Andreas Linde
f4075e9a1a Update PLCrashReporter to Version 1.2 Beta 3 (Update 2) 2013-10-29 21:13:09 +01:00
Andreas Linde
e15039e3a0 Fix password label being cut in authorization view for some languages and fix positioning 2013-10-29 12:16:00 +01:00
Andreas Linde
1380fc63ec Update localizations provided by wordcrafts.de
Also add dutch localization
2013-10-29 12:15:27 +01:00
Andreas Linde
47b3a7e97d Fix documentation on how to invoke authenticateInstallation 2013-10-24 19:38:15 +02:00
Andreas Linde
934d8dc8cd Update to version 3.5.0 RC 3 2013-10-23 19:33:44 +02:00
Andreas Linde
5d6c405a46 Small fix in the crash report text formatter 2013-10-19 16:04:59 +02:00
Andreas Linde
c8c0feb113 Add PLCrashReporter 1.2 Beta 3 build 2013-10-19 15:58:44 +02:00
Stephan Diederich
92a0fe92c5 Merge branch 'feature/WebBasedAuthentication' into develop 2013-10-18 18:12:58 +02:00